Back to catalog
🔬

Times Adder

Free

With this API you can add each of the times introduced in the array sent

🔬Science & MathHTTPSNo API key required

input

resultFormatted

Input1h 45m + 2h 30m
Result Formatted4h 15m
Total Minutes255
Total Seconds15,300
Overflows DaysNo

Sample Response

response.json
1{
2 "input": "1h 45m + 2h 30m",
3 "resultFormatted": "4h 15m",
4 "totalMinutes": 255,
5 "totalSeconds": 15300,
6 "overflowsDays": false
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/FranP-code/API-Times-Adder"
View Documentation

Similar APIs