API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6280/?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": 6280,
    "title": "django-tasks-rq",
    "slug": "django-tasks-rq",
    "last_updated": "2026-05-15T07:55:00-04:00",
    "last_fetched": "2026-05-26T12:21:25.952161-04:00",
    "repo_url": "https://github.com/realorangeone/django-tasks-rq",
    "pypi_version": "0.12.0",
    "created": "2026-02-07T02:17:14.554630-05:00",
    "modified": "2026-03-08T22:15:01.811026-04:00",
    "repo_forks": 4,
    "repo_description": "A Django Tasks backend which uses RQ as its underlying queue",
    "pypi_url": "https://pypi.org/project/django-tasks-rq/",
    "documentation_url": null,
    "repo_watchers": 23,
    "commits_over_52": [
        0,
        1,
        4,
        3,
        3,
        2,
        2,
        1,
        1,
        1,
        0,
        5,
        1,
        1,
        3,
        0,
        0,
        0,
        0,
        3,
        1,
        2,
        0,
        0,
        0,
        0,
        3,
        2,
        0,
        0,
        0,
        1,
        4,
        0,
        0,
        0,
        14,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        1,
        0
    ],
    "participants": [
        "RealOrangeOne",
        "pauloxnet",
        "p-r-a-v-i-n",
        "mportesdev",
        "jhthompson",
        "jurecuhalev",
        "andre-fuchs",
        "crgwbr",
        "dennisstritzke",
        "sur5r",
        "jonatron"
    ]
}