API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/81/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 3746,
    "title": "drf-timeordered-pagination",
    "slug": "drf-timeordered-pagination",
    "last_updated": "2021-08-10T19:15:10-04:00",
    "last_fetched": "2026-02-16T03:06:19.936992-05:00",
    "repo_url": "https://github.com/andrewdodd/drf-timeordered-pagination",
    "pypi_version": "0.1.1",
    "created": "2017-03-01T10:12:18.303456-05:00",
    "modified": "2026-01-28T16:17:20.576462-05:00",
    "repo_forks": 0,
    "repo_description": "A set of Django Rest Framework utility classes to allow stable pagination by a mutable, time-ordered field (like 'by modified').",
    "pypi_url": "http://pypi.python.org/pypi/drf-timeordered-pagination",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "andrewdodd"
    ]
}