API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1719/?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/16/?format=api"
    ],
    "id": 1719,
    "title": "J.A.C.K.F.R.O.S.T. (Autocomplete)",
    "slug": "jackfrost",
    "last_updated": "2013-10-13T13:47:23-04:00",
    "last_fetched": "2026-02-16T02:06:01.634577-05:00",
    "repo_url": "https://github.com/endlessloop/jackfrost",
    "pypi_version": "0.5.4",
    "created": "2013-03-18T11:54:38.611820-04:00",
    "modified": "2026-01-28T16:07:18.889594-05:00",
    "repo_forks": 0,
    "repo_description": "J.A.C.K.F.R.O.S.T. (Jquery Auto Complete Kit For Remote Object Safe Targeting) is an autocomplete technology based on the jquery ui plugin which allows the search and pick of remote objects (i.e. stored model objects) from the front end as a field value, supporting any dataset/query and having that object at the server side.",
    "pypi_url": "http://pypi.python.org/pypi/jackfrost",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "luismasuelli"
    ]
}