API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2468/
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/90/"
    ],
    "id": 2468,
    "title": "django-pgallery",
    "slug": "django-pgallery",
    "last_updated": "2025-10-18T16:19:54-04:00",
    "last_fetched": "2026-02-15T20:08:56.542929-05:00",
    "repo_url": "https://github.com/zsiciarz/django-pgallery",
    "pypi_version": "0.12",
    "created": "2014-06-29T12:32:21.455998-04:00",
    "modified": "2026-01-28T15:03:03.083251-05:00",
    "repo_forks": 11,
    "repo_description": "Photo gallery app for PostgreSQL and Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-pgallery",
    "documentation_url": "",
    "repo_watchers": 21,
    "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,
        8,
        0,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "zsiciarz",
        "dependabot[bot]"
    ]
}