API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1165/
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/41/",
        "https://djangopackages.org/api/v4/grids/138/"
    ],
    "id": 1165,
    "title": "django-ajax-shop",
    "slug": "django-ajax-shop",
    "last_updated": "2013-04-03T15:09:22-04:00",
    "last_fetched": "2026-02-15T12:00:49.904831-05:00",
    "repo_url": "https://github.com/attuch/django-ajax-shop",
    "pypi_version": null,
    "created": "2012-02-16T05:49:39.927586-05:00",
    "modified": "2026-01-28T13:13:46.361341-05:00",
    "repo_forks": 6,
    "repo_description": "a little and fast reusable shop application ajax based",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "attuch"
    ]
}