API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/734/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/98/"
    ],
    "id": 734,
    "title": "django-audit-log",
    "slug": "django-audit-log",
    "last_updated": "2018-03-12T05:11:28-04:00",
    "last_fetched": "2026-02-15T20:02:35.689907-05:00",
    "repo_url": "https://github.com/Atomidata/django-audit-log",
    "pypi_version": "0.7.0",
    "created": "2011-04-06T13:05:59.971064-04:00",
    "modified": "2026-01-28T14:53:12.841251-05:00",
    "repo_forks": 92,
    "repo_description": "Audit log for your Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-audit-log",
    "documentation_url": "https://readthedocs.org/projects/django-audit-log/",
    "repo_watchers": 233,
    "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": [
        "vvangelovski",
        "decibyte",
        "ghinch",
        "wkang0",
        "ansmirnov",
        "JanMalte",
        "kweku",
        "movermeyer",
        "gitter-badger"
    ]
}