API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5545/
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/14/",
        "https://djangopackages.org/api/v4/grids/248/"
    ],
    "id": 5545,
    "title": "redis-search-django",
    "slug": "redis-search-django",
    "last_updated": "2023-07-11T08:35:13-04:00",
    "last_fetched": "2026-02-15T21:01:29.337117-05:00",
    "repo_url": "https://github.com/saadmk11/redis-search-django",
    "pypi_version": "0.1.0",
    "created": "2022-08-29T03:56:16.425020-04:00",
    "modified": "2026-01-28T15:04:31.746068-05:00",
    "repo_forks": 9,
    "repo_description": "Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch.",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/redis-search-django",
    "documentation_url": "",
    "repo_watchers": 92,
    "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": [
        "saadmk11",
        "dependabot[bot]",
        "pre-commit-ci[bot]",
        "github-actions[bot]"
    ]
}