I have an app, that subscribes to an API in the form of a JSon file. Recently the format of this JSon file has changed, and now i can't even download it...

Code:
Dim client As New WebClient
Dim rawResponseString As String = client.DownloadString("https://www.gov.uk/bank-holidays.json")
Can anyone tell me what the problem is?

Thanks