← Back to directory

Parse a cron expression into human-readable explanation + next N execution times...

https://api.strale.io/x402/v2/cron-explain

Overview

Parse a cron expression into human-readable explanation + next N execution times. Algorithmic — instant.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-08-27 16:12:43

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "cron_expression": { "description": "Cron expression (5-7 fields)", "required": true, "type": "string" }, "num_next": { "description": "Number of next runs (default 5)", "type": "integer" }, "timezone": { "type": "string" } }, "type": "http" }

Output Schema

{ "explanation": { "type": "string" }, "field_breakdown": { "type": "array" }, "is_valid": { "type": "boolean" }, "next_runs": { "type": "array" } }