API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4001/
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/66/"
    ],
    "id": 4001,
    "title": "django-admin-ip-restrictor",
    "slug": "django-admin-ip-restrictor",
    "last_updated": "2020-10-27T11:42:55-04:00",
    "last_fetched": "2026-02-15T22:03:30.140351-05:00",
    "repo_url": "https://github.com/sdonk/django-admin-ip-restrictor",
    "pypi_version": "2.2.0",
    "created": "2017-11-09T19:21:32.317662-05:00",
    "modified": "2026-01-28T15:19:52.453481-05:00",
    "repo_forks": 10,
    "repo_description": "Restrict Django admin access based on incoming IPs",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-ip-restrictor",
    "documentation_url": "",
    "repo_watchers": 25,
    "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": [
        "sdonk",
        "sgaist",
        "richtier"
    ]
}