API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2863/
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/19/"
    ],
    "id": 2863,
    "title": "django-clearable-widget",
    "slug": "django-clearable-widget",
    "last_updated": "2021-12-02T01:31:50-05:00",
    "last_fetched": "2026-02-15T04:01:58.290147-05:00",
    "repo_url": "https://github.com/bashu/django-clearable-widget",
    "pypi_version": "1.0.0",
    "created": "2015-04-17T07:20:52.719447-04:00",
    "modified": "2026-01-28T16:53:31.760240-05:00",
    "repo_forks": 0,
    "repo_description": "👻 Custom widget to add a (x) clear button to your input fields",
    "pypi_url": "http://pypi.python.org/pypi/django-clearable-widget",
    "documentation_url": "https://github.com/bashu/django-clearable-widget/blob/develop/README.rst",
    "repo_watchers": 1,
    "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": [
        "bashu"
    ]
}