API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5945/?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/87/?format=api"
    ],
    "id": 5945,
    "title": "Django Anchor",
    "slug": "django-anchor",
    "last_updated": "2025-12-21T05:46:11-05:00",
    "last_fetched": "2026-02-16T00:04:49.104703-05:00",
    "repo_url": "https://github.com/knifecake/django-anchor",
    "pypi_version": "0.7.0",
    "created": "2024-07-18T16:55:41.164502-04:00",
    "modified": "2026-01-28T15:43:54.687062-05:00",
    "repo_forks": 0,
    "repo_description": "Attach files to Django models, inspired by Ruby on Rails' Active Storage.",
    "pypi_url": "https://pypi.org/project/django-anchor",
    "documentation_url": "https://django-anchor.readthedocs.io/en/latest/",
    "repo_watchers": 7,
    "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,
        13,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "knifecake"
    ]
}