GiantAccel API

DNS & Network Intelligence Platform

V1 Public API

对外公开的 DNS 查询接口,限流:30次/分钟

GET /v1/dns/lookup?domain=example.com&type=A

DNS 查询 - 支持 A, AAAA, CNAME, MX, TXT, NS 记录

GET /v1/dns/history?domain=example.com

查询域名解析历史记录

GET /v1/dns/rdns?ip=8.8.8.8

反向 DNS 查询

V2 Internal API

内部管理接口,需要 Token 认证,无限流

GET/POST /v2/dns/lookup

DNS 查询(支持批量)

🔒 Authorization: Bearer {token}

GET /v2/dns/history

获取完整历史记录

🔒 Authorization: Bearer {token}

POST /v2/dns/history

添加/更新历史记录

🔒 Authorization: Bearer {token}

POST /v2/dns/rdns-records

更新 rDNS 记录

🔒 Authorization: Bearer {token}

健康检查

GET /health

服务健康状态检查

监控指标

GET /metrics

Prometheus 监控指标