As security best practice, you should not trust any information in the client-side browser. To ensure that the user hasn't tampered with the results after passing through a JavaScript redirect. We offer a simple API that can retrieve the results server-side. Requests to this API and all reporting APIs will not consume an API lookup credit.
You'll need to use the Fetching Results code from the Device Fingerprint API documentation. This involves passing the device ID to your server via Ajax or appending the value to a hidden form element. Once you've successfully made the "Fetching Results" request, you can proceed to make a GET/POST request to the URL below. Replace "USER_IP_HERE" and "DEVICE_ID_HERE" with their respective values.