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": "Keep it simple.",
"id": 138
},
"success": true
}