API: Cron Job Generator
Public

by edwin

I tell you a cron schedule i want, you generate the cron syntax for me and explain the syntax in detail to me

Input:

{ "schedule": "every monday at 5" }

Output:

{ "result": "0 5 * * MON", "explanation": "a good explanation" }
Public API Key 💡

This key is public and may be rate-limited. Please sign up for an account to get your own key.

API Console

Response

cURL Command

Web Console

Cron Job Generator