API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5094/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/47/"
    ],
    "id": 5094,
    "title": "django-dynamic-breadcrumbs",
    "slug": "django-dynamic-breadcrumbs",
    "last_updated": "2023-09-20T15:58:31-04:00",
    "last_fetched": "2026-02-15T20:08:28.311512-05:00",
    "repo_url": "https://github.com/marcanuy/django-dynamic-breadcrumbs",
    "pypi_version": "0.4.3",
    "created": "2021-07-05T10:41:52.446750-04:00",
    "modified": "2026-01-28T15:02:11.884857-05:00",
    "repo_forks": 5,
    "repo_description": "Django app to generate HTML breadcrumbs from URL paths",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamic-breadcrumbs",
    "documentation_url": "https://django-dynamic-breadcrumbs.readthedocs.io/",
    "repo_watchers": 19,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "marcanuy",
        "pescheck-bram",
        "williwacker"
    ]
}