API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5148/
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": 5148,
    "title": "django-linear-migrations",
    "slug": "django-linear-migrations",
    "last_updated": "2026-02-14T18:35:27-05:00",
    "last_fetched": "2026-02-15T17:05:52.490294-05:00",
    "repo_url": "https://github.com/adamchainz/django-linear-migrations",
    "pypi_version": "2.19.0",
    "created": "2021-09-28T23:48:00.025277-04:00",
    "modified": "2026-01-28T14:02:33.224381-05:00",
    "repo_forks": 28,
    "repo_description": "Ensure your migration history is linear.",
    "pypi_url": "http://pypi.python.org/pypi/django-linear-migrations",
    "documentation_url": "",
    "repo_watchers": 230,
    "commits_over_52": [
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        2,
        5,
        1,
        1,
        2,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        2,
        1,
        0,
        0,
        2,
        3,
        3,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        2,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "adamchainz",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "tonyxrandall",
        "rupertbaker",
        "shosca",
        "sondrelg",
        "ahumeau",
        "elliott-omosheye",
        "93578237",
        "willbeaufoy"
    ]
}