API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/938/?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/152/?format=api",
        "https://djangopackages.org/api/v4/grids/137/?format=api"
    ],
    "id": 938,
    "title": "django-likes",
    "slug": "django-likes",
    "last_updated": "2021-11-09T04:50:11-05:00",
    "last_fetched": "2026-02-15T20:03:42.767710-05:00",
    "repo_url": "https://github.com/praekelt/django-likes",
    "pypi_version": "2.0.1",
    "created": "2011-09-19T22:08:36.407357-04:00",
    "modified": "2026-01-28T14:54:50.420070-05:00",
    "repo_forks": 50,
    "repo_description": "Django app providing view interface to django-secretballot.",
    "pypi_url": "http://pypi.python.org/pypi/django-likes",
    "documentation_url": null,
    "repo_watchers": 77,
    "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": [
        "hedleyroos",
        "bashu",
        "Rizziepit",
        "cblignaut",
        "core2duo",
        "fireinthehole",
        "smn",
        "zniper",
        "nschlemm",
        "PetrDlouhy",
        "pivolan"
    ]
}