Language
/v1/cron/next
Calculate the next N occurrences for a cron expression. Optionally specify a starting date with the from parameter.
The cron expression.
Number of future occurrences to return (1-25).
ISO 8601 date to start calculating from. Defaults to now.
curl -X POST https://api.botoi.com/v1/cron/next \ -H "Content-Type: application/json" \ -d '{"expression":"0 9 * * 1-5","count":3,"from":"2026-03-27T00:00:00Z"}'
Show users the next 5 run times when they configure a cron schedule, so they can verify the timing before saving.
Compare the expected next run times with actual execution logs to detect missed or delayed cron jobs.
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.