cron-next-runs-api
cron-next-runs-api is a small Express service for scheduling UIs and ops tools. Send a standard cron expression plus an IANA timezone (e.g. Europe/London); it returns the next N occurrences as ISO 8601 timestamps with offset in that zone, so daylight saving is handled by the libraries—not by hand. It also returns a human-readable description of the rule (e.g. weekday mornings) with the timezone…
cron-next-runs-api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
cron-next-runs /api/v1/next-runs |
Preview the next N cron run times in any IANA timezone, with a plain-English schedule label—DST-aware, no database. |
cron-next-runs-api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO Recommended | $10 / month | 120 / minute |
|