API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2653/?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/213/?format=api",
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 2653,
    "title": "django-viewform",
    "slug": "viewform",
    "last_updated": "2014-11-05T06:03:05-05:00",
    "last_fetched": "2022-03-18T21:48:08.933526-04:00",
    "repo_url": "https://github.com/viewflow/viewform",
    "pypi_version": "0.1.0",
    "created": "2014-11-05T05:59:23.499779-05:00",
    "modified": "2025-01-31T14:59:24.516177-05:00",
    "repo_forks": 1,
    "repo_description": "Template driven form rendering for django",
    "pypi_url": "http://pypi.python.org/pypi/django-viewform",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "kmmbvnr",
        "DariaKnyazeva"
    ]
}