API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6279/?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": 6279,
    "title": "django-tasks-db",
    "slug": "django-tasks-db",
    "last_updated": "2026-05-22T10:29:21-04:00",
    "last_fetched": "2026-05-26T12:21:31.167376-04:00",
    "repo_url": "https://github.com/realorangeone/django-tasks-db",
    "pypi_version": "0.12.0",
    "created": "2026-02-07T02:16:34.724339-05:00",
    "modified": "2026-03-08T22:15:08.281055-04:00",
    "repo_forks": 12,
    "repo_description": "An ORM-based backend for Django Tasks",
    "pypi_url": "https://pypi.org/project/django-tasks-db/",
    "documentation_url": null,
    "repo_watchers": 91,
    "commits_over_52": [
        0,
        3,
        4,
        6,
        2,
        3,
        3,
        0,
        0,
        1,
        0,
        2,
        1,
        1,
        5,
        0,
        0,
        0,
        0,
        3,
        1,
        2,
        0,
        0,
        0,
        0,
        2,
        2,
        0,
        1,
        0,
        1,
        6,
        2,
        0,
        0,
        15,
        0,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        3,
        0,
        0,
        1,
        0,
        1
    ],
    "participants": [
        "RealOrangeOne",
        "p-r-a-v-i-n",
        "pauloxnet",
        "dennisstritzke",
        "jhthompson",
        "abnerpc",
        "bmihelac",
        "jurecuhalev",
        "mportesdev",
        "tomkins",
        "andre-fuchs",
        "cnaples79",
        "vidski",
        "jibaku",
        "janheini",
        "Ju5t1nL3",
        "olzhasar",
        "decadecity",
        "diesieben07",
        "hieusats",
        "jonatron",
        "ksamuel",
        "JaeHyuckSa"
    ]
}