API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5581/?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/31/?format=api"
    ],
    "id": 5581,
    "title": "django-migration-snapshots",
    "slug": "django-migration-snapshots",
    "last_updated": "2022-12-08T19:18:14-05:00",
    "last_fetched": "2026-02-16T03:02:39.632884-05:00",
    "repo_url": "https://github.com/Lenders-Cooperative/django-migration-snapshots",
    "pypi_version": "0.5.1",
    "created": "2022-11-24T12:01:07.387721-05:00",
    "modified": "2026-01-28T16:11:21.509686-05:00",
    "repo_forks": 0,
    "repo_description": "Create migration history snapshots for your Django project",
    "pypi_url": "https://pypi.org/project/django-migration-snapshots",
    "documentation_url": "https://django-migration-snapshots.readthedocs.io/en/latest/",
    "repo_watchers": 15,
    "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": [
        "mmcclelland1002"
    ]
}