API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/610/
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": 610,
    "title": "django-wikiapp",
    "slug": "django-wikiapp",
    "last_updated": null,
    "last_fetched": "2026-02-16T02:02:02.192469-05:00",
    "repo_url": "http://code.google.com/p/django-wikiapp",
    "pypi_version": "0.2.0",
    "created": "2011-01-31T05:14:12.593823-05:00",
    "modified": "2026-01-28T15:59:51.582725-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-wikiapp",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}