Status Badges

Embed live status badges in your README, wiki, or internal dashboards. Badges update automatically as check statuses change.

Per-check badge

Show the status of an individual check:

Markdown
![Status](https://watchcron.com/badge/CHECK-UUID.svg)

Per-tag badge

Aggregate status of all checks sharing a tag (e.g., "production" or "staging"):

Markdown
![Production](https://watchcron.com/badge/YOUR-API-KEY/production.svg)

Project summary badge

Show the overall health of your entire project:

Markdown
![Summary](https://watchcron.com/badge/YOUR-API-KEY/summary.svg)

HTML embed

Use HTML if you need to control the badge size or link it to your status page:

HTML
<a href="https://watchcron.com/status/your-slug">
  <img src="https://watchcron.com/badge/YOUR-API-KEY/summary.svg"
       alt="WatchCron Status" />
</a>
Badges are cached for 30 seconds and use standard SVG format. They work everywhere images are supported — GitHub READMEs, wikis, Notion pages, and more.