API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1460/
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/62/",
        "https://djangopackages.org/api/v4/grids/9/"
    ],
    "id": 1460,
    "title": "django-metaimage",
    "slug": "django-metaimage",
    "last_updated": "2011-05-20T22:09:04-04:00",
    "last_fetched": "2026-02-16T02:03:02.788064-05:00",
    "repo_url": "https://github.com/limist/django-metaimage",
    "pypi_version": "0.4",
    "created": "2012-09-15T10:22:40.931493-04:00",
    "modified": "2026-01-28T16:01:51.467449-05:00",
    "repo_forks": 0,
    "repo_description": "Wrapper around django-photologue, suited for handling remote images.",
    "pypi_url": "http://pypi.python.org/pypi/django-metaimage",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "limist"
    ]
}