HTTP/1.1 200 OK
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Date: Mon, 25 Aug 2014 23:57:54 GMT
Server: nginx

{
  "type": "tag.list",
  "tags": [
    {
      "type": "tag",
      "name": "Beta User",
      "id": 1
    },
    {
      "type": "tag",
      "name": "Amazing User",
      "id": 2
    },
    {
      "type": "tag",
      "name": "Epic User",
      "id": 3
    }
  ],
  "pages":{}
}