API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5860/
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/320/",
        "https://djangopackages.org/api/v4/grids/28/",
        "https://djangopackages.org/api/v4/grids/398/",
        "https://djangopackages.org/api/v4/grids/391/"
    ],
    "id": 5860,
    "title": "Request Filters",
    "slug": "request_filters",
    "last_updated": "2024-03-19T11:37:56-04:00",
    "last_fetched": "2026-02-15T21:04:27.635976-05:00",
    "repo_url": "https://github.com/Nigel2392/request_filters",
    "pypi_version": "1.4.9",
    "created": "2024-02-12T05:24:25.868834-05:00",
    "modified": "2026-01-28T15:09:04.457621-05:00",
    "repo_forks": 0,
    "repo_description": "A firewall for your wagtail application. It allows you to filter requests based on IP, User-Agent, URL and Country.",
    "pypi_url": "https://pypi.org/project/request_filters",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "Nigel2392"
    ]
}