API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2923/
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/80/",
        "https://djangopackages.org/api/v4/grids/232/"
    ],
    "id": 2923,
    "title": "django-maintenance-mode",
    "slug": "django-maintenance-mode-",
    "last_updated": "2026-01-08T17:57:26-05:00",
    "last_fetched": "2026-02-15T17:09:02.102643-05:00",
    "repo_url": "https://github.com/fabiocaccamo/django-maintenance-mode",
    "pypi_version": "0.22.0",
    "created": "2015-06-09T04:34:54.951287-04:00",
    "modified": "2026-01-28T14:05:31.773277-05:00",
    "repo_forks": 53,
    "repo_description": ":construction: :hammer_and_wrench: shows a 503 error page when maintenance-mode is on.",
    "pypi_url": "http://pypi.python.org/pypi/django-maintenance-mode",
    "documentation_url": "https://github.com/fabiocaccamo/django-maintenance-mode#readme",
    "repo_watchers": 520,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        1,
        2,
        0,
        3,
        1,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "github-actions[bot]",
        "pre-commit-ci[bot]",
        "samizdis",
        "ziima",
        "alexdlaird",
        "paduszyk",
        "OndrejIT",
        "andrewpwade",
        "epicserve",
        "Natureshadow",
        "synapticarbors",
        "matmair",
        "pbx",
        "ade555",
        "fallen",
        "cocoatomo",
        "haidaraM"
    ]
}