API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1989/?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/107/?format=api"
    ],
    "id": 1989,
    "title": "DjangoUeditor",
    "slug": "django-ueditor",
    "last_updated": "2020-10-15T05:23:39-04:00",
    "last_fetched": "2026-02-15T13:06:04.818809-05:00",
    "repo_url": "https://github.com/zhangfisher/DjangoUeditor",
    "pypi_version": null,
    "created": "2013-08-16T05:54:11.740803-04:00",
    "modified": "2026-01-28T13:24:29.152808-05:00",
    "repo_forks": 396,
    "repo_description": "DjangoUeditor",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 447,
    "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": [
        "zhangfisher",
        "twz915",
        "ddesign84",
        "fxiao",
        "ntsai",
        "Shellbye"
    ]
}