API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4586/
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/58/"
    ],
    "id": 4586,
    "title": "Inclusive Range Fields",
    "slug": "inclusive-django-range-fields",
    "last_updated": "2020-05-21T08:02:54-04:00",
    "last_fetched": "2026-02-15T19:11:05.014982-05:00",
    "repo_url": "https://github.com/Hipo/inclusive-django-range-fields",
    "pypi_version": "0.2.3",
    "created": "2020-05-04T03:41:12.258590-04:00",
    "modified": "2026-01-28T14:50:21.425248-05:00",
    "repo_forks": 1,
    "repo_description": "Inclusive Django Range Fields which uses default bounds as '[]'.",
    "pypi_url": "http://pypi.python.org/pypi/inclusive-django-range-fields",
    "documentation_url": "https://github.com/Hipo/inclusive-django-range-fields/blob/master/README.md",
    "repo_watchers": 19,
    "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": [
        "efe",
        "yigitguler"
    ]
}