API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2429/?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/58/?format=api"
    ],
    "id": 2429,
    "title": "django-select-multiple-field",
    "slug": "django-select-multiple-field",
    "last_updated": "2025-11-16T01:30:32-05:00",
    "last_fetched": "2026-02-15T22:03:57.067109-05:00",
    "repo_url": "https://github.com/kelvinwong-ca/django-select-multiple-field",
    "pypi_version": "0.4.2",
    "created": "2014-06-17T09:33:28.019290-04:00",
    "modified": "2026-01-28T15:20:48.408271-05:00",
    "repo_forks": 25,
    "repo_description": "Select multiple choices in a single Django model field",
    "pypi_url": "http://pypi.python.org/pypi/django-select-multiple-field",
    "documentation_url": "",
    "repo_watchers": 34,
    "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,
        12,
        7,
        14,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kelvinwong-ca",
        "st4lk",
        "gladson",
        "matuu"
    ]
}