API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/111/",
        "https://djangopackages.org/api/v4/grids/287/"
    ],
    "id": 963,
    "title": "django-shop-ipayment",
    "slug": "django-shop-ipayment",
    "last_updated": "2012-10-01T05:18:29-04:00",
    "last_fetched": "2026-02-16T03:06:14.440756-05:00",
    "repo_url": "https://github.com/jrief/django-shop-ipayment",
    "pypi_version": "0.1.0",
    "created": "2011-10-17T03:39:07.846298-04:00",
    "modified": "2026-01-28T16:17:08.164895-05:00",
    "repo_forks": 2,
    "repo_description": "A django-SHOP payment backend for IPayment (https://ipayment.de/)",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-ipayment",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "jrief"
    ]
}