API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/73/?format=api"
    ],
    "id": 802,
    "title": "django-cms-search",
    "slug": "django-cms-search",
    "last_updated": "2014-06-18T03:08:56-04:00",
    "last_fetched": "2026-02-15T04:02:53.190406-05:00",
    "repo_url": "https://github.com/beniwohli/django-cms-search",
    "pypi_version": "0.6.3",
    "created": "2011-05-27T15:56:29.050156-04:00",
    "modified": "2026-01-28T16:55:03.685990-05:00",
    "repo_forks": 36,
    "repo_description": "This package provides multilingual search indexes for easy Haystack integration with django CMS",
    "pypi_url": "http://pypi.python.org/pypi/django-cms-search",
    "documentation_url": "https://readthedocs.org/projects/django-cms-search/",
    "repo_watchers": 64,
    "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": [
        "beniwohli",
        "stefanfoulis"
    ]
}