← Alla API-produkter

Text- & innehållsverktyg API

7 endpoints för URL metadata extraction and link previews via Microlink (title, beskrivning, bilder, screenshots), profanity detection and innehåll filtering via PurgoMalum, and slumpmässig advice från Advice Slip API. Utmärkt för innehåll moderation, social sharing previews, and chatbots.

GRATIS 7 endpoints 100 förfr/timme
Bas-URL: https://nordapi.ee/api/v1

Svordormsfilter

GET /profanity/filter
Detaljer →

Filter profanity från text, replacing bad ord med asterisks or a anpassad replacement. Stöder adding anpassad ord to filter.

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

Svordomskontroll

GET /profanity/check
Detaljer →

Kontrollera om text innehåller svordomar. Returnerar sant eller falskt.

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

Slumpmässigt råd

GET /advice/random
Detaljer →

Hämta ett slumpmässigt råd. Utmärkt för chatbotar, dagliga widgetar och inspirationsappar.

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

Hämta råd via ID

GET /advice/:id
Detaljer →

Get a specific piece of advice by its ID.

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