API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6113/
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/454/",
        "https://djangopackages.org/api/v4/grids/28/",
        "https://djangopackages.org/api/v4/grids/455/",
        "https://djangopackages.org/api/v4/grids/72/"
    ],
    "id": 6113,
    "title": "django_gradual_throttle",
    "slug": "django_gradual_throttle",
    "last_updated": "2025-07-06T12:59:26-04:00",
    "last_fetched": "2026-02-15T03:04:01.230552-05:00",
    "repo_url": "https://github.com/Dhruvpatel004/django_gradual_throttle",
    "pypi_version": "1.0.3",
    "created": "2025-07-12T03:21:22.681811-04:00",
    "modified": "2026-01-28T16:44:53.318545-05:00",
    "repo_forks": 0,
    "repo_description": "🕒 A Django middleware for graceful request throttling with configurable delay strategies (linear, exponential, or custom). Unlike traditional rate limiting that blocks excessive traffic, this package introduces progressive delays to throttle requests smartly and smoothly.",
    "pypi_url": "https://pypi.org/project/django-gradual-throttle",
    "documentation_url": "https://github.com/Dhruvpatel004/django_gradual_throttle",
    "repo_watchers": 3,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        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
    ],
    "participants": [
        "DhruvSimform",
        "Dhruvpatel004"
    ]
}