API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5760/
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/85/"
    ],
    "id": 5760,
    "title": "Django Document Catalogue",
    "slug": "django_document_catalogue",
    "last_updated": "2023-09-04T21:19:18-04:00",
    "last_fetched": "2026-02-16T00:02:51.784460-05:00",
    "repo_url": "https://github.com/powderflask/django_document_catalogue",
    "pypi_version": "0.4.0",
    "created": "2023-08-26T15:29:21.056389-04:00",
    "modified": "2026-01-28T15:40:17.417086-05:00",
    "repo_forks": 1,
    "repo_description": "Django app providing a lightweight, stand-alone, hierarchical document library.",
    "pypi_url": "https://pypi.org/project/django-document-catalogue",
    "documentation_url": "https://django-document-catalogue.readthedocs.io",
    "repo_watchers": 6,
    "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": [
        "powderflask",
        "finnertysea",
        "dependabot[bot]",
        "JacobTumak"
    ]
}