API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3318/?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/167/?format=api"
    ],
    "id": 3318,
    "title": "django-datatables-view",
    "slug": "django-datatables-view",
    "last_updated": "2022-04-05T09:08:31-04:00",
    "last_fetched": "2026-01-28T16:49:00.589305-05:00",
    "repo_url": "https://bitbucket.org/pigletto/django-datatables-view",
    "pypi_version": "1.20.0",
    "created": "2016-06-07T12:59:38.334956-04:00",
    "modified": "2026-01-28T16:49:00.594711-05:00",
    "repo_forks": 10,
    "repo_description": "django-datatables-view is a base view for handling server side processing for the awesome datatables (http://datatables.net)",
    "pypi_url": "http://pypi.python.org/pypi/django-datatables-view",
    "documentation_url": "",
    "repo_watchers": 10,
    "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": [
        "pigletto"
    ]
}