API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 6356,
    "title": "Django Simple Page",
    "slug": "django-simple-page",
    "last_updated": "2026-05-21T05:10:29-04:00",
    "last_fetched": "2026-05-26T17:08:24.425529-04:00",
    "repo_url": "https://github.com/thomst/django-simple-page",
    "pypi_version": "1.0.2",
    "created": "2026-05-21T05:16:30.395656-04:00",
    "modified": "2026-05-21T07:31:53.250458-04:00",
    "repo_forks": 0,
    "repo_description": "A simple yet powerful cms. Build with django.",
    "pypi_url": "https://pypi.org/project/django-simple-page/",
    "documentation_url": "https://thomst.github.io/django-simple-page/",
    "repo_watchers": 1,
    "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,
        27,
        17,
        22,
        58,
        42,
        13,
        39
    ],
    "participants": [
        "thomst"
    ]
}