API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1537/?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/73/?format=api"
    ],
    "id": 1537,
    "title": "django-cms-simple-events",
    "slug": "django-cms-simple-events",
    "last_updated": "2013-05-21T17:59:52-04:00",
    "last_fetched": "2026-02-15T04:02:56.289038-05:00",
    "repo_url": "https://bitbucket.org/chucu/django-cms-simple-events",
    "pypi_version": "0.4.1",
    "created": "2012-11-15T16:38:11.502807-05:00",
    "modified": "2026-01-28T16:55:10.849341-05:00",
    "repo_forks": 3,
    "repo_description": "A simple events plugin for Django CMS.",
    "pypi_url": "http://pypi.python.org/pypi/django-cms-simple-events",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "chucu"
    ]
}