API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4067/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/75/"
    ],
    "id": 4067,
    "title": "uadetector",
    "slug": "uadetector",
    "last_updated": "2018-02-20T06:13:51-05:00",
    "last_fetched": "2026-02-15T20:06:06.733488-05:00",
    "repo_url": "https://github.com/tell-k/uadetector",
    "pypi_version": "0.1.3",
    "created": "2018-02-19T10:56:44.243143-05:00",
    "modified": "2026-01-28T14:58:14.347256-05:00",
    "repo_forks": 0,
    "repo_description": "WSGI Middleware and web framework extensions for handling User-Agent.",
    "pypi_url": "http://pypi.python.org/pypi/uadetector",
    "documentation_url": "https://github.com/tell-k/uadetector",
    "repo_watchers": 5,
    "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": [
        "tell-k"
    ]
}