API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/429/?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",
        "https://djangopackages.org/api/v4/grids/19/?format=api"
    ],
    "id": 429,
    "title": "Semantic Editor",
    "slug": "semanticeditor",
    "last_updated": "2014-09-29T18:26:53-04:00",
    "last_fetched": "2026-02-15T02:03:00.227760-05:00",
    "repo_url": "https://bitbucket.org/spookylukey/semanticeditor/",
    "pypi_version": "0.3",
    "created": "2010-09-29T16:28:24.062777-04:00",
    "modified": "2026-01-28T16:19:33.436867-05:00",
    "repo_forks": 7,
    "repo_description": "A django-cms text editing plugin that provides simple controls for advanced columnar layouts and managing presentation, building on WYMeditor.\r\n",
    "pypi_url": "http://pypi.python.org/pypi/semanticeditor",
    "documentation_url": null,
    "repo_watchers": 31,
    "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": [
        "spookylukey"
    ]
}