API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2584/
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": 2584,
    "title": "django-multiupload",
    "slug": "django-multiupload",
    "last_updated": "2021-10-06T17:31:04-04:00",
    "last_fetched": "2026-02-15T17:22:03.080209-05:00",
    "repo_url": "https://github.com/Chive/django-multiupload",
    "pypi_version": "0.6.1",
    "created": "2014-09-18T19:10:55.722078-04:00",
    "modified": "2026-01-28T14:18:51.100038-05:00",
    "repo_forks": 79,
    "repo_description": "Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.",
    "pypi_url": "http://pypi.python.org/pypi/django-multiupload",
    "documentation_url": "https://github.com/Chive/django-multiupload",
    "repo_watchers": 287,
    "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",
        "IlianIliev",
        "sobolevn",
        "marojenka",
        "prikhi",
        "romank0",
        "viktor2097"
    ]
}