API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1019/
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/35/"
    ],
    "id": 1019,
    "title": "dashboardmods",
    "slug": "dashboardmods",
    "last_updated": "2012-01-11T11:32:39-05:00",
    "last_fetched": "2026-02-16T02:02:45.336920-05:00",
    "repo_url": "https://github.com/callowayproject/dashboardmods",
    "pypi_version": "1.0",
    "created": "2011-11-19T10:20:46.511371-05:00",
    "modified": "2026-01-28T16:01:16.302855-05:00",
    "repo_forks": 9,
    "repo_description": "A collection of Dashboard modules for Django Admin Tools, ncludes dashboards for Memcache statistics, Varnish statistics, and RSS dashboard creation via models.",
    "pypi_url": "http://pypi.python.org/pypi/dashboardmods",
    "documentation_url": null,
    "repo_watchers": 29,
    "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": [
        "vdboor",
        "coordt",
        "jsoa"
    ]
}