API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5817/
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/425/",
        "https://djangopackages.org/api/v4/grids/85/"
    ],
    "id": 5817,
    "title": "django-sphinx-hosting",
    "slug": "django-sphinx-hosting",
    "last_updated": "2025-10-07T19:19:08-04:00",
    "last_fetched": "2026-02-15T20:04:24.222319-05:00",
    "repo_url": "https://github.com/caltechads/django-sphinx-hosting",
    "pypi_version": "1.7.1",
    "created": "2024-01-03T20:44:47.206093-05:00",
    "modified": "2026-01-28T14:55:57.541809-05:00",
    "repo_forks": 1,
    "repo_description": "Reusable Django app for hosting Sphinx documentation privately.",
    "pypi_url": "https://pypi.org/project/django-sphinx-hosting",
    "documentation_url": "https://django-sphinx-hosting.readthedocs.io/en/latest/",
    "repo_watchers": 3,
    "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,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "cmalek"
    ]
}