API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6217/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/458/?format=api"
    ],
    "id": 6217,
    "title": "django-crontask",
    "slug": "django-crontask",
    "last_updated": "2026-05-18T14:18:33-04:00",
    "last_fetched": "2026-05-26T03:09:21.705977-04:00",
    "repo_url": "https://github.com/codingjoe/django-crontask",
    "pypi_version": "1.2.0",
    "created": "2025-12-13T01:23:10.386856-05:00",
    "modified": "2026-01-28T16:54:34.590544-05:00",
    "repo_forks": 3,
    "repo_description": "Cron style scheduler for Django's task framework",
    "pypi_url": "https://pypi.org/project/django-crontask",
    "documentation_url": "https://django-crontask.rtfd.io/",
    "repo_watchers": 114,
    "commits_over_52": [
        1,
        2,
        0,
        1,
        2,
        1,
        1,
        1,
        1,
        1,
        3,
        2,
        1,
        1,
        2,
        1,
        2,
        1,
        1,
        1,
        1,
        3,
        4,
        0,
        1,
        3,
        0,
        7,
        4,
        5,
        0,
        1,
        3,
        2,
        1,
        0,
        1,
        1,
        2,
        3,
        1,
        1,
        1,
        2,
        1,
        1,
        1,
        3,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "dependabot[bot]",
        "codingjoe",
        "pre-commit-ci[bot]",
        "amureki",
        "kfdm",
        "Copilot",
        "pencil"
    ]
}