API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/167/
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/11/"
    ],
    "id": 167,
    "title": "jogging",
    "slug": "jogging",
    "last_updated": "2010-06-22T19:58:51-04:00",
    "last_fetched": "2026-02-16T03:00:56.023932-05:00",
    "repo_url": "https://github.com/zain/jogging",
    "pypi_version": "0.2.2",
    "created": "2010-08-30T06:35:42.522611-04:00",
    "modified": "2026-01-28T16:08:08.903755-05:00",
    "repo_forks": 5,
    "repo_description": "Easier Django logging!",
    "pypi_url": "http://pypi.python.org/pypi/jogging",
    "documentation_url": null,
    "repo_watchers": 104,
    "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": [
        "zain",
        "ianlewis",
        "wiremine",
        "danaspiegel"
    ]
}