API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4437/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/33/"
    ],
    "id": 4437,
    "title": "pythonic-news",
    "slug": "pythonic-news",
    "last_updated": "2019-10-25T16:40:59-04:00",
    "last_fetched": "2026-02-15T07:02:41.952227-05:00",
    "repo_url": "https://github.com/sebst/pythonic-news",
    "pypi_version": null,
    "created": "2019-10-10T07:24:46.720129-04:00",
    "modified": "2026-01-29T12:42:41.875524-05:00",
    "repo_forks": 110,
    "repo_description": "A Hacker News lookalike written in Python/Django, powering https://news.python.sc",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 545,
    "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": [
        "sebst",
        "m12rx",
        "psyonara",
        "vivgui",
        "imrosca"
    ]
}