API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2033/
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/109/"
    ],
    "id": 2033,
    "title": "django-ajax-chat",
    "slug": "django-ajax-chat",
    "last_updated": "2017-10-26T12:01:26-04:00",
    "last_fetched": "2026-02-16T03:03:36.800111-05:00",
    "repo_url": "https://github.com/sharan01/django-ajax-chat",
    "pypi_version": "0.2",
    "created": "2013-09-10T00:44:38.443441-04:00",
    "modified": "2026-01-28T16:13:08.975113-05:00",
    "repo_forks": 12,
    "repo_description": "django ajax chat package",
    "pypi_url": "http://pypi.python.org/pypi/django-ajax-chat",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "sharan01"
    ]
}