{"uid":"cap_Fgj-aF-zlVTyPTLXG8hDn","slug":"httpay-cron-expression-parser-a2574c5b","name":"HTTPay Cron Expression Parser","description":"Parse a cron expression into a human-readable schedule description. Pass ?expr=<cron-expression> (URL-encoded). Also returns next 5 scheduled run times. Uses the 'cronstrue' npm package.","url":"https://httpay.xyz/api/cron-parse","method":"POST","headers":{},"bodySchema":null,"responseSchema":{"type":"json","example":{"description":"Parse a cron expression into a human-readable schedule description. Pass ?expr=<cron-expression> (URL-encoded). Also returns next 5 scheduled run times. Uses the 'cronstrue' npm package."}},"example":{"request":{"expr":"0 9 * * MON-FRI"},"response":{"meta":{"x402":true,"poweredBy":"Alfred Zhang 🫡"},"fields":{"hour":"9","month":"*","minute":"0","dayOfWeek":"MON-FRI","dayOfMonth":"*"},"source":"cronstrue npm package","nextRuns":["2026-06-12T09:00:00.000Z","2026-06-13T09:00:00.000Z","2026-06-14T09:00:00.000Z","2026-06-15T09:00:00.000Z","2026-06-16T09:00:00.000Z"],"parsedAt":"2026-06-12T04:38:50.076Z","expression":"0 9 * * MON-FRI","description":"At 09:00 AM, Monday through Friday"}},"exampleRequest":{"expr":"0 9 * * MON-FRI"},"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_1klhtQIC90Zj7hz1-Mz59","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a cron expression into a human-readable description and returns the next 5 scheduled run times","exampleAgentPrompt":"Can you tell me in plain English what the cron expression '0 9 * * 1-5' means, and when it will next run?","exampleUseCases":null,"resultDescription":"A JSON response containing a human-readable description of the cron schedule (e.g. 'At 09:00 AM, Monday through Friday') and an array of the next 5 scheduled execution timestamps.","failureModes":["Invalid or malformed cron expression returns an error","Missing 'expr' query parameter causes a 400-level error","Cron expression with unsupported fields (e.g. seconds or years in non-standard formats) may fail to parse","URL-encoding of the expression is required; unencoded special characters may cause parsing failures"],"whenToPreferThis":"Use this endpoint when an agent or user needs to understand what a cron expression means in human language or needs to preview upcoming run times without setting up a local cron parser library. Ideal for developer-facing workflows, scheduling UIs, or when validating cron job configurations. Pay-per-call via x402/USDC means no API key setup is required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:47:29.312Z","isFirstParty":false}