API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6030/?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/276/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 6030,
    "title": "Django Complex Filter",
    "slug": "drf-complex-filter",
    "last_updated": "2025-01-20T14:10:25-05:00",
    "last_fetched": "2026-02-15T03:04:57.599597-05:00",
    "repo_url": "https://github.com/kit-oz/drf-complex-filter",
    "pypi_version": "2.0.2",
    "created": "2024-12-16T07:10:53.751472-05:00",
    "modified": "2026-01-28T16:46:10.571714-05:00",
    "repo_forks": 1,
    "repo_description": "Declarative filter for Django ORM",
    "pypi_url": "https://pypi.org/project/drf-complex-filter",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "kit-oz",
        "SReEf",
        "CoderOleg"
    ]
}