API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4452/
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": 4452,
    "title": "garuda",
    "slug": "garuda",
    "last_updated": "2019-06-29T13:28:32-04:00",
    "last_fetched": "2026-02-16T02:04:51.047303-05:00",
    "repo_url": "https://github.com/dhilipsiva/garuda",
    "pypi_version": "0.0.5",
    "created": "2019-11-17T18:42:22.775043-05:00",
    "modified": "2026-01-28T16:05:19.030102-05:00",
    "repo_forks": 2,
    "repo_description": "Automagically Exposing Django ORM over gRPC for microservices written in any other languages",
    "pypi_url": "http://pypi.python.org/pypi/garuda",
    "documentation_url": "",
    "repo_watchers": 24,
    "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": [
        "dhilipsiva"
    ]
}