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 ↓33% vs prev 7d
total hits 11
actors 5 distinct systems
last hit 4d ago Googlebot
top countries 🇫🇷 France · 🇺🇸 United States · 🇸🇬 Singapore · 🇩🇪 Germany · 🇨🇦 Canada
Resources
API endpoints
full doc /v1/registry/drf-nested-routers
compatibility /v1/registry/drf-nested-routers/compatibility