API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/?format=api",
        "https://djangopackages.org/api/v4/grids/210/?format=api"
    ],
    "id": 5864,
    "title": "django-privates",
    "slug": "django-privates",
    "last_updated": "2025-07-09T10:28:43-04:00",
    "last_fetched": "2026-02-15T18:03:24.681678-05:00",
    "repo_url": "https://github.com/sergei-maertens/django-privates",
    "pypi_version": "3.1.1",
    "created": "2024-02-14T13:58:57.319434-05:00",
    "modified": "2026-01-28T14:22:51.408318-05:00",
    "repo_forks": 5,
    "repo_description": "Batteries included private media integration in Django",
    "pypi_url": "https://pypi.org/project/django-privates",
    "documentation_url": "https://django-privates.readthedocs.io/en/latest/",
    "repo_watchers": 11,
    "commits_over_52": [
        0,
        13,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        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": [
        "sergei-maertens",
        "stevenbal",
        "pi-sigma",
        "SonnyBA"
    ]
}