JSONPlaceholder website screenshot

JSONPlaceholder

JSONPlaceholder is a free, no-auth fake REST API for prototyping, tutorials, and testing. It exposes six relational resources — posts, comments, albums, photos, todos, and users — over six standard REST routes per resource. All write operations (POST, PUT, PATCH, DELETE) are accepted and respond as if successful, but no changes are persisted. The service is built on the open-source json-server engine (also by typicode) and serves billions of requests per month with no rate limits or authentication.

JSONPlaceholder publishes 6 APIs on the APIs.io network, including Albums API, Comments API, Photos API, and 3 more. Tagged areas include Development, Testing, Prototyping, Fake API, and Open-Source.

The JSONPlaceholder catalog on APIs.io includes 2 JSON-LD contexts and 2 Spectral governance rulesets.

JSONPlaceholder’s developer surface includes getting-started guide, engineering blog, documentation, pricing, and 18 more developer resources.

34.2/100 thin ▬ flat Agent 20/100 agent aware open core · MIT Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreeOpen⚡ Free to try
1 APIs 8 Features 6 Use Cases
DevelopmentTestingPrototypingFake APIOpen-SourceREST

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/jsonplaceholder: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

JSONPlaceholder Albums API

100 sample photo albums owned by users

JSONPlaceholder Comments API

500 sample comments belonging to posts

JSONPlaceholder Photos API

5000 sample photos belonging to albums

JSONPlaceholder Posts API

100 sample blog posts owned by users

JSONPlaceholder Todos API

200 sample todo items owned by users

JSONPlaceholder Users API

10 sample users with profile, address, and company metadata

JSONPlaceholder

Fake data for testing and prototyping

Scroll for all 7

Open Collections 8

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

JSONPlaceholder REST API

OPEN COLLECTION

Scroll for all 8

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Jsonplaceholder Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 8

Notable capabilities this provider offers.

Six Relational Resources

Posts, comments, albums, photos, todos, and users with realistic relationships between them (posts belong to users, comments belong to posts, etc.).

Full REST Surface

GET, POST, PUT, PATCH, and DELETE methods are accepted on every resource — write operations simulate success without persisting changes.

Nested Routes

Single-level nested access such as /posts/1/comments, /albums/1/photos, and /users/1/todos for relational queries.

Query Filtering

Basic query-string filtering on any resource field (e.g. /comments?postId=1, /posts?userId=1).

No Authentication

Open to the public — no API keys, OAuth, or signup required. Use it in tutorials, sandboxes, and frontend demos freely.

No Rate Limits

The service does not publish or enforce documented rate limits and routinely serves about three billion requests per month.

CORS Enabled

All origins are allowed, making the service usable directly from browser-based applications without a proxy.

HTTPS Only

Served exclusively over HTTPS for safe inclusion in modern web tutorials and demos.

Scroll for all 8

Semantic Vocabularies 2

JSON-LD contexts and semantic vocabularies used across these APIs.

context Context

1 classes · 4 properties

JSON-LD

Jsonplaceholder Context

9 classes · 26 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

JSONPlaceholder API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSONPlaceholder API Rules

34 rules · 13 errors 18 warnings 3 info

SPECTRAL

JSON Schema 7

Standalone JSON Schema definitions for this provider's data models.

Album

3 properties

JSON SCHEMA

Comment

5 properties

JSON SCHEMA

Photo

5 properties

JSON SCHEMA

Post

4 properties

JSON SCHEMA

Todo

4 properties

JSON SCHEMA

User

8 properties

JSON SCHEMA

Post

4 properties

JSON SCHEMA

Scroll for all 7

JSON Structure 6

JSON Structure definitions describing this provider's data shapes.

Jsonplaceholder Album Structure

3 properties

JSON STRUCTURE

Jsonplaceholder Comment Structure

5 properties

JSON STRUCTURE

Jsonplaceholder Photo Structure

5 properties

JSON STRUCTURE

Jsonplaceholder Post Structure

4 properties

JSON STRUCTURE

Jsonplaceholder Todo Structure

4 properties

JSON STRUCTURE

Jsonplaceholder User Structure

8 properties

JSON STRUCTURE

Examples 8

Example request and response payloads for these APIs.

Create Post Request

3 fields

EXAMPLE

Create Post Response

4 fields

EXAMPLE

Scroll for all 8

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Jsonplaceholder Agentic Access

41 operations · 24 acting

41 operations · 24 acting

AGENTIC

Use Cases 6

What developers build with this provider.

Frontend Prototyping

Wire up React, Vue, Angular, or Svelte tutorials against a real HTTP endpoint without standing up a backend.

API Client Testing

Exercise HTTP client libraries (fetch, axios, requests, OkHttp) against a stable public REST surface.

Tutorial and Courseware

Power coding tutorials, bootcamp exercises, and conference workshops that need a deterministic JSON API.

Mobile App Demos

Drive iOS and Android sample apps that demonstrate networking, list rendering, and CRUD flows.

Tooling QA

