API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1173/
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/135/"
    ],
    "id": 1173,
    "title": "goflow",
    "slug": "goflow",
    "last_updated": null,
    "last_fetched": "2026-02-15T09:09:15.771594-05:00",
    "repo_url": "http://code.google.com/p/goflow",
    "pypi_version": null,
    "created": "2012-02-21T18:13:50.585218-05:00",
    "modified": "2026-01-28T13:00:41.756987-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}