API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6187/
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/91/"
    ],
    "id": 6187,
    "title": "django-rss-filter",
    "slug": "django-rss-filter",
    "last_updated": "2026-02-10T13:53:33-05:00",
    "last_fetched": "2026-02-15T04:05:25.975877-05:00",
    "repo_url": "https://github.com/loopwerk/django-rss-filter",
    "pypi_version": "0.14.1",
    "created": "2025-11-12T05:42:04.513200-05:00",
    "modified": "2026-01-28T16:58:25.887221-05:00",
    "repo_forks": 3,
    "repo_description": "Filter public RSS feeds, remove articles that contain certain keywords or categories.",
    "pypi_url": "https://pypi.org/project/django-rss-filter",
    "documentation_url": "https://github.com/loopwerk/django-rss-filter/blob/main/README.md",
    "repo_watchers": 68,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        4,
        8,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        2,
        0,
        2,
        2,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "kevinrenskers"
    ]
}