API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1605/
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/159/"
    ],
    "id": 1605,
    "title": "django-shell",
    "slug": "django-shell",
    "last_updated": "2016-01-22T00:08:12-05:00",
    "last_fetched": "2026-02-15T18:12:55.064525-05:00",
    "repo_url": "https://bitbucket.org/schinckel/django-shell",
    "pypi_version": "1.1.7",
    "created": "2012-12-21T16:34:00.188554-05:00",
    "modified": "2026-01-28T14:32:58.337085-05:00",
    "repo_forks": 2,
    "repo_description": "A django management command to start a shell, and auto-import all models.",
    "pypi_url": "http://pypi.python.org/pypi/django-shell-plus",
    "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": [
        "schinckel"
    ]
}