API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3376/?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/16/?format=api"
    ],
    "id": 3376,
    "title": "taggit-selectize",
    "slug": "taggit-selectize",
    "last_updated": "2021-11-11T10:04:52-05:00",
    "last_fetched": "2026-02-15T19:02:52.688253-05:00",
    "repo_url": "https://github.com/chhantyal/taggit-selectize",
    "pypi_version": "2.11.0",
    "created": "2016-08-04T04:44:48.481151-04:00",
    "modified": "2026-01-28T14:39:18.250548-05:00",
    "repo_forks": 22,
    "repo_description": "Auto-complete/auto-suggestion for django-taggit (django-taggit + selectize.js)",
    "pypi_url": "http://pypi.python.org/pypi/taggit-selectize",
    "documentation_url": "https://github.com/chhantyal/taggit-selectize",
    "repo_watchers": 67,
    "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": [
        "chhantyal",
        "nshafer",
        "charleszlu",
        "andytwoods",
        "vdboor",
        "andrekeller",
        "bashu",
        "Akiat",
        "ampotos",
        "buguga",
        "simonavril",
        "yswtrue"
    ]
}