API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5297/?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/426/?format=api"
    ],
    "id": 5297,
    "title": "Django 2FA",
    "slug": "django-2fa",
    "last_updated": "2022-06-27T15:43:36-04:00",
    "last_fetched": "2026-02-15T21:07:02.019433-05:00",
    "repo_url": "https://github.com/neutron-sync/django-2fa",
    "pypi_version": "0.9.0",
    "created": "2022-01-26T16:26:02.079615-05:00",
    "modified": "2026-01-28T15:13:07.856450-05:00",
    "repo_forks": 1,
    "repo_description": "two factor authentication support for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-2fa",
    "documentation_url": "",
    "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": [
        "pizzapanther",
        "CDaut"
    ]
}