jsonplaceholder

A simple online fake REST API server

Github stars Tracking Chart

JSONPlaceholder

JSONPlaceholder is a simple fake REST API for testing and prototyping.

It's like an image placeholder but for web developers.

JSONPlaceholder is powered by JSON Server.

Why?

Most of the time when trying a new library, hacking a prototype or following a tutorial, I found myself in need of some data.

I didn't like the idea of using some public API because I had the feeling that I was spending more time registering a client and understanding a complex API than focusing on my task.

But I liked the idea of image placeholders for web designers. So I decided to code a little Express server inspired by that and here is JSONPlaceholder.

You can find it running here and are free to use it in your developments: https://jsonplaceholder.typicode.com.

I hope you will find it useful.

Features

  • No registration
  • Zero-config
  • Basic API
  • "Has many" relationships
  • Filters and nested resources
  • Cross-domain (CORS and JSONP)
  • Supports GET, POST, PUT, PATCH, DELETE and OPTIONS verbs
  • HTTP or HTTPS
  • Compatible with React, Angular, Vue, Ember, ...

Guide

For examples and more, you can visit https://jsonplaceholder.typicode.com

Main metrics

Overview
Name With Ownertypicode/jsonplaceholder
Primary LanguageHTML
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2013-09-20 13:49:48
Pushed At2024-07-10 06:58:17
Last Commit At2021-06-14 09:09:46
Release Count11
Last Release Namev0.3.3 (Posted on 2016-05-29 02:58:02)
First Release Namev0.0.1 (Posted on 2013-10-09 06:49:11)
用户参与
Stargazers Count5.1k
Watchers Count76
Fork Count587
Commits Count209
Has Issues Enabled
Issues Count145
Issue Open Count69
Pull Requests Count23
Pull Requests Open Count26
Pull Requests Close Count20
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private