API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4454/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/",
        "https://djangopackages.org/api/v4/grids/160/"
    ],
    "id": 4454,
    "title": "django-test-migrations",
    "slug": "django-test-migrations",
    "last_updated": "2026-02-13T14:02:28-05:00",
    "last_fetched": "2026-02-15T14:02:18.376267-05:00",
    "repo_url": "https://github.com/wemake-services/django-test-migrations",
    "pypi_version": "1.5.0",
    "created": "2019-11-21T16:00:19.508310-05:00",
    "modified": "2026-01-28T13:28:06.307100-05:00",
    "repo_forks": 33,
    "repo_description": "Test django schema and data migrations, including migrations' order and best practices.",
    "pypi_url": "http://pypi.python.org/pypi/django-test-migrations",
    "documentation_url": "",
    "repo_watchers": 570,
    "commits_over_52": [
        0,
        0,
        2,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        1,
        3,
        2,
        1,
        3,
        3,
        3,
        4,
        1,
        3,
        1,
        5,
        1,
        2,
        2,
        2,
        1,
        2,
        5,
        5,
        5,
        1,
        2,
        3,
        1,
        1,
        1,
        3,
        3,
        1,
        1,
        5,
        2,
        2,
        1,
        0,
        2,
        1,
        2,
        0,
        2,
        2
    ],
    "participants": [
        "dependabot[bot]",
        "dependabot-preview[bot]",
        "sobolevn",
        "skarzi",
        "timgates42",
        "wjqsm",
        "bckohan",
        "wwarne",
        "DmytroLitvinov",
        "elijahr",
        "maiksprenger",
        "Feuermurmel",
        "kytta",
        "timur-orudzhov",
        "lerdem",
        "chel-ou",
        "github-actions[bot]",
        "mijamo"
    ]
}