API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3907/
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": 3907,
    "title": "Django CBMail",
    "slug": "django-cbmail",
    "last_updated": "2017-09-15T14:43:12-04:00",
    "last_fetched": "2026-02-15T14:02:02.740846-05:00",
    "repo_url": "https://github.com/dipcode-software/django-cbmail",
    "pypi_version": "0.1.1",
    "created": "2017-09-14T13:57:14.854373-04:00",
    "modified": "2026-01-28T13:27:18.825717-05:00",
    "repo_forks": 1,
    "repo_description": "Django module to easily send templated emails in a DRY way",
    "pypi_url": "http://pypi.python.org/pypi/django-cbmail",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "tiagoloureiro",
        "srtab",
        "tfbrito"
    ]
}