API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1227/
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/87/"
    ],
    "id": 1227,
    "title": "fileshack",
    "slug": "fileshackproject",
    "last_updated": "2022-10-20T09:50:49-04:00",
    "last_fetched": "2026-02-15T07:02:30.829154-05:00",
    "repo_url": "https://github.com/peterkuma/fileshackproject",
    "pypi_version": null,
    "created": "2012-03-22T08:59:36.964095-04:00",
    "modified": "2026-01-29T12:42:22.608584-05:00",
    "repo_forks": 7,
    "repo_description": "fileshack allows you to create your own hosted web file storage, easy",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 48,
    "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": [
        "peterkuma",
        "FrancoAA"
    ]
}