API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4030/?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/32/?format=api"
    ],
    "id": 4030,
    "title": "piwikapi",
    "slug": "piwikapi",
    "last_updated": "2024-09-16T07:09:42-04:00",
    "last_fetched": "2026-02-16T02:05:57.445210-05:00",
    "repo_url": "https://github.com/piwik/piwik-python-api",
    "pypi_version": "0.4.1",
    "created": "2017-12-14T19:46:05.621655-05:00",
    "modified": "2026-01-28T16:07:10.447875-05:00",
    "repo_forks": 41,
    "repo_description": "Piwik API for Python",
    "pypi_url": "http://pypi.python.org/pypi/piwikapi-drred",
    "documentation_url": "http://piwikapi.readthedocs.io/en/latest/index.html",
    "repo_watchers": 103,
    "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": [
        "andrewschoen",
        "brendon-codes",
        "Dromax",
        "mattab",
        "sgiehl"
    ]
}