All Projects → typicode → Jsonplaceholder

typicode / Jsonplaceholder

Licence: mit
A simple online fake REST API server

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jsonplaceholder

Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (-94.22%)
Mutual labels:  api, rest, fake
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-98.88%)
Mutual labels:  api, rest, fake
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-92.55%)
Mutual labels:  api, rest
React Refetch
A simple, declarative, and composable way to fetch data for React components
Stars: ✭ 3,418 (-21.91%)
Mutual labels:  api, rest
Service Proxy
API gateway for REST and SOAP written in Java.
Stars: ✭ 355 (-91.89%)
Mutual labels:  api, rest
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: ✭ 295 (-93.26%)
Mutual labels:  api, rest
Kanary
A minimalist web framework for building REST APIs in Kotlin/Java.
Stars: ✭ 319 (-92.71%)
Mutual labels:  api, rest
Thehivedocs
Documentation of TheHive
Stars: ✭ 353 (-91.94%)
Mutual labels:  api, rest
Product Ei
An open source, a high-performance hybrid integration platform that allows developers quick integration with any application, data, or system.
Stars: ✭ 277 (-93.67%)
Mutual labels:  api, rest
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (-91.66%)
Mutual labels:  api, rest
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (-91.59%)
Mutual labels:  api, rest
Diet
A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.
Stars: ✭ 394 (-91%)
Mutual labels:  api, rest
Slim Api Skeleton
Slim 3 API skeleton project for Composer
Stars: ✭ 296 (-93.24%)
Mutual labels:  api, rest
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (-27.12%)
Mutual labels:  api, rest
Api
HeadHunter API: документация и библиотеки
Stars: ✭ 324 (-92.6%)
Mutual labels:  api, rest
Nodejs Restful Api
How to create a RESTful CRUD API using Nodejs?
Stars: ✭ 285 (-93.49%)
Mutual labels:  api, rest
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (-9.25%)
Mutual labels:  api, rest
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (-89.99%)
Mutual labels:  api, rest
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (-94.13%)
Mutual labels:  api, rest
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (-93.76%)
Mutual labels:  api, rest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].