Cron Parser
Parse cron expressions and @macros into a human description and the next run times.
- Method
- POST
- Endpoint
- /v1/cron-parse
- Auth
- X-API-Key
- Format
- JSON
- Syntax
- 5-field + @macros
- Returns
- description + next runs
- Status
- 200 · 400 · 401 · 402 · 429
curl -X POST https://atomios.me/api/v1/cron-parse/ \
-H "X-API-Key: $ATOMIOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"expr":"0 9 * * 1-5","count":5,"tz":"Europe/Paris"}'