API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 1229,
    "title": "swingcms",
    "slug": "swingcms",
    "last_updated": "2012-03-30T17:12:02-04:00",
    "last_fetched": "2026-02-15T13:04:59.122917-05:00",
    "repo_url": "https://bitbucket.org/fabiomichelini/django-swingcms",
    "pypi_version": null,
    "created": "2012-03-22T10:26:04.651003-04:00",
    "modified": "2026-01-28T13:22:23.110795-05:00",
    "repo_forks": 0,
    "repo_description": "SwingCMS is a Content Management System focused on three main goals: simplicity, flexibility and solidity.\r\nIt is builted on top of Django framework. ",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "fabiomichelini"
    ]
}