ToolAssay

Geo-located DNS resolution — resolve hostnames from specific countries to see ho

Geo-located DNS resolution — resolve hostnames from specific countries to see how CDNs, geo-blocking, and DNS-based routing differ by region.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
886 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://geodns.iwsolutions.ca/api/resolve

CategoryEverything else
Provider hostgeodns.iwsolutions.ca
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 886 ms

Example input (from the provider)

{
  "body": {
    "countries": [
      "US",
      "JP",
      "DE"
    ],
    "hostname": "google.com",
    "record_type": "A"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "countries": {
              "description": "ISO 3166-1 alpha-2 country codes (up to 20)",
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "hostname": {
              "description": "Domain name to resolve",
              "type": "string"
            },
            "record_type": {
              "description": "DNS record type: A, AAAA, CNAME, MX, TXT, NS",
              "type": "string"
            }
          },
          "required": [
            "hostname",
            "countries"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "hostname": {
              "type": "string"
            },
            "pricing": {
              "properties": {
                "base_fee": {
                  "type": "string"
                },
                "per_country": {
                  "type": "string"
                },
                "total_charged": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "record_type": {
              "type": "string"
            },
            "results": {
              "items": {
                "properties": {
                  "country": {
                    "description": "ISO 3166-1 alpha-2 code",
                    "type": "string"
                  },
                  "error": {
                    "description": "Error message if resolution failed",
                    "type": "string"
                  },
                  "records": {
                    "description": "Resolved DNS records",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "resolved_at": {
                    "description": "ISO 8601 timestamp",
                    "type": "string"
                  },
                  "resolver": {
                    "description": "Resolver location label",
                    "type": "string"
                  },
                  "response_ms": {
                    "description": "Resolution time in milliseconds",
                    "type": "integer"
                  },
                  "ttl": {
                    "description": "Time to live in seconds",
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON