Test JSON API service

123 views Asked by At

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!

1

There are 1 answers

1
Ivan Gabriele On BEST ANSWER

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.