GET /advice/random
Fáðu a random piece of advice. Frábært fyrir spjallþjarka, daily widgets, and inspiration forrit.
curl https://nordapi.ee/api/v1/advice/random
{
"data": {
"advice": "Accentuate the positive, eliminate the negative.",
"id": 53
},
"success": true
}