8 endpoints match this tag.
/advice/random
Erhalten Sie eine random piece of advice. Ideal für chatbots, daily widgets, und inspiration apps.
/advice/search
Suchen Sie nach Ratschlägen, die bestimmte Stichwörter enthalten.
/advice/:id
Get a specific piece of advice by its ID.
/link/preview
Extrahieren Sie Metadaten from any URL: title, description, author, publisher, language, images, und logos. Ideal für building link preview cards like those in Slack, Twitter, oder Discord.
/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.
/profanity/check
Prüft, ob ein Text Obszönitäten enthält. Gibt true oder false zurück.
/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.
/generate/lorem
Generieren Sie Lorem Ipsum placeholder text with a configurable number of paragraphs (default 3). Liefert classic Latin-based dummy text used in design, typesetting, und web development to fill layouts before real content is available. Nützlich für design mockups, content management system development, print layout testing, und any prototype that needs realistic-looking text blocks.