API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/90/?format=api"
    ],
    "id": 5620,
    "title": "Django-simple-gallery",
    "slug": "django-simple-gallery",
    "last_updated": "2025-01-30T07:43:01-05:00",
    "last_fetched": "2026-02-15T09:01:00.292715-05:00",
    "repo_url": "https://gitlab.com/sodimel/django-simple-gallery",
    "pypi_version": null,
    "created": "2023-02-09T04:36:10.869299-05:00",
    "modified": "2026-01-29T12:49:12.990636-05:00",
    "repo_forks": 2,
    "repo_description": "Really simple gallery website powered by Django, simplecss & photoswipe. Example of gallery: https://pics.l3m.in/",
    "pypi_url": "",
    "documentation_url": "https://gitlab.com/sodimel/django-simple-gallery#django-simple-gallery",
    "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,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sodimel"
    ]
}