API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/196/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/293/?format=api"
    ],
    "id": 196,
    "title": "django-form-scaffold",
    "slug": "django-form-scaffold",
    "last_updated": "2011-02-16T04:28:02-05:00",
    "last_fetched": "2026-02-16T03:01:52.706774-05:00",
    "repo_url": "https://github.com/1stvamp/django-form-scaffold",
    "pypi_version": "1.1.0",
    "created": "2010-09-03T07:18:21.516356-04:00",
    "modified": "2026-01-28T16:09:55.837444-05:00",
    "repo_forks": 0,
    "repo_description": "Utility for generating dynamic Django template representations of the inbuilt form.as_p/as_ul/as_table output.",
    "pypi_url": "http://pypi.python.org/pypi/django-form-scaffold",
    "documentation_url": null,
    "repo_watchers": 24,
    "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": [
        "1stvamp"
    ]
}