API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5934/
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/446/"
    ],
    "id": 5934,
    "title": "django-cotton",
    "slug": "django-cotton",
    "last_updated": "2026-02-03T15:56:15-05:00",
    "last_fetched": "2026-02-15T18:02:28.726880-05:00",
    "repo_url": "https://github.com/wrabit/django-cotton",
    "pypi_version": "2.6.1",
    "created": "2024-07-03T18:52:51.540509-04:00",
    "modified": "2026-01-28T14:21:39.095422-05:00",
    "repo_forks": 53,
    "repo_description": "Enabling Modern UI Composition in Django",
    "pypi_url": "https://pypi.org/project/django-cotton",
    "documentation_url": "https://django-cotton.com",
    "repo_watchers": 1068,
    "commits_over_52": [
        3,
        4,
        6,
        5,
        7,
        0,
        8,
        0,
        2,
        0,
        11,
        0,
        4,
        0,
        1,
        3,
        0,
        3,
        2,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        3,
        0,
        0,
        1,
        2,
        0,
        1,
        0,
        0,
        2,
        13,
        27,
        1,
        0,
        2,
        5,
        2,
        0,
        0,
        0,
        3,
        0,
        0,
        4,
        0
    ],
    "participants": [
        "wrabit",
        "actions-user",
        "mschettler",
        "mattbha",
        "alorence",
        "Dresdn",
        "shakedown-street",
        "hasnainmumtaz",
        "daniboygg",
        "bartoszpiech",
        "TobiBee",
        "SamuelJennings",
        "marciomazza",
        "hyperNURb",
        "ikollipara",
        "fbinz",
        "twentyforty"
    ]
}