API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2536/
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/33/",
        "https://djangopackages.org/api/v4/grids/251/"
    ],
    "id": 2536,
    "title": "RHUMC",
    "slug": "rhumc",
    "last_updated": "2014-08-18T22:58:15-04:00",
    "last_fetched": "2023-04-12T17:48:05.829632-04:00",
    "repo_url": "https://github.com/crawfonw/RHUMC",
    "pypi_version": "1.1.1",
    "created": "2014-08-16T22:29:05.196597-04:00",
    "modified": "2025-01-31T14:59:49.181706-05:00",
    "repo_forks": 1,
    "repo_description": "Mathematics Conference Scheduling Software",
    "pypi_url": "http://pypi.python.org/pypi/RHUMC",
    "documentation_url": "https://github.com/crawfonw/RHUMC/wiki",
    "repo_watchers": 2,
    "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": [
        "crawfonw"
    ]
}