API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/409/
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/53/",
        "https://djangopackages.org/api/v4/grids/62/"
    ],
    "id": 409,
    "title": "django-todo",
    "slug": "django-todo",
    "last_updated": "2022-11-03T02:16:36-04:00",
    "last_fetched": "2026-02-15T20:08:21.858607-05:00",
    "repo_url": "https://github.com/shacker/django-todo",
    "pypi_version": "2.5.0",
    "created": "2010-09-28T06:40:18.899545-04:00",
    "modified": "2026-01-28T15:02:00.898914-05:00",
    "repo_forks": 285,
    "repo_description": "A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.",
    "pypi_url": "http://pypi.python.org/pypi/django-todo",
    "documentation_url": "https://github.com/shacker/django-todo/wiki/Overview-and-screenshots",
    "repo_watchers": 845,
    "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": [
        "shacker",
        "bittner",
        "dependabot[bot]",
        "leephillips",
        "james1293",
        "shantisuresh01",
        "bernd-wechner",
        "calebr",
        "jmw-debian",
        "epilys",
        "tomscytale",
        "multun",
        "davestgermain",
        "deniz195",
        "fross123",
        "1hanzla100",
        "iamlovelesh",
        "wasare",
        "madscientistproductions",
        "somesmart"
    ]
}