← Alle API-Produkte

Text- & Inhaltswerkzeuge API

7 Endpunkte für URL-Metadaten-Extraktion und Linkvorschauen über Microlink (Titel, Beschreibung, Bilder, Screenshots), Erkennung von Schimpfwörtern und Inhaltsfilterung über PurgoMalum sowie zufällige Ratschläge von der Advice Slip API. Hervorragend geeignet für Content-Moderation, Social-Sharing-Vorschauen und Chatbots.

KOSTENLOS 7 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Obszönitätenfilter

GET /profanity/filter
Details →

Filtern Sie Obszönitäten from text, replacing bad words with asterisks oder a custom replacement. Unterstützt adding custom words to filter.

Parameter
text erforderlich
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"

Obszönitätenprüfung

GET /profanity/check
Details →

Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.

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

Zufälliger Ratschlag

GET /advice/random
Details →

Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.

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

Ratschlag nach ID abrufen

GET /advice/:id
Details →

Get a specific piece of advice by its ID.

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