dnsbin.ca API

Browser-first DNS tools with server-side endpoints for automation.

curl 'https://dnsbin.ca/api/v1/lookup?name=example.com&type=A'
curl 'https://dnsbin.ca/api/v1/snapshots/abc123'

Snapshots are saved with POST /api/v1/snapshots using JSON { name, type, kind, result }.