API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/110/?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/31/?format=api"
    ],
    "id": 110,
    "title": "South",
    "slug": "south",
    "last_updated": "2014-12-23T10:51:26-05:00",
    "last_fetched": "2026-02-15T17:14:39.181852-05:00",
    "repo_url": "https://bitbucket.org/andrewgodwin/south/",
    "pypi_version": "1.0.2",
    "created": "2010-08-20T11:16:43.535764-04:00",
    "modified": "2026-01-28T14:10:52.968507-05:00",
    "repo_forks": 165,
    "repo_description": "Migrations for Django",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/South/",
    "documentation_url": "https://readthedocs.org/projects/south/",
    "repo_watchers": 348,
    "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": [
        "andrewgodwin"
    ]
}