API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5625/?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/58/?format=api"
    ],
    "id": 5625,
    "title": "django-imagefield",
    "slug": "django-imagefield",
    "last_updated": "2026-02-05T15:01:45-05:00",
    "last_fetched": "2026-02-15T18:09:18.811786-05:00",
    "repo_url": "https://github.com/matthiask/django-imagefield",
    "pypi_version": "0.22.0",
    "created": "2023-02-15T15:17:06.986622-05:00",
    "modified": "2026-01-28T14:29:24.047325-05:00",
    "repo_forks": 13,
    "repo_description": "You should probably use this image field instead of Django's built-in models.ImageField.",
    "pypi_url": "https://pypi.org/project/django-imagefield",
    "documentation_url": "",
    "repo_watchers": 120,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        10,
        0
    ],
    "participants": [
        "matthiask",
        "sacovo",
        "fabiangermann",
        "carltongibson",
        "pre-commit-ci[bot]"
    ]
}