API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5604/
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/161/",
        "https://djangopackages.org/api/v4/grids/160/"
    ],
    "id": 5604,
    "title": "django-range-merge",
    "slug": "django-range-merge",
    "last_updated": "2025-03-25T09:46:53-04:00",
    "last_fetched": "2026-02-15T22:05:03.000382-05:00",
    "repo_url": "https://github.com/jacklinke/django-range-merge",
    "pypi_version": "2024.10.1",
    "created": "2023-01-07T09:31:01.989688-05:00",
    "modified": "2026-01-28T15:22:53.300763-05:00",
    "repo_forks": 0,
    "repo_description": "Enables the range_merge Aggregate for Django on Postgres. range_merge \"Computes the smallest range that includes ... the given ranges\".",
    "pypi_url": "https://pypi.org/project/django-range-merge",
    "documentation_url": "",
    "repo_watchers": 8,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "jacklinke"
    ]
}