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": "Don't ever name files or folders using the word \"Final\".",
"id": 108
},
"success": true
}