API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1138/
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/32/"
    ],
    "id": 1138,
    "title": "pinax-webanalytics",
    "slug": "pinax-webanalytics",
    "last_updated": "2020-07-09T17:17:35-04:00",
    "last_fetched": "2026-02-15T22:01:11.670422-05:00",
    "repo_url": "https://github.com/pinax/pinax-webanalytics",
    "pypi_version": "5.0.0",
    "created": "2012-02-02T06:45:59.434129-05:00",
    "modified": "2026-01-28T15:15:51.442044-05:00",
    "repo_forks": 22,
    "repo_description": "analytics and metrics integration for Django",
    "pypi_url": "http://pypi.python.org/pypi/pinax-webanalytics",
    "documentation_url": null,
    "repo_watchers": 123,
    "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": [
        "paltman",
        "KatherineMichel",
        "jtauber",
        "brosner",
        "grahamu",
        "dstufft",
        "lukeman",
        "coderanger",
        "rossp",
        "shabda"
    ]
}