API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6266/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/458/"
    ],
    "id": 6266,
    "title": "django_ez_tasks",
    "slug": "django_ez_tasks",
    "last_updated": "2026-01-16T06:36:13-05:00",
    "last_fetched": "2026-02-15T14:05:45.176686-05:00",
    "repo_url": "https://github.com/al-eax/django_ez_tasks",
    "pypi_version": null,
    "created": "2026-01-16T05:04:46.619239-05:00",
    "modified": "2026-01-28T13:38:08.094092-05:00",
    "repo_forks": 0,
    "repo_description": "Built on top of Django 6's BaseTaskBackend, allows you to run threaded tasks in background, without a database or worker process.",
    "pypi_url": "",
    "documentation_url": "https://github.com/al-eax/django_ez_tasks?tab=readme-ov-file#quick-start",
    "repo_watchers": 2,
    "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,
        13,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "al-eax"
    ]
}