API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/137/
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": 137,
    "title": "django-tools",
    "slug": "django-tools",
    "last_updated": "2025-11-28T15:47:02-05:00",
    "last_fetched": "2026-02-15T17:20:38.270167-05:00",
    "repo_url": "https://github.com/jedie/django-tools",
    "pypi_version": "0.58.0",
    "created": "2010-08-23T12:56:29.915835-04:00",
    "modified": "2026-01-28T14:17:12.477586-05:00",
    "repo_forks": 31,
    "repo_description": "miscellaneous django tools",
    "pypi_url": "http://pypi.python.org/pypi/django-tools",
    "documentation_url": "https://github.com/jedie/django-tools/",
    "repo_watchers": 133,
    "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,
        9,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jedie",
        "yuekui",
        "reallinfo",
        "LegoStormtroopr",
        "benkonrath"
    ]
}