API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2535/
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/230/"
    ],
    "id": 2535,
    "title": "Django Email Users",
    "slug": "django-email-users",
    "last_updated": "2025-01-26T10:48:26-05:00",
    "last_fetched": "2026-02-15T21:05:04.360476-05:00",
    "repo_url": "https://github.com/bennylope/django-email-users",
    "pypi_version": "2.1.0",
    "created": "2014-08-15T22:29:58.987767-04:00",
    "modified": "2026-01-28T15:10:05.263878-05:00",
    "repo_forks": 3,
    "repo_description": "Stock Django users without the username",
    "pypi_url": "http://pypi.python.org/pypi/django-email-users",
    "documentation_url": "",
    "repo_watchers": 9,
    "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": [
        "bennylope",
        "bmon"
    ]
}