API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/73/",
        "https://djangopackages.org/api/v4/grids/1/"
    ],
    "id": 3140,
    "title": "django-ninecms",
    "slug": "django-ninecms",
    "last_updated": "2019-02-01T03:51:17-05:00",
    "last_fetched": "2026-02-15T07:05:39.890899-05:00",
    "repo_url": "https://github.com/Wtower/django-ninecms",
    "pypi_version": "0.6.0",
    "created": "2015-11-26T07:33:07.862228-05:00",
    "modified": "2026-01-29T12:47:25.075359-05:00",
    "repo_forks": 6,
    "repo_description": "Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.",
    "pypi_url": "http://pypi.python.org/pypi/django-ninecms",
    "documentation_url": "",
    "repo_watchers": 41,
    "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": [
        "Wtower",
        "gitter-badger"
    ]
}