API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1647/
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/32/"
    ],
    "id": 1647,
    "title": "Hoarder",
    "slug": "hoarder",
    "last_updated": "2013-02-03T09:25:30-05:00",
    "last_fetched": "2026-02-16T01:01:06.428534-05:00",
    "repo_url": "https://github.com/InviteBox/hoarder",
    "pypi_version": "0.0.6",
    "created": "2013-01-19T04:22:49.411981-05:00",
    "modified": "2026-01-28T15:47:45.339382-05:00",
    "repo_forks": 0,
    "repo_description": "Django analytics kit for the data-obsessed.",
    "pypi_url": "http://pypi.python.org/pypi/hoarder",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "atereshkin"
    ]
}