API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/824/?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/100/?format=api",
        "https://djangopackages.org/api/v4/grids/9/?format=api"
    ],
    "id": 824,
    "title": "image",
    "slug": "image",
    "last_updated": "2020-10-27T05:56:40-04:00",
    "last_fetched": "2026-02-15T14:36:45.330410-05:00",
    "repo_url": "https://github.com/francescortiz/image",
    "pypi_version": "1.5.33",
    "created": "2011-06-11T13:41:53.149770-04:00",
    "modified": "2026-01-28T13:58:02.762835-05:00",
    "repo_forks": 19,
    "repo_description": "Django application that provides cropping, resizing, thumbnailing, overlays, tint and mask for images and videos with the ability to set the center of attention in order to have automatic perfect cropping.",
    "pypi_url": "http://pypi.python.org/pypi/image/",
    "documentation_url": null,
    "repo_watchers": 162,
    "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": [
        "francescortiz",
        "yohanboniface",
        "laozzzi",
        "orthographic-pedant"
    ]
}