API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/251/"
    ],
    "id": 482,
    "title": "pycon",
    "slug": "pycon",
    "last_updated": "2013-03-11T07:29:57-04:00",
    "last_fetched": "2026-02-15T13:04:33.167597-05:00",
    "repo_url": "https://github.com/eldarion/pycon",
    "pypi_version": null,
    "created": "2010-11-10T17:11:36.187698-05:00",
    "modified": "2026-01-28T13:21:29.391854-05:00",
    "repo_forks": 22,
    "repo_description": "website for PyCon US",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 104,
    "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": [
        "lukeman",
        "jtauber",
        "brosner",
        "jnoller",
        "jacobian",
        "paltman",
        "zerok"
    ]
}