API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1282/
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": 1282,
    "title": "django-datatables",
    "slug": "django-datatables",
    "last_updated": null,
    "last_fetched": "2022-03-19T21:48:05.885688-04:00",
    "repo_url": "https://github.com/christhekeele/django-datatables",
    "pypi_version": "0.1.0-r35",
    "created": "2012-04-24T20:04:36.846503-04:00",
    "modified": "2025-01-31T14:58:18.706801-05:00",
    "repo_forks": 1,
    "repo_description": "A django based, easily customizable app leveraging the features of datatables.net through the efficiency of querysets",
    "pypi_url": "http://pypi.python.org/pypi/django-datatables",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "christhekeele"
    ]
}