7 Endpunkte for URL metadata extraction und link previews via Microlink (title, description, images, screenshots), profanity detection und content filtering via PurgoMalum, und random advice from the Advice Slip API. Ideal für content moderation, social sharing previews, und chatbots.
Basis-URL: https://nordapi.ee/api/v1
GET /link/preview
Extrahieren Sie Metadaten from any URL: title, description, author, publisher, language, images, und logos. Ideal für building link preview cards like those in Slack, Twitter, oder Discord.
url
erforderlich
curl "https://nordapi.ee/api/v1/link/preview?url=https://github.com"
GET /link/screenshot
Extrahieren Sie Metadaten from a URL plus capture a screenshot image. Liefert die same data as link preview with an additional screenshot URL.
url
erforderlich
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"
GET /profanity/filter
Filtern Sie Obszönitäten from text, replacing bad words with asterisks oder a custom replacement. Unterstützt adding custom words to filter.
text
erforderlich
add
optional
fill_char
optional
fill_text
optional
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"
GET /profanity/check
Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.
text
erforderlich
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
GET /advice/random
Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
GET /advice/search
Suchen Sie nach Ratschlägen, die bestimmte Stichwörter enthalten.
q
erforderlich
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