Smoke-test API generators, codegen tools, SDK builders, and OpenAPI tooling against a stable real-world API.

Workshop Sandboxes

Provide a no-signup HTTP API for hands-on workshops where participants cannot wait for credentials.

Integrations 5

Pre-built integrations with other platforms and tools.

json-server

The open-source engine that powers JSONPlaceholder — runs the same fake REST API locally with a single command.

lowdb

The tiny local JSON database that json-server uses for storage; ships from the same typicode org.

Postman

Public collections wrap JSONPlaceholder for quick HTTP exploration and learning.

Hoppscotch

Frequently used as the default example endpoint in HTTP clients including Hoppscotch and Insomnia.

MSW (Mock Service Worker)

Often paired with MSW so frontend tests can intercept and stub JSONPlaceholder traffic deterministically.

Solutions 2

Packaged solutions this provider offers.

Local Mirror via json-server

For teams that need write persistence or offline development, install json-server, point it at a local db.json, and reproduce JSONPlaceholder routes verbatim.

My JSON Server

typicode operates an additional service (My JSON Server) that turns any GitHub-hosted db.json into a personal hosted fake REST API.

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: jsonplaceholder
deliveryModel:
  model: open-core
  license: MIT
  open_source: true
  commercial: true
  callable_host: true
  label: Open core · an OSS project plus a commercial hosted product
  confidence: high
  source:
  - license
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: free
  onboarding: open
  trial: false
  try_now: true
  public: true
  label: Free · Open access
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/jsonplaceholder.png
name: JSONPlaceholder
description: JSONPlaceholder is a free, no-auth fake REST API for prototyping, tutorials, and testing. It exposes six relational
  resources — posts, comments, albums, photos, todos, and users — over six standard REST routes per resource. All write operations
  (POST, PUT, PATCH, DELETE) are accepted and respond as if successful, but no changes are persisted. The service is built
  on the open-source json-server engine (also by typicode) and serves billions of requests per month with no rate limits or
  authentication.
url: https://jsonplaceholder.typicode.com
baseURL: https://jsonplaceholder.typicode.com
specificationVersion: '0.23'
created: '2026-05-28'
modified: '2026-08-08'
x-source: public-apis/public-apis
x-category: Development
x-type: opensource
x-tier: 3
x-tier-reason: free-public-prototyping-service-backed-by-open-source
tags:
- Development
- Testing
- Prototyping
- Fake API
- Open-Source
- REST
tags_raw:
- Development
- Testing
- Prototyping
- Fake API
- Open Source
- REST
apis:
- aid: jsonplaceholder:jsonplaceholder-albums-api
  name: JSONPlaceholder Albums API
  description: 100 sample photo albums owned by users
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - Albums
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-albums-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- aid: jsonplaceholder:jsonplaceholder-comments-api
  name: JSONPlaceholder Comments API
  description: 500 sample comments belonging to posts
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - Comments
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-comments-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- aid: jsonplaceholder:jsonplaceholder-photos-api
  name: JSONPlaceholder Photos API
  description: 5000 sample photos belonging to albums
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - Photos
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-photos-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- aid: jsonplaceholder:jsonplaceholder-posts-api
  name: JSONPlaceholder Posts API
  description: 100 sample blog posts owned by users
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - Posts
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-posts-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- aid: jsonplaceholder:jsonplaceholder-todos-api
  name: JSONPlaceholder Todos API
  description: 200 sample todo items owned by users
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - To-Dos
  tags_raw:
  - Todos
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-todos-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- aid: jsonplaceholder:jsonplaceholder-users-api
  name: JSONPlaceholder Users API
  description: 10 sample users with profile, address, and company metadata
  humanURL: https://jsonplaceholder.typicode.com
  baseURL: https://jsonplaceholder.typicode.com
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/jsonplaceholder-users-api-openapi.yml
  - type: Documentation
    url: https://jsonplaceholder.typicode.com
  - type: GettingStarted
    url: https://jsonplaceholder.typicode.com/guide/
  - type: JSONSchema
    url: json-schema/jsonplaceholder-post-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-comment-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-album-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-photo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-todo-schema.json
  - type: JSONSchema
    url: json-schema/jsonplaceholder-user-schema.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-post-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-comment-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-album-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-photo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-todo-structure.json
  - type: JSONStructure
    url: json-structure/jsonplaceholder-user-structure.json
  - type: JSONLD
    url: json-ld/jsonplaceholder-context.jsonld
  - type: Examples
    url: examples/jsonplaceholder-post-example.json
  - type: Examples
    url: examples/jsonplaceholder-comment-example.json
  - type: Examples
    url: examples/jsonplaceholder-album-example.json
  - type: Examples
    url: examples/jsonplaceholder-photo-example.json
  - type: Examples
    url: examples/jsonplaceholder-todo-example.json
  - type: Examples
    url: examples/jsonplaceholder-user-example.json
- name: JSONPlaceholder
  description: Fake data for testing and prototyping
  humanURL: http://jsonplaceholder.typicode.com/
  baseURL: http://jsonplaceholder.typicode.com/
  tags:
  - Test Data
  properties:
  - type: Documentation
    url: http://jsonplaceholder.typicode.com/
