TimeParser
An enterprise-grade, production-ready Python API for parsing human-readable time durations into seconds with comprehensive features and flexibility.
8.7/10 popularity
327 ms avg latency
33% success rate
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
TimeParser endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health check /health |
Health check endpoint |
| POST |
Parse Duration /parse |
Parse a human readable duration string |
| POST |
Parse Batch Endpoint /batch |
Parse multiple duration strings |
| GET |
Get Units /units |
Get supported units for a language. |
| GET |
Get Languages /languages |
Get supported languages. |
| GET |
Get Calendar Info /calendar/info |
Get calendar information for a reference date. |
| POST |
Calculate Business Duration /calendar/business-duration |
Calculate business duration |
| POST |
Calculate SLA duration /calendar/sla |
Calculate SLA duration |
| GET |
Validate Duration /validate/{input_str} |
Validate a duration string without fully parsing it. |
| GET |
Reverse Duration /reverse/{seconds} |
Convert seconds back to human-readable format. |