API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1456/
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/111/"
    ],
    "id": 1456,
    "title": "django-shop-multiplecurrencies",
    "slug": "django-shop-multiplecurrencies",
    "last_updated": "2012-09-12T05:22:30-04:00",
    "last_fetched": "2026-02-16T04:03:20.161122-05:00",
    "repo_url": "https://github.com/alesdotio/django-shop-multiplecurrencies",
    "pypi_version": "1.0.0",
    "created": "2012-09-12T09:58:37.818294-04:00",
    "modified": "2026-01-28T16:22:12.886352-05:00",
    "repo_forks": 2,
    "repo_description": "Multiple currencies for Django Shop",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-multiplecurrencies",
    "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": [
        "alesdotio"
    ]
}