API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/79/",
        "https://djangopackages.org/api/v4/grids/13/",
        "https://djangopackages.org/api/v4/grids/430/"
    ],
    "id": 5875,
    "title": "Djapy",
    "slug": "djapy",
    "last_updated": "2025-09-30T00:26:09-04:00",
    "last_fetched": "2026-02-15T20:08:19.021819-05:00",
    "repo_url": "https://github.com/Bishwas-py/djapy",
    "pypi_version": "0.2.1",
    "created": "2024-02-27T23:28:23.153712-05:00",
    "modified": "2026-01-28T15:01:57.586851-05:00",
    "repo_forks": 6,
    "repo_description": "No bullshit, Django Rest API Framework",
    "pypi_url": "https://pypi.org/project/djapy",
    "documentation_url": "https://djapy.io",
    "repo_watchers": 119,
    "commits_over_52": [
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "Bishwas-py",
        "tejmagar",
        "unnamedunknownusername",
        "Microturbine"
    ]
}