API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/250/
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/39/"
    ],
    "id": 250,
    "title": "django-cache-utils",
    "slug": "django-cache-utils",
    "last_updated": "2011-01-08T02:36:23-05:00",
    "last_fetched": "2026-02-15T03:09:21.927199-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-cache-utils",
    "pypi_version": "0.7.2",
    "created": "2010-09-12T01:32:35.491158-04:00",
    "modified": "2026-01-28T16:51:20.114372-05:00",
    "repo_forks": 13,
    "repo_description": "django-cache-utils provides some utils for making cache-related work easier.",
    "pypi_url": "http://pypi.python.org/pypi/django-cache-utils",
    "documentation_url": null,
    "repo_watchers": 28,
    "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": [
        "kmike"
    ]
}