API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1986/
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/217/"
    ],
    "id": 1986,
    "title": "django-throttle-requests",
    "slug": "django-throttle-requests",
    "last_updated": "2025-12-21T12:51:35-05:00",
    "last_fetched": "2026-02-15T20:08:14.653655-05:00",
    "repo_url": "https://github.com/sobotklp/django-throttle-requests",
    "pypi_version": "0.8.0",
    "created": "2013-08-13T14:26:52.128221-04:00",
    "modified": "2026-01-28T15:01:49.422302-05:00",
    "repo_forks": 9,
    "repo_description": "a framework for implementing application-level request throttling for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-throttle-requests",
    "documentation_url": "https://readthedocs.org/projects/django-throttle-requests/",
    "repo_watchers": 51,
    "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,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sobotklp",
        "DeveloperLewis",
        "ebsaral",
        "bvsn",
        "edelvalle",
        "jvankoten",
        "grncdr",
        "rain0r"
    ]
}