API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1671/?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"
    ],
    "id": 1671,
    "title": "image-diet",
    "slug": "image-diet",
    "last_updated": "2015-12-04T04:27:10-05:00",
    "last_fetched": "2026-02-16T04:01:46.060414-05:00",
    "repo_url": "https://github.com/samastur/image-diet",
    "pypi_version": "0.7.1",
    "created": "2013-02-15T10:44:34.100569-05:00",
    "modified": "2026-01-28T16:19:16.001442-05:00",
    "repo_forks": 6,
    "repo_description": "A Django application for removing unnecessary bytes from images. Integrates seemlessly with Easy Thumbnails.",
    "pypi_url": "http://pypi.python.org/pypi/image-diet",
    "documentation_url": null,
    "repo_watchers": 50,
    "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": [
        "samastur",
        "yakky",
        "remik"
    ]
}