API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 2899,
    "title": "Django multiple field clean",
    "slug": "django_multifield_clean",
    "last_updated": "2015-05-07T13:08:11-04:00",
    "last_fetched": "2026-02-15T02:05:31.789381-05:00",
    "repo_url": "https://github.com/aumo/django_multifield_clean",
    "pypi_version": "0.0.1",
    "created": "2015-05-11T07:50:01.021911-04:00",
    "modified": "2026-01-28T16:24:23.865402-05:00",
    "repo_forks": 0,
    "repo_description": "Django multiple fields form validation",
    "pypi_url": "http://pypi.python.org/pypi/django_multifield_clean",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "aumo"
    ]
}