API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/632/
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/",
        "https://djangopackages.org/api/v4/grids/87/",
        "https://djangopackages.org/api/v4/grids/324/"
    ],
    "id": 632,
    "title": "django-fab",
    "slug": "django-fab",
    "last_updated": "2010-01-28T06:40:31-05:00",
    "last_fetched": "2026-02-16T02:01:32.566599-05:00",
    "repo_url": "https://github.com/hbussell/django-fab",
    "pypi_version": "1.0.4",
    "created": "2011-02-13T09:38:49.130531-05:00",
    "modified": "2026-01-28T15:58:55.700005-05:00",
    "repo_forks": 2,
    "repo_description": "Common methods to help create fabric deplopment scripts for django",
    "pypi_url": "http://pypi.python.org/pypi/django-fab",
    "documentation_url": null,
    "repo_watchers": 35,
    "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": [
        "hbussell"
    ]
}