JSON:API topic

JSON:API is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests. JSON:API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This first draft was extracted from the JSON transport implicitly defined by Ember Data’s REST adapter. In general, Ember Data’s goal is to eliminate the need for ad-hoc code per application to communicate with servers that communicate in a well-defined way. The REST Adapter in Ember Data implicitly defined a protocol that custom servers could implement to get a drop-in client for all of their resources. The goals of the media type are to balance:

  • A generic media type that can work across a broad set of use cases, including the generally used relationship types
  • Similarity to existing server-side framework practices (and human readability for debugging)
  • Ease of implementation on the server side
  • Ease of implementation on the client side

This specification reached a stable version 1.0 on May 29, 2015.

List JSON:API repositories

JSONModelKit

9
Stars
2
Forks
Watchers

API driven JSON mapper. Generates and auto-imports model files into your project based on, JSON or PLIST, mapping files configured against an arbitrary dictionary. 2 Birds, 1 Stone.

hanami-realworld-example-app

16
Stars
4
Forks
Watchers

Real world application built with hanami 🌸

cricket-api

94
Stars
41
Forks
Watchers

Free Cricket API - Live Cricket Score JSON API 🏏

cricket-api-nodejs

8
Stars
4
Forks
Watchers

Free Live Cricket Score JSON API (Node.js Version) - Get data from Cricbuzz - Live Cricket Score API.

nmc2

7
Stars
0
Forks
Watchers

Lightweight, high-performance WebSocket server for No Man's Canvas, the pixel drawing game.

json

23
Stars
3
Forks
Watchers

🔋 In-place lightweight JSON parser

TrackOut

74
Stars
16
Forks
Watchers

Simple Python IP Tracker

json-api

463
Stars
38
Forks
Watchers

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.

go-respond

53
Stars
10
Forks
Watchers

A Go package for handling common HTTP JSON responses.

DummyJSON

1.3k
Stars
156
Forks
Watchers

DummyJSON.com provides different types of REST Endpoints filled with JSON data which you can use in developing the frontend with your favorite framework and library without worrying about writing a ba...