API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 4599,
    "title": "django-upload-form",
    "slug": "django-upload-form",
    "last_updated": "2021-02-23T13:54:31-05:00",
    "last_fetched": "2026-02-16T01:05:23.923546-05:00",
    "repo_url": "https://github.com/morlandi/django-upload-form",
    "pypi_version": "0.5.0",
    "created": "2020-05-18T12:23:12.778774-04:00",
    "modified": "2026-01-28T15:55:36.553785-05:00",
    "repo_forks": 6,
    "repo_description": "A minimal (yet careful about UX) solution to upload multiple files in a Django project, using a Django-like Form Class",
    "pypi_url": "http://pypi.python.org/pypi/django-upload-form",
    "documentation_url": "https://github.com/morlandi/django-upload-form/blob/master/README.rst",
    "repo_watchers": 19,
    "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": [
        "morlandi"
    ]
}