API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/256/
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/9/"
    ],
    "id": 256,
    "title": "Sore Thumb",
    "slug": "sorethumb",
    "last_updated": null,
    "last_fetched": "2026-02-15T01:03:18.797568-05:00",
    "repo_url": "http://code.google.com/p/sorethumb/",
    "pypi_version": "1.0.1",
    "created": "2010-09-12T09:56:14.133988-04:00",
    "modified": "2026-01-28T16:12:46.148761-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/sorethumb",
    "documentation_url": "https://pythonhosted.org/sorethumb/",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}