API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/645/
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": 645,
    "title": "django-liberace",
    "slug": "django-liberace",
    "last_updated": "2012-01-04T19:55:59-05:00",
    "last_fetched": "2026-02-15T11:04:02.431465-05:00",
    "repo_url": "https://github.com/ryanwitt/django-liberace",
    "pypi_version": null,
    "created": "2011-02-15T19:59:08.427419-05:00",
    "modified": "2026-01-28T13:08:33.779141-05:00",
    "repo_forks": 0,
    "repo_description": "Fabulous django deployment (from git)",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "ryanwitt",
        "hobbesdaboba"
    ]
}