API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4308/
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": 4308,
    "title": "Django Chatter",
    "slug": "django-chatter",
    "last_updated": "2019-11-25T09:56:17-05:00",
    "last_fetched": "2026-02-16T05:10:32.581890-05:00",
    "repo_url": "https://github.com/dibs-devs/chatter",
    "pypi_version": "1.0.7",
    "created": "2019-02-21T03:39:34.593457-05:00",
    "modified": "2026-01-28T16:52:50.013186-05:00",
    "repo_forks": 29,
    "repo_description": "A simple Chat App for Django based on channels and websockets",
    "pypi_url": "http://pypi.python.org/pypi/django-chatter",
    "documentation_url": "https://django-chatter.readthedocs.io/en/latest/",
    "repo_watchers": 84,
    "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": [
        "ishtiaque06",
        "dibs-devs",
        "kkruto",
        "naveenslog"
    ]
}