API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1076/?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/109/?format=api"
    ],
    "id": 1076,
    "title": "django-chatrooms",
    "slug": "django-chatrooms",
    "last_updated": "2024-10-19T17:05:57-04:00",
    "last_fetched": "2026-02-16T05:10:31.095001-05:00",
    "repo_url": "https://github.com/qubird/django-chatrooms",
    "pypi_version": "1.2adev",
    "created": "2011-12-19T19:54:21.453829-05:00",
    "modified": "2026-01-28T16:52:47.775874-05:00",
    "repo_forks": 30,
    "repo_description": "A django app providing reverse-ajax chat rooms. Based on gevent.",
    "pypi_url": "http://pypi.python.org/pypi/django-chatrooms",
    "documentation_url": null,
    "repo_watchers": 111,
    "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": [
        "qubird",
        "roramirez",
        "LunarArcanus"
    ]
}