API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/"
    ],
    "id": 2106,
    "title": "ansible-django",
    "slug": "ansible-django",
    "last_updated": "2015-03-05T17:29:37-05:00",
    "last_fetched": "2022-10-30T17:58:18.911601-04:00",
    "repo_url": "https://github.com/airtonix/ansible-django",
    "pypi_version": null,
    "created": "2013-11-04T09:42:48.343354-05:00",
    "modified": "2025-01-31T14:57:51.785202-05:00",
    "repo_forks": 27,
    "repo_description": "django playbook",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 178,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "airtonix",
        "tback"
    ]
}