API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/111/?format=api"
    ],
    "id": 1849,
    "title": "django-shop-viveum",
    "slug": "django-shop-viveum",
    "last_updated": "2015-02-27T05:14:35-05:00",
    "last_fetched": "2026-02-16T01:02:56.412240-05:00",
    "repo_url": "https://github.com/jrief/django-shop-viveum",
    "pypi_version": "0.3.4",
    "created": "2013-05-31T04:14:56.052660-04:00",
    "modified": "2026-01-28T15:51:22.667628-05:00",
    "repo_forks": 2,
    "repo_description": "Payment backend module to connect django-SHOP with the PSP Viveum/Ogone",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-viveum",
    "documentation_url": null,
    "repo_watchers": 0,
    "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": [
        "jrief"
    ]
}