API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1141/?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": 1141,
    "title": "django-images",
    "slug": "django-images",
    "last_updated": "2016-09-15T02:23:45-04:00",
    "last_fetched": "2026-02-15T11:07:40.696933-05:00",
    "repo_url": "https://github.com/mirumee/django-images",
    "pypi_version": "0.4.3",
    "created": "2012-02-03T06:51:57.657518-05:00",
    "modified": "2026-01-28T13:13:02.751920-05:00",
    "repo_forks": 30,
    "repo_description": "A database-driven thumbnailing solution for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-images",
    "documentation_url": null,
    "repo_watchers": 62,
    "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": [
        "patrys",
        "ZuluPro",
        "bogdal",
        "kklimonda",
        "chadsaun",
        "overshard"
    ]
}