API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1864/?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/113/?format=api",
        "https://djangopackages.org/api/v4/grids/226/?format=api"
    ],
    "id": 1864,
    "title": "IterTable",
    "slug": "itertable",
    "last_updated": "2023-06-06T16:39:10-04:00",
    "last_fetched": "2026-02-15T19:10:01.673514-05:00",
    "repo_url": "https://github.com/wq/itertable",
    "pypi_version": "2.2.0",
    "created": "2013-06-05T16:23:04.361933-04:00",
    "modified": "2026-01-28T14:48:45.630651-05:00",
    "repo_forks": 11,
    "repo_description": "⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.",
    "pypi_url": "http://pypi.python.org/pypi/itertable",
    "documentation_url": "https://django-data-wizard.wq.io/itertable/",
    "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": [
        "sheppard"
    ]
}