API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1430/?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"
    ],
    "id": 1430,
    "title": "django-forms-bootstrap",
    "slug": "django-forms-bootstrap",
    "last_updated": "2017-04-17T10:26:50-04:00",
    "last_fetched": "2026-02-15T17:17:33.230531-05:00",
    "repo_url": "https://github.com/pinax/django-forms-bootstrap",
    "pypi_version": "3.1.0",
    "created": "2012-08-30T16:55:09.728267-04:00",
    "modified": "2026-01-28T14:13:53.872162-05:00",
    "repo_forks": 48,
    "repo_description": "Bootstrap filter and templates for use with Django forms",
    "pypi_url": "http://pypi.python.org/pypi/django-forms-bootstrap",
    "documentation_url": null,
    "repo_watchers": 173,
    "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": [
        "paltman",
        "lukeman",
        "rizumu",
        "brosner",
        "bouttier",
        "atbaker",
        "chromano",
        "cvrebert",
        "jtauber",
        "jerzyk",
        "sefakilic",
        "d1ff",
        "eliasfernandez"
    ]
}