API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3377/
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/66/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 3377,
    "title": "dj_auth",
    "slug": "dj_auth",
    "last_updated": "2019-03-25T06:43:41-04:00",
    "last_fetched": "2026-02-15T20:03:40.777321-05:00",
    "repo_url": "https://gitlab.com/systent/dj_auth",
    "pypi_version": "1.5.1",
    "created": "2016-08-09T10:38:33.041938-04:00",
    "modified": "2026-01-28T14:54:47.679293-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/dj_auth",
    "documentation_url": "https://gitlab.com/systent/dj_auth/blob/master/README.rst",
    "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": [
        "hannesl",
        "Raphael Lechner",
        "Robert Dollinger"
    ]
}