GET /api/v1/autocomplete/category/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 105,
    "next": null,
    "previous": "http://ports.macports.org/api/v1/autocomplete/category/?format=api&page=2",
    "results": [
        {
            "name": "x11-wm"
        },
        {
            "name": "xfce"
        },
        {
            "name": "xml"
        },
        {
            "name": "yorick"
        },
        {
            "name": "zope"
        }
    ]
}