7 lõpp-punkti for URL metadata extraction and link previews via Microlink (title, description, images, screenshots), profanity detection and content filtering via PurgoMalum, and random advice from the Advice Slip API. Sobib content moderation, social sharing previews, and chatbots.
Baas-URL: https://nordapi.ee/api/v1
GET /link/preview
Extract metadata from any URL: title, description, author, publisher, language, images, and logos. Sobib link preview cards like those in Slack, Twitter, or Discord.
url
kohustuslik
curl "https://nordapi.ee/api/v1/link/preview?url=https://github.com"
GET /link/screenshot
Extract metadata from a URL plus capture a screenshot image. Tagastab same data as link preview with an additional screenshot URL.
url
kohustuslik
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"
GET /profanity/filter
Filter profanity from text, replacing bad words with asterisks or a custom replacement. Toetab adding custom words to filter.
text
kohustuslik
add
valikuline
fill_char
valikuline
fill_text
valikuline
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"
GET /profanity/check
Kontrollige if text contains profanity. Tagastab true or false.
text
kohustuslik
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
GET /advice/random
Saage a random piece of advice. Sobib chatbots, daily widgets, and inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
GET /advice/search
Otsige for advice containing specific keywords.
q
kohustuslik
curl "https://nordapi.ee/api/v1/advice/search?q=love"
GET /advice/:id
Get a specific piece of advice by its ID.
curl https://nordapi.ee/api/v1/advice/42