API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3814/
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/223/"
    ],
    "id": 3814,
    "title": "djsingleton",
    "slug": "djsingleton",
    "last_updated": "2022-04-01T12:22:17-04:00",
    "last_fetched": "2026-02-16T00:02:12.038183-05:00",
    "repo_url": "https://github.com/sainipray/djsingleton",
    "pypi_version": "1.1.0",
    "created": "2017-05-06T18:19:15.104703-04:00",
    "modified": "2026-01-28T15:28:56.315164-05:00",
    "repo_forks": 3,
    "repo_description": "This is useful for create singleton model in django for make global setting.",
    "pypi_url": "http://pypi.python.org/pypi/djsingleton",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "sainipray",
        "FlipperPA"
    ]
}