Based this link, how to get info based the zip code 80128 country IT
naturally have as usual error!!!
note:
refer to ;
Example request:
curl --request GET --get " --header "apikey: {YOUR_API_KEY}
Code:
Sub TEST_JSON_PARSE()
Dim xmlhttp As New MSXML2.XMLHTTP60, myurl As String
myurl = "[URL unfurl="true"]https://api.zipcodestack.com/v1/search?codes=80128&country=it"[/URL] '//replace with your URL
With xmlhttp
.Open "GET", myurl, False
.setRequestHeader , "apikey: XXXXXXXXXXXXXXXXXXXXXXX"
.send
Debug.Print .responseText
End With
End Sub
naturally have as usual error!!!
note:
refer to ;
Example request:
curl --request GET --get " --header "apikey: {YOUR_API_KEY}