API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1546/?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/147/?format=api"
    ],
    "id": 1546,
    "title": "mezzanine-pagedown",
    "slug": "mezzanine-pagedown",
    "last_updated": "2018-06-24T06:53:21-04:00",
    "last_fetched": "2026-02-15T22:06:29.832495-05:00",
    "repo_url": "https://bitbucket.org/akhayyat/mezzanine-pagedown",
    "pypi_version": "1.5",
    "created": "2012-11-16T21:30:08.168403-05:00",
    "modified": "2026-01-28T15:25:13.648297-05:00",
    "repo_forks": 14,
    "repo_description": "Rich text widgets and filters for Mezzanine to author content using Markdown syntax instead of the default TinyMCE editor.",
    "pypi_url": "http://pypi.python.org/pypi/mezzanine-pagedown",
    "documentation_url": null,
    "repo_watchers": 13,
    "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": [
        "akhayyat"
    ]
}