API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/32/?format=api"
    ],
    "id": 3468,
    "title": "kaneda",
    "slug": "kaneda",
    "last_updated": "2018-07-25T17:52:18-04:00",
    "last_fetched": "2026-02-16T03:02:16.223183-05:00",
    "repo_url": "https://github.com/APSL/kaneda",
    "pypi_version": "1.0",
    "created": "2016-11-08T06:01:50.857596-05:00",
    "modified": "2026-01-28T16:10:37.144627-05:00",
    "repo_forks": 8,
    "repo_description": "Configurable Python library for metrics collection",
    "pypi_url": "http://pypi.python.org/pypi/kaneda",
    "documentation_url": "http://kaneda.readthedocs.io/en/latest/",
    "repo_watchers": 53,
    "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": [
        "marctc",
        "neil-pozetroninc",
        "bcanyelles",
        "richbon75"
    ]
}