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.
Basis-URL: https://nordapi.ee/api/v1
GET /link/preview
Extrahieren Sie Metadaten aus jeder URL: Titel, Beschreibung, Autor, Herausgeber, Sprache, Bilder und Logos. Perfekt zum Erstellen von Linkvorschau-Karten wie in Slack, Twitter oder Discord.
url
erforderlich
curl "https://nordapi.ee/api/v1/link/preview?url=https://github.com"
GET /link/screenshot
Extrahieren Sie Metadaten from a URL plus capture a screenshot image. Liefert die same data as link preview with an additional screenshot URL.
url
erforderlich
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"
GET /profanity/filter
Filtern Sie Obszönitäten from text, replacing bad words with asterisks oder a custom replacement. Unterstützt adding custom words to filter.
text
erforderlich
add
optional
fill_char
optional
fill_text
optional
curl "https://nordapi.ee/api/v1/profanity/filter?text=hello+world"
GET /profanity/check
Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.
text
erforderlich
curl "https://nordapi.ee/api/v1/profanity/check?text=hello+world"
GET /advice/random
Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.
curl https://nordapi.ee/api/v1/advice/random
GET /advice/search
Suchen Sie nach Ratschlägen, die bestimmte Stichwörter enthalten.
q
erforderlich
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