API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/513/
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/63/"
    ],
    "id": 513,
    "title": "Peach3",
    "slug": "peach3",
    "last_updated": null,
    "last_fetched": "2026-02-15T07:01:20.374599-05:00",
    "repo_url": "http://peach3.nl/trac/",
    "pypi_version": null,
    "created": "2010-11-25T05:20:36.307813-05:00",
    "modified": "2026-01-29T12:40:28.848903-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}