Describe a schedule
API · /cron-api
Cron API
A fast, fully-local cron-expression toolkit (UTC): validate 5-field cron expressions with ranges, lists, steps, month and weekday names and the common @aliases (@yearly, @monthly, @weekly, @daily, @hourly); compute the next N run times for a schedule from now or any start date; and describe a schedule in plain English. Every endpoint accepts input via the query string or the request body. Pure server-side compute, no third-party upstream, so responses are instant and always available. Ideal for schedulers and job runners, devops and CI tooling, and dashboards that show the next run time of a task.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 83 ms
- Server probes · 24h
- Subscribers
- 4,989
- active
- Total calls
- 57
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 16,000 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 16,000 calls/month, 2 req/s
- Validate, next-run and describe endpoints
- No credit card
Basic
€3.00 /month
- 290,000 calls / month
- 12 requests / second
- Hard cap (429 above quota, no overage)
- 290,000 calls/month, 12 req/s
- All endpoints, batch next-run (up to 50 runs)
- Commercial use allowed
- Email support
Pro
€11.00 /month
- 1,650,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 1,650,000 calls/month, 40 req/s
- Higher throughput for scheduler & dashboard backends
- Priority email support
- Commercial use allowed
Mega
€30.00 /month
- 8,800,000 calls / month
- 120 requests / second
- Hard cap (429 above quota, no overage)
- 8,800,000 calls/month, 120 req/s
- Bulk schedule validation & next-run at scale
- Priority support
- Commercial use allowed
Built by
Related APIs
Other APIs with overlapping tags.
Market Hours API
Live trading hours and open/closed status for the world's major stock exchanges, computed on demand from the current time in each exchange's own time zone — no key, nothing cached. Find whether one exchange is trading right now, its local time, regular hours, lunch break and the minutes until it next opens or closes; get the live status of every covered exchange; or list only the exchanges trading right now. Daylight-saving is handled automatically. A market-clock layer — distinct from FX-session and exchange-registry tools: for 17 stock exchanges (NYSE, Nasdaq, LSE, Euronext, Xetra, TSE, HKEX, SSE and more) it answers "is this market open and when does it change?". Note: public holidays are not accounted for.
api.oanor.com/markethours-api
TV Shows API
Live TV-show data and what's on the air as an API, served from TVmaze. Look any show up by name or id for its details and popularity — genres, status, runtime, premiere and end dates, the average user rating, TVmaze's popularity weight, the network and country, the official site and a summary. Search the show catalogue, or pull a country's daily broadcast schedule: every episode airing on a given day with its show, season, episode and airtime. The TV-listings, popularity and what's-on layer for entertainment, media and dashboard apps. Live, no key, no cache. Distinct from movie and anime APIs — this is TVmaze's television shows, ratings and schedule.
api.oanor.com/tvmaze-api
TV Shows API
TV episode guides and daily broadcast schedules as an API, powered by TVMaze. Look up any TV show by name or id for its network, genres, status, rating and summary; pull a show's full episode list with air dates and S01E01-style codes; fetch a specific episode by season and number; and get the complete TV schedule for any country and date — everything airing that day with show, network, episode and air time. Across broadcast, cable and streaming. Ideal for TV-guide and watchlist apps, episode trackers and "what to watch" widgets, calendar reminders, media-centre dashboards and entertainment chatbots.
api.oanor.com/tvshows-api
Query String API
Parse and build URL query strings — with full support for nested objects and arrays. Turn a query string like a[b][c]=1&tags[]=x&tags[]=y into a clean nested JSON object, and turn any JSON object back into a properly-encoded query string. Choose how arrays are serialised (indices, brackets, repeated keys or comma-separated) and whether to URL-encode. Far beyond a flat key=value encoder — it handles the deep structures real web frameworks (Rails, PHP, Express/qs) use. Pure local processing — no key, no third-party service, instant. Live. 3 endpoints. Built for API request construction, parsing complex links and redirects, form-encoded bodies and webhook payloads.
api.oanor.com/querystring-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Cron API?
What's the rate limit for Cron API?
How much does Cron API cost?
Can I cancel my subscription anytime?
Is Cron API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/cron-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/cron-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/cron-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/cron-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.