API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2029/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/97/?format=api"
    ],
    "id": 2029,
    "title": "Django Vanilla Views",
    "slug": "django-vanilla-views",
    "last_updated": "2022-09-03T19:28:35-04:00",
    "last_fetched": "2026-02-15T18:11:32.325049-05:00",
    "repo_url": "https://github.com/tomchristie/django-vanilla-views",
    "pypi_version": "3.0.0",
    "created": "2013-09-08T07:45:05.307131-04:00",
    "modified": "2026-01-28T14:31:41.676550-05:00",
    "repo_forks": 80,
    "repo_description": "Beautifully simple class-based views.",
    "pypi_url": "http://pypi.python.org/pypi/django-vanilla-views",
    "documentation_url": "http://django-vanilla-views.org/",
    "repo_watchers": 986,
    "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": [
        "lovelydinosaur",
        "adamchainz",
        "auvipy",
        "adamrt",
        "ryanhiebert",
        "timgates42",
        "tobych",
        "areski",
        "brettkoonce",
        "jensenbox",
        "dana-hughes",
        "jangeador",
        "dominicrodger",
        "vp-fastapp",
        "gordonmzhu",
        "nautilebleu",
        "kvbik",
        "johnfraney",
        "mrichnu",
        "matthiask",
        "michael-k",
        "sobolevn",
        "rolo",
        "stsewd",
        "saz",
        "popham",
        "timster"
    ]
}