← Text & Content Tools

Random Advice

GET /advice/random

Get a random piece of advice. Great for chatbots, daily widgets, and inspiration apps.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/advice/random

Live Response

{
  "data": {
    "advice": "If you have grandparents or parents - Talk to them more. Ask them about their life experiences.",
    "id": 130
  },
  "success": true
}