API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/449/?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/9/?format=api",
        "https://djangopackages.org/api/v4/grids/60/?format=api"
    ],
    "id": 449,
    "title": "django-imagekit-f2k",
    "slug": "django-imagekit-f2k",
    "last_updated": "2012-09-26T01:28:58-04:00",
    "last_fetched": "2026-02-15T11:03:13.091975-05:00",
    "repo_url": "https://github.com/fish2000/django-imagekit",
    "pypi_version": null,
    "created": "2010-10-20T05:29:57.122838-04:00",
    "modified": "2026-01-28T13:06:56.719632-05:00",
    "repo_forks": 0,
    "repo_description": "Fork of JDriscoll's django image-processing toolkit, with metadata support, ICC color management, and image statistics",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "fish2000",
        "jdriscoll",
        "bryanveloso",
        "ingenieroariel",
        "bjj"
    ]
}