dns-lookup
Server-side DNS-over-HTTPS proxy. Useful when the caller has no unrestricted outbound DNS, or wants to compare answers across resolvers.
v1 beta server · 1 tokens
Call it
POST https://tembrica.com/v1/tools/dns-lookup/runs
Authorization: Bearer $TIMBRICA_KEY
Idempotency-Key: <your retry-safe key>
Content-Type: application/json
Input
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes |
Domain name to resolve.
max length: 253 |
type | string | no |
DNS record type.
one of: A, AAAA, MX, CNAME, NS, TXT, SOA, SRV, CAA, PTR default: A |
resolver | string | no | one of: google, cloudflare, quad9 default: google |
Errors it can return
invalid_name
invalid_type
invalid_resolver
upstream_unavailable
History
- v1 — 2026-07-30 — Initial release.
This contract cannot change without a new version and a line above: a test compares the published schema, pricing and limits against a committed lockfile and fails the build otherwise. Subscribe to /v1/changelog to be told when something moves.