API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 4640,
    "title": "django-siteforms",
    "slug": "django-siteforms",
    "last_updated": "2023-09-08T10:51:57-04:00",
    "last_fetched": "2026-02-15T21:04:13.967080-05:00",
    "repo_url": "https://github.com/idlesign/django-siteforms",
    "pypi_version": "1.2.0",
    "created": "2020-06-26T02:31:29.370537-04:00",
    "modified": "2026-01-28T15:08:41.648066-05:00",
    "repo_forks": 1,
    "repo_description": "Django reusable app to simplify form construction",
    "pypi_url": "http://pypi.python.org/pypi/django-siteforms",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "idlesign",
        "questonit"
    ]
}