Kembali ke Marketplace
DNS Lookup API
PREMIUMResolve A, AAAA, MX, TXT, and NS records for any domain.
Networking 4.6 (64) 5,000 req/month OPERATIONALAuth required
Endpoint
GET/v1/dns-lookup
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| domain | string | required | Domain to query. |
| type | string | optional | Record type. |
Response example
{
"success": true,
"data": { "domain": "example.com", "records": [{ "type": "A", "value": "93.184.216.34" }] }
}Error responses
403PREMIUM_REQUIRED— This endpoint requires an active Premium plan
Try it
Pilih bahasa, salin, dan jalankan di terminal kamu.
curl -X GET "https://api.rannzdigital.web.id/v1/dns-lookup" \
-H "X-API-Key: YOUR_API_KEY"Never expose your API key in frontend code or public repositories.
API Premium
Endpoint ini butuh langganan Premium aktif. Verifikasi status Premium selalu dilakukan di backend, bukan dari frontend.
Lihat paket PremiumRatings & Comments
Beri rating & komentar
budi_koding 5
Cepat dan dokumentasinya jelas.
2026-09-12
sitidev 4
Work as expected, cocok untuk MVP.
2026-09-08