API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/882/?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"
    ],
    "id": 882,
    "title": "django-shop-postfinance",
    "slug": "django-shop-postfinance",
    "last_updated": "2013-09-13T13:35:17-04:00",
    "last_fetched": "2026-02-16T03:01:21.848234-05:00",
    "repo_url": "https://github.com/chrisglass/django-shop-postfinance",
    "pypi_version": "0.0.3",
    "created": "2011-07-26T14:56:32.356698-04:00",
    "modified": "2026-01-28T16:08:55.658483-05:00",
    "repo_forks": 6,
    "repo_description": "A django-SHOP payment backend for postfinance (http://www.postfinance.ch)",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-postfinance",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "chrisglass",
        "brutasse",
        "gabejackson"
    ]
}