API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/50/?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/98/?format=api"
    ],
    "id": 50,
    "title": "django-audit",
    "slug": "django-audit",
    "last_updated": "2012-05-25T19:12:17-04:00",
    "last_fetched": "2026-02-16T01:06:33.856970-05:00",
    "repo_url": "https://github.com/Digitalxero/django-audit",
    "pypi_version": "0.9",
    "created": "2010-08-18T00:15:00.724218-04:00",
    "modified": "2026-01-28T15:57:35.143044-05:00",
    "repo_forks": 1,
    "repo_description": "This is a fairly comprehensive Audit Trail App for use with standard RDBMS databases.",
    "pypi_url": "http://pypi.python.org/pypi/django-audit",
    "documentation_url": "https://pythonhosted.org/django-audit/",
    "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": [
        "djgilcrease"
    ]
}