API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5110/?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/90/?format=api"
    ],
    "id": 5110,
    "title": "django-galleryfield",
    "slug": "django-galleryfield",
    "last_updated": "2024-04-22T12:52:25-04:00",
    "last_fetched": "2026-02-15T20:06:42.247049-05:00",
    "repo_url": "https://github.com/dzhuang/django-galleryfield",
    "pypi_version": "2.2.0",
    "created": "2021-08-11T14:26:34.667264-04:00",
    "modified": "2026-01-28T14:59:08.654538-05:00",
    "repo_forks": 4,
    "repo_description": "Django GalleryField with AJAX form widgets for multiple images upload with progress bar and arbitrarily ordering.",
    "pypi_url": "http://pypi.python.org/pypi/django-galleryfield",
    "documentation_url": "https://django-galleryfield.readthedocs.io/",
    "repo_watchers": 35,
    "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": [
        "dzhuang",
        "dependabot[bot]",
        "phoebebright"
    ]
}