API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/175/
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/37/",
        "https://djangopackages.org/api/v4/grids/124/"
    ],
    "id": 175,
    "title": "jingo",
    "slug": "jingo",
    "last_updated": "2016-05-30T14:36:38-04:00",
    "last_fetched": "2026-02-15T13:03:36.217141-05:00",
    "repo_url": "https://github.com/jbalogh/jingo",
    "pypi_version": null,
    "created": "2010-08-31T00:36:21.046079-04:00",
    "modified": "2026-01-28T13:19:34.182563-05:00",
    "repo_forks": 44,
    "repo_description": "An adapter for using Jinja2 templates with Django.",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/jingo/",
    "repo_watchers": 178,
    "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,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jsocol",
        "davedash",
        "berkerpeksag",
        "jbalogh",
        "robhudson",
        "nvie",
        "clouserw",
        "jlongster",
        "eviljeff",
        "EnTeQuAk",
        "dpoirier",
        "MariaElysse",
        "lmorchard",
        "marklap",
        "magopian",
        "mattdennewitz",
        "mccammos"
    ]
}