All services

24,121–24,144 of 24,785

macaddress.openverbs.com

macaddress.openverbs.com

19
score

Generate a random EUI-48 MAC address. By default it is locally-administered and unicast (safe for testing); set `local:false` for a universal-bit address or `multicast:true` for a group address.

down
USDC Base

emoji.openverbs.com

emoji.openverbs.com

19
score

Given an emoji character (or any string), return its code points and — if known — its name, category, shortcodes and tags. An unknown emoji is a successful result with `known:false`, not an error.

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

19
score

Un-project Web Mercator (EPSG:3857) easting/northing in metres back to WGS84 longitude/latitude in degrees.

down
USDC Base

bitwise.openverbs.com

bitwise.openverbs.com

19
score

One's-complement NOT of a non-negative integer within an explicit bit width (two's-complement domain). The value must fit in `width` bits. Returns decimal, hex and binary.

down
USDC Base

mercator.openverbs.com

mercator.openverbs.com

19
score

Report the ground resolution (metres per pixel, for 256-px tiles) and the OGC map scale denominator at a zoom level, optionally adjusted for latitude (default equator).

down
USDC Base

music.openverbs.com

music.openverbs.com

19
score

Build a chord from a root note and quality (major, minor, dim, aug, maj7, min7, dom7, dim7, half-dim7, sus2, sus4, maj6, min6). Notes are spelled by stacked thirds (C dom7 → C E G Bb). Returns the note names, MIDI numbers and semitone intervals.

down
USDC Base

duration.openverbs.com

duration.openverbs.com

19
score

Parse an ISO 8601 duration such as 'P1Y2M10DT2H30M' into its components. Returns a normalized ISO string and totalSeconds — but totalSeconds is null when the duration contains years or months, because those are calendar-variable (use /v1/add or /v1/between for exact date math).

down
USDC Base

fraction.openverbs.com

fraction.openverbs.com

19
score

Convert a decimal string to an exact reduced fraction. For a repeating decimal, set repeat to the number of trailing fractional digits that repeat (e.g. value='0.1666', repeat=1 → 1/6; value='0.3', repeat=1 → 1/3). A non-numeric value is a clean 400.

down
USDC Base

readability.openverbs.com

readability.openverbs.com

19
score

Compute the standard English readability formulas — Flesch Reading Ease, Flesch–Kincaid grade, Gunning fog, SMOG, Coleman–Liau and ARI — along with the underlying sentence/word/syllable statistics. Empty text is a clean 400.

down
USDC Base

url.openverbs.com

url.openverbs.com

19
score

Two directions over query strings. action='parse' decodes a query string (with or without a leading '?') into an object, collapsing repeated keys into arrays. action='build' encodes a params object into a query string, expanding array values into repeated keys; set sort=true to order keys alphabetically.

down
USDC Base

checkdigit.openverbs.com

checkdigit.openverbs.com

19
score

Validate a number by the Luhn (mod-10) algorithm — the scheme behind credit/debit card numbers and many IDs. Spaces and hyphens are ignored. A mismatched check digit is a successful { valid: false }.

down
USDC Base

checksum.openverbs.com

checksum.openverbs.com

19
score

Adler-32 checksum (as used by zlib) over the input payload. Faster than CRC-32 but weaker for short inputs. Returns the checksum as an unsigned integer and 8-digit hex. Non-cryptographic.

down
USDC Base

encoding.openverbs.com

encoding.openverbs.com

19
score

Break a string into its Unicode code points, each with its U+ notation, decimal value and UTF-8 / UTF-16 byte layout, plus total byte lengths.

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

19
score

Report the ground resolution (metres per pixel, for 256-px tiles) and the OGC map scale denominator at a zoom level, optionally adjusted for latitude (default equator).

down
USDC Base

checkdigit.openverbs.com

checkdigit.openverbs.com

19
score

Validate an ISBN-10 (mod-11, trailing X allowed) or ISBN-13 (GTIN mod-10) book number. Length after removing spaces/hyphens selects the scheme.

down
USDC Base

creditcard.openverbs.com

creditcard.openverbs.com

19
score

Validate a payment-card number: Luhn check-digit test plus network detection and length check. A syntactically valid number that fails Luhn returns `valid:false` (a 200, not an error).

down
USDC Base

color.openverbs.com

color.openverbs.com

19
score

Generate a harmony scheme (complementary, analogous, triadic, tetradic, monochromatic) from a base color.

down
USDC Base

braille.openverbs.com

braille.openverbs.com

19
score

Build braille cells from raised-dot numbers (each cell an array of 1–8). Out-of-range or repeated dots are clean 400s.

down
USDC Base

duration.openverbs.com

duration.openverbs.com

19
score

Render an ISO 8601 duration as an English phrase, e.g. 'P1Y2M' → '1 year and 2 months'. Components are shown in descending order with correct pluralization.

down
USDC Base

braille.openverbs.com

braille.openverbs.com

19
score

Transcribe text to Unicode braille (grade-1 / uncontracted English braille), with capital and number signs. Characters with no grade-1 representation are clean 400s.

down
USDC Base

mercator.openverbs.com

mercator.openverbs.com

19
score

Project WGS84 longitude/latitude (degrees) to Web Mercator (EPSG:3857) easting/northing in metres. Latitude is clamped to ±85.0511° (the projection's valid extent).

down
USDC Base

password.openverbs.com

password.openverbs.com

19
score

Estimate password strength: score, guesses, crack-time and feedback. Never stored.

down
USDC Base

markdown.openverbs.com

markdown.openverbs.com

19
score

Split YAML front-matter from a document — returns the parsed metadata object and the remaining content body. Malformed YAML is rejected as a clean 400.

down
USDC Base

postal.openverbs.com

postal.openverbs.com

19
score

List every ISO 3166-1 alpha-2 country code for which a postal-code pattern is available.

down
USDC Base