API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2220/?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/167/?format=api",
        "https://djangopackages.org/api/v4/grids/342/?format=api"
    ],
    "id": 2220,
    "title": "django-table",
    "slug": "django-table",
    "last_updated": "2017-05-13T08:25:07-04:00",
    "last_fetched": "2026-02-15T13:02:33.540097-05:00",
    "repo_url": "https://github.com/shymonk/django-datatable",
    "pypi_version": null,
    "created": "2014-02-05T15:34:01.344679-05:00",
    "modified": "2026-01-28T13:17:26.762693-05:00",
    "repo_forks": 53,
    "repo_description": "django-datatable is a customizable table application of django based on jquery datatable.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 169,
    "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": [
        "shymonk",
        "ReenSami",
        "azmeuk",
        "DarthPumpkin",
        "rcarneva",
        "tevinjoseph",
        "tomasra",
        "metatrevor",
        "vilos",
        "daddz",
        "ikenfin"
    ]
}