API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2430/
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/139/",
        "https://djangopackages.org/api/v4/grids/34/"
    ],
    "id": 2430,
    "title": "django-sitemessage",
    "slug": "django-sitemessage",
    "last_updated": "2023-03-18T09:00:11-04:00",
    "last_fetched": "2026-02-15T20:03:12.900650-05:00",
    "repo_url": "https://github.com/idlesign/django-sitemessage",
    "pypi_version": "1.4.0",
    "created": "2014-06-18T09:29:50.861381-04:00",
    "modified": "2026-01-28T14:54:04.805246-05:00",
    "repo_forks": 6,
    "repo_description": "Reusable application for Django introducing a message delivery framework",
    "pypi_url": "http://pypi.python.org/pypi/django-sitemessage",
    "documentation_url": "http://django-sitemessage.readthedocs.org/",
    "repo_watchers": 55,
    "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": [
        "idlesign",
        "furins"
    ]
}