API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2656/?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/15/?format=api"
    ],
    "id": 2656,
    "title": "django-email-confirm-la",
    "slug": "django-email-confirm-la",
    "last_updated": "2023-03-30T13:55:57-04:00",
    "last_fetched": "2026-02-15T22:04:25.355459-05:00",
    "repo_url": "https://github.com/vinta/django-email-confirm-la",
    "pypi_version": "3.0.0",
    "created": "2014-11-09T10:12:38.602149-05:00",
    "modified": "2026-01-28T15:21:42.778674-05:00",
    "repo_forks": 28,
    "repo_description": "Django email confirmation for any model and any field",
    "pypi_url": "http://pypi.python.org/pypi/django-email-confirm-la",
    "documentation_url": "https://github.com/vinta/django-email-confirm-la/blob/master/README.rst",
    "repo_watchers": 35,
    "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": [
        "vinta",
        "JoshData",
        "gugu",
        "Robert-Chiang",
        "geek-ragazza",
        "OdyX"
    ]
}