API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3204/
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": 3204,
    "title": "django-payu-payments",
    "slug": "django-payu-payments",
    "last_updated": "2016-05-31T18:18:49-04:00",
    "last_fetched": "2026-02-15T09:02:06.257357-05:00",
    "repo_url": "https://github.com/michalwerner/django-payu-payments",
    "pypi_version": "0.1.3",
    "created": "2016-02-06T05:49:18.628091-05:00",
    "modified": "2026-01-29T12:50:17.288169-05:00",
    "repo_forks": 6,
    "repo_description": "PayU integration for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-payu-payments",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "michalwerner"
    ]
}