API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3794/?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/334/?format=api"
    ],
    "id": 3794,
    "title": "django-channels-jsonrpc",
    "slug": "django-channels-jsonrpc",
    "last_updated": "2019-11-03T13:56:20-05:00",
    "last_fetched": "2026-02-16T05:10:23.313299-05:00",
    "repo_url": "https://github.com/millerf/django-channels-jsonrpc",
    "pypi_version": "1.2.0",
    "created": "2017-04-11T03:38:09.146519-04:00",
    "modified": "2026-01-28T16:52:35.769126-05:00",
    "repo_forks": 2,
    "repo_description": "Add JSON-RPC ability to channels",
    "pypi_url": "http://pypi.python.org/pypi/django-channels-jsonrpc",
    "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": [
        "millerf",
        "ekzobrain",
        "prokher",
        "Alerion"
    ]
}