API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1453/?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": 1453,
    "title": "cmsplugin-simple-markdown",
    "slug": "cmsplugin-simple-markdown",
    "last_updated": "2016-10-22T12:30:36-04:00",
    "last_fetched": "2026-02-16T00:05:25.777621-05:00",
    "repo_url": "https://github.com/Alir3z4/cmsplugin-simple-markdown",
    "pypi_version": "1.6",
    "created": "2012-09-12T08:22:58.065000-04:00",
    "modified": "2026-01-28T15:44:56.578445-05:00",
    "repo_forks": 6,
    "repo_description": "A plugin for django-cms that provides just a markdown plugin and nothing more.",
    "pypi_url": "http://pypi.python.org/pypi/cmsplugin-simple-markdown",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "Alir3z4",
        "exploide",
        "philippbosch",
        "igorpejic",
        "alexwright"
    ]
}