API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1252/?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/124/?format=api"
    ],
    "id": 1252,
    "title": "django-jinja",
    "slug": "django-jinja",
    "last_updated": "2025-09-08T00:45:45-04:00",
    "last_fetched": "2026-02-15T17:07:19.703310-05:00",
    "repo_url": "https://github.com/niwibe/django-jinja",
    "pypi_version": "2.11.0",
    "created": "2012-04-08T08:57:45.063572-04:00",
    "modified": "2026-01-28T14:03:50.969177-05:00",
    "repo_forks": 103,
    "repo_description": "Simple and nonobstructive jinja2 integration with Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-jinja",
    "documentation_url": "http://niwibe.github.io/django-jinja/",
    "repo_watchers": 369,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "niwinz",
        "wizpig64",
        "akx",
        "auvipy",
        "Dmitri-Sintsov",
        "nanorepublica",
        "sbutler",
        "glogiotatidis",
        "jorenham",
        "MikeVL",
        "tomhamiltonstubber",
        "alanjds",
        "dkrnl",
        "mrooney",
        "samdobson",
        "enricobarzetti",
        "coderfi",
        "dependabot[bot]",
        "sassanh",
        "hartym",
        "rochacon",
        "Naddiseo",
        "phidah",
        "byoungb",
        "karolyi",
        "JanJakes",
        "mkai",
        "martinsvoboda",
        "maxg0",
        "mireq",
        "hongquan",
        "Alphare",
        "rossille",
        "stevelacey",
        "tbarbugli",
        "centum",
        "hellysmile",
        "kishorkunal-raj",
        "romanyakovlev",
        "wongcht",
        "marinho",
        "m000",
        "originell",
        "tirkarthi",
        "charn",
        "Exirel",
        "FabriceSalvaire",
        "EdwardBetts",
        "davidlesieur",
        "blueyed",
        "ConstantAZ",
        "bitdeli-chef",
        "gone",
        "andreif",
        "AndreasBackx"
    ]
}