Parse, validate, and describe cron expressions. Get human-readable descriptions and calculate upcoming run times.
POST /v1/cron| Name | Type | Required | Description |
|---|---|---|---|
| expression | string | Yes | Cron expression to parse (e.g., "0 9 * * 1-5") |
| count | integer | No | Number of next run times to return (default: 5) |
curl -X POST "https://api.toolcenter.dev/v1/cron" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"expression": "0 9 * * 1-5", "count": 5}'
Validate cron schedules before deployment
Show next run times in admin dashboards
Build cron expression builders
Debug scheduling issues
500 free API calls per month. No credit card required.
Get Started Free