Skip to main content

← All terms · Web & APIs

REST

Architectural style for HTTP APIs — resources at URLs, verbs in the HTTP method, stateless requests.

Learn this interactively:

Open lesson fastapi-08

Related — Web & APIs

FastAPIModern Python web framework. Type-driven, async-first, autogenerates OpenAPI docPydanticData validation library. Define a model, get parsing + validation + JSON serialiJWTJSON Web Token — a signed, base64-encoded payload used for stateless auth. VerifOpenAPISpec for describing REST APIs as JSON/YAML. FastAPI emits one automatically; tooCORSCross-Origin Resource Sharing — browser security check on which origins may call