API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4083/
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/98/"
    ],
    "id": 4083,
    "title": "django-model-audit",
    "slug": "django-model-audit",
    "last_updated": "2018-05-10T06:18:03-04:00",
    "last_fetched": "2026-02-16T02:02:49.447366-05:00",
    "repo_url": "https://github.com/Dharmik8478/django-model-audit",
    "pypi_version": "0.1.9",
    "created": "2018-03-10T16:03:20.702329-05:00",
    "modified": "2026-01-28T16:01:25.454064-05:00",
    "repo_forks": 6,
    "repo_description": " Audit trail is a simple Django app to track the database changes and maintain history in any application. It also provide history for many_to_many fields, with ready admin page.",
    "pypi_url": "http://pypi.python.org/pypi/django-model-audit",
    "documentation_url": "",
    "repo_watchers": 7,
    "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": [
        "Dharmik8478",
        "darshit7"
    ]
}