API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3152/?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/81/?format=api"
    ],
    "id": 3152,
    "title": "django EL(Endless) pagination",
    "slug": "django-el-pagination",
    "last_updated": "2026-01-13T19:56:55-05:00",
    "last_fetched": "2026-02-15T17:19:17.337091-05:00",
    "repo_url": "https://github.com/shtalinberg/django-el-pagination",
    "pypi_version": "4.1.2",
    "created": "2015-12-07T08:44:40.356358-05:00",
    "modified": "2026-01-28T14:15:46.485320-05:00",
    "repo_forks": 73,
    "repo_description": "Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.",
    "pypi_url": "http://pypi.python.org/pypi/django-el-pagination",
    "documentation_url": "http://django-el-pagination.readthedocs.org/",
    "repo_watchers": 309,
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "shtalinberg",
        "cclauss",
        "lorddaedra",
        "michelts",
        "lorand-arvay",
        "toptalo",
        "kindlycat",
        "SilmarillionUA",
        "timgates42",
        "jpatel3",
        "joehybird",
        "izquierdo",
        "bashu",
        "xaviermathew",
        "personjerry",
        "melkon98",
        "akileos",
        "jTiKey",
        "wavedocs",
        "Michael-Deveau",
        "liamuk",
        "kirantambe",
        "FuzzyGrim",
        "ffreitasalves",
        "cyriac",
        "gingerjoos",
        "aropan",
        "alb3rto269"
    ]
}