API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/",
        "https://djangopackages.org/api/v4/grids/76/"
    ],
    "id": 36,
    "title": "LFC - Lightning Fast CMS",
    "slug": "django-lfc",
    "last_updated": "2011-10-16T08:59:22-04:00",
    "last_fetched": "2026-02-15T20:07:05.847769-05:00",
    "repo_url": "https://bitbucket.org/diefenbach/django-lfc",
    "pypi_version": "1.1.1",
    "created": "2010-08-17T12:06:43.543221-04:00",
    "modified": "2026-01-28T14:59:50.538415-05:00",
    "repo_forks": 7,
    "repo_description": "Lightning Fast CMS",
    "pypi_url": "http://pypi.python.org/pypi/django-lfc",
    "documentation_url": "https://pythonhosted.org/django-lfc/",
    "repo_watchers": 52,
    "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": [
        "diefenbach"
    ]
}