API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/558/
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/48/"
    ],
    "id": 558,
    "title": "django-better-chunks",
    "slug": "django-better-chunks",
    "last_updated": "2009-02-28T21:23:29-05:00",
    "last_fetched": "2026-02-15T09:07:41.578921-05:00",
    "repo_url": "https://bitbucket.org/hakanw/django-better-chunks",
    "pypi_version": null,
    "created": "2011-01-01T13:31:07.444967-05:00",
    "modified": "2026-01-29T12:58:24.878241-05:00",
    "repo_forks": 4,
    "repo_description": "Think of it as flatpages for small bits of reusable content you might want to insert into your templates and manage from the admin interface.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "hakanw"
    ]
}