API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1373/?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/111/?format=api",
        "https://djangopackages.org/api/v4/grids/287/?format=api"
    ],
    "id": 1373,
    "title": "django-shop-categories",
    "slug": "django-shop-categories",
    "last_updated": "2015-05-03T12:29:52-04:00",
    "last_fetched": "2026-02-16T02:01:59.071494-05:00",
    "repo_url": "https://github.com/fivethreeo/django-shop-categories",
    "pypi_version": "1.0",
    "created": "2012-07-13T06:04:13.300264-04:00",
    "modified": "2026-01-28T15:59:44.133675-05:00",
    "repo_forks": 11,
    "repo_description": "A extendable category app using django-mptt for django-shop",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-categories",
    "documentation_url": null,
    "repo_watchers": 14,
    "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": [
        "fivethreeo",
        "michel-iamit",
        "airtonix",
        "clincher"
    ]
}