API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/643/?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": 643,
    "title": "makesite",
    "slug": "makesite",
    "last_updated": "2015-09-08T09:05:58-04:00",
    "last_fetched": "2026-02-15T07:04:17.365198-05:00",
    "repo_url": "https://github.com/klen/makesite",
    "pypi_version": "0.9.83",
    "created": "2011-02-14T15:43:17.987335-05:00",
    "modified": "2026-01-29T12:45:14.825436-05:00",
    "repo_forks": 12,
    "repo_description": "makesite is a collection of scripts for deploying and managing web projects",
    "pypi_url": "http://pypi.python.org/pypi/makesite",
    "documentation_url": "https://pythonhosted.org/makesite/",
    "repo_watchers": 46,
    "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": [
        "klen",
        "denya",
        "Lispython"
    ]
}