API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/551/
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/19/"
    ],
    "id": 551,
    "title": "django-uploadify",
    "slug": "django-uploadify",
    "last_updated": "2011-12-13T11:29:06-05:00",
    "last_fetched": "2026-02-15T13:02:47.954407-05:00",
    "repo_url": "https://github.com/tstone/django-uploadify",
    "pypi_version": null,
    "created": "2010-12-27T23:13:29.426736-05:00",
    "modified": "2026-01-28T13:17:58.150448-05:00",
    "repo_forks": 49,
    "repo_description": "Django integration of Uploadify jQuery plugin -- No longer maintained by tstone but accepting pull requests for continued community use",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 174,
    "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": [
        "nrb",
        "tstone",
        "yakky",
        "mohitranka",
        "snowleung"
    ]
}