API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 639,
    "title": "django-in-a-box",
    "slug": "django-in-a-box",
    "last_updated": "2010-01-31T07:40:27-05:00",
    "last_fetched": "2026-02-15T11:03:14.668581-05:00",
    "repo_url": "https://bitbucket.org/zacharyvoase/django-in-a-box",
    "pypi_version": null,
    "created": "2011-02-13T18:29:00.470738-05:00",
    "modified": "2026-01-28T13:07:01.607345-05:00",
    "repo_forks": 1,
    "repo_description": "Simple starter pack for production-scale Django deployments, using FastCGI + lighttpd.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "zacharyvoase"
    ]
}