API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2257/
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/58/"
    ],
    "id": 2257,
    "title": "django-cropduster",
    "slug": "django-cropduster",
    "last_updated": "2025-08-21T11:06:04-04:00",
    "last_fetched": "2026-02-15T04:05:40.519004-05:00",
    "repo_url": "https://github.com/theatlantic/django-cropduster",
    "pypi_version": "4.15.0",
    "created": "2014-03-08T00:31:21.750389-05:00",
    "modified": "2026-01-28T16:58:47.474418-05:00",
    "repo_forks": 11,
    "repo_description": "Image uploader and cropping tool to create thumbnails at various aspect ratios",
    "pypi_url": "http://pypi.python.org/pypi/django-cropduster",
    "documentation_url": "http://django-cropduster.readthedocs.org/en/latest/",
    "repo_watchers": 83,
    "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,
        3,
        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": [
        "fdintino",
        "joshmaker",
        "whatisjasongoldstein",
        "obswork",
        "ctbarna",
        "OaklandPeters",
        "defbyte",
        "atryputsen",
        "lorenries",
        "eaganr"
    ]
}