API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6127/
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/276/"
    ],
    "id": 6127,
    "title": "rest-filters",
    "slug": "rest-filters",
    "last_updated": "2025-11-15T13:42:36-05:00",
    "last_fetched": "2026-02-15T03:03:26.012406-05:00",
    "repo_url": "https://github.com/realsuayip/rest-filters",
    "pypi_version": "0.7.0",
    "created": "2025-08-10T17:46:41.111338-04:00",
    "modified": "2026-01-28T16:44:10.909206-05:00",
    "repo_forks": 2,
    "repo_description": "A filter backend for Django REST framework.",
    "pypi_url": "https://pypi.org/project/rest-filters",
    "documentation_url": "https://rest-filters.readthedocs.io/",
    "repo_watchers": 20,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        7,
        0,
        6,
        0,
        5,
        6,
        10,
        9,
        39,
        7,
        20,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "realsuayip"
    ]
}