API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3757/
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/136/"
    ],
    "id": 3757,
    "title": "django-tasker",
    "slug": "django-tasker",
    "last_updated": "2019-04-17T09:31:07-04:00",
    "last_fetched": "2026-02-15T20:06:28.932045-05:00",
    "repo_url": "https://github.com/wooyek/django-tasker",
    "pypi_version": "0.2.60",
    "created": "2017-03-10T12:00:03.359759-05:00",
    "modified": "2026-01-28T14:58:45.623669-05:00",
    "repo_forks": 1,
    "repo_description": "Dead simple async task queue. Stores tasks in database.",
    "pypi_url": "http://pypi.python.org/pypi/django-tasker",
    "documentation_url": "",
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "wooyek"
    ]
}