API Resource: Test DNS

The Test DNS resource returns the result of a DNS test that checks if the device the test was initiated from is using our DNS servers.

Note: This resource is a little different from the others in that is uses its own URL and does not require authentication.


GET https://check.getflix.com.au/?format=json

Returns an object containing the DNS test result.

Return Data

{ "dns": <trueOrFalse> }

Example Usage

curl -X GET https://check.getflix.com.au/?format=json{ "dns": true}

Still need help? Contact Us Contact Us