API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6346/?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/275/?format=api"
    ],
    "id": 6346,
    "title": "Django Admin Runner",
    "slug": "django-admin-runner",
    "last_updated": "2026-04-25T18:31:58-04:00",
    "last_fetched": "2026-05-26T11:47:28.944371-04:00",
    "repo_url": "https://github.com/burgdev/django-admin-runner",
    "pypi_version": "0.1.0",
    "created": "2026-04-23T12:23:23.215441-04:00",
    "modified": "2026-04-23T12:26:41.126285-04:00",
    "repo_forks": 1,
    "repo_description": "Run Django management commands from the admin with auto-generated forms, pluggable task runners, and a unified execution log.",
    "pypi_url": "https://pypi.org/project/django-admin-runner/",
    "documentation_url": "https://burgdev.github.io/django-admin-runner",
    "repo_watchers": 1,
    "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,
        23,
        7,
        7,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "TBxy",
        "claude"
    ]
}