API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4508/
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/25/"
    ],
    "id": 4508,
    "title": "dj-migration-test",
    "slug": "dj-migration-test",
    "last_updated": "2023-04-23T08:06:06-04:00",
    "last_fetched": "2026-02-15T21:07:55.490208-05:00",
    "repo_url": "https://github.com/philsupertramp/dj-migration-test",
    "pypi_version": "0.4.1",
    "created": "2020-02-04T11:35:36.207429-05:00",
    "modified": "2026-01-28T15:14:44.038207-05:00",
    "repo_forks": 0,
    "repo_description": "Django migration test module",
    "pypi_url": "http://pypi.python.org/pypi/dj-migration-test",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "philsupertramp",
        "philipp-zettl",
        "dependabot[bot]"
    ]
}