API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4259/
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/11/"
    ],
    "id": 4259,
    "title": "Django-Email-Bandit",
    "slug": "django-email-bandit",
    "last_updated": "2022-08-22T09:27:09-04:00",
    "last_fetched": "2026-02-15T18:01:29.639852-05:00",
    "repo_url": "https://github.com/caktus/django-email-bandit",
    "pypi_version": "2.0",
    "created": "2018-11-18T16:02:58.621155-05:00",
    "modified": "2026-01-28T14:20:25.775612-05:00",
    "repo_forks": 19,
    "repo_description": "A Django email backend for hijacking email sending in a test environment.",
    "pypi_url": "http://pypi.python.org/pypi/django-email-bandit",
    "documentation_url": "",
    "repo_watchers": 77,
    "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": [
        "vkurup",
        "153957",
        "tobiasmcnulty",
        "dpoirier",
        "alvinchow86",
        "jaap3",
        "mlavin",
        "gavinwahl",
        "PetrDlouhy",
        "tonysyu",
        "ironfroggy"
    ]
}