API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5048/?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": 5048,
    "title": "django-convenient-formsets",
    "slug": "django-convenient-formsets",
    "last_updated": "2023-11-25T17:21:41-05:00",
    "last_fetched": "2026-02-15T20:08:29.427927-05:00",
    "repo_url": "https://github.com/tiesjan/django-convenient-formsets",
    "pypi_version": "2.0",
    "created": "2021-04-21T09:13:33.251596-04:00",
    "modified": "2026-01-28T15:02:14.191392-05:00",
    "repo_forks": 4,
    "repo_description": "Django dynamic formsets made convenient for users and developers alike.",
    "pypi_url": "http://pypi.python.org/pypi/django-convenient-formsets",
    "documentation_url": "",
    "repo_watchers": 15,
    "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": [
        "tiesjan",
        "CleitonDeLima",
        "joahim"
    ]
}