API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4501/
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": 4501,
    "title": "django-seo2",
    "slug": "django-seo2",
    "last_updated": "2016-07-13T07:19:42-04:00",
    "last_fetched": "2026-02-16T01:04:10.327342-05:00",
    "repo_url": "https://github.com/romansalin/django-seo2",
    "pypi_version": "1.0.1",
    "created": "2020-01-24T13:13:08.472250-05:00",
    "modified": "2026-01-28T15:53:30.944707-05:00",
    "repo_forks": 43,
    "repo_description": "Provides a set of tools for managing Search Engine Optimisation (SEO) metadata for Django sites.",
    "pypi_url": "http://pypi.python.org/pypi/django-seo2",
    "documentation_url": "",
    "repo_watchers": 62,
    "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",
        "wx-ast",
        "matthewwithanm",
        "jcastiarena",
        "hginer",
        "kmike"
    ]
}