API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/456/"
    ],
    "id": 6144,
    "title": "django-async-extensions",
    "slug": "django-async-extensions",
    "last_updated": "2025-03-28T20:39:39-04:00",
    "last_fetched": "2026-02-15T03:02:07.301044-05:00",
    "repo_url": "https://github.com/django-utils/django-async-extensions",
    "pypi_version": "0.0.5",
    "created": "2025-09-06T04:22:06.451140-04:00",
    "modified": "2026-01-28T16:41:52.090146-05:00",
    "repo_forks": 3,
    "repo_description": "provide async capable stuff for django",
    "pypi_url": "https://pypi.org/project/django-async-extensions",
    "documentation_url": "https://django-async-extensions.readthedocs.io/en/latest/",
    "repo_watchers": 8,
    "commits_over_52": [
        30,
        13,
        0,
        0,
        2,
        20,
        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": [
        "amirreza-sf80",
        "pre-commit-ci[bot]"
    ]
}