CronSense
Parse, validate, and explain cron expressions. Get human-readable descriptions and next scheduled run times with timezone support.
1 subscribers
8.7/10 popularity
1026 ms avg latency
100% success rate
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
CronSense endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Parse Cron Expression /api/parse |
Converts a cron expression into a plain English description. Supports 5-field and 6-field expressions, special strings (@daily, @weekly, etc.), ranges, steps, and named… |
| POST |
Get Next Run Times /api/next-runs |
Returns the next N scheduled execution times for a cron expression. Supports custom timezone (IANA format), custom start date, and up to 20 results per request. |
| POST |
Validate Cron Expression /api/validate |
Validates a cron expression and returns a structured field breakdown. Always returns HTTP 200 — check the valid field in the response body. Returns field-level detail for minute,… |
CronSense pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $5 / month | 10 / second |
|
| ULTRA | $20 / month | 30 / second |
|