API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1193/
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/",
        "https://djangopackages.org/api/v4/grids/242/"
    ],
    "id": 1193,
    "title": "django-directupload",
    "slug": "django-directupload",
    "last_updated": "2013-02-12T14:06:30-05:00",
    "last_fetched": "2026-02-16T00:02:19.257538-05:00",
    "repo_url": "https://github.com/cuker/django-directupload",
    "pypi_version": "0.0.11",
    "created": "2012-02-28T16:48:49.941223-05:00",
    "modified": "2026-01-28T15:29:11.376097-05:00",
    "repo_forks": 5,
    "repo_description": "Django project that offers direct uploading of files from your forms using Uploadify",
    "pypi_url": "http://pypi.python.org/pypi/django-directupload",
    "documentation_url": null,
    "repo_watchers": 29,
    "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": [
        "kmooney",
        "zbyte64"
    ]
}