← Allar API vörur

Texta- og efnisverkfæri API

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.

ÓKEYPIS 7 endapunktar 100 fyrirsp./klst.
Grunnslóð: https://nordapi.ee/api/v1

Dónaskaparsía

GET /profanity/filter
Nánar →

Filter profanity from text, replacing bad words with asterisks or a custom replacement. Styður adding custom words to filter.

Breytur
text nauðsynlegt
Text to filter
add valfrjálst
Additional words to filter (comma-separated)
fill_char valfrjálst
Replacement character (default: *)
fill_text valfrjálst
Replacement text instead of characters
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"

Dónaskaparathugun

GET /profanity/check
Nánar →

Athugaðu if text contains profanity. Skilar true or false.

Breytur
text nauðsynlegt
Text to check
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"

Handahófskennt ráð

GET /advice/random
Nánar →

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

Sækja ráð eftir auðkenni

GET /advice/:id
Nánar →

Get a specific piece of advice by its ID.

curl https://nordapi.ee/api/v1/advice/42