API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1968/
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/23/"
    ],
    "id": 1968,
    "title": "blognajd",
    "slug": "blognajd",
    "last_updated": "2018-12-19T10:17:32-05:00",
    "last_fetched": "2026-02-15T22:05:09.694578-05:00",
    "repo_url": "https://github.com/danirus/blognajd",
    "pypi_version": "1.1.1",
    "created": "2013-07-31T10:59:44.527990-04:00",
    "modified": "2026-01-28T15:23:06.421682-05:00",
    "repo_forks": 2,
    "repo_description": "Simple django blogging app, for Python 3",
    "pypi_url": "http://pypi.python.org/pypi/blognajd",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "danirus",
        "davea",
        "marky1991"
    ]
}