Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web directory of RESTful web services? [closed]

Is there something like a directory, list, search engine, or index of RESTful WS in the web?


Edit: What I am looking for is a list or a directory in the internet like this:

  • Yahoo: Maps Service, http://developer.yahoo.com/maps/rest/V1/geocode.html, http://local.yahooapis.com/MapsService/V1/geocode?appid=YD-9G7bey8_JXxQP6rxl.fBFGgCdNjoDMACQA--&street=701+First+Ave&city=Sunnyvale&state=CA
  • Flickr: Picture Service, http://www.flickr.com/services/api/request.rest.html
  • Amazon: Storage Service, http://developer.amazonwebservices.com/connect/entry.jspa?externalID=135
  • ...
like image 688
Ta Sas Avatar asked Jul 04 '10 19:07

Ta Sas


3 Answers

Just found what I have been looking for:

http://www.programmableweb.com/category/all/apis?data_format=21190

Cheers Er

like image 73
Ta Sas Avatar answered Nov 17 '22 02:11

Ta Sas


If you need a REST service for development, you can use the webservice on http://jsonplaceholder.typicode.com/ Where there are multiple JSON responses you can use for testing.

like image 42
Jeroen Bouman Avatar answered Nov 17 '22 02:11

Jeroen Bouman


The OData site certainly has a certain list of services - all that return OData (OpenData) feeds, e.g. WCF Data Services

They have a list of OData producers which are all offering WCF REST services to consume.

like image 1
marc_s Avatar answered Nov 17 '22 02:11

marc_s