Check if any site is up, when its SSL certificate expires, and what its DNS records say — one HTTP call each. Machine-readable, agent-friendly, free tier included.
Two calls from zero to 24/7 monitoring (yes, your AI agent can do this by itself):
| Endpoint | What it returns |
|---|---|
| GET /v1/check?url= | Live up/down check: HTTP status, response time |
| GET /v1/ssl?host= | SSL certificate expiry date and days remaining |
| GET /v1/dns?domain= | A, AAAA, CNAME, MX, TXT, NS records |
| GET /v1/monitors | Your monitors with live status |
| POST /v1/monitors | Create a monitor ({"url", "name"}) — get 24/7 checks + webhook alerts |
Machine-readable spec: /openapi.json · Agent guide: /llms.txt
Higher volume or per-call enterprise pricing: support@getpingdeck.com
Every response is compact JSON with an explicit quota object, errors are machine-readable slugs with hints, and /llms.txt documents the whole surface in plain text. If your agent monitors infrastructure, deploys sites, or debugs "is it down?" questions, it can use PingDeck directly — no browser automation needed.