API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3342/?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": 3342,
    "title": "NIJI Forum",
    "slug": "niji",
    "last_updated": "2017-04-25T10:55:20-04:00",
    "last_fetched": "2026-02-16T04:04:21.831036-05:00",
    "repo_url": "https://github.com/ericls/niji",
    "pypi_version": "0.1.0",
    "created": "2016-07-13T19:35:48.899931-04:00",
    "modified": "2026-01-28T16:24:08.574864-05:00",
    "repo_forks": 68,
    "repo_description": "A pluggable Django forum APP",
    "pypi_url": "http://pypi.python.org/pypi/django-niji",
    "documentation_url": "http://django-niji.rtfd.io/",
    "repo_watchers": 173,
    "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": [
        "ericls",
        "andybak",
        "gladuo",
        "bryant1410",
        "zanac"
    ]
}