API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4583/
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": 4583,
    "title": "django-unmigrate",
    "slug": "django-unmigrate",
    "last_updated": "2023-02-03T18:09:43-05:00",
    "last_fetched": "2026-02-15T19:02:14.925425-05:00",
    "repo_url": "https://github.com/lorinkoz/django-unmigrate",
    "pypi_version": "0.3.1",
    "created": "2020-04-29T10:42:46.660029-04:00",
    "modified": "2026-01-28T14:38:36.315705-05:00",
    "repo_forks": 3,
    "repo_description": "Smart reversion of Django migrations based on Git diff",
    "pypi_url": "http://pypi.python.org/pypi/django-unmigrate",
    "documentation_url": "",
    "repo_watchers": 76,
    "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": [
        "lorinkoz",
        "adamghill",
        "dependabot[bot]",
        "dependabot-preview[bot]",
        "adamchainz",
        "barseghyanartur"
    ]
}