API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/884/?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": 884,
    "title": "django-shop-configurableproduct",
    "slug": "django-shop-configurableproduct",
    "last_updated": "2011-12-20T04:04:31-05:00",
    "last_fetched": "2026-02-16T00:05:02.026575-05:00",
    "repo_url": "https://github.com/hovel/django-shop-configurableproduct",
    "pypi_version": "0.3.1",
    "created": "2011-07-26T16:22:23.564597-04:00",
    "modified": "2026-01-28T15:44:23.350889-05:00",
    "repo_forks": 4,
    "repo_description": "Configurable product for Django-shop",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-configurableproduct",
    "documentation_url": null,
    "repo_watchers": 9,
    "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": [
        "zeus",
        "airtonix"
    ]
}