API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2266/
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/59/",
        "https://djangopackages.org/api/v4/grids/66/",
        "https://djangopackages.org/api/v4/grids/28/"
    ],
    "id": 2266,
    "title": "rules",
    "slug": "admin",
    "last_updated": "2025-10-11T02:42:08-04:00",
    "last_fetched": "2026-02-15T14:36:14.191517-05:00",
    "repo_url": "https://github.com/dfunckt/django-rules",
    "pypi_version": "3.5",
    "created": "2014-03-09T11:16:00.337608-04:00",
    "modified": "2026-01-28T13:57:33.391578-05:00",
    "repo_forks": 150,
    "repo_description": "Awesome Django authorization, without the database",
    "pypi_url": "http://pypi.python.org/pypi/rules",
    "documentation_url": "",
    "repo_watchers": 1967,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "dfunckt",
        "zerolab",
        "federicobond",
        "ticosax",
        "cclauss",
        "dyve",
        "kimihito",
        "hashlash",
        "pjsier",
        "orf",
        "mlsen",
        "CristopherH95",
        "smcoll",
        "zainab-amir",
        "uri-rodberg",
        "rixx",
        "slafs",
        "sergioisidoro",
        "Real-Gecko",
        "bulv1ne",
        "FFX01",
        "jerebenitez",
        "jacobh",
        "eviltwin",
        "georgek",
        "dpgraham4401",
        "danlamanna",
        "bradenmacdonald"
    ]
}