API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/167/"
    ],
    "id": 3229,
    "title": "tri.table",
    "slug": "tri-table",
    "last_updated": "2020-12-04T03:00:10-05:00",
    "last_fetched": "2022-03-06T21:49:39.473784-05:00",
    "repo_url": "https://github.com/TriOptima/tri.table",
    "pypi_version": "8.5.1",
    "created": "2016-03-02T07:24:48.196442-05:00",
    "modified": "2025-01-31T14:59:52.778607-05:00",
    "repo_forks": 7,
    "repo_description": "Easy and powerful HTML tables for django apps",
    "pypi_url": "http://pypi.python.org/pypi/tri.table",
    "documentation_url": "https://tritable.readthedocs.org.",
    "repo_watchers": 38,
    "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": [
        "boxed",
        "jlubcke",
        "feffe",
        "tltx"
    ]
}