API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/387/?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/24/?format=api"
    ],
    "id": 387,
    "title": "LBForum",
    "slug": "lbforum",
    "last_updated": "2016-11-06T20:26:19-05:00",
    "last_fetched": "2026-02-16T00:05:27.606175-05:00",
    "repo_url": "https://github.com/vicalloy/LBForum",
    "pypi_version": "2.0.1",
    "created": "2010-09-20T08:58:57.850688-04:00",
    "modified": "2026-01-28T15:44:59.059661-05:00",
    "repo_forks": 200,
    "repo_description": "LBForum is a forum engine written in Python using Django",
    "pypi_url": "http://pypi.python.org/pypi/LBForum",
    "documentation_url": null,
    "repo_watchers": 593,
    "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": [
        "vicalloy",
        "slepa",
        "imunizaga",
        "nyafka",
        "andrii-sherepa",
        "KaySackey",
        "stereoit",
        "baffolobill",
        "ddkangfu",
        "catmidia"
    ]
}