Unusual Units Converter
Unusual Units Converter — Unit converter for standard and uncommon units
Unusual Units Converter is a reachability-verified public API (public-apis-live). We confirmed JSON on a sample GET with no key. Category: Science & Math.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://api.unusualunits.com/health
{
"status": "ok",
"message": "Unusual Units API is running!"
}curl "https://api.unusualunits.com/health"const res = await fetch("https://api.unusualunits.com/health");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://api.unusualunits.com/health")
print(res.json())/healthPROBEDUnusual Units Converter — Unit converter for standard and uncommon units
/pingLightweight ping endpoint.
/statusService status metadata.
/typesList all available conversion types
/types/{type}/unitsList all units for a specific conversion type
/convert/{type}/{fromUnit}/{toUnit}/{value}Convert a value from one unit to another
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
Unusual Units Converter: common questions
Is Unusual Units Converter free to use?
Yes — Unusual Units Converter is a free science & space API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Unusual Units Converter need an API key?
No — Unusual Units Converter needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Unusual Units Converter from the browser?
Yes — Unusual Units Converter returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Unusual Units Converter up right now?
Unusual Units Converter is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.