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, built on top of REST principles with conventions for relationships, pagination, filtering, and sparse fieldsets.

API entry from apis.yml

apis.yml Raw ↑
aid: rest:json-api
name: JSON:API
description: 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, built on top of REST principles with conventions
  for relationships, pagination, filtering, and sparse fieldsets.
humanURL: https://jsonapi.org
tags:
- API Design
- JSON
- REST
- Specification
properties:
- type: Documentation
  url: https://jsonapi.org/format/
- type: GitHub
  url: https://github.com/json-api/json-api