API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5842/?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/8/?format=api",
        "https://djangopackages.org/api/v4/grids/442/?format=api"
    ],
    "id": 5842,
    "title": "django-select2-forms",
    "slug": "django-select2-forms",
    "last_updated": "2025-08-21T12:07:49-04:00",
    "last_fetched": "2026-02-15T19:05:04.087840-05:00",
    "repo_url": "https://github.com/theatlantic/django-select2-forms",
    "pypi_version": "3.1.0",
    "created": "2024-01-28T20:28:07.112798-05:00",
    "modified": "2026-01-28T14:42:09.399451-05:00",
    "repo_forks": 33,
    "repo_description": "Django form fields using the Select2 jQuery plugin",
    "pypi_url": "https://pypi.org/project/django-select2-forms",
    "documentation_url": "",
    "repo_watchers": 82,
    "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,
        1,
        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": [
        "fdintino",
        "joshmaker",
        "lakinwecker",
        "lolasov",
        "ropable",
        "ctbarna",
        "olidacombe",
        "sirspen",
        "zerc",
        "benosman"
    ]
}