API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3257/
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": 3257,
    "title": "django-payu",
    "slug": "django-payu",
    "last_updated": "2022-02-02T01:24:29-05:00",
    "last_fetched": "2026-02-16T01:06:26.347864-05:00",
    "repo_url": "https://github.com/MicroPyramid/django-payu",
    "pypi_version": "0.5",
    "created": "2016-03-26T05:09:18.474848-04:00",
    "modified": "2026-01-28T15:57:20.480383-05:00",
    "repo_forks": 35,
    "repo_description": "payu payment gateway integration for django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-payu",
    "documentation_url": "",
    "repo_watchers": 41,
    "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": [
        "ashwin31",
        "shirishagaddi",
        "chaitu210",
        "abhijeet-1110",
        "chirag200666",
        "sayeed99",
        "coolfire1231",
        "vineeshan"
    ]
}