API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2864/
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": 2864,
    "title": "django-charsleft-widget",
    "slug": "django-charsleft-widget",
    "last_updated": "2021-12-02T01:31:40-05:00",
    "last_fetched": "2026-02-15T22:05:15.150298-05:00",
    "repo_url": "https://github.com/bashu/django-charsleft-widget",
    "pypi_version": "1.0.0",
    "created": "2015-04-18T02:43:42.521396-04:00",
    "modified": "2026-01-28T15:23:18.588478-05:00",
    "repo_forks": 2,
    "repo_description": "👻 Custom widget that limits the number of characters that can be entered in a textarea field",
    "pypi_url": "http://pypi.python.org/pypi/django-charsleft-widget",
    "documentation_url": "https://github.com/bashu/django-charsleft-widget/blob/develop/README.rst",
    "repo_watchers": 4,
    "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"
    ]
}