API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3983/?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/49/?format=api"
    ],
    "id": 3983,
    "title": "mobetta",
    "slug": "mobetta",
    "last_updated": "2023-03-23T14:08:31-04:00",
    "last_fetched": "2026-02-15T21:07:11.480007-05:00",
    "repo_url": "https://github.com/maykinmedia/mobetta",
    "pypi_version": "0.3.1",
    "created": "2017-10-26T09:00:39.144920-04:00",
    "modified": "2026-01-28T15:13:25.819496-05:00",
    "repo_forks": 1,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/mobetta",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "sergei-maertens",
        "alextreme",
        "JostCrow",
        "ErhanCitil",
        "benwad"
    ]
}