API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/9/?format=api"
    ],
    "id": 1912,
    "title": "django-simpleimages",
    "slug": "django-simpleimages",
    "last_updated": "2018-11-06T14:08:33-05:00",
    "last_fetched": "2026-02-15T21:03:25.130785-05:00",
    "repo_url": "https://github.com/saulshanabrook/django-simpleimages",
    "pypi_version": "1.3.4",
    "created": "2013-07-02T12:40:58.772838-04:00",
    "modified": "2026-01-28T15:07:18.177860-05:00",
    "repo_forks": 2,
    "repo_description": "Dead simple Django model image transformations",
    "pypi_url": "http://pypi.python.org/pypi/django-simpleimages",
    "documentation_url": "https://readthedocs.org/projects/django-simpleimages/",
    "repo_watchers": 6,
    "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": [
        "saulshanabrook",
        "jezdez",
        "Jskarie",
        "bitdeli-chef",
        "momstrosity"
    ]
}