🌐
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.
Discussions

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
🌐 community.instructure.com
June 15, 2024
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
🌐 r/javascript
26
34
January 16, 2017
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
🌐 r/QualityAssurance
17
6
October 6, 2022
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
🌐 r/softwaretesting
41
23
September 15, 2022
People also ask

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 ...
🌐
Softchief
softchief.com › home › blog › xrm webapi › top 15 free web apis for developers to use for testing purposes with sample code in jquery
Top 15 Free Web APIs for Developers to Use for Testing Purposes with Sample Code in jQuery | Softchief Learn
June 27, 2024 - Sample Code Request · $.ajax({ ... "createdAt":"2014-10-18T12:09:05.255Z" } Description: Mocky allows you to create custom HTTP responses for your testing needs....
🌐
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.
🌐
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.
Find elsewhere
🌐
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.
🌐
Instructure
community.instructure.com › home › instructure community › groups › developers group › developers group discussions
Sample Data for API Testing? - Instructure Community
June 15, 2024 - 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 ...
🌐
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.
🌐
Playwright
playwright.dev › api testing
API testing | Playwright
APIRequestContext can send all kinds of HTTP(S) requests over network. The following example demonstrates how to use Playwright to test issues creation via GitHub API.
🌐
Dotmock
dotmock.com › blog › sample-api-to-test
12 Best Free Sample API to Test Your Apps in 2025
November 9, 2025 - For teams seeking an enterprise-grade solution to create a sample API to test any scenario, dotMock stands out as a powerful, cloud-first mocking platform. It moves beyond simple static JSON responses, offering a comprehensive suite for simulating ...
🌐
ACCELQ
accelq.com › home › top api testing examples you need to try today
Hands-On API Testing Examples to Boost Quality in 2025
November 12, 2025 - Discover API testing examples that work! Explore REST API testing, security checks, cURL commands, and dummy APIs for faster QA.
🌐
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.