API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1049/
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/",
        "https://djangopackages.org/api/v4/grids/216/"
    ],
    "id": 1049,
    "title": "django-shop-stripe",
    "slug": "django-shop-stripe",
    "last_updated": "2019-04-24T16:58:07-04:00",
    "last_fetched": "2026-02-16T03:06:30.012274-05:00",
    "repo_url": "https://github.com/powellc/django-shop-stripe",
    "pypi_version": "0.1.2",
    "created": "2011-12-02T14:30:02.214891-05:00",
    "modified": "2026-01-28T16:17:39.338179-05:00",
    "repo_forks": 14,
    "repo_description": "A Stripe.com payment backend for django-shop DEPRECATED (use https://github.com/awesto/djangoshop-stripe)",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-stripe",
    "documentation_url": null,
    "repo_watchers": 16,
    "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": [
        "rfleschenberg",
        "powellc",
        "darkpixel",
        "Wirzi",
        "tcdent"
    ]
}