API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5701/
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/430/"
    ],
    "id": 5701,
    "title": "ninja-schema",
    "slug": "ninja-schema",
    "last_updated": "2025-10-06T12:10:01-04:00",
    "last_fetched": "2026-02-15T18:13:15.213253-05:00",
    "repo_url": "https://github.com/eadwinCode/ninja-schema",
    "pypi_version": "0.14.3",
    "created": "2023-06-13T15:25:19.251358-04:00",
    "modified": "2026-01-28T14:33:30.280661-05:00",
    "repo_forks": 4,
    "repo_description": "Ninja Schema is Pydantic full support for Django ORM. ",
    "pypi_url": "https://pypi.org/project/ninja-schema",
    "documentation_url": "https://github.com/eadwinCode/ninja-schema",
    "repo_watchers": 64,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        1,
        0,
        1,
        0,
        0,
        7,
        1,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        6,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "eadwinCode",
        "dependabot[bot]",
        "gabriel-ab",
        "Izcarmt95"
    ]
}