DRF Nested Routers
JSON →DRF Nested Routers is a Python library that extends Django REST Framework (DRF) to facilitate the creation of nested resources. It provides specialized routers and relation fields necessary for building a full REST URL structure where one resource hierarchically depends on another (e.g., `/authors/{author_pk}/books/`). This is crucial when child resources logically exist only within the context of their parent. The library is actively maintained, with the current version being 0.95.0, and typically releases updates to maintain compatibility with new Django and DRF versions.
Traffic · last 30 days stale · no recent hits
total hits 14
actors 4 distinct systems
last hit 16d ago human
top countries 🇺🇸 United States · 🇨🇦 Canada · KG · BG · 🇧🇷 Brazil
Resources
API endpoints
full doc /v1/registry/drf-nested-routers
compatibility /v1/registry/drf-nested-routers/compatibility