API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1381/?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": 1381,
    "title": "django-shop-netaxept",
    "slug": "django-shop-netaxept",
    "last_updated": "2012-07-18T12:32:48-04:00",
    "last_fetched": "2026-02-16T04:02:55.334750-05:00",
    "repo_url": "https://github.com/fivethreeo/django-shop-netaxept",
    "pypi_version": "0.8.beta.0",
    "created": "2012-07-18T12:35:28.260102-04:00",
    "modified": "2026-01-28T16:21:26.008934-05:00",
    "repo_forks": 1,
    "repo_description": "This is a payment module for django-shop using Netaxept",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-netaxept",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "fivethreeo"
    ]
}