API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1779,
    "title": "FatBox Django Utils",
    "slug": "fatbox-django-utils",
    "last_updated": "2013-09-16T21:39:06-04:00",
    "last_fetched": "2026-02-15T01:01:55.445050-05:00",
    "repo_url": "https://github.com/fatbox/fatbox-django-utils",
    "pypi_version": "1.2",
    "created": "2013-04-23T16:25:22.778167-04:00",
    "modified": "2026-01-28T16:10:06.188912-05:00",
    "repo_forks": 1,
    "repo_description": "A collection of Django utilities built by FatBox",
    "pypi_url": "http://pypi.python.org/pypi/fatbox-django-utils",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "borgstrom"
    ]
}