7 endpoints pour URL metadata extraction et link previews via Microlink (title, description, images, screenshots), profanity detection et content filtering via PurgoMalum, et random advice de le Advice Slip API. Idéal pour les content moderation, social sharing previews, et chatbots.
URL de base: https://nordapi.ee/api/v1
GET /link/preview
Extract metadonnées de tout URL: title, description, author, publisher, language, images, et logos. Idéal pour créer des link preview cards like those in Slack, Twitter, ou Discord.
url
requis
curl "https://nordapi.ee/api/v1/link/preview?url=https://github.com"
GET /link/screenshot
Extract metadonnées de a URL plus capture a screenshot image. Renvoie le same data as link preview avec an additional screenshot URL.
url
requis
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"
GET /profanity/filter
Filtrez les grossièretés du texte, replacing bad words avec asterisks ou a custom replacement. Prend en charge adding custom words to filter.
text
requis
add
optionnel
fill_char
optionnel
fill_text
optionnel
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"
GET /profanity/check
Vérifier si un texte contient des grossièretés. Renvoie vrai ou faux.
text
requis
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
GET /advice/random
Obtenir un conseil aléatoire. Idéal pour les chatbots, les widgets quotidiens et les applications d'inspiration.
curl https://nordapi.ee/api/v1/advice/random
GET /advice/search
Rechercher des conseils contenant des mots-clés spécifiques.
q
requis
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