API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5725/?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/431/?format=api"
    ],
    "id": 5725,
    "title": "django-tidb",
    "slug": "django-tidb",
    "last_updated": "2025-12-30T08:36:58-05:00",
    "last_fetched": "2026-02-15T18:13:26.401216-05:00",
    "repo_url": "https://github.com/pingcap/django-tidb",
    "pypi_version": "6.0.0",
    "created": "2023-06-24T00:25:04.177726-04:00",
    "modified": "2026-01-28T14:33:44.836086-05:00",
    "repo_forks": 18,
    "repo_description": "TiDB dialect for Django",
    "pypi_url": "https://pypi.org/project/django-tidb",
    "documentation_url": "",
    "repo_watchers": 37,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        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,
        2,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "wd0517",
        "hawkingrei",
        "zhangyangyu",
        "dveeden",
        "bb7133",
        "yahonda",
        "Defined2014",
        "JaySon-Huang",
        "xiongjiwei"
    ]
}