API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/127/"
    ],
    "id": 1278,
    "title": "django-project-tools",
    "slug": "django-project-tools",
    "last_updated": "2012-04-12T03:49:52-04:00",
    "last_fetched": "2026-02-15T13:01:32.540331-05:00",
    "repo_url": "https://github.com/xaralis/django-project-tools",
    "pypi_version": null,
    "created": "2012-04-22T05:50:23.425204-04:00",
    "modified": "2026-01-28T13:15:17.908113-05:00",
    "repo_forks": 0,
    "repo_description": "Runnable tool to create Django project spine from template.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "xaralis"
    ]
}