JSON:API
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.
Here are 1,413 public repositories matching this topic...
A Node.js framework agnostic library for (de)serializing your data to JSON API
-
Updated
Dec 20, 2023 - JavaScript
Normalize JSON API data for redux applications
-
Updated
Mar 15, 2023 - JavaScript
Open, modular, and serverless content management for a modern web
-
Updated
Dec 23, 2017 - JavaScript
Redux actions, action creators and reducers to make life with JSON APIs a breeze.
-
Updated
Jan 6, 2023 - JavaScript
An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
-
Updated
Dec 29, 2024 - JavaScript
🦊 A simple, lightweight & framework agnostic JSON:API client
-
Updated
Jan 1, 2025 - JavaScript
Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
-
Updated
Jul 10, 2021 - JavaScript
🔨 Tool to make Simple and Quick JSON APIs with GitHub.
-
Updated
Feb 28, 2023 - JavaScript
Run GROQ in your command line
-
Updated
Dec 2, 2024 - JavaScript
Athena-Express can simplify executing SQL queries in Amazon Athena AND fetching cleaned-up JSON results in the same synchronous or asynchronous request - well suited for web applications.
-
Updated
May 14, 2024 - JavaScript
Node.js/browser framework agnostic JSON API (http://jsonapi.org/) serializer.
-
Updated
Nov 13, 2023 - JavaScript
Simplified Perfect Complete Quran JSON (Indonesia Translation, Tafsir, and Audio) with API
-
Updated
May 19, 2021 - JavaScript
Lightweight persistence for an Ember CLI app following the JSON API 1.0 spec
-
Updated
Nov 25, 2017 - JavaScript
Created by Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick
Released May 3, 2013
- Followers
- 17 followers
- Website
- jsonapi.org