API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5201/
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/247/"
    ],
    "id": 5201,
    "title": "dj_sentry",
    "slug": "dj_sentry",
    "last_updated": "2022-06-15T11:53:06-04:00",
    "last_fetched": "2026-02-16T01:03:36.891858-05:00",
    "repo_url": "https://github.com/Gandi/dj_sentry",
    "pypi_version": "0.2.0",
    "created": "2021-12-09T09:24:06.289813-05:00",
    "modified": "2026-01-28T15:52:33.224192-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app to initialize Sentry client for your Django applications",
    "pypi_url": "http://pypi.python.org/pypi/dj_sentry",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "dependabot[bot]"
    ]
}