API Design

JSON:API

A specification for building JSON APIs that standardizes resource structure, relationships, pagination, and error formats to reduce bikeshedding over API design decisions. Responses wrap data in a top-level `data` key, relationships in a `relationships` key, and side-loaded resources in `included`. The spec defines compound documents, sparse fieldsets, and filtering conventions that clients and servers can rely on without per-API negotiation.

Giao thức liên quan

Được đề cập trong hướng dẫn

Xem thêm