API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/161/
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/35/"
    ],
    "id": 161,
    "title": "django-quickedit",
    "slug": "django-quickedit",
    "last_updated": "2010-08-31T15:44:17-04:00",
    "last_fetched": "2026-02-16T03:04:58.018265-05:00",
    "repo_url": "https://github.com/callowayproject/django-quickedit",
    "pypi_version": "0.1.1",
    "created": "2010-08-27T20:52:26.453970-04:00",
    "modified": "2026-01-28T16:14:38.956143-05:00",
    "repo_forks": 1,
    "repo_description": "Quickediting of fields in the Django admin",
    "pypi_url": "http://pypi.python.org/pypi/django-quickedit",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "justquick"
    ]
}