API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/62/"
    ],
    "id": 3161,
    "title": "Django Eventtools",
    "slug": "django-eventtools",
    "last_updated": "2021-08-09T20:09:44-04:00",
    "last_fetched": "2026-02-15T19:03:50.974440-05:00",
    "repo_url": "https://github.com/gregplaysguitar/django-eventtools",
    "pypi_version": "1.0.3",
    "created": "2015-12-16T20:31:43.566004-05:00",
    "modified": "2026-01-28T14:40:28.032480-05:00",
    "repo_forks": 20,
    "repo_description": "A lightweight library designed to handle repeating and one-off event occurrences for display on a website.",
    "pypi_url": "http://pypi.python.org/pypi/django-eventtools",
    "documentation_url": "",
    "repo_watchers": 112,
    "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": [
        "gregplaysguitar",
        "austing",
        "pgcd",
        "renovate[bot]"
    ]
}