Fetch a list of all available categories.
GET https://api.flattr.com/rest/v2/categories
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Current: 1
X-RateLimit-Reset: 1342521939
[
{
"id": "text",
"text": "Text"
},
{
"id": "images",
"text": "Images"
},
{
"id": "video",
"text": "Video"
},
{
"id": "audio",
"text": "Audio"
},
{
"id": "software",
"text": "Software"
},
{
"id": "people",
"text": "People"
},
{
"id": "rest",
"text": "Other"
}
]