API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2343/
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/58/",
        "https://djangopackages.org/api/v4/grids/9/",
        "https://djangopackages.org/api/v4/grids/245/",
        "https://djangopackages.org/api/v4/grids/100/"
    ],
    "id": 2343,
    "title": "django-versatileimagefield",
    "slug": "django-versatileimagefield",
    "last_updated": "2024-01-21T11:17:54-05:00",
    "last_fetched": "2026-02-15T17:14:07.729472-05:00",
    "repo_url": "https://github.com/WGBH/django-versatileimagefield",
    "pypi_version": "3.1",
    "created": "2014-05-03T17:58:44.914012-04:00",
    "modified": "2026-01-28T14:10:19.343080-05:00",
    "repo_forks": 91,
    "repo_description": "A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.",
    "pypi_url": "http://pypi.python.org/pypi/django-versatileimagefield",
    "documentation_url": "http://django-versatileimagefield.readthedocs.org/",
    "repo_watchers": 539,
    "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": [
        "respondcreate",
        "browniebroke",
        "camflan",
        "matthiask",
        "slurms",
        "jelko",
        "derenio",
        "Mortal",
        "tuky",
        "dmptrluke",
        "aleksihakli",
        "NyanKiyoshi",
        "jxltom",
        "gbts",
        "fabiocaccamo",
        "iamjazzar",
        "bogdal",
        "tsotnesharvadze",
        "vikrant-fueled",
        "timgates42",
        "SebCorbin",
        "sannykr",
        "topiaruss",
        "zadazorg",
        "Pacu2",
        "njamaleddine",
        "szewczykmira",
        "hussam-almarzoq",
        "luzfcb",
        "chubz",
        "A-Iskakov",
        "artursmet",
        "alexei"
    ]
}