Flattr Developer Platform

Users

Get a user

Request
GET https://api.flattr.com/rest/v2/users/:username
Example response
Status: 200 OK
Content-type: application/json;charset=utf-8
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
  "type": "user",
  "resource": "https://api.flattr.com/rest/v2/users/flattr",
  "link": "https://flattr.com/profile/flattr",
  "username": "flattr",
  "firstname": "Flattr.com",
  "lastname": "",
  "avatar": "",
  "about": "This is the official Flattr account. We made this site :)",
  "city": "",
  "country": ""
}
Errors

Get the authenticated user

Authorization needed

Request
GET https://api.flattr.com/rest/v2/user
Example response
Status: 200 OK
Content-type: application/json;charset=utf-8
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
  "type": "user",
  "resource": "https://api.flattr.com/rest/v2/users/flattr",
  "link": "https://flattr.com/profile/flattr",
  "username": "flattr",
  "firstname": "Flattr.com",
  "lastname": "",
  "avatar": "",
  "about": "This is the official Flattr account. We made this site :)",
  "city": "",
  "country": ""
}
Errors
Response with scope extendedread
Status: 200 OK
Content-type: application/json;charset=utf-8
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
{
  "type": "user",
  "resource": "https://api.flattr.com/rest/v2/users/flattr",
  "link": "https://flattr.com/profile/flattr",
  "username": "flattr",
  "firstname": "Flattr.com",
  "lastname": "",
  "avatar": "",
  "about": "This is the official Flattr account. We made this site :)",
  "city": "",
  "country": "",
  "email": "info@flattr.com",
  "registered_at": 1270166816
}
Visit Flattr.com to learn more about Flattr.