DEV Community

Cover image for API Testing Demo Site
Md Moeen Ajaz Khan
Md Moeen Ajaz Khan

Posted on • Originally published at codewithmmak.com

API Testing Demo Site

Introduction

While learning API testing we are always searching for API Testing Demo sites that try to mimic real-world scenarios. Over time, several people in the community have developed these APIs and provided good resources and documentation about each end-point usage.
In this article I will be listing out all the good resources which you can make use of, and if you find I have missed anything then please comment and I will update the list:

  1. restful-booker: https://restful-booker.herokuapp.com/apidoc/index.html
  2. ReqRes: https://reqres.in/
  3. httpbin: http://httpbin.org/
  4. {JSON} Placeholder: https://jsonplaceholder.typicode.com/
  5. FakeRESTApi.Web V1: https://fakerestapi.azurewebsites.net/index.html
  6. Swagger Petstore: https://petstore.swagger.io/
  7. This site list many other Free API: https://apipheny.io/free-api/

What Do You Think?

Did this work for you?
Could I have done something better?
Have I missed something?
Please share your thoughts and let me know if there are particular things that you would enjoy reading further.
Cheers!

Top comments (0)