other
913–936 of 6,966api.strale.io
api.strale.io
Parse a full name into components: first, middle, last, prefix, suffix, nickname. Handles 'Dr. Karl-Johan von Lindström III' correctly.
api.strale.io
api.strale.io
Extract bank name and branch information from an IBAN. Returns bank name, BIC/SWIFT code, branch, and country. Pure algorithmic — uses bank code lookup tables.
api.strale.io
api.strale.io
Convert a curl command to equivalent code in TypeScript, Python, Go, Rust, Java, or PHP.
api.strale.io
api.strale.io
Resolve an ENS name to its Ethereum address. Supports all ENS names including .eth, DNS names on ENS, and subdomains. Also returns avatar URL and resolver contract.
api.strale.io
api.strale.io
Before interacting with a crypto service provider, verify they're licensed under EU MiCA regulation. Checks the ESMA register of authorized CASPs, the non-compliant entity list, sanctions status, and domain reputation.
api.strale.io
api.strale.io
Convert natural language schedule to cron expression, or explain an existing cron expression. Returns next run times.
api.strale.io
api.strale.io
Check if a crypto-asset service provider (CASP/VASP) is authorized under the EU MiCA regulation. Searches ESMA's official register of authorized CASPs. Returns authorization status, licensed services, home country, and passporting rights.
api.strale.io
api.strale.io
Search EU public procurement tenders on TED (Tenders Electronic Daily). Filter by keyword, country, and CPV code. Returns tender titles, authorities, values, deadlines, and links.
api.strale.io
api.strale.io
Parse XML string to JSON. Preserves attributes (as @attr), handles CDATA, auto-types values. Algorithmic.
api.strale.io
api.strale.io
Generate production nginx server blocks with SSL, proxy_pass, WebSocket support, security headers, gzip, rate limiting.
api.strale.io
api.strale.io
Validate SEPA XML files (pain.001 credit transfer, pain.008 direct debit). Checks structure, IBANs, BICs, amounts, transaction counts.
api.strale.io
api.strale.io
Search the EUIPO trademark database for registered and pending EU trademarks. Returns trademark names, numbers, status, owners.
api.strale.io
api.strale.io
Generate release notes from commit log or changelog. Keep a Changelog format with Added/Changed/Fixed/Removed sections.
api.strale.io
api.strale.io
Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap.
api.strale.io
api.strale.io
Find optimal meeting times across time zones. Returns ranked slots by fairness, with local times for each participant. Algorithmic.
api.strale.io
api.strale.io
Verify bank details and tax IDs before your agent processes a payment. IBAN validation, bank identification, and counterparty VAT check.
api.strale.io
api.strale.io
Convert between units: length, weight, volume, temperature, area, speed, data storage. Algorithmic — instant.
api.strale.io
api.strale.io
Check a domain's SSL/TLS certificate. Returns issuer, validity dates, days until expiry, protocol version, cipher, and SAN entries.
api.strale.io
api.strale.io
Compress a prompt to be shorter while preserving semantic meaning. Specify target reduction percentage (10-70%).
api.strale.io
api.strale.io
Detect whether a phone number is mobile, landline, VOIP, toll-free, or premium rate. Essential for SMS delivery verification and communication routing.
api.strale.io
api.strale.io
Look up the primary ENS name for a wallet address. Includes forward verification to confirm the name actually points back to the address. Returns null if no ENS name is set.
api.strale.io
api.strale.io
Validate invoice data: VAT number format, line item math, tax calculations, EU compliance requirements.
api.strale.io
api.strale.io
Explain a regular expression in plain English with token-by-token breakdown. Optionally test against sample strings.
api.strale.io
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…