API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6039/
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/8/"
    ],
    "id": 6039,
    "title": "django-multiupload-plus",
    "slug": "django-multiupload-plus",
    "last_updated": "2024-12-31T13:22:27-05:00",
    "last_fetched": "2026-02-15T09:01:09.753842-05:00",
    "repo_url": "https://github.com/DmytroLitvinov/django-multiupload-plus",
    "pypi_version": "0.1.0",
    "created": "2025-01-06T06:36:27.733718-05:00",
    "modified": "2026-01-29T12:49:29.281882-05:00",
    "repo_forks": 1,
    "repo_description": "Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.",
    "pypi_url": "https://pypi.org/project/django-multiupload-plus",
    "documentation_url": null,
    "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": [
        "Chive",
        "0181532686cf4a31163be0bf3e6bb6732bf",
        "DmytroLitvinov",
        "IlianIliev",
        "sobolevn",
        "marojenka",
        "prikhi",
        "romank0",
        "viktor2097"
    ]
}