{"openapi":"3.0.0","info":{"title":"Number Utilities API","version":"1.0.0","description":"Format, convert, analyze and generate numbers. Currency formatting, number systems, statistics, math utilities and more. Built for AI agents and developers."},"servers":[{"url":"https://number-utilities-api.vercel.app"}],"paths":{"/format":{"post":{"summary":"Format a number","responses":{"200":{"description":"Formatted number"}}}},"/currency":{"post":{"summary":"Format as currency","responses":{"200":{"description":"Currency formatted"}}}},"/convert":{"post":{"summary":"Convert between number systems","responses":{"200":{"description":"Converted number"}}}},"/roman":{"post":{"summary":"Convert to/from Roman numerals","responses":{"200":{"description":"Roman numeral"}}}},"/words":{"post":{"summary":"Number to words","responses":{"200":{"description":"Number in words"}}}},"/ordinal":{"post":{"summary":"Number to ordinal","responses":{"200":{"description":"Ordinal number"}}}},"/properties":{"post":{"summary":"Get all number properties","responses":{"200":{"description":"All properties"}}}},"/math":{"post":{"summary":"Math operations","responses":{"200":{"description":"Math result"}}}},"/prime":{"post":{"summary":"Check if prime","responses":{"200":{"description":"Prime check"}}}},"/fibonacci":{"post":{"summary":"Generate Fibonacci sequence","responses":{"200":{"description":"Fibonacci sequence"}}}},"/factorial":{"post":{"summary":"Calculate factorial","responses":{"200":{"description":"Factorial result"}}}},"/statistics":{"post":{"summary":"Calculate statistics from array","responses":{"200":{"description":"Statistics"}}}},"/random":{"post":{"summary":"Generate random numbers","responses":{"200":{"description":"Random numbers"}}}},"/percentage":{"post":{"summary":"Calculate percentages","responses":{"200":{"description":"Percentage result"}}}},"/gcd-lcm":{"post":{"summary":"Calculate GCD and LCM","responses":{"200":{"description":"GCD and LCM"}}}},"/openapi":{"get":{"summary":"OpenAPI specification","responses":{"200":{"description":"This spec"}}}}}}