API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5785/
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": 5785,
    "title": "django-pony-express",
    "slug": "django-pony-express",
    "last_updated": "2025-12-11T10:40:15-05:00",
    "last_fetched": "2026-02-15T19:01:18.827673-05:00",
    "repo_url": "https://github.com/ambient-innovation/django-pony-express",
    "pypi_version": "2.7.6",
    "created": "2023-10-10T17:23:28.500793-04:00",
    "modified": "2026-01-28T14:37:34.428459-05:00",
    "repo_forks": 2,
    "repo_description": "Class-based emails for django shipping with a test suite",
    "pypi_url": "https://pypi.org/project/django-pony-express",
    "documentation_url": "https://django-pony-express.readthedocs.io/en/latest/index.html",
    "repo_watchers": 80,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        3,
        0,
        2,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "GitRon",
        "christoph-teichmeister",
        "KommuSoft"
    ]
}