API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2432/?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/53/?format=api"
    ],
    "id": 2432,
    "title": "yats",
    "slug": "yats",
    "last_updated": "2025-01-24T12:48:48-05:00",
    "last_fetched": "2026-02-15T07:02:12.697133-05:00",
    "repo_url": "https://github.com/mediafactory/yats",
    "pypi_version": null,
    "created": "2014-06-19T11:51:07.367624-04:00",
    "modified": "2026-01-29T12:42:03.431563-05:00",
    "repo_forks": 22,
    "repo_description": "yet another ticketing system",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 59,
    "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": [
        "Henner",
        "mediafactory",
        "paulbellmann",
        "aklick",
        "Hinnack"
    ]
}