Client
Observe your usage
The user endpoint is not a content resource per se, but lets you get information about your API usage. As this is sensitive information, requests must be authorized. Parameters are not required.
Endpoint
http://api.zeit.de/client
Example
Request
GET /client HTTP/1.1
Host: http://api.zeit.de
X-Authorization: abcdefg1234xyz56789
Response
{
"reset": 1352820867,
"tier": "free",
"name": "Jane Mustermann",
"email": "jane@muster.com"
"requests": 13,
"api_key": "abcdefg1234xyz56789",
"quota": 10000
}