All services

24,049–24,072 of 24,785

checkdigit.openverbs.com

checkdigit.openverbs.com

19
score

Validate a GTIN barcode number — EAN-8, UPC-A (12), EAN-13 or GTIN-14 — by the standard mod-10 check digit. Length selects the scheme.

down
USDC Base

useragent.openverbs.com

useragent.openverbs.com

19
score

Classify a User-Agent by device form factor and return convenience booleans (isBot, isMobile, isTablet, isDesktop, isTouchCapable) for routing decisions.

down
USDC Base

url.openverbs.com

url.openverbs.com

19
score

Resolve a relative or absolute reference against a base URL, following RFC 3986 reference resolution (e.g. base 'https://a.com/x/y' + ref '../z' → 'https://a.com/z'). The base must itself be a valid absolute URL, else a clean 400.

down
USDC Base

fraction.openverbs.com

fraction.openverbs.com

19
score

Add, subtract, multiply or divide two fractions and return the exact, fully-reduced result. All computation is done in BigInt so there is no floating-point error. Dividing by a zero fraction is a clean 400.

down
USDC Base

readability.openverbs.com

readability.openverbs.com

19
score

Count syllables per word and in total across the text.

down
USDC Base

coordinate.openverbs.com

coordinate.openverbs.com

19
score

Convert decimal lat/lon to a Military Grid Reference System (MGRS) string on WGS84. Precision is the number of digits per axis (1–5; 5 = 1-metre resolution, default 5).

down
USDC Base

ical.openverbs.com

ical.openverbs.com

19
score

Parse an .ics document into structured calendar events (summary, times, location, RRULE, attendees).

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

19
score

Distance and initial bearing between two coordinates.

down
USDC Base

inflect.openverbs.com

inflect.openverbs.com

19
score

Split an identifier or phrase into words and render it in every common case — camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Title Case and Sentence case. Handles acronyms (HTMLParser → html parser).

down
USDC Base

dice.openverbs.com

dice.openverbs.com

19
score

Compute the exact probability distribution of a dice notation — mean, variance, standard deviation, min/max and the full probability mass function — with no sampling. Notations whose outcome range is too large for exact computation are clean 400s.

down
USDC Base

encoding.openverbs.com

encoding.openverbs.com

19
score

Apply a Unicode normalisation form (NFC, NFD, NFKC or NFKD) to a string. Reports whether the text changed and its length in UTF-16 code units and code points.

down
USDC Base

iso.openverbs.com

iso.openverbs.com

19
score

Fuzzy-search countries, currencies and languages by name or code. Scope with `registry` (defaults to all). Matches are ranked exact-code/name → prefix → substring.

down
USDC Base

nato.openverbs.com

nato.openverbs.com

19
score

Encode text into international (ITU) Morse code. Letters are separated by spaces and words by "/". Supports A-Z, 0-9 and common punctuation; unsupported characters are clean 400s.

down
USDC Base

bitwise.openverbs.com

bitwise.openverbs.com

19
score

Circularly rotate a non-negative integer left or right within an explicit bit width (bits shifted off one end reappear at the other). The value must fit in `width` bits. Returns decimal, hex and binary.

down
USDC Base

checkdigit.openverbs.com

checkdigit.openverbs.com

19
score

Validate a 15-digit mobile device IMEI by its Luhn check digit. Spaces and hyphens are ignored.

down
USDC Base

inflect.openverbs.com

inflect.openverbs.com

19
score

Return the singular form of an English word (handles irregulars — people → person, mice → mouse).

down
USDC Base

fraction.openverbs.com

fraction.openverbs.com

19
score

Reduce a fraction to lowest terms and describe it: numerator/denominator (denominator normalized positive), sign, whether it is an integer, and a mixed-number form when improper. A zero denominator is a clean 400.

down
USDC Base

holidays.openverbs.com

holidays.openverbs.com

19
score

List a country's holidays for a calendar year (optionally by state/region, language and type).

down
USDC Base

coordinate.openverbs.com

coordinate.openverbs.com

19
score

Parse a coordinate string into decimal lat/lon. Accepts a plain decimal pair ('40.4462, -79.9822') or DMS with hemisphere letters ('40°26'46"N 79°58'56"W'). Anything unrecognized is a clean 400.

down
USDC Base

unit.openverbs.com

unit.openverbs.com

19
score

List the supported units and their metadata (abbreviation, measure, system, singular/plural names), optionally filtered to a single measure — a discovery endpoint for choosing valid `from`/`to` values.

down
USDC Base

macaddress.openverbs.com

macaddress.openverbs.com

19
score

Reformat a MAC address into the requested notation (colon, hyphen, Cisco dot or bare) and case (lower default or upper).

down
USDC Base

bitwise.openverbs.com

bitwise.openverbs.com

19
score

Bitwise AND across two or more non-negative integers (given as decimal strings, evaluated as arbitrary-precision BigInt). Returns the result in decimal, hex and binary.

down
USDC Base

coordinate.openverbs.com

coordinate.openverbs.com

19
score

Convert decimal lat/lon to a UTM coordinate (zone, latitude band, hemisphere, easting, northing) on WGS84, including the Norway/Svalbard zone exceptions. Defined for latitudes -80..84.

down
USDC Base

html.openverbs.com

html.openverbs.com

19
score

Remove all HTML tags, returning the plain text content. Entities are decoded to real characters by default (set decodeEntities=false to keep them encoded).

down
USDC Base