API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6217/
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/458/"
    ],
    "id": 6217,
    "title": "django-crontask",
    "slug": "django-crontask",
    "last_updated": "2026-02-10T03:56:09-05:00",
    "last_fetched": "2026-02-15T04:02:33.274991-05:00",
    "repo_url": "https://github.com/codingjoe/django-crontask",
    "pypi_version": "1.1.3",
    "created": "2025-12-13T01:23:10.386856-05:00",
    "modified": "2026-01-28T16:54:34.590544-05:00",
    "repo_forks": 1,
    "repo_description": "Cron style scheduler for Django's task framework",
    "pypi_url": "https://pypi.org/project/django-crontask",
    "documentation_url": null,
    "repo_watchers": 101,
    "commits_over_52": [
        1,
        2,
        1,
        2,
        1,
        0,
        1,
        4,
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        2,
        0,
        1,
        2,
        1,
        1,
        1,
        1,
        1,
        3,
        2,
        1,
        1,
        2,
        1,
        2,
        1,
        1,
        1,
        1,
        3,
        1,
        3,
        1,
        2,
        1,
        1,
        7,
        6,
        2,
        1,
        2,
        2,
        1,
        1,
        0,
        1
    ],
    "participants": [
        "dependabot[bot]",
        "codingjoe",
        "pre-commit-ci[bot]",
        "amureki",
        "kfdm",
        "Copilot",
        "pencil"
    ]
}