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
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. ... Namespace keys, collections, logs. ... Define your JSON data model. ... Magic link creates an app user. ... Mint a session token. ... Scoped CRUD via Bearer token. ... Logs + webhooks on events. ... Use fetch(), cURL, Postman, or any HTTP client for apps, QA, or lessons.
Sample Data for API Testing?
Short version: I would like to generate a lot of fake students and quiz data in a free demo shell to do testing on my API scripts. Motivation: I've been using the Canvas API to set up faster grading tools for free response questions on Classic Quizzes. While this has worked so far, my scripts ... More on community.instructure.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
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
Best tool for automated API e2e testing
Every time I see this question, I have another one. What will you test for your API ? If you just need to write functional tests you can use Playwright or Cypress . If your aim is really to document your API, Swagger is your friend but the approach is different. You start from the contract definition and agree on it before any development or you are able to generate this doc from your code. In this case however, your concern is about the contract testing of your API which is a different topic: Pact.js is your friend. Finally if you wish to document your API with examples across a user journey for instance, you could integrate PW and CP with Cucumber to describe relevant scenarios. It's worth it for new devs, not that much for released products. More on reddit.com
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 ...
How do custom endpoints work?
Custom endpoints let you shape responses around your collections or specific UX flows. Define the path, method, and response data-ideal for staging environments, automation callbacks, and UI experiments. Higher limits are available on Premium.
reqres.in
reqres.in
ReqRes: Free REST API for Testing, Prototyping & QA ...
Videos
07:26
Create unlimited free apis for testing or mocking - YouTube
01:03:19
LIVE API Testing Project #1 - From Start to Finish( Add to Resume) ...
06:51
7 Demo Websites Which You Can Use To Perform API Testing | 30 Days ...
05:07
How to test like a "real" API dev - YouTube
18:34
API Testing Basics Tutorial (Part 7) – GET API Test Case Example ...
08:43
API Testing LIVE Project Using Al (Req to Automation) - YouTube
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.
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
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. ... Get random cat facts via text message every day. ... View the Bitcoin Price Index (BPI) in real-time. Sample URL: https://api.coindesk.com/v1/bpi/currentprice.json · Find something to do by getting suggestions for random activities.
CircleCI
circleci.com › blog › testing-an-api-with-postman
Testing an API with Postman - CircleCI
November 24, 2020 - In this tutorial, you will learn how to perform and automate tests against your APIs using Postman’s command-line utility, Newman. To complete this tutorial, a few things are required: ... Postman for Desktop installed on your system. You can download it here. This tutorial uses Version 11.2.0. ... You will be testing the functionality of a public sample API It’s a simple API that consists of many endpoints, but you’ll only use a few for creating and fetching user accounts.
Free APIs
free-apis.github.io
Free APIs
A collection of free APIs
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.
Dotcom-Monitor
dotcom-monitor.com › performance blog › web api sample endpoints to practice monitoring & testing
Web API Sample Endpoints to Practice Monitoring & Testing
December 9, 2025 - The sample endpoints below aren’t designed to be “hello world” demos. They’re crafted to behave like real production APIs; sometimes fast, sometimes slow, sometimes incorrect, so you can validate how well your monitoring system responds to the unpredictable nature of distributed systems. Each endpoint includes the type of monitoring behavior it helps test, and what failures you should expect to uncover. A minimal endpoint designed for uptime checks and fast alerting.
Docoon
docapi.docoon.com › odyssey-apis › our-rest-apis › samples › postman-rest
Postman sample project – Docoon APIs
Using this collection, you can easily test our basic functionalities and export these samples as a code snippets in several language. The last Docoon Postman collection is available here : Docoon Rest samples V1.0. Postman is a powerful GUI platform to make API development faster & easier.
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.
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.
Reddit
reddit.com › r/javascript › is there a dummy api for testing/practice?
r/javascript on Reddit: Is there a dummy API for testing/practice?
January 16, 2017 -
Something like https://httpstat.us/ but for API endpoints?
Top answer 1 of 18
16
There are plenty of free APIs you can use for learning - https://github.com/toddmotto/public-apis/
2 of 18
9
The RESTful Pokemon API is great for this. https://pokeapi.co/ It's a realistic enough example of what real APIs look like, it has a good set of features and it's properly documented.
Medium
medium.com › @fathermountain › an-overview-of-the-api-api-testing-and-a-sample-study-for-automation-based-on-the-swagger-document-19967549131
An Overview of the API/API Testing and A Sample Study for Automation Based On the Swagger Document | by Bryden Babadagi | Medium
August 2, 2023 - In this sample study, I will first start by mentioning the framework, then, after talking about the base Url and Authentication classes that I use, Paylod, that is Set the Url, and Expected data, We will send a Post request, and the last step will be validation. As I mentioned above for Expected Data and actual data, POJO class will be created for Serialization and De Serialization. The framework I used for API testing is presented in the figure below.
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.