API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6091/?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/245/?format=api"
    ],
    "id": 6091,
    "title": "turbodrf",
    "slug": "turbodrf",
    "last_updated": "2026-01-06T22:25:35-05:00",
    "last_fetched": "2026-02-15T03:04:36.696249-05:00",
    "repo_url": "https://github.com/alexandercollins/turbodrf",
    "pypi_version": "0.2.3",
    "created": "2025-05-30T09:45:26.514267-04:00",
    "modified": "2026-01-28T16:45:44.231336-05:00",
    "repo_forks": 3,
    "repo_description": "The dead simple Django REST Framework API generator with role-based permissions",
    "pypi_url": "https://pypi.org/project/turbodrf",
    "documentation_url": "https://turbodrf.readthedocs.io",
    "repo_watchers": 157,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        59,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        11,
        0,
        0,
        0,
        4,
        23,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "AlexanderCollins",
        "github-actions[bot]",
        "dependabot[bot]",
        "actions-user",
        "Mte90"
    ]
}