API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3451/?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/98/?format=api"
    ],
    "id": 3451,
    "title": "django-easy-audit",
    "slug": "django-easy-audit",
    "last_updated": "2026-01-30T23:52:43-05:00",
    "last_fetched": "2026-02-15T17:13:09.418907-05:00",
    "repo_url": "https://github.com/soynatan/django-easy-audit",
    "pypi_version": "1.3.8",
    "created": "2016-10-23T16:36:18.309818-04:00",
    "modified": "2026-01-28T14:09:22.832521-05:00",
    "repo_forks": 196,
    "repo_description": "Yet another Django audit log app, hopefully the simplest one.",
    "pypi_url": "http://pypi.python.org/pypi/django-easy-audit",
    "documentation_url": "https://github.com/soynatan/django-easy-audit/wiki",
    "repo_watchers": 834,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        4,
        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,
        1,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        1,
        0,
        0
    ],
    "participants": [
        "jheld",
        "soynatan",
        "mschoettle",
        "KatrinaE",
        "steverecio",
        "morlandi",
        "novarac23",
        "samamorgan",
        "Real-Gecko",
        "dferens",
        "hydrospanner",
        "felixxm",
        "PaarthShah",
        "nedagilanian",
        "serl",
        "hugobranquinho",
        "bernhardmiller",
        "aymaneMx",
        "avallbona",
        "LukaRiba",
        "Lukasdoe",
        "MaehMaeh",
        "manishgupta24",
        "rossettistone",
        "Mohammed2372",
        "guy881",
        "worsht",
        "sgordon16",
        "tboulogne",
        "Tim-Bolhoeve",
        "nnseva",
        "cybelew",
        "henribru",
        "jdkizer9",
        "kirmalyshev",
        "trauty-is-me",
        "jsoa",
        "joephillips-robot",
        "jkarstens",
        "Etenil",
        "flesser",
        "dakotablair",
        "3cp",
        "chrisbrent",
        "bashu",
        "atakanarikan",
        "funcho",
        "boxed",
        "amykyta"
    ]
}