API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/633/
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": 633,
    "title": "fab-pave",
    "slug": "fab-pave",
    "last_updated": "2010-06-04T16:43:10-04:00",
    "last_fetched": "2026-02-15T13:03:07.329787-05:00",
    "repo_url": "https://github.com/lincolnloop/fab-pave",
    "pypi_version": null,
    "created": "2011-02-13T09:42:48.326130-05:00",
    "modified": "2026-01-28T13:18:45.955987-05:00",
    "repo_forks": 1,
    "repo_description": "A Fabric script for paving a single web/database server",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "ipmb"
    ]
}