API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6031/?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/113/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 6031,
    "title": "Django Aggregation",
    "slug": "drf-aggregation",
    "last_updated": "2025-06-05T01:06:07-04:00",
    "last_fetched": "2026-02-15T03:04:58.451535-05:00",
    "repo_url": "https://github.com/kit-oz/drf-aggregation",
    "pypi_version": "2.1.2",
    "created": "2024-12-16T07:18:51.445068-05:00",
    "modified": "2026-01-28T16:46:12.520751-05:00",
    "repo_forks": 1,
    "repo_description": "Get DB aggregations using Django ORM",
    "pypi_url": "https://pypi.org/project/drf-aggregation",
    "documentation_url": null,
    "repo_watchers": 5,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "kit-oz"
    ]
}