{"ok":true,"tool":"Decimal to Fraction Converter","operation":"convert-decimal-to-fraction","description":"Convert a decimal to a simplified fraction and mixed number.","method":"POST","endpoint":"/api/decimal-to-fraction-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/decimal-to-fraction-converter","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The decimal number to convert"},"maxDenominator":{"type":"number","description":"Largest denominator to allow (default 10000)"}},"required":["value"]},"response":{"type":"object","properties":{"decimal":{"type":"number"},"numerator":{"type":"number"},"denominator":{"type":"number"},"fraction":{"type":"string"},"mixed":{"type":"string"}}},"example":{"request":{"value":0.75},"response_shape":{"type":"object","properties":{"decimal":{"type":"number"},"numerator":{"type":"number"},"denominator":{"type":"number"},"fraction":{"type":"string"},"mixed":{"type":"string"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/decimal-to-fraction-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  value (number, required) — The decimal number to convert\n  maxDenominator (number, optional) — Largest denominator to allow (default 10000)","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/decimal-to-fraction-converter -H \"Content-Type: application/json\" -d '{\"value\":0.75}'"}