Getting started
Free, public, and open right now — no signup or API key required.
Base URL: https://www.zolunas.com
curl 'https://www.zolunas.com/api/time?tz=America/New_York'
No API key needed. Every endpoint below is live, CORS-enabled (callable directly from browser JS on your own site), and rate-limited to 60 requests/minute per IP on the free tier.
API Endpoints
REST routes for time, sun, moon, and holidays.
Embeddable Widgets
Drop-in iframes for clocks and timers.
Stopwatch Embed
Minimal iframe stopwatch
<iframe src="https://www.zolunas.com/embed/stopwatch" width="100%" height="320" loading="lazy" title="Zolunas Stopwatch"> </iframe>
Countdown Timer Embed
Pass duration (seconds) and title
<iframe src="https://www.zolunas.com/embed/countdown-timer?duration=600&title=Break" width="100%" height="420" loading="lazy" title="Zolunas Countdown Timer"> </iframe>
Classroom Timer Embed
Projector-friendly classroom countdown
<iframe src="https://www.zolunas.com/embed/classroom-timer?duration=300&message=Quiet+work" width="100%" height="360" loading="lazy" title="Zolunas Classroom Timer"> </iframe>
Digital Clock Embed
Optional tz query param
<iframe src="https://www.zolunas.com/embed/digital-clock?tz=America/New_York" width="100%" height="280" loading="lazy" title="Zolunas Digital Clock"> </iframe>
Date Countdown Embed
Pass date (YYYY-MM-DD) and title
<iframe src="https://www.zolunas.com/embed/date-countdown?date=2030-01-01&title=Launch" width="100%" height="280" loading="lazy" title="Zolunas Date Countdown"> </iframe>
Random Wheel Embed
Comma-separated items query param
<iframe src="https://www.zolunas.com/embed/random-wheel?items=Red,Blue,Green,Yellow" width="100%" height="320" loading="lazy" title="Zolunas Random Wheel"> </iframe>
Rate Limits
One free tier today — reach out if you need more.
60 req/min per IP
$0 · no key needed
Custom limits
Contact us
These are read-only, cached-friendly endpoints (time zone, sun, moon, and holiday data) — no account, billing, or personal data involved.