API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/833/
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/350/"
    ],
    "id": 833,
    "title": "django-redirect",
    "slug": "django-redirect",
    "last_updated": "2014-06-25T10:14:15-04:00",
    "last_fetched": "2026-02-15T13:01:42.554884-05:00",
    "repo_url": "https://github.com/glenbot/django-redirect",
    "pypi_version": null,
    "created": "2011-06-14T13:28:04.677866-04:00",
    "modified": "2026-01-28T13:15:43.349156-05:00",
    "repo_forks": 10,
    "repo_description": "A slightly more robust version of the native django redirect",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 15,
    "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": [
        "glenbot",
        "glogiotatidis",
        "vosi"
    ]
}