API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6099/
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": 6099,
    "title": "django-rq-cron",
    "slug": "django-rq-cron",
    "last_updated": "2025-06-14T11:12:14-04:00",
    "last_fetched": "2026-02-15T03:04:50.124831-05:00",
    "repo_url": "https://github.com/buttondown/django-rq-cron",
    "pypi_version": "0.1.1",
    "created": "2025-06-11T14:07:16.590379-04:00",
    "modified": "2026-01-28T16:45:59.977699-05:00",
    "repo_forks": 2,
    "repo_description": "A cron runner built atop `rq`",
    "pypi_url": "https://pypi.org/project/django-rq-cron",
    "documentation_url": null,
    "repo_watchers": 36,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        2,
        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": [
        "jmduke"
    ]
}