{
  "x402Version": 2,
  "id": 5897,
  "slug": "5897",
  "resource": "https://402utils.com/v1/cron-next",
  "description": "Next occurrences of a cron expression in any IANA time zone, DST-aware via the runtime's ICU tzdb (times skipped by DST shift forward by the gap; ambiguous times fire once). Dialect (croner): 5-7 fields with optional seconds and year, ranges, steps, lists, JAN-DEC/SUN-SAT names, L, W, #, ? and @daily-style aliases. Each occurrence is returned as local ISO with offset plus UTC. Bad expression → 400 naming the offending field.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "count": 5,
            "expr": "*/15 9-17 * * 1-5",
            "tz": "Europe/Paris"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 2,
            "expr": "*/15 9-17 * * 1-5",
            "from": "2026-07-03T18:50:00+02:00",
            "occurrences": [
              {
                "local": "2026-07-06T09:00:00+02:00",
                "utc": "2026-07-06T07:00:00.000Z"
              },
              {
                "local": "2026-07-06T09:15:00+02:00",
                "utc": "2026-07-06T07:15:00.000Z"
              }
            ],
            "timezone": "Europe/Paris"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "description": "Query params. `expr` is required; the rest have defaults.",
                "properties": {
                  "count": {
                    "description": "Occurrences to return, 1-50 (default 5).",
                    "type": "integer"
                  },
                  "expr": {
                    "description": "Cron expression, e.g. */15 9-17 * * 1-5.",
                    "type": "string"
                  },
                  "from": {
                    "description": "ISO 8601 start instant, exclusive (default now). Without an offset it is wall time in `tz`.",
                    "type": "string"
                  },
                  "tz": {
                    "description": "IANA zone for evaluation (default UTC).",
                    "type": "string"
                  }
                },
                "required": [
                  "expr"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "count": {
                    "description": "Number of occurrences actually returned.",
                    "type": "integer"
                  },
                  "expr": {
                    "type": "string"
                  },
                  "from": {
                    "description": "The start instant in `timezone`, ISO with offset.",
                    "type": "string"
                  },
                  "note": {
                    "description": "Present when fewer occurrences exist than requested.",
                    "type": "string"
                  },
                  "occurrences": {
                    "items": {
                      "properties": {
                        "local": {
                          "description": "ISO in `timezone`, with offset.",
                          "type": "string"
                        },
                        "utc": {
                          "type": "string"
                        }
                      },
                      "required": [
                        "local",
                        "utc"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "timezone": {
                    "type": "string"
                  }
                },
                "required": [
                  "expr",
                  "timezone",
                  "from",
                  "count",
                  "occurrences"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-09-18T11:20:40.729Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T11:20:40.567Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}