7 endapunktar for URL metadata extraction and link previews via Microlink (title, description, images, screenshots), profanity detection and content filtering via PurgoMalum, and random advice frá Advice Slip API. Frábært fyrir efnisstýringu, social sharing previews, and chatbots.
Grunnslóð: https://nordapi.ee/api/v1
GET /link/preview
Dragðu út metadata from hvaða ... sem er URL: title, description, author, publisher, language, images, and logos. Fullkomið til að byggja link preview cards like those in Slack, Twitter, or Discord.
url
nauðsynlegt
curl "https://nordapi.ee/api/v1/link/preview?url=https://github.com"
GET /link/screenshot
Dragðu út metadata from a URL plus capture a screenshot image. Skilar same data as link preview with an additional screenshot URL.
url
nauðsynlegt
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. Styður adding custom words to filter.
text
nauðsynlegt
add
valfrjálst
fill_char
valfrjálst
fill_text
valfrjálst
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"
GET /profanity/check
Athugaðu if text contains profanity. Skilar true or false.
text
nauðsynlegt
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
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
GET /advice/search
Search for advice containing specific keywords.
q
nauðsynlegt
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