โ† All API Products

Text & Content Tools API

7 endpoints 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. Great for content moderation, social sharing previews, and chatbots.

FREE 7 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Profanity Filter

GET /profanity/filter
Details โ†’

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

Parameters
text required
Text to filter
add optional
Additional words to filter (comma-separated)
fill_char optional
Replacement character (default: *)
fill_text optional
Replacement text instead of characters
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"

Profanity Check

GET /profanity/check
Details โ†’

Check if text contains profanity. Returns true or false.

Parameters
text required
Text to check
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"

Random Advice

GET /advice/random
Details โ†’

Get a random piece of advice. Great for chatbots, daily widgets, and inspiration apps.

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

Get Advice by ID

GET /advice/:id
Details โ†’

Get a specific piece of advice by its ID.

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