API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4981/?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/421/?format=api"
    ],
    "id": 4981,
    "title": "Reactor",
    "slug": "reactor",
    "last_updated": "2023-08-09T08:04:17-04:00",
    "last_fetched": "2026-02-15T19:11:03.847304-05:00",
    "repo_url": "https://github.com/edelvalle/reactor",
    "pypi_version": "5.3.0b0",
    "created": "2020-12-22T22:30:21.427244-05:00",
    "modified": "2026-01-28T14:50:19.266288-05:00",
    "repo_forks": 26,
    "repo_description": "Phoenix LiveView but for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-reactor",
    "documentation_url": "",
    "repo_watchers": 637,
    "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": [
        "edelvalle",
        "nerdoc",
        "adamghill",
        "kbni",
        "tanrax",
        "fmalina",
        "jandemter",
        "mvaled",
        "dependabot[bot]"
    ]
}