GET /advice/random
Erhalten Sie einen zufälligen Ratschlag. Ideal für Chatbots, tägliche Widgets und Inspirations-Apps.
curl https://nordapi.ee/api/v1/advice/random
{
"data": {
"advice": "A nod is as good as a wink to a blind horse.",
"id": 120
},
"success": true
}