API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2396/?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/35/?format=api"
    ],
    "id": 2396,
    "title": "Django Object Actions",
    "slug": "django-object-actions",
    "last_updated": "2026-01-18T14:27:11-05:00",
    "last_fetched": "2026-02-15T14:27:50.658485-05:00",
    "repo_url": "https://github.com/crccheck/django-object-actions",
    "pypi_version": "5.0.0",
    "created": "2014-05-29T14:46:16.117460-04:00",
    "modified": "2026-01-28T13:51:26.897194-05:00",
    "repo_forks": 85,
    "repo_description": "A Django app for easily adding object tools in the Django admin",
    "pypi_url": "http://pypi.python.org/pypi/django-object-actions",
    "documentation_url": null,
    "repo_watchers": 795,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        0,
        1,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0
    ],
    "participants": [
        "crccheck",
        "browniebroke",
        "mgrdcm",
        "actions-user",
        "AlexRiina",
        "Amareis",
        "Aramgutang",
        "jimfunk",
        "maestrofjp",
        "Alexerson",
        "andybak",
        "bashu",
        "dlo",
        "coagulant",
        "ilyachch",
        "jgillard",
        "jamesshannon",
        "SupraSummus",
        "mathiasertl",
        "wolph",
        "ron8mcr",
        "sir-sigurd",
        "danmoz",
        "mschfh"
    ]
}