Flattr Developer Platform

Categories

List categories

Fetch a list of all available categories.

Request
GET https://api.flattr.com/rest/v2/categories
Example response
Status: 200 OK
Content-type: application/json;charset=utf-8
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
[
  {
    "id": "text",
    "name": "Text"
  },
  {
    "id": "images",
    "name": "Images"
  },
  {
    "id": "video",
    "name": "Video"
  },
  {
    "id": "audio",
    "name": "Audio"
  },
  {
    "id": "software",
    "name": "Software"
  },
  {
    "id": "people",
    "name": "People"
  },
  {
    "id": "rest",
    "name": "Other"
  }
]
Visit Flattr.com to learn more about Flattr.