API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5069/?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": 5069,
    "title": "django-migration-fixer",
    "slug": "django-migration-fixer",
    "last_updated": "2026-02-03T12:51:23-05:00",
    "last_fetched": "2026-02-15T19:03:38.470000-05:00",
    "repo_url": "https://github.com/tj-django/django-migration-fixer",
    "pypi_version": "1.3.6",
    "created": "2021-05-22T22:31:25.760935-04:00",
    "modified": "2026-01-28T14:40:09.710191-05:00",
    "repo_forks": 5,
    "repo_description": "Resolve multiple leaf nodes error running django migrations.",
    "pypi_url": "http://pypi.python.org/pypi/django-migration-fixer",
    "documentation_url": "https://tj-django.github.io/django-migration-fixer",
    "repo_watchers": 35,
    "commits_over_52": [
        0,
        1,
        1,
        1,
        0,
        3,
        3,
        1,
        1,
        0,
        1,
        1,
        1,
        0,
        0,
        2,
        1,
        1,
        0,
        3,
        1,
        3,
        1,
        0,
        1,
        3,
        1,
        1,
        3,
        0,
        0,
        1,
        2,
        2,
        0,
        0,
        0,
        1,
        1,
        3,
        1,
        4,
        4,
        1,
        0,
        2,
        1,
        0,
        1,
        0,
        2,
        0
    ],
    "participants": [
        "jackton1",
        "renovate[bot]",
        "renovate-bot",
        "dependabot[bot]",
        "pre-commit-ci[bot]",
        "pyup-bot"
    ]
}