Restful booker API Restful-booker an API that you can use to learn more about API Testing or try out API testing tools against. Restful-booker is a Create Read Update Delete Web API that comes with authentication features and loaded with a bunch of bugs for you to explore. The API comes pre-loaded with 10 records for you to work with and resets itself every 10 minutes back to that default state. Restful-booker also comes with detailed API documentation to help get you started with your API testing straight away. Answer from ivopdimitrov on reddit.com
Gorest
gorest.co.in
GraphQL and REST API for Testing and Prototyping | GO REST
For paged results parameter "page" and "per_page" should be passed in url ex: GET /public/v2/users?page=1&per_page=20 (max 100 results per page) Request methods PUT, POST, PATCH, DELETE needs access token, which needs to be passed with "Authorization" header as Bearer token.
Rest Console
Try rest api console, supported features includes authentication, rate limiting, response format negotiation (supporting JSON and XML)
Login
Authentication Required ยท login with your social account ยท Github Google Microsoft ยท ยฉ Go Rest 2026 ยท Contact Us
G-Code Translator
Convert Machine G-Code to human readable format
Reqres
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
POST /api/app-users/login POST /api/app-users/verify Authorization: Bearer <session_token> GET /app/collections/todos/records ... Six quick steps from zero to production-grade data and auth.
Videos
03:06
7 Free Sites That Provide Dummy Rest APIs To Practice API Testing ...
34:31
Playwright API Testing Demo for Beginners - YouTube
01:03:19
LIVE API Testing Project #1 - From Start to Finish( Add to Resume) ...
01:26:56
Part 1: Building API Automation Testing Framework in Rest Assured ...
04:58
Free Rest API for Practice and Learning purpose - YouTube
07:26
Create unlimited free apis for testing or mocking - YouTube
Can anyone recommend an open API for testing purposes?
Restful booker API Restful-booker an API that you can use to learn more about API Testing or try out API testing tools against. Restful-booker is a Create Read Update Delete Web API that comes with authentication features and loaded with a bunch of bugs for you to explore. The API comes pre-loaded with 10 records for you to work with and resets itself every 10 minutes back to that default state. Restful-booker also comes with detailed API documentation to help get you started with your API testing straight away. More on reddit.com
Is there a dummy API for testing/practice?
There are plenty of free APIs you can use for learning - https://github.com/toddmotto/public-apis/ More on reddit.com
SoapUI vs POSTMAN for REST API Testing
I'm using both, POSTMAN is my main tool when I do exploratory or just plain manual testing. On the other hand I use SoapUI when I want to automated the test or create mocks. But recently I had been using rest-driver to automate my test More on reddit.com
Examples of APIs that follows the best practices and are production ready on Github?
27 upvotes and no replies I feel is a pretty good answer in and of itself. More on reddit.com
What is API testing with a simple example?
API testing ensures that an API functions correctly by verifying its expected behavior. It can be performed manually or automated with platforms like ACCELQ. To send a GET request, enter the following command: curl -X GET https://jsonplaceholder.typicode.com/posts/1
accelq.com
accelq.com โบ home โบ top api testing examples you need to try today
Hands-On API Testing Examples to Boost Quality in 2025
What are the different API key types?
ReqRes offers three API key permission levels: read-only (GET only), read/write (GET, POST, PUT, PATCH), and manage (includes DELETE operations). Use admin keys for managing collections and automations; use session tokens for per-user data access.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
How does the Image to API feature work?
The Image to API feature uses AI to analyze UI screenshots and automatically generate working API endpoints. Upload a screenshot of your design (or a Figma frame), and we generate REST endpoints and schemas you can deploy. Available on all plans with different usage limits; deployment requires Pro or above.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
REST API
restful-api.dev
Free Real REST API โ Full CRUD Support (GET, POST, PUT, PATCH, DELETE) for Testing & Learning
Learn about restfulโapi.dev - a free platform helping developers, students, and educators explore, test, and master RESTful APIs through practical tools and public endpoints.
DummyJSON
dummyjson.com
DummyJSON - Free Fake REST API for Placeholder JSON Data
DummyJSON provides a free fake REST API with placeholder JSON data for development, testing, and prototyping. Access realistic data quickly for your projects.
Postman
postman.com โบ cs-demo โบ public-rest-apis โบ collection โบ tfzpqfc โบ public-rest-apis
Public REST APIs | Get Started
We cannot provide a description for this page right now
Tableau
help.tableau.com โบ current โบ api โบ rest_api โบ en-us โบ REST โบ rest_api_concepts_example_requests.htm
REST API Example Requests - Tableau
A request body with an XML or JSON block that includes the changes for the existing resource. The XML or JSON block is defined by an XML schema. The information in the request block depends on the type of resource that you're updating. The following example shows a request that updates an existing user. The URI includes the ID of the user that was returned from the POST request. PUT /api/2.2/sites/9a8b7c6d-5e4f-3a2b-1c0d-9e8f7a6b5c4d/users/9f9e9d9c-8b8a-8f8e-7d7c-7b7a6f6d6e6d HTTP/1.1 HOST: my-server X-Tableau-Auth: 12ab34cd56ef78ab90cd12ef34ab56cd Content-Type: text/xml <tsRequest> <user fullName="NewUser2" siteRole="ViewerWithPublish" /> </tsRequest>
Reddit
reddit.com โบ r/qualityassurance โบ can anyone recommend an open api for testing purposes?
r/QualityAssurance on Reddit: Can anyone recommend an open API for testing purposes?
October 6, 2022 -
The title more or less, at the moment I am learning rest sharp, but I have not found a decent open API for writing tests, something that isn't too easy nor too difficult.
Preferably with some POST and GET methods, so I can write tests for getting data I posted.
Also if anyone can link me a example of how to develop a API testing framework, how to order namespaces any such :)
Thanks in advance.
Top answer 1 of 8
7
Restful booker API Restful-booker an API that you can use to learn more about API Testing or try out API testing tools against. Restful-booker is a Create Read Update Delete Web API that comes with authentication features and loaded with a bunch of bugs for you to explore. The API comes pre-loaded with 10 records for you to work with and resets itself every 10 minutes back to that default state. Restful-booker also comes with detailed API documentation to help get you started with your API testing straight away.
2 of 8
3
Trello https://developer.atlassian.com/cloud/trello/rest/api-group-actions/ Sign up for free, you're limited to 10 boards.
Postman
blog.postman.com โบ home โบ what is a rest api? examples, uses, and challenges
What Is a REST API? Examples, Uses, and Challenges
December 16, 2025 - If you embrace the constraints, ... build, test, and scale. To go from reading to doing, take one example from this guide and try it against a public API (or your own) using any HTTP client. Iterate on the basics (auth, status codes, headers, filtering, and pagination) and youโll quickly build the instincts that make REST click. ... Postman is the single platform for designing, ...
Beeceptor
beeceptor.com โบ use cases โบ sample api for testing
Sample API For Testing | Beeceptor
If you are testing frontend code, mobile apps, automation scripts, or learning REST APIs, you usually need a working API URL. Not documentation. Not setup steps. Just an endpoint that responds with JSON. Below are public sample APIs provided by Beeceptor that you can use immediately. They are hosted, CORS-enabled, and return realistic data. Get a dedicated mock server to host a mock API. Set custom response and status code. Create Dummy API For TestingInspect incoming requests โข Build a sample API instantly โข Free
JSONPlaceholder
jsonplaceholder.typicode.com
JSONPlaceholder - Free Fake REST API
JSONPlaceholder is a free online REST API that you can use whenever you need some fake data. It can be in a README on GitHub, for a demo on CodeSandbox, in code examples on Stack Overflow, ...or simply to test things locally.
Braze
braze.com โบ docs โบ api โบ postman_collection
Postman and Sample Requests
Postman is a free visual editing tool for building and testing API requests. Compared to other methods (for example, using cURL), Postman lets you edit API requests, view header information, and more. You can save collections (libraries of sample pre-made API requests). To accelerate setup with our REST API, we provide a collection with pre-made examples for all endpoints.
SoapUI
soapui.org โบ docs โบ getting-started โบ tutorials โบ rest
Example REST Test in SoapUI | SoapUI Docs
Try out the project, run the included mock service and tests to familiarize yourself with the SoapUI interface, and then move on to the Your First ReadyAPIject tutorial. Letโs start by opening the project. Click on the main toolbar or right-click the root node in the Navigator panel and select Import Project: In the Select ReadyAPIject File dialog, select the Sample-REST-Project-soapui-project.xml file from the <Home directory>/SoapUI-Tutorials folder.
Restapiexample
dummy.restapiexample.com
Dummy sample rest api - dummy.restapiexample.com
This page will list all of the rest services. These are fake online REST APIs for testing and prototyping sample applications that use rest calls to display listings and crud features.
Medium
medium.com โบ @bubu.tripathy โบ testing-restful-apis-with-rest-assured-6d245401deea
Testing RESTful APIs with REST-Assured | by Bubu Tripathy | Medium
May 9, 2023 - When testing RESTful web service endpoints, it is often necessary to retrieve the entire HTTP response body for further analysis and verification. To retrieve the entire HTTP response body using REST-Assured, you can utilize the extract().response() method. This method allows you to extract the complete response, including the body, from the API request.
GeeksforGeeks
geeksforgeeks.org โบ software testing โบ rest-api-testing-and-manual-test-cases
REST API Testing and Manual Test Cases - GeeksforGeeks
There are several approaches to test RESTful APIs depending on the requirement and the test environment. 1. Manual Testing: Performed using tools like Postman or Insomnia to send requests manually and verify the response data. 2. Automated Testing: Uses frameworks and libraries to automate API test cases: ... 3. Unit Testing: Developers write unit tests for each API method to check isolated behavior using mock services.
Published ย October 7, 2025
Apipheny
apipheny.io โบ free-api
Free API โ 90+ Public APIs For Testing [No Key] โ Apipheny
They donโt require a key, so you can test the sample URLs out on your browser. Get a list of any or all public APIs currently cataloged in the project.
ReqBin
reqbin.com
Online API Testing Tool | Test Your API Online
ReqBin is an online API testing tool for REST and SOAP APIs. Test API endpoints by making API requests directly from your browser. Test API responses with built-in JSON and XML validators.
AWS
docs.aws.amazon.com โบ amazon api gateway โบ developer guide โบ amazon api gateway tutorials and workshops โบ amazon api gateway rest api tutorials โบ tutorial: create a rest api by importing an example
Tutorial: Create a REST API by importing an example - Amazon API Gateway
The PetStore example API supports the following methods for a client to access the HTTP backend website of http://petstore-demo-endpoint.execute-api.com/petstore/pets. This tutorial uses an HTTP endpoint as an example. When you create your own APIs, we recommend you use HTTPS endpoints for ...