API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/?format=api"
    ],
    "id": 394,
    "title": "django-cumulus",
    "slug": "django-cumulus",
    "last_updated": "2019-01-08T08:28:16-05:00",
    "last_fetched": "2026-02-16T04:06:53.687330-05:00",
    "repo_url": "https://github.com/richleland/django-cumulus",
    "pypi_version": "1.0.21",
    "created": "2010-09-22T00:30:01.084659-04:00",
    "modified": "2026-01-28T16:42:08.872029-05:00",
    "repo_forks": 84,
    "repo_description": "An interface to python-swiftclient and rackspace cloudfiles API from Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-cumulus",
    "documentation_url": "https://pythonhosted.org/django-cumulus/",
    "repo_watchers": 133,
    "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": [
        "richleland",
        "ferrix",
        "rizumu",
        "michelts",
        "grahamking",
        "mkai",
        "thijstriemstra",
        "msaizar",
        "jasuca",
        "bennylope",
        "noesnaterse",
        "tjcravey",
        "baffolobill",
        "Minkey27",
        "naiquevin",
        "tcdent",
        "sannies",
        "levigross",
        "konradhalas",
        "rasca",
        "izquierdo",
        "bendavis78",
        "idealatom",
        "amdstorm",
        "rafaponieman",
        "movermeyer",
        "absoludity",
        "matthewwithanm",
        "jsma",
        "igorsobreira",
        "tgecho",
        "vad",
        "davelowe",
        "SmileyChris",
        "bkonkle",
        "btimby",
        "anderspetersson"
    ]
}