API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1897/
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/5/"
    ],
    "id": 1897,
    "title": "django-pinpayments",
    "slug": "django-pinpayments",
    "last_updated": "2021-07-04T18:44:41-04:00",
    "last_fetched": "2026-02-15T14:04:31.111968-05:00",
    "repo_url": "https://github.com/rossp/django-pinpayments",
    "pypi_version": "1.1.0",
    "created": "2013-06-25T22:27:55.574749-04:00",
    "modified": "2026-01-28T13:31:03.047553-05:00",
    "repo_forks": 15,
    "repo_description": "Django library to simplify payment processing with pin",
    "pypi_url": "http://pypi.python.org/pypi/django-pinpayments",
    "documentation_url": null,
    "repo_watchers": 25,
    "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": [
        "rossp",
        "huwshimi",
        "adammacleod",
        "Aramgutang",
        "timgates42"
    ]
}