API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/147/"
    ],
    "id": 1364,
    "title": "mezzanine-mdown",
    "slug": "mezzanine-mdown",
    "last_updated": "2011-06-14T15:09:22-04:00",
    "last_fetched": "2026-02-15T13:03:54.726985-05:00",
    "repo_url": "https://bitbucket.org/onelson/mezzanine-mdown",
    "pypi_version": null,
    "created": "2012-07-10T02:56:22.228753-04:00",
    "modified": "2026-01-28T13:20:18.153413-05:00",
    "repo_forks": 4,
    "repo_description": "Widgets and filters to allow markdown formatting as an alternative to tinymce for html generation.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "onelson"
    ]
}