API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/683/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/?format=api"
    ],
    "id": 683,
    "title": "django-queued-storage",
    "slug": "django-queued-storage",
    "last_updated": "2021-10-27T05:12:05-04:00",
    "last_fetched": "2026-02-16T00:04:39.708161-05:00",
    "repo_url": "https://github.com/jazzband/django-queued-storage",
    "pypi_version": "0.8.0",
    "created": "2011-03-10T05:21:44.892610-05:00",
    "modified": "2026-01-28T15:43:33.238975-05:00",
    "repo_forks": 59,
    "repo_description": "Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely",
    "pypi_url": "http://pypi.python.org/pypi/django-queued-storage",
    "documentation_url": "https://readthedocs.org/projects/django-queued-storage/",
    "repo_watchers": 322,
    "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": [
        "jezdez",
        "ashwoods",
        "onekiloparsec",
        "flashingpumpkin",
        "thijstriemstra",
        "seanbrant",
        "malcolmt",
        "codekoala",
        "msaizar",
        "bak1an",
        "shabda",
        "allisson",
        "celiao",
        "goodtune",
        "hanksims",
        "jayvdb",
        "caulagi",
        "RDIL",
        "rossp",
        "timgates42",
        "jazzband-bot",
        "requires",
        "merwok"
    ]
}