API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4936/
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/116/"
    ],
    "id": 4936,
    "title": "df_websockets",
    "slug": "df_websockets",
    "last_updated": "2025-08-26T12:27:51-04:00",
    "last_fetched": "2026-02-15T20:06:14.648793-05:00",
    "repo_url": "https://github.com/d9pouces/df_websockets",
    "pypi_version": "1.2.5",
    "created": "2020-10-24T11:34:37.999782-04:00",
    "modified": "2026-01-28T14:58:28.364586-05:00",
    "repo_forks": 7,
    "repo_description": "Extends django-channels to ease the interactions between the server and the clients",
    "pypi_url": "http://pypi.python.org/pypi/df_websockets",
    "documentation_url": "https://github.com/d9pouces/df_websockets",
    "repo_watchers": 12,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        1,
        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": [
        "d9pouces",
        "dependabot[bot]"
    ]
}