API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4448/?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": 4448,
    "title": "radical-rpc",
    "slug": "radical-rpc",
    "last_updated": "2018-08-01T14:56:18-04:00",
    "last_fetched": "2026-02-16T02:04:20.684285-05:00",
    "repo_url": "https://github.com/and3rson/radical",
    "pypi_version": "0.1.7",
    "created": "2019-11-17T18:37:39.587287-05:00",
    "modified": "2026-01-28T16:04:18.060786-05:00",
    "repo_forks": 1,
    "repo_description": "Multi-transport RPC with asyncio & Django support.",
    "pypi_url": "http://pypi.python.org/pypi/radical-rpc",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "and3rson"
    ]
}