API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/42/?format=api"
    ],
    "id": 4059,
    "title": "ansible-django-stack",
    "slug": "ansible-django-stack",
    "last_updated": "2025-05-30T09:14:19-04:00",
    "last_fetched": "2026-02-15T11:07:46.826281-05:00",
    "repo_url": "https://github.com/jcalazan/ansible-django-stack",
    "pypi_version": null,
    "created": "2018-02-12T03:51:22.021843-05:00",
    "modified": "2026-01-28T13:13:10.044867-05:00",
    "repo_forks": 385,
    "repo_description": "Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1383,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        8,
        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": [
        "YPCrumble",
        "jcalazan",
        "dpward",
        "DavidCain",
        "autn",
        "jpmjpmjpm",
        "conrado",
        "darylyu",
        "dependabot[bot]",
        "adrianmoisey",
        "bhardin",
        "isedwards",
        "iceraj",
        "mprat",
        "pedrospdc",
        "pedro-nonfree",
        "jbants"
    ]
}