API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3868/
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/90/"
    ],
    "id": 3868,
    "title": "django-content-gallery",
    "slug": "django-content-gallery",
    "last_updated": "2017-07-31T09:09:04-04:00",
    "last_fetched": "2026-02-15T04:04:33.507411-05:00",
    "repo_url": "https://github.com/Kemaweyan/django-content-gallery",
    "pypi_version": "1.0.0b1",
    "created": "2017-07-01T11:31:45.561474-04:00",
    "modified": "2026-01-28T16:57:16.406895-05:00",
    "repo_forks": 11,
    "repo_description": "A Django application allows to attach a collection of images to objects of any model in any app",
    "pypi_url": "http://pypi.python.org/pypi/django-content-gallery",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "Kemaweyan",
        "ryanjdillon"
    ]
}