API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5183/?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/221/?format=api"
    ],
    "id": 5183,
    "title": "django-multiurl",
    "slug": "django-multiurl",
    "last_updated": "2023-08-24T14:31:14-04:00",
    "last_fetched": "2026-02-15T21:02:59.512403-05:00",
    "repo_url": "https://github.com/raiderrobert/django-multiurl",
    "pypi_version": "1.5.0",
    "created": "2021-10-28T19:49:15.189272-04:00",
    "modified": "2026-01-28T15:06:39.581269-05:00",
    "repo_forks": 27,
    "repo_description": "Have you ever wanted multiple views to match to the same URL? Now you can.",
    "pypi_url": "http://pypi.python.org/pypi/django-multiurl",
    "documentation_url": "",
    "repo_watchers": 275,
    "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": [
        "raiderrobert",
        "jacobian",
        "mikaelengstrom",
        "freyes",
        "1vank1n",
        "igerko",
        "sssbox",
        "rinti"
    ]
}