API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3053/
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/116/",
        "https://djangopackages.org/api/v4/grids/150/"
    ],
    "id": 3053,
    "title": "djwebsockets",
    "slug": "djwebsockets",
    "last_updated": "2019-08-09T02:38:32-04:00",
    "last_fetched": "2026-02-15T21:06:36.920686-05:00",
    "repo_url": "https://github.com/extremus-io/djwebsockets",
    "pypi_version": "0.9.6",
    "created": "2015-09-20T00:34:07.768393-04:00",
    "modified": "2026-01-28T15:12:29.450311-05:00",
    "repo_forks": 2,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/djwebsockets",
    "documentation_url": "https://pythonhosted.org/djwebsockets/",
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kittuov",
        "codingcatgirl"
    ]
}