API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1365/?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": 1365,
    "title": "mezzanine-openshift",
    "slug": "mezzanine-openshift",
    "last_updated": "2011-10-22T04:20:21-04:00",
    "last_fetched": "2026-02-15T13:03:57.368912-05:00",
    "repo_url": "https://github.com/k4ml/mezzanine-openshift",
    "pypi_version": null,
    "created": "2012-07-10T02:57:39.490927-04:00",
    "modified": "2026-01-28T13:20:23.642330-05:00",
    "repo_forks": 5,
    "repo_description": "Running Mezzanine CMS on Redhat Openshift Express",
    "pypi_url": "",
    "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": [
        "kamalmustafa",
        "k4ml"
    ]
}