Back to catalog
📄

FastApi Simple Calculator

Free

Math, Stadistics, Conversions, Currency and more

📄Documents & ProductivityHTTPSNo API key required

operation

result

OperationAddition
Operand A42
Operand B58
Result100
SuccessYes

Sample Response

response.json
1{
2 "operation": "addition",
3 "operand_a": 42,
4 "operand_b": 58,
5 "result": 100,
6 "success": true
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://fastapi-calculadora.onrender.com/"
View Documentation

Similar APIs