API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2744/?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/147/?format=api"
    ],
    "id": 2744,
    "title": "ansible-mezzanine",
    "slug": "ansible-mezzanine",
    "last_updated": "2015-01-25T05:14:17-05:00",
    "last_fetched": "2026-02-15T09:03:47.551619-05:00",
    "repo_url": "https://github.com/keithadavidson/ansible-mezzanine",
    "pypi_version": null,
    "created": "2015-01-24T16:49:30.528679-05:00",
    "modified": "2026-01-29T12:52:07.218526-05:00",
    "repo_forks": 5,
    "repo_description": "Template for a full pipeline (dev, staging, production) deployment of Mezzanine & Django system using Ansible ",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 31,
    "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": [
        "keithadavidson"
    ]
}