All services

23,785–23,808 of 24,814

numtheory.openverbs.com

numtheory.openverbs.com

20
score

Euler's totient φ(n) — the count of integers in [1, n] coprime to n — for a positive integer ≤ 10^15 (it is computed from the prime factorization).

down
USDC Base

similarity.openverbs.com

similarity.openverbs.com

20
score

Hamming distance — the number of positions at which two EQUAL-LENGTH strings differ — plus a normalized similarity. Strings of unequal length are a clean 400.

down
USDC Base

data.openverbs.com

data.openverbs.com

20
score

Deep-merge an ordered list of JSON documents, left to right. Objects are merged key-by-key; arrays, scalars and null in a later document replace the earlier value (last-wins, no array concatenation).

down
USDC Base

format.openverbs.com

format.openverbs.com

20
score

Parse a document (json, json5, jsonc, yaml, xml, csv, tsv, toml, ndjson, ini, env, properties, plist or querystring) and validate it against a JSON Schema. Returns whether it is valid and a list of precise, path-tagged errors. Malformed input or an invalid schema is rejected before payment.

down
USDC Base

format.openverbs.com

format.openverbs.com

20
score

Parse a document (in any format) and re-emit it in the RFC 8785 JSON Canonicalization Scheme form — sorted keys, canonical number/string formatting — plus the SHA-256 of the canonical bytes for stable hashing, signing and dedup.

down
USDC Base

similarity.openverbs.com

similarity.openverbs.com

20
score

Damerau-Levenshtein distance — like Levenshtein but also counts adjacent transpositions as a single edit — plus a normalized similarity in [0,1].

down
USDC Base

airport.openverbs.com

airport.openverbs.com

20
score

Find the airports nearest to a latitude/longitude, ordered by great-circle distance. Optionally cap the search radius (km), result count and airport type. Returns each airport with its distance in km.

down
USDC Base

similarity.openverbs.com

similarity.openverbs.com

20
score

Sørensen-Dice similarity coefficient in [0,1] over character bigrams — robust to word order and minor edits.

down
USDC Base

emailauth.openverbs.com

emailauth.openverbs.com

20
score

Parse a DKIM public-key DNS TXT record ("v=DKIM1; k=rsa; p=…") into its key type, public key, hash algorithms, service types and flags. An empty `p` is reported as a revoked key. A missing `p` tag is a clean 400.

down
USDC Base

spreadsheet.openverbs.com

spreadsheet.openverbs.com

20
score

Parse an A1 range like "A1:C10" into its start and end cells (normalized so start is the top-left) and its extent — row count, column count and total cell count.

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

20
score

Convert an MGRS grid reference back to decimal lat/lon on WGS84 (the coordinate of the grid cell's south-west corner at the given precision). Whitespace is ignored; a malformed reference is a clean 400.

down
USDC Base

money.openverbs.com

money.openverbs.com

20
score

Parse a formatted money string back into a number, using the locale's grouping and decimal separators (so '1.234,56' in de-DE → 1234.56). Currency symbols/codes and whitespace are stripped; parentheses or a leading minus mean negative. A string with no numeric amount is a clean 400.

down
USDC Base

creditcard.openverbs.com

creditcard.openverbs.com

20
score

Format a card number into the conventional display groups for its network (4-6-5 for Amex, 4-6-4 for 14-digit Diners, otherwise groups of four).

down
USDC Base

uuid.openverbs.com

uuid.openverbs.com

20
score

Generate one or more UUIDs. Supports v4 (random), v1/v7 (time), and v3/v5 (namespaced).

down
USDC Base

timecode.openverbs.com

timecode.openverbs.com

20
score

Rebase a timecode (or a raw frame count) from one frame rate to another on a real-time basis, so the wall-clock position is preserved. Give a source frameRate plus timecode or totalFrames, and a toFrameRate (with optional toDropFrame). Returns the target timecode, frame count and seconds.

down
USDC Base

fraction.openverbs.com

fraction.openverbs.com

20
score

Expand a fraction to its decimal form by exact long division, detecting a repeating cycle and rendering it in parenthesis notation (e.g. 1/6 → '0.1(6)', 1/7 → '0.(142857)'). maxDigits caps a non-repeating expansion. A zero denominator is a clean 400.

down
USDC Base

ulid.openverbs.com

ulid.openverbs.com

20
score

Generate one or more lexicographically sortable ULIDs (monotonic within a call).

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

20
score

Compute the geographic bounding box (west/south/east/north in degrees) of a slippy-map tile z/x/y, plus its Bing quadkey.

down
USDC Base

html.openverbs.com

html.openverbs.com

20
score

Sanitize untrusted HTML to a safe allowlist. Keeps common formatting and links but removes dangerous scripting tags, inline event handlers and unsafe URL schemes. Ideal for rendering user-supplied HTML.

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

20
score

Map a WGS84 coordinate at a given zoom (0..30) to its slippy-map (XYZ / Google / OSM) tile x,y and its Bing quadkey.

down
USDC Base

geospatial.openverbs.com

geospatial.openverbs.com

20
score

Convert a decimal-degree latitude/longitude to degrees-minutes-seconds, with hemisphere letters and a formatted string for each axis.

down
USDC Base

checksum.openverbs.com

checksum.openverbs.com

20
score

CRC-32 (IEEE 802.3 polynomial, as used by zip, gzip and PNG) over the input payload. Returns the checksum as an unsigned integer and 8-digit hex. Non-cryptographic — for error detection only.

down
USDC Base

unicode.openverbs.com

unicode.openverbs.com

20
score

Reverse lookup: resolve a Unicode character name (e.g. 'SNOWMAN', 'CJK UNIFIED IDEOGRAPH-4E2D', 'HANGUL SYLLABLE GA') to its code point. Loose whitespace/case matching. An unknown name is a successful `found:false`.

down
USDC Base

mercator.openverbs.com

mercator.openverbs.com

20
score

Compute the geographic bounding box (west/south/east/north in degrees) of a slippy-map tile z/x/y, plus its Bing quadkey.

down
USDC Base