API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/84/",
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 1029,
    "title": "django-localdevstorage",
    "slug": "django-localdevstorage",
    "last_updated": "2015-05-05T15:39:36-04:00",
    "last_fetched": "2026-02-15T21:02:09.122225-05:00",
    "repo_url": "https://github.com/beniwohli/django-localdevstorage",
    "pypi_version": "0.5",
    "created": "2011-11-21T17:39:12.926219-05:00",
    "modified": "2026-01-28T15:05:26.640677-05:00",
    "repo_forks": 7,
    "repo_description": "A storage backend for local development that downloads files from the live site if they are not locally available",
    "pypi_url": "http://pypi.python.org/pypi/django-localdevstorage",
    "documentation_url": null,
    "repo_watchers": 47,
    "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": [
        "beniwohli",
        "jdunck",
        "anrie"
    ]
}