API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/835/
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/222/"
    ],
    "id": 835,
    "title": "django-cron",
    "slug": "django-cron",
    "last_updated": "2018-10-16T13:09:19-04:00",
    "last_fetched": "2026-02-15T04:05:37.233877-05:00",
    "repo_url": "https://github.com/Ixxy-Open-Source/django-cron",
    "pypi_version": "0.6.0",
    "created": "2011-06-15T09:37:55.641844-04:00",
    "modified": "2026-01-28T16:58:42.806539-05:00",
    "repo_forks": 10,
    "repo_description": "A heavily modified version of Dj Gilcrease's django-cron app. Now supports running from a 'real' cron job, multiple notification methods and more. ",
    "pypi_url": "http://pypi.python.org/pypi/django-cron",
    "documentation_url": null,
    "repo_watchers": 24,
    "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": [
        "andybak",
        "fruitschen",
        "reavis",
        "bashu",
        "peterbe"
    ]
}