API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/634/
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/42/"
    ],
    "id": 634,
    "title": "ubuntu2django",
    "slug": "ubuntu2django",
    "last_updated": "2010-03-05T13:59:02-05:00",
    "last_fetched": "2026-02-15T13:05:00.169459-05:00",
    "repo_url": "https://github.com/andrewwatts/ubuntu2django",
    "pypi_version": null,
    "created": "2011-02-13T09:45:06.872025-05:00",
    "modified": "2026-01-28T13:22:24.976902-05:00",
    "repo_forks": 1,
    "repo_description": "A fabric script to install django on a fresh ubuntu installation",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 14,
    "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": [
        "andrewwatts"
    ]
}