I recently started working on PHP/JSON and what are the best free online APIs for testing/requesting dummy data?
I'm currently using HTTPFUL lib from http://phphttpclient.com/.
Thanks!
I recently started working on PHP/JSON and what are the best free online APIs for testing/requesting dummy data?
I'm currently using HTTPFUL lib from http://phphttpclient.com/.
Thanks!
You can use a browser extension, i.e. Postman for Chrome or RESTClient for Firefox.
UPDATE
I'm generally using BreweryDB to test API clients. This is a classic REST API for which you just need a simple key to access data.