API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/155/?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/39/?format=api"
    ],
    "id": 155,
    "title": "django-cache-machine",
    "slug": "django-cache-machine",
    "last_updated": "2023-02-20T13:13:51-05:00",
    "last_fetched": "2026-02-15T03:09:09.204126-05:00",
    "repo_url": "https://github.com/django-cache-machine/django-cache-machine",
    "pypi_version": "1.2.0",
    "created": "2010-08-25T17:34:49.915481-04:00",
    "modified": "2026-01-28T16:51:03.373188-05:00",
    "repo_forks": 160,
    "repo_description": "Automatic caching and invalidation for Django models through the ORM.",
    "pypi_url": "http://pypi.python.org/pypi/django-cache-machine",
    "documentation_url": "https://cache-machine.readthedocs.org/en/latest/",
    "repo_watchers": 885,
    "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": [
        "tobiasmcnulty",
        "jbalogh",
        "vkurup",
        "jezdez",
        "timdawborn",
        "wetneb",
        "ebrelsford",
        "remohammadi",
        "rlr",
        "colons",
        "timgates42",
        "twidi",
        "Afani97",
        "bradjasper",
        "jnormore",
        "jasonthomas",
        "oremj",
        "robhudson"
    ]
}