API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3112/?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/22/?format=api",
        "https://djangopackages.org/api/v4/grids/165/?format=api"
    ],
    "id": 3112,
    "title": "Django Tracking Fields",
    "slug": "django-tracking-fields",
    "last_updated": "2023-06-15T09:10:07-04:00",
    "last_fetched": "2026-02-15T20:07:15.560218-05:00",
    "repo_url": "https://github.com/makinacorpus/django-tracking-fields",
    "pypi_version": "1.4.0",
    "created": "2015-10-09T06:08:37.903529-04:00",
    "modified": "2026-01-28T15:00:08.018794-05:00",
    "repo_forks": 1,
    "repo_description": "A Django app allowing the tracking of objects field in the admin site.",
    "pypi_url": "http://pypi.python.org/pypi/django-tracking-fields",
    "documentation_url": "",
    "repo_watchers": 22,
    "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": [
        "Gagaro"
    ]
}