API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/334/"
    ],
    "id": 4450,
    "title": "django-manifold",
    "slug": "manifold",
    "last_updated": "2019-01-15T15:12:16-05:00",
    "last_fetched": "2026-02-15T11:04:21.593365-05:00",
    "repo_url": "https://github.com/acv-auctions/manifold",
    "pypi_version": "0.2.0",
    "created": "2019-11-17T18:40:38.607978-05:00",
    "modified": "2026-01-28T13:09:11.652865-05:00",
    "repo_forks": 1,
    "repo_description": "A python library that implements a thrift parser into Django to use it's models and controllers to implement RPC/HTTP services.",
    "pypi_url": "http://pypi.python.org/pypi/manifold",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "natefanaro"
    ]
}