GET /advice/random
Get a random piece of advice. Great for chatbots, daily widgets, and inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
{
"data": {
"advice": "Today, do not use the words \"Kind of\", \"Sort of\" or \"Maybe\". It either is or it isn't.",
"id": 146
},
"success": true
}