common:
- type: IssueTracker
  url: https://github.com/typicode/jsonplaceholder/issues
- type: License
  name: MIT
  url: https://github.com/typicode/jsonplaceholder/blob/master/LICENSE
- type: AgenticAccess
  url: agentic-access/jsonplaceholder-agentic-access.yml
- type: DomainSecurity
  url: security/jsonplaceholder-domain-security.yml
- type: Website
  url: https://jsonplaceholder.typicode.com
- type: GettingStarted
  url: https://jsonplaceholder.typicode.com/guide/
- type: GitHubRepository
  url: https://github.com/typicode/jsonplaceholder
  title: JSONPlaceholder Source
- type: GitHubRepository
  url: https://github.com/typicode/json-server
  title: json-server (Engine)
- type: GitHubRepository
  url: https://github.com/typicode/lowdb
  title: lowdb (Storage)
- type: GitHubOrganization
  url: https://github.com/typicode
- type: Blog
  url: https://blog.typicode.com
- type: PublicAPIsListing
  url: https://github.com/public-apis/public-apis
- type: Plans
  url: plans/jsonplaceholder-plans-pricing.yml
- type: RateLimits
  url: rate-limits/jsonplaceholder-rate-limits.yml
- type: SpectralRules
  url: rules/jsonplaceholder-rules.yml
- type: Vocabulary
  url: vocabulary/jsonplaceholder-vocabulary.yml
- type: Features
  data:
  - name: Six Relational Resources
    description: Posts, comments, albums, photos, todos, and users with realistic relationships between them (posts belong
      to users, comments belong to posts, etc.).
  - name: Full REST Surface
    description: GET, POST, PUT, PATCH, and DELETE methods are accepted on every resource — write operations simulate success
      without persisting changes.
  - name: Nested Routes
    description: Single-level nested access such as /posts/1/comments, /albums/1/photos, and /users/1/todos for relational
      queries.
  - name: Query Filtering
    description: Basic query-string filtering on any resource field (e.g. /comments?postId=1, /posts?userId=1).
  - name: No Authentication
    description: Open to the public — no API keys, OAuth, or signup required. Use it in tutorials, sandboxes, and frontend
      demos freely.
  - name: No Rate Limits
    description: The service does not publish or enforce documented rate limits and routinely serves about three billion requests
      per month.
  - name: CORS Enabled
    description: All origins are allowed, making the service usable directly from browser-based applications without a proxy.
  - name: HTTPS Only
    description: Served exclusively over HTTPS for safe inclusion in modern web tutorials and demos.
- type: UseCases
  data:
  - name: Frontend Prototyping
    description: Wire up React, Vue, Angular, or Svelte tutorials against a real HTTP endpoint without standing up a backend.
  - name: API Client Testing
    description: Exercise HTTP client libraries (fetch, axios, requests, OkHttp) against a stable public REST surface.
  - name: Tutorial and Courseware
    description: Power coding tutorials, bootcamp exercises, and conference workshops that need a deterministic JSON API.
  - name: Mobile App Demos
    description: Drive iOS and Android sample apps that demonstrate networking, list rendering, and CRUD flows.
  - name: Tooling QA
    description: Smoke-test API generators, codegen tools, SDK builders, and OpenAPI tooling against a stable real-world API.
  - name: Workshop Sandboxes
    description: Provide a no-signup HTTP API for hands-on workshops where participants cannot wait for credentials.
- type: Integrations
  data:
  - name: json-server
    description: The open-source engine that powers JSONPlaceholder — runs the same fake REST API locally with a single command.
  - name: lowdb
    description: The tiny local JSON database that json-server uses for storage; ships from the same typicode org.
  - name: Postman
    description: Public collections wrap JSONPlaceholder for quick HTTP exploration and learning.
  - name: Hoppscotch
    description: Frequently used as the default example endpoint in HTTP clients including Hoppscotch and Insomnia.
  - name: MSW (Mock Service Worker)
    description: Often paired with MSW so frontend tests can intercept and stub JSONPlaceholder traffic deterministically.
- type: Solutions
  data:
  - name: Local Mirror via json-server
    description: For teams that need write persistence or offline development, install json-server, point it at a local db.json,
      and reproduce JSONPlaceholder routes verbatim.
  - name: My JSON Server
    description: typicode operates an additional service (My JSON Server) that turns any GitHub-hosted db.json into a personal
      hosted fake REST API.
- type: Documentation
  url: https://jsonplaceholder.typicode.com/guide/
- type: GitHubOrg
  url: https://github.com/typicode
- type: Pricing
  url: https://jsonplaceholder.typicode.com
- type: X
  url: https://x.com/typicode
- type: FinOps
  url: finops/jsonplaceholder-finops.yml
- type: Website
  url: http://jsonplaceholder.typicode.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-merged-from:
- json-placeholder

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/jsonplaceholder"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/jsonplaceholder/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/jsonplaceholder/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.