API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2235/
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/373/"
    ],
    "id": 2235,
    "title": "django-modelcluster",
    "slug": "django-modelcluster",
    "last_updated": "2025-12-04T07:52:57-05:00",
    "last_fetched": "2026-02-15T14:35:30.283665-05:00",
    "repo_url": "https://github.com/torchbox/django-modelcluster",
    "pypi_version": "6.4.1",
    "created": "2014-02-18T09:00:03.904872-05:00",
    "modified": "2026-01-28T13:56:56.732864-05:00",
    "repo_forks": 70,
    "repo_description": "Django extension to allow working with 'clusters' of models as a single unit, independently of the database",
    "pypi_url": "http://pypi.python.org/pypi/django-modelcluster",
    "documentation_url": "",
    "repo_watchers": 511,
    "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,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "gasman",
        "kaedroho",
        "smendes",
        "Sam-Costigan",
        "mx-moth",
        "laymonage",
        "KIRA009",
        "theju",
        "chosak",
        "juyrjola",
        "haydngreatnews",
        "zerolab",
        "artursmet",
        "ababic",
        "alee",
        "tomkins",
        "irtazaakram",
        "skirsdeda",
        "chaahk",
        "sobolevn",
        "MaferMazu",
        "marteinn",
        "tirkarthi",
        "jsma",
        "johnfraney",
        "therefromhere",
        "helderco",
        "hjwp",
        "gassan",
        "browniebroke",
        "adamchainz"
    ]
}