Skip to content
APISeeker
GET/v1/explain

Cron Expression Explainer

Explain a 5-field cron expression in plain English.

Part of Cron Expression Explainer· Rate limits: 60 req/min

Parameters

  • exprquerystringrequired

    5-field cron expression

  • X-SEEKER-Keyheaderstringrequired

    Your API Seeker key

Code examples

cURL
curl -s "https://crongen.apiseeker.com/v1/explain" \
  -H "X-SEEKER-Key: YOUR_API_KEY"

Response

JSON
{
  "success": true,
  "data": {
    "expression": "0 9 * * 1-5",
    "valid": true,
    "summary": "At minute 0 of hour 9, every day of month, every month, on weekdays Mon–Fri"
  },
  "request_id": "req_example"
}

Errors

  • 400Invalid or missing parameters
  • 401Missing or invalid API key
  • 429Rate limit exceeded

Try this endpoint

API Playground

Cron Expression Explainer

Login required
Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
GETcrongen.apiseeker.com
https://crongen.apiseeker.com/v1/explain
Log in to test endpoint
Status: Latency:

Response headers

Log in to run a test and see headers.

Response body

Log in required for live testing.

Generated snippets

cURL
curl -s "https://crongen.apiseeker.com/v1/explain" \
  -H "X-SEEKER-Key: YOUR_API_KEY"