API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/878/
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": 878,
    "title": "django-crontab",
    "slug": "django-crontab",
    "last_updated": "2018-05-14T13:50:49-04:00",
    "last_fetched": "2026-02-16T04:05:47.901398-05:00",
    "repo_url": "https://github.com/kraiz/django-crontab",
    "pypi_version": "0.7.1",
    "created": "2011-07-24T22:44:22.844486-04:00",
    "modified": "2026-01-28T16:26:32.427341-05:00",
    "repo_forks": 113,
    "repo_description": "dead simple crontab powered job scheduling for django.",
    "pypi_url": "http://pypi.python.org/pypi/django-crontab",
    "documentation_url": null,
    "repo_watchers": 849,
    "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": [
        "kraiz",
        "arski",
        "bashu",
        "dvd0101",
        "meric426",
        "stardust85",
        "nodiel",
        "petersobhi",
        "vinsia",
        "jiangmf",
        "NULL-OPERATOR"
    ]
}