Search code examples
jsonapirestcrud

Is there any publicly available RESTful services that can be used for testing


Does anyone know of any publicly available RESTful services that can be used for testing. I'm not talking about software or browsers extensions. Just an online service that I can CRUD json data with using javascript. I'm testing a JS library's rest api and there's only so much I can do with static json data.

I'm guessing there's no such thing due to what's involved but I thought I would ask.


Solution

  • if you just want to practice 'gets' you can use cloudant as you can sign up for free. however, there are restrictions on adding new documents from a cross domain ajax call. I recommend running one locally. I use couchDB very quick, very easy.