http
GET /api/make-coffee HTTP/1.1
Host: api.example.com
Accept: application/json
HTTP/1.1 418 I'm a teapot
Content-Type: application/json
Link: </api/tea>; rel="alternate"
{
"status": 418,
"error": "im_a_teapot",
"message": "The server refuses to brew coffee because it is, permanently, a teapot.",
"alternatives": {
"tea": "/api/tea",
"water": "/api/water"
}
}