API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1646/?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/107/?format=api"
    ],
    "id": 1646,
    "title": "django-cked",
    "slug": "django-cked",
    "last_updated": "2020-04-21T05:22:50-04:00",
    "last_fetched": "2026-02-15T09:09:39.875547-05:00",
    "repo_url": "https://github.com/dead23angel/django-cked",
    "pypi_version": "2.0.2",
    "created": "2013-01-18T15:25:16.339438-05:00",
    "modified": "2026-01-28T13:01:29.770409-05:00",
    "repo_forks": 10,
    "repo_description": "CKEditor and elFinder integration for Django Framework",
    "pypi_url": "http://pypi.python.org/pypi/django-cked",
    "documentation_url": "https://django-cked.readthedocs.io/",
    "repo_watchers": 7,
    "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": [
        "dead23angel",
        "leotop",
        "hemanth7787",
        "juliomax",
        "DOOMer"
    ]
}