API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/620/
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/82/"
    ],
    "id": 620,
    "title": "django-simple-wiki",
    "slug": "django-simple-wiki",
    "last_updated": null,
    "last_fetched": "2026-02-15T07:01:23.619817-05:00",
    "repo_url": "http://code.google.com/p/django-simple-wiki",
    "pypi_version": null,
    "created": "2011-02-07T14:06:11.536917-05:00",
    "modified": "2026-01-29T12:40:36.244106-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}