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": "Don't always believe what you think.",
"id": 190
},
"success": true
}