API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4050/?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/58/?format=api"
    ],
    "id": 4050,
    "title": "uuid0",
    "slug": "uuid0",
    "last_updated": "2018-02-20T20:52:35-05:00",
    "last_fetched": "2026-02-15T20:08:25.982740-05:00",
    "repo_url": "https://github.com/bitmario/uuid0",
    "pypi_version": "0.2.7",
    "created": "2018-01-22T20:36:09.101598-05:00",
    "modified": "2026-01-28T15:02:07.358992-05:00",
    "repo_forks": 0,
    "repo_description": "A Python 3 library for better timestamped UUIDs",
    "pypi_url": "http://pypi.python.org/pypi/uuid0",
    "documentation_url": "https://github.com/oaclaf/uuid0/blob/master/README.rst",
    "repo_watchers": 9,
    "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": [
        "oaclaf",
        "bitmario"
    ]
}