Ross ROSS = Recommend OSS · open-source software intelligence for agents

alanjds/drf-nested-routers

Nested Routers for Django Rest Framework observed · 2026-08-28

github.com/alanjds/drf-nested-routers · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 97
  • Release rhythm 62
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4720
  • days_rel: 41
  • days_push: 18
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1799 stars · 173 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library providing routers and fields for creating nested resources in Django REST Framework. It enables RESTful URL structures where one resource lives inside another, such as /domains/{domain_pk}/nameservers/.

Use cases

  • create nested REST API URL structures in Django Rest Framework
  • route child resources under parent resources like /domains/{pk}/nameservers/
  • build REST APIs where a resource cannot exist without its parent
  • register nested viewsets with DRF routers
  • filter child querysets by parent primary key from URL kwargs

When to choose

  • you use Django REST Framework and need hierarchical resource URLs
  • your API resources have strict parent-child ownership relationships
  • you want full REST URL nesting without hand-writing URL patterns

When to avoid

  • your API resources are flat and don't need nested URL structures
  • you don't use Django or Django REST Framework
  • you need deeply nested or highly custom routing beyond parent-child nesting

Facets

library · maturity active

routing api-framework web-framework web-development backend apis python django django-rest-framework rest-api nested-resources url-routing

3 sources

Member repositories

RepositoryRoleHealth v2
alanjds/drf-nested-routersmain85

For agents

markdown · JSON · MCP: product_card(name="alanjds/drf-nested-routers")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem