Cron expression explainer & next-run calculator

Paste a cron expression to get a plain-English explanation and the exact next run times in any timezone. Build a schedule field by field — no guessing what 0 9 * * 1-5 means.

0 9 * * 1-5
Get this as JSON (developer API)
curl "https://cron.wrapper-agency.com/api/v1/cron?expr=0%209%20*%20*%201-5&tz=UTC"

Free cron API — no key during beta. Parsing is standard 5-field (or 6-field with seconds) cron, computed with cron-parser.

Common cron expressions

interval

daily

weekly

monthly

yearly

advanced

“Every X” quick answers

For developers

Validate and explain cron in code with the cron API, or read the cron expression guide. Batch validation is available as a paid endpoint for agents and CI.