API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4564/
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/139/"
    ],
    "id": 4564,
    "title": "realtime-feeds",
    "slug": "realtime-feeds",
    "last_updated": "2020-04-07T01:13:32-04:00",
    "last_fetched": "2026-02-15T12:00:46.036993-05:00",
    "repo_url": "https://github.com/ralphleyga/realtime-feeds",
    "pypi_version": null,
    "created": "2020-04-06T22:14:50.586286-04:00",
    "modified": "2026-01-28T13:13:42.021135-05:00",
    "repo_forks": 1,
    "repo_description": "A simple django app to handle realtime feeds or annoucements",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "ralphleyga"
    ]
}