API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2103/?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/43/?format=api",
        "https://djangopackages.org/api/v4/grids/32/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 2103,
    "title": "appenlight-client",
    "slug": "appenlight-client",
    "last_updated": "2020-03-23T05:15:02-04:00",
    "last_fetched": "2026-02-15T18:10:06.539922-05:00",
    "repo_url": "https://github.com/AppEnlight/appenlight-client-python",
    "pypi_version": "0.6.26",
    "created": "2013-10-31T07:23:05.157999-04:00",
    "modified": "2026-01-28T14:30:01.471220-05:00",
    "repo_forks": 19,
    "repo_description": "Python client for App Enlight",
    "pypi_url": "http://pypi.python.org/pypi/appenlight-client",
    "documentation_url": "https://appenlight.com/page/api/main",
    "repo_watchers": 43,
    "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": [
        "ergo",
        "wichert",
        "haloween",
        "djeebus",
        "luk156",
        "slav0nic",
        "virhilo",
        "aop",
        "abnerpc",
        "ztane",
        "georgski",
        "lisaq",
        "malthe",
        "volksman"
    ]
}