A free REST API for your testing
Free Tools
2
Posts
2
Posters
13
Views
1
Watching
-
I cam across this site while working on a recent QA, and it appears to be quite useful (to me at least). Reqres - A hosted REST-API ready to respond to your AJAX requests[^] I tried it using the Java HttpRequest method and it works well.
There are a few free REST APIs that can be used for testing. One example is the JSONPlaceholder API, which provides dummy JSON data that can be used to test applications. Another option is the Mocky API, which allows users to create mock HTTP responses.