API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/35/?format=api"
    ],
    "id": 4498,
    "title": "django-admin-autocomplete-all",
    "slug": "django-admin-autocomplete-all",
    "last_updated": "2023-02-16T12:58:25-05:00",
    "last_fetched": "2026-02-15T19:05:30.732373-05:00",
    "repo_url": "https://github.com/pyutil/django-admin-autocomplete-all",
    "pypi_version": "0.6.6",
    "created": "2020-01-22T08:09:30.872949-05:00",
    "modified": "2026-01-28T14:42:46.139473-05:00",
    "repo_forks": 5,
    "repo_description": "Django admin: Use select2 (autocomplete_fields) everywhere. Implicit is better than explicit. Because it is brief and easy. Plus: gives better context if you try filter the content in autocomplete fields.",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-autocomplete-all",
    "documentation_url": "",
    "repo_watchers": 14,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "zvolsky",
        "pyutil",
        "dfg-98"
    ]
}