API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4566/
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/136/"
    ],
    "id": 4566,
    "title": "django-toosimple-q",
    "slug": "django-toosimple-q",
    "last_updated": "2025-09-01T12:58:27-04:00",
    "last_fetched": "2026-02-15T20:03:03.315545-05:00",
    "repo_url": "https://github.com/olivierdalang/django-toosimple-q",
    "pypi_version": "1.0.0.post1",
    "created": "2020-04-11T10:50:00.411407-04:00",
    "modified": "2026-01-28T14:53:51.826035-05:00",
    "repo_forks": 7,
    "repo_description": "Simplistic task queue and cron-like scheduler for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-toosimple-q",
    "documentation_url": "",
    "repo_watchers": 38,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        16,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "olivierdalang",
        "rexzhang"
    ]
}