API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/111/",
        "https://djangopackages.org/api/v4/grids/287/"
    ],
    "id": 1046,
    "title": "django-shop-bulkform",
    "slug": "django-shop-bulkform",
    "last_updated": "2011-11-30T14:00:22-05:00",
    "last_fetched": "2026-02-16T04:03:13.544024-05:00",
    "repo_url": "https://github.com/powellc/django-shop-bulkform",
    "pypi_version": "0.1.0",
    "created": "2011-11-30T14:06:41.279986-05:00",
    "modified": "2026-01-28T16:22:00.903195-05:00",
    "repo_forks": 1,
    "repo_description": "A simple django-shop plugin to add a bulk form view to your site",
    "pypi_url": "http://pypi.python.org/pypi/django-shop-bulkform",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "powellc"
    ]
}