API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2998/?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/279/?format=api",
        "https://djangopackages.org/api/v4/grids/68/?format=api"
    ],
    "id": 2998,
    "title": "django-flaggit",
    "slug": "django-flaggit",
    "last_updated": "2021-04-12T06:25:54-04:00",
    "last_fetched": "2026-02-16T03:01:38.190481-05:00",
    "repo_url": "https://github.com/caffeinehit/django-flaggit",
    "pypi_version": "0.0.3",
    "created": "2015-07-29T13:16:27.333840-04:00",
    "modified": "2026-01-28T16:09:23.483549-05:00",
    "repo_forks": 9,
    "repo_description": "Content flagging for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-flaggit",
    "documentation_url": "",
    "repo_watchers": 23,
    "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": [
        "morenoh149",
        "flashingpumpkin",
        "ahmedsalman",
        "affan2",
        "andy-a",
        "hamade31",
        "PetrMitsel"
    ]
}