Faktori API
Free JSON API for conversions and calculations. No API key required. CORS enabled.
Unit Conversion
GET /api/convert?from=cm&to=feet&value=171
Response:
Available conversions: cm-feet, cm-inches, inches-cm, meters-feet, km-miles, miles-km, kg-lbs, lbs-kg, celsius-fahrenheit, fahrenheit-celsius, kelvin-celsius, liters-gallons, gallons-liters, ml-oz, sqft-sqm, sqm-sqft, mph-kmh, kmh-mph, and more.
Compound Interest
GET /api/finance/compound-interest?principal=10000&rate=7&years=10
Optional: compounds (default: 12 for monthly)
Percentage
GET /api/math/percentage?percent=15&of=200
Rate Limits
- 100 requests per minute per IP
- All responses include CORS headers
- Responses cached for 24 hours
- No API key required
About
- All calculations use pure math formulas — no external data sources.
- Results are deterministic: same input always produces same output.
- Powered by Cloudflare Workers for global low-latency responses.