API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4704/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/350/?format=api"
    ],
    "id": 4704,
    "title": "django-redirects",
    "slug": "django-redirects",
    "last_updated": "2026-01-03T17:09:53-05:00",
    "last_fetched": "2026-02-15T20:02:30.897871-05:00",
    "repo_url": "https://github.com/fabiocaccamo/django-redirects",
    "pypi_version": "0.9.0",
    "created": "2020-09-10T09:06:32.098983-04:00",
    "modified": "2026-01-28T14:53:04.905989-05:00",
    "repo_forks": 4,
    "repo_description": " :arrow_right_hook: :white_check_mark: redirects as they should be, with full control.",
    "pypi_url": "http://pypi.python.org/pypi/django-redirects",
    "documentation_url": "https://github.com/fabiocaccamo/django-redirects#readme",
    "repo_watchers": 78,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        1,
        2,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "github-actions[bot]",
        "pre-commit-ci[bot]",
        "null-none",
        "heysamtexas",
        "voberoi"
    ]
}