API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/911/
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/117/"
    ],
    "id": 911,
    "title": "django-seo",
    "slug": "django-seo",
    "last_updated": "2013-12-05T03:11:14-05:00",
    "last_fetched": "2026-02-16T00:05:57.599806-05:00",
    "repo_url": "https://github.com/willhardy/django-seo",
    "pypi_version": "0.3.5",
    "created": "2011-08-16T12:04:43.531706-04:00",
    "modified": "2026-01-28T15:45:55.388309-05:00",
    "repo_forks": 116,
    "repo_description": "Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.",
    "pypi_url": "http://pypi.python.org/pypi/django-seo",
    "documentation_url": "https://pythonhosted.org/django-seo/",
    "repo_watchers": 256,
    "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": [
        "willhardy",
        "matthewwithanm",
        "hginer",
        "kmike"
    ]
}