GET /advice/random
Obtenga a random piece of advice. Ideal para chatbots, daily widgets, and inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
{
"data": {
"advice": "State the problem in words as clearly as possible.",
"id": 154
},
"success": true
}