API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/159/?format=api"
    ],
    "id": 1604,
    "title": "shellng",
    "slug": "shellng",
    "last_updated": "2012-03-02T19:50:38-05:00",
    "last_fetched": "2026-02-16T03:00:52.262570-05:00",
    "repo_url": "https://github.com/andymckay/shellng",
    "pypi_version": "0.1.2",
    "created": "2012-12-21T16:31:54.204994-05:00",
    "modified": "2026-01-28T16:08:02.563858-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-shellng",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "andymckay"
    ]
}