API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5730/
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/427/",
        "https://djangopackages.org/api/v4/grids/413/",
        "https://djangopackages.org/api/v4/grids/136/"
    ],
    "id": 5730,
    "title": "django-tasks-scheduler",
    "slug": "django-tasks-scheduler",
    "last_updated": "2026-02-03T15:39:10-05:00",
    "last_fetched": "2026-02-15T19:04:53.514431-05:00",
    "repo_url": "https://github.com/django-commons/django-tasks-scheduler",
    "pypi_version": "4.0.8",
    "created": "2023-06-25T18:43:33.705112-04:00",
    "modified": "2026-01-28T14:41:52.834878-05:00",
    "repo_forks": 23,
    "repo_description": "Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used.",
    "pypi_url": "https://pypi.org/project/django-tasks-scheduler",
    "documentation_url": "https://django-tasks-scheduler.readthedocs.io/",
    "repo_watchers": 199,
    "commits_over_52": [
        1,
        0,
        0,
        6,
        4,
        6,
        14,
        21,
        3,
        0,
        2,
        1,
        5,
        10,
        5,
        14,
        0,
        3,
        5,
        9,
        0,
        3,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        12,
        23,
        5,
        0,
        11,
        9,
        1,
        0,
        1,
        2,
        0,
        0,
        1,
        4,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        2,
        0
    ],
    "participants": [
        "cunla",
        "cclauss",
        "dependabot[bot]",
        "pre-commit-ci[bot]",
        "DhavalGojiya",
        "gabriels1234",
        "mbi",
        "Copilot",
        "danickfort",
        "dirkmueller",
        "cyber237",
        "rwielk",
        "TimothyMalahy",
        "amirreza-sf80",
        "ulgens"
    ]
}