Hello im trying to learn inventor and I've been following some tutorials online. Currently im working on pullung json files off of websites. I was originally making a weather app however the site will not return data. So, I have been troubleshooting trying to figure it out and I found another site to use, and it actually returned the data so what's the difference and why can i not pull from the one site, but I can from the other?
The site I want to use to pull data - https://forecast.weather.gov/MapClick.php?lat=40.4406&lon=-79.9958&FcstType=json
The site that will actually work and send json data - https://transport.data.gouv.fr/gbfs/vcub/station_information.json
I notice the format for the information on each page is different not sure if its something to do with that or what here is my code blocks in inventor. I had more functionality in the program but I backed up and made it simpler in order to solve the no return data on one site problem. Thank you for any help!