API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/180/
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/10/",
        "https://djangopackages.org/api/v4/grids/41/"
    ],
    "id": 180,
    "title": "django-reviews",
    "slug": "django-reviews",
    "last_updated": "2025-08-07T12:04:07-04:00",
    "last_fetched": "2026-02-16T00:04:06.292805-05:00",
    "repo_url": "https://github.com/diefenbach/django-reviews",
    "pypi_version": "1.2.1",
    "created": "2010-08-31T14:20:20.670078-04:00",
    "modified": "2026-01-28T15:42:31.696540-05:00",
    "repo_forks": 18,
    "repo_description": "Generic, reusable reviews for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-reviews",
    "documentation_url": "https://pythonhosted.org/django-reviews/",
    "repo_watchers": 33,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "diefenbach",
        "JostCrow",
        "pigletto"
    ]
}