API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3847/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/340/?format=api"
    ],
    "id": 3847,
    "title": "django-js-choices",
    "slug": "django-js-choices",
    "last_updated": null,
    "last_fetched": "2026-02-15T20:08:52.262883-05:00",
    "repo_url": "https://www.github.com/lorinkoz/django-js-choices",
    "pypi_version": "0.6.0",
    "created": "2017-06-12T12:40:15.137892-04:00",
    "modified": "2026-01-28T15:02:54.098109-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-js-choices",
    "documentation_url": "https://github.com/lorinkoz/django-js-choices/blob/master/README.rst",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}