API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/883/
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/"
    ],
    "id": 883,
    "title": "django-shop-paypal",
    "slug": "django-shop-paypal",
    "last_updated": "2018-01-19T03:48:00-05:00",
    "last_fetched": "2026-02-16T04:03:31.160688-05:00",
    "repo_url": "https://github.com/chrisglass/django-shop-paypal",
    "pypi_version": "0.0.1",
    "created": "2011-07-26T15:07:50.985560-04:00",
    "modified": "2026-01-28T16:22:34.422204-05:00",
    "repo_forks": 22,
    "repo_description": "A paypal payment backend for django-SHOP or any other shop implementing its interface",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-paypal",
    "documentation_url": null,
    "repo_watchers": 34,
    "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",
        "bmihelac",
        "simonluijk",
        "Wirzi",
        "rfleschenberg",
        "airtonix"
    ]
}