Intermediate Vocabulary #API #REST #GraphQL #HTTP

API Design Vocabulary

5 exercises — essential API design terms: REST vs GraphQL, idempotency, rate limiting, and versioning strategies. Practised daily by backend and full-stack developers.

Key API design vocabulary clusters
  • API styles: REST · GraphQL · gRPC · WebSocket · webhook · OpenAPI / Swagger
  • HTTP semantics: GET · POST · PUT · PATCH · DELETE · status codes (200 / 201 / 400 / 401 / 403 / 404 / 429 / 500)
  • Design concepts: endpoint · resource · idempotency · pagination (cursor / offset) · rate limiting · throttling
  • API management: versioning · breaking change · backward compatibility · deprecation · API key · OAuth · JWT
0 / 5 completed
1 / 5
Which statement best describes a REST API?