API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/33/?format=api",
        "https://djangopackages.org/api/v4/grids/148/?format=api"
    ],
    "id": 785,
    "title": "django-follow",
    "slug": "django-follow",
    "last_updated": "2013-01-16T06:40:49-05:00",
    "last_fetched": "2026-02-15T22:03:20.883711-05:00",
    "repo_url": "https://github.com/caffeinehit/django-follow",
    "pypi_version": "0.6.1",
    "created": "2011-05-02T15:41:32.699809-04:00",
    "modified": "2026-01-28T15:19:33.330710-05:00",
    "repo_forks": 43,
    "repo_description": "Django application to follow anything.",
    "pypi_url": "http://pypi.python.org/pypi/django-follow",
    "documentation_url": null,
    "repo_watchers": 138,
    "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": [
        "flashingpumpkin",
        "devioustree",
        "teferi",
        "timbroder"
    ]
}