API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2337/
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/7/"
    ],
    "id": 2337,
    "title": "Django Mellon",
    "slug": "django-mellon",
    "last_updated": null,
    "last_fetched": "2026-02-15T20:04:37.819861-05:00",
    "repo_url": "https://repos.entrouvert.org/django-mellon",
    "pypi_version": "1.55",
    "created": "2014-05-01T05:33:48.382347-04:00",
    "modified": "2026-01-28T14:56:16.168459-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-mellon",
    "documentation_url": "",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}