API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/45/?format=api"
    ],
    "id": 4024,
    "title": "django-volatile-messages",
    "slug": "django-volatile-messages",
    "last_updated": "2017-12-10T14:50:31-05:00",
    "last_fetched": "2026-02-16T04:03:22.053817-05:00",
    "repo_url": "https://github.com/ZuluPro/django-volatile-messages",
    "pypi_version": "0.1",
    "created": "2017-12-10T16:13:41.862577-05:00",
    "modified": "2026-01-28T16:22:16.843935-05:00",
    "repo_forks": 0,
    "repo_description": "Simply add a First message system to help user when they are discovering your website",
    "pypi_url": "http://pypi.python.org/pypi/django-volatile-messages",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "ZuluPro"
    ]
}