Hello, when trying to get the IPv6 adoption rate for a given country using the API with the following details: https://api.cloudflare.com/client/v4/radar/http/summary/ip_version?location=AT&dateStart=2024-05-17T09:00:00Z&dateEnd=2024-06-17T09:00:00Z
I get this result: “result”:{“summary_0”:{“IPv4”:“70.583655”,“IPv6”:“29.416345”}.
However, when i check the website, with the following details: https://radar.cloudflare.com/adoption-and-usage/at?dateStart=2024-05-17&dateEnd=2024-06-17
I get this result: IPv4: 67.8% IPv6: 32.2%
Can anyone help me understand the difference? How can i get the exact numbers i see on the website with the API?