API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/550/
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/35/",
        "https://djangopackages.org/api/v4/grids/87/"
    ],
    "id": 550,
    "title": "django-adminfiles",
    "slug": "django-adminfiles",
    "last_updated": "2013-06-15T16:05:21-04:00",
    "last_fetched": "2026-02-16T00:02:15.317872-05:00",
    "repo_url": "https://github.com/carljm/django-adminfiles",
    "pypi_version": "1.0.1",
    "created": "2010-12-26T21:43:37.434615-05:00",
    "modified": "2026-01-28T15:29:02.727120-05:00",
    "repo_forks": 16,
    "repo_description": "[MIRROR] File uploader/manager/picker for Django admin; see demo screencast at http://vimeo.com/8940852",
    "pypi_url": "http://pypi.python.org/pypi/django-adminfiles",
    "documentation_url": null,
    "repo_watchers": 64,
    "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": [
        "carljm",
        "shagi",
        "armonge",
        "ad3w",
        "jezdez",
        "vitaly4uk"
    ]
}