API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2186/
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/15/"
    ],
    "id": 2186,
    "title": "django-sendmail-backend",
    "slug": "django-sendmail-backend",
    "last_updated": "2020-01-20T12:55:27-05:00",
    "last_fetched": "2026-02-15T21:05:32.042674-05:00",
    "repo_url": "https://github.com/perenecabuto/django-sendmail-backend",
    "pypi_version": "0.1.2",
    "created": "2014-01-12T17:10:27.599562-05:00",
    "modified": "2026-01-28T15:10:54.370898-05:00",
    "repo_forks": 13,
    "repo_description": "Its a simple command line sendmail backend for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-sendmail-backend",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "perenecabuto",
        "blueyed",
        "zackmccord",
        "name-no"
    ]
}