All services

23,977–24,000 of 24,783

numtheory.openverbs.com

numtheory.openverbs.com

19
score

Least common multiple of two or more positive integers (arbitrary precision).

down
USDC Base

jwt.openverbs.com

jwt.openverbs.com

19
score

Mint a signed JSON Web Token from a JSON claims object, using a shared secret (HS*) or a PEM private key (RS/ES/PS). Supports expiresInSec, notBeforeSec, issuer, audience, subject and keyid. An unusable key or option is rejected before payment.

down
USDC Base

wallet.openverbs.com

wallet.openverbs.com

19
score

Validate a blockchain address. Supply `chain` to check against a specific chain, or omit it to auto-detect. Ethereum addresses report their EIP-55 checksum state; Bitcoin covers base58check (P2PKH/P2SH) and bech32/bech32m segwit (P2WPKH/P2WSH/P2TR). A well-formed but invalid address returns `valid:false` — not an error.

down
USDC Base

stats.openverbs.com

stats.openverbs.com

19
score

Evaluate one or more percentiles (0–100) of a numeric sample using linear interpolation between order statistics (the R-7 / Excel PERCENTILE.INC method). 50 is the median, 25/75 the quartiles.

down
USDC Base

finance.openverbs.com

finance.openverbs.com

19
score

Present value of a future sum and/or a level annuity, given a per-period rate and number of periods. Set dueAtBeginning=true for an annuity-due.

down
USDC Base

data.openverbs.com

data.openverbs.com

19
score

Rebuild a nested object from a single-level object whose keys are delimited paths (default delimiter `.`) — the inverse of flatten. Requires a flat object.

down
USDC Base

data.openverbs.com

data.openverbs.com

19
score

Flatten a nested object/array into a single-level object whose keys are the delimited paths to each leaf (default delimiter `.`). Requires an object or array.

down
USDC Base

wallet.openverbs.com

wallet.openverbs.com

19
score

Normalise an address to its canonical form — Ethereum to its EIP-55 checksummed form, bech32 Bitcoin to lowercase (base58check is left untouched as it is case-sensitive). An address that is not a valid address of a known chain is rejected before payment.

down
USDC Base

calendar.openverbs.com

calendar.openverbs.com

19
score

Return the ISO-8601 week-numbering year, week number (1..53) and weekday (1=Monday..7=Sunday) for a Gregorian date. The ISO year can differ from the calendar year around New Year.

down
USDC Base

numtheory.openverbs.com

numtheory.openverbs.com

19
score

Greatest common divisor of two or more non-negative integers (arbitrary precision).

down
USDC Base

spreadsheet.openverbs.com

spreadsheet.openverbs.com

19
score

Parse an A1-style cell reference (e.g. "B3" or "$AA$100") into 1-based row and column numbers, plus the column letters and whether each part is absolute.

down
USDC Base

physics.openverbs.com

physics.openverbs.com

19
score

Search the constants table by key, symbol or name substring. Exact matches rank first, then prefix matches, then substring matches. Returns up to `limit` constants (default 20) plus the total match count.

down
USDC Base

distribution.openverbs.com

distribution.openverbs.com

19
score

Binomial distribution with `trials` (n ≥ 0, ≤ 1e6) and success `probability` (0..1). `function` selects the mass (pmf), cumulative distribution (cdf) or quantile / inverse-CDF.

down
USDC Base

calendar.openverbs.com

calendar.openverbs.com

19
score

Return the ISO weekday (1=Monday..7=Sunday) and its name for a Gregorian date.

down
USDC Base

numtheory.openverbs.com

numtheory.openverbs.com

19
score

Compute (base ^ exponent) mod modulus efficiently for arbitrary-precision integers. The modulus must be positive.

down
USDC Base

finance.openverbs.com

finance.openverbs.com

19
score

Net present value of a series of cash flows discounted at a per-period rate. cashflows[0] is the time-0 flow (typically the initial outlay, negative).

down
USDC Base

textdistance.openverbs.com

textdistance.openverbs.com

19
score

Levenshtein edit distance (insertions, deletions, substitutions) between two strings, plus a normalized similarity in [0,1]. Operates on Unicode code points.

down
USDC Base

textdistance.openverbs.com

textdistance.openverbs.com

19
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

calendar.openverbs.com

calendar.openverbs.com

19
score

Convert a proleptic-Gregorian calendar date to its Julian Day Number (the integer count of days since JDN 0, 1 January 4713 BC in the proleptic Julian calendar).

down
USDC Base

distribution.openverbs.com

distribution.openverbs.com

19
score

Normal distribution with optional mean (default 0) and standard deviation sd (default 1). `function` selects the density (pdf), cumulative distribution (cdf) or quantile / inverse-CDF.

down
USDC Base

iban.openverbs.com

iban.openverbs.com

19
score

Validate an IBAN (mod-97 checksum, length, country format) and decompose it into country, bank, branch and account parts.

down
USDC Base

geometry.openverbs.com

geometry.openverbs.com

19
score

Area (Heron's formula), perimeter and interior angles of a triangle from its three side lengths. Sides that violate the triangle inequality are rejected as a clean 400.

down
USDC Base

emailauth.openverbs.com

emailauth.openverbs.com

19
score

Evaluate an SPF record against an IPv4/IPv6 address using only its literal ip4/ip6/all mechanisms. DNS-dependent mechanisms (include, a, mx, exists, redirect) reached before a match yield an honest `indeterminate` result rather than a guess.

down
USDC Base

textdistance.openverbs.com

textdistance.openverbs.com

19
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