API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/207/?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": 207,
    "title": "Dinette",
    "slug": "dinette",
    "last_updated": "2015-04-29T06:47:04-04:00",
    "last_fetched": "2026-02-16T00:01:58.455036-05:00",
    "repo_url": "https://github.com/agiliq/Dinette",
    "pypi_version": "1.4e",
    "created": "2010-09-07T12:18:20.172509-04:00",
    "modified": "2026-01-28T15:28:28.172582-05:00",
    "repo_forks": 18,
    "repo_description": "Dinette is fully featured Django forum app.",
    "pypi_url": "http://pypi.python.org/pypi/dinette",
    "documentation_url": null,
    "repo_watchers": 126,
    "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": [
        "tuxcanfly",
        "bhaskar234",
        "akshar-raaj",
        "plabancode",
        "manjunath24",
        "shabda",
        "theju",
        "Balu-Varanasi",
        "jezdez",
        "ashok-raavi",
        "bhaskar8088"
    ]
}