GET /advice/random
Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
{
"data": {
"advice": "You can fail at what you don't want. So you might as well take a chance on doing what you love.",
"id": 184
},
"success": true
}