API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/908/
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/113/"
    ],
    "id": 908,
    "title": "django-queryset-transform",
    "slug": "django-queryset-transform",
    "last_updated": "2010-05-26T06:21:32-04:00",
    "last_fetched": "2026-02-15T13:01:39.414317-05:00",
    "repo_url": "https://github.com/simonw/django-queryset-transform",
    "pypi_version": null,
    "created": "2011-08-13T01:06:11.394028-04:00",
    "modified": "2026-01-28T13:15:34.611533-05:00",
    "repo_forks": 11,
    "repo_description": "Experimental .transform(fn) method for Django QuerySets, for clever lazily evaluated optimisations.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 144,
    "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": [
        "jbalogh"
    ]
}