API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/740/
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": 740,
    "title": "django-modify-history",
    "slug": "django-modify-history",
    "last_updated": "2011-03-18T00:02:46-04:00",
    "last_fetched": "2026-02-16T03:06:04.495760-05:00",
    "repo_url": "https://github.com/lambdalisue/django-modify-history",
    "pypi_version": "0.1rc2",
    "created": "2011-04-08T02:54:03.548033-04:00",
    "modified": "2026-01-28T16:16:47.490552-05:00",
    "repo_forks": 0,
    "repo_description": "Automatically create object modify history on Django",
    "pypi_url": "http://pypi.python.org/pypi/django-modify-history",
    "documentation_url": null,
    "repo_watchers": 3,
    "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": [
        "alisue",
        "giginet"
    ]
}