API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4601/
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/81/"
    ],
    "id": 4601,
    "title": "django-fast-pagination",
    "slug": "django-fast-pagination",
    "last_updated": "2020-05-21T15:05:18-04:00",
    "last_fetched": "2026-02-15T20:07:02.425711-05:00",
    "repo_url": "https://github.com/bilbeyt/django-fast-pagination",
    "pypi_version": "1.0.4",
    "created": "2020-05-19T08:32:40.962904-04:00",
    "modified": "2026-01-28T14:59:42.760526-05:00",
    "repo_forks": 4,
    "repo_description": "Django Fast Paginator - Faster Queries For Large Databases",
    "pypi_url": "http://pypi.python.org/pypi/django-fast-paginator",
    "documentation_url": "",
    "repo_watchers": 60,
    "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": [
        "bilbeyt",
        "miratcan"
    ]
}