API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1421/
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/100/",
        "https://djangopackages.org/api/v4/grids/9/",
        "https://djangopackages.org/api/v4/grids/60/"
    ],
    "id": 1421,
    "title": "django-daguerre",
    "slug": "django-daguerre",
    "last_updated": "2023-06-17T12:01:32-04:00",
    "last_fetched": "2026-02-15T03:01:43.762795-05:00",
    "repo_url": "https://github.com/littleweaver/django-daguerre",
    "pypi_version": "3.0.0",
    "created": "2012-08-22T15:49:47.371281-04:00",
    "modified": "2026-01-28T16:27:18.671812-05:00",
    "repo_forks": 16,
    "repo_description": "On-the-fly image manipulation for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-daguerre",
    "documentation_url": "https://readthedocs.org/projects/django-daguerre/",
    "repo_watchers": 85,
    "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": [
        "melinath",
        "harrislapiroff",
        "chigby",
        "ajhi",
        "vgpena",
        "netsuileo",
        "harph",
        "philipkimmey",
        "raq929"
    ]
}