Django REST Framework Explained: Building APIs on Django
What Django REST Framework actually adds to Django, a basic serializer/viewset example, and when it’s the right choice for an API
8 items tagged "Api"
Captures network traffic from mobile apps and generates a reusable Python client library for their APIs, without manual reverse-engineering
The standard toolkit for building Web APIs on top of Django, with serialization, auth, and browsable docs built in
A modern, async-capable HTTP client for Python — the natural successor to Requests with full HTTP/2 support
Official Python client for the OpenAI API — supports chat completions, embeddings, assistants, streaming, and function calling with full async support
Modern GraphQL library for Python using type hints and dataclasses — integrates with Django, FastAPI, and Flask with full async support
Simple, elegant HTTP library for making requests and working with web APIs
Modern web framework for building fast APIs with automatic interactive documentation