API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5118/
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/416/"
    ],
    "id": 5118,
    "title": "django-codemod",
    "slug": "django-codemod",
    "last_updated": "2026-02-13T04:12:21-05:00",
    "last_fetched": "2026-02-15T04:03:10.013689-05:00",
    "repo_url": "https://github.com/browniebroke/django-codemod",
    "pypi_version": "2.4.5",
    "created": "2021-08-27T10:30:04.764841-04:00",
    "modified": "2026-01-28T16:55:31.311674-05:00",
    "repo_forks": 19,
    "repo_description": "A tool to automatically fix Django deprecations.",
    "pypi_url": "http://pypi.python.org/pypi/django-codemod",
    "documentation_url": "https://django-codemod.readthedocs.io",
    "repo_watchers": 186,
    "commits_over_52": [
        7,
        4,
        4,
        4,
        5,
        1,
        5,
        6,
        2,
        5,
        3,
        6,
        4,
        8,
        7,
        4,
        6,
        2,
        4,
        4,
        2,
        4,
        3,
        4,
        5,
        5,
        4,
        5,
        4,
        9,
        10,
        7,
        4,
        11,
        3,
        3,
        3,
        5,
        3,
        3,
        9,
        5,
        4,
        4,
        1,
        5,
        6,
        8,
        4,
        3,
        13,
        13
    ],
    "participants": [
        "renovate[bot]",
        "browniebroke",
        "renovate-bot",
        "actions-user",
        "dependabot[bot]",
        "pyup-bot",
        "pre-commit-ci[bot]",
        "github-actions[bot]",
        "akx",
        "allcontributors[bot]",
        "cvanderkolk",
        "jayvdb",
        "cclauss",
        "adamchainz",
        "iamshnoo",
        "DmytroLitvinov",
        "sobolevn",
        "SourceryAI",
        "lgtm-com[bot]",
        "sourcery-ai[bot]"
    ]
}