API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2392/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/51/"
    ],
    "id": 2392,
    "title": "django-reportmail",
    "slug": "django-reportmail",
    "last_updated": "2015-09-29T02:12:32-04:00",
    "last_fetched": "2026-02-16T00:04:43.972006-05:00",
    "repo_url": "https://github.com/hirokiky/django-reportmail",
    "pypi_version": "1.3",
    "created": "2014-05-27T11:46:34.334834-04:00",
    "modified": "2026-01-28T15:43:42.467064-05:00",
    "repo_forks": 13,
    "repo_description": "Django library to send 'report' mail of django management command easily. ",
    "pypi_url": "http://pypi.python.org/pypi/django-reportmail",
    "documentation_url": "http://django-reportmail.readthedocs.org/en/latest/",
    "repo_watchers": 53,
    "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": [
        "hirokiky",
        "aarcro",
        "tell-k"
    ]
}