API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5589/
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/31/"
    ],
    "id": 5589,
    "title": "django-migration-rollback",
    "slug": "django-migration-rollback",
    "last_updated": "2025-01-06T22:12:22-05:00",
    "last_fetched": "2026-02-15T20:03:32.408610-05:00",
    "repo_url": "https://github.com/jdboisvert/django-migration-rollback",
    "pypi_version": "1.0.5",
    "created": "2022-12-07T01:17:06.264099-05:00",
    "modified": "2026-01-28T14:54:31.733785-05:00",
    "repo_forks": 0,
    "repo_description": "A lightweight Django app to be able to migrate back to a previous migration or to migrate back to a migration in a specific branch in a git repository.",
    "pypi_url": "https://pypi.org/project/django-migration-rollback",
    "documentation_url": "",
    "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,
        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": [
        "jdboisvert",
        "dependabot[bot]"
    ]
}