API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1380/?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/51/?format=api",
        "https://djangopackages.org/api/v4/grids/343/?format=api"
    ],
    "id": 1380,
    "title": "django tables2 reports",
    "slug": "django-tables2-reports",
    "last_updated": "2017-08-23T07:10:33-04:00",
    "last_fetched": "2026-02-15T18:15:44.592470-05:00",
    "repo_url": "https://github.com/goinnn/django-tables2-reports",
    "pypi_version": "0.1.3",
    "created": "2012-07-18T08:18:38.039375-04:00",
    "modified": "2026-01-28T14:36:24.540531-05:00",
    "repo_forks": 37,
    "repo_description": "With django-tables2-reports you can get a report (CSV, XLS) of any table with minimal changes to your project",
    "pypi_url": "http://pypi.python.org/pypi/django-tables2-reports",
    "documentation_url": null,
    "repo_watchers": 83,
    "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": [
        "goinnn",
        "mpasternak",
        "bitdeli-chef",
        "daaray",
        "paulgueltekin",
        "armicron"
    ]
}