API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/116/?format=api"
    ],
    "id": 2875,
    "title": "snorky",
    "slug": "snorky",
    "last_updated": "2017-05-14T17:07:11-04:00",
    "last_fetched": "2026-02-16T04:01:53.266686-05:00",
    "repo_url": "https://github.com/ntrrgc/snorky",
    "pypi_version": "0.1.0a4",
    "created": "2015-04-25T20:09:31.330647-04:00",
    "modified": "2026-01-28T16:19:29.901650-05:00",
    "repo_forks": 4,
    "repo_description": "Snorky is a framework for building WebSocket servers based on patterns.",
    "pypi_url": "http://pypi.python.org/pypi/snorky",
    "documentation_url": "https://readthedocs.org/projects/snorky",
    "repo_watchers": 30,
    "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": [
        "ntrrgc",
        "martinarroyo",
        "fladi"
    ]
}