API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4107/
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/113/"
    ],
    "id": 4107,
    "title": "Django Light Draft",
    "slug": "django-light-draft",
    "last_updated": "2022-04-25T06:08:53-04:00",
    "last_fetched": "2026-02-16T02:01:45.162126-05:00",
    "repo_url": "https://github.com/zerc/django-light-draft",
    "pypi_version": "0.6.1",
    "created": "2018-04-08T08:46:40.867377-04:00",
    "modified": "2026-01-28T15:59:22.444797-05:00",
    "repo_forks": 2,
    "repo_description": "Preview changes without saving the data into the database",
    "pypi_url": "http://pypi.python.org/pypi/django-light-draft",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "zerc",
        "dependabot[bot]",
        "JoeJasinski",
        "Suor",
        "mariacha"
    ]
}