HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: must-revalidate, private, max-age=0
Content-Type: application/json; charset=utf-8
Status: 200
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 2
Content-Length: 3208
Connection: keep-alive

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/topics?page=1&per_page=30",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/topics?page=1&per_page=30",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/topics?page=1&per_page=30",
            "class": "page"
        },
        "next": null,
        "previous": null
    },
    "_embedded": {
        "entries": [
            {
                "name": "Customer Support",
                "description": "This is key to going from good to great",
                "position": 1,
                "allow_questions": true,
                "in_support_center": true,
                "created_at": "2013-05-14T17:00:02Z",
                "updated_at": "2013-05-19T17:00:02Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/topics/1",
                        "class": "topic"
                    },
                    "articles": {
                        "href": "/api/v2/topics/1/articles",
                        "class": "article"
                    },
                    "translations": {
                        "href": "/api/v2/topics/1/translations",
                        "class": "topic_translation"
                    }
                }
            },
            {
                "name": "Another Topic",
                "description": "Not the first one, but another one!",
                "position": 2,
                "allow_questions": true,
                "in_support_center": true,
                "created_at": "2013-05-14T17:00:02Z",
                "updated_at": "2013-05-19T17:00:02Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/topics/2",
                        "class": "topic"
                    },
                    "articles": {
                        "href": "/api/v2/topics/2/articles",
                        "class": "article"
                    },
                    "translations": {
                        "href": "/api/v2/topics/2/translations",
                        "class": "topic_translation"
                    }
                }
            }
        ]
    }
}
