API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3417/
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/116/"
    ],
    "id": 3417,
    "title": "Django Instant",
    "slug": "django-instant",
    "last_updated": "2022-12-19T06:02:16-05:00",
    "last_fetched": "2026-02-15T19:10:00.790574-05:00",
    "repo_url": "https://github.com/synw/django-instant",
    "pypi_version": "4.2.0",
    "created": "2016-09-27T13:21:04.423980-04:00",
    "modified": "2026-01-28T14:48:43.432760-05:00",
    "repo_forks": 14,
    "repo_description": "Websockets for Django with Centrifugo",
    "pypi_url": "http://pypi.python.org/pypi/django-instant",
    "documentation_url": "http://django-instant.readthedocs.io/en/latest/",
    "repo_watchers": 127,
    "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": [
        "synw",
        "tboulogne",
        "mbeacom",
        "terminator14"
    ]
}