API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4023/
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/",
        "https://djangopackages.org/api/v4/grids/55/"
    ],
    "id": 4023,
    "title": "django-des",
    "slug": "django-des",
    "last_updated": "2025-01-21T14:34:25-05:00",
    "last_fetched": "2026-02-15T21:01:14.829215-05:00",
    "repo_url": "https://github.com/jamiecounsell/django-des",
    "pypi_version": "2.4.1",
    "created": "2017-12-10T15:14:52.815482-05:00",
    "modified": "2026-01-28T15:04:07.998316-05:00",
    "repo_forks": 17,
    "repo_description": "Django Dynamic Email Settings - Change your email configuration without interrupting service.",
    "pypi_url": "http://pypi.python.org/pypi/django-des",
    "documentation_url": "https://github.com/jamiecounsell/django-des/blob/master/README.rst",
    "repo_watchers": 29,
    "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": [
        "jamiecounsell",
        "bgunebakan",
        "cyberbudy"
    ]
}