The API call https://api.weather.gov/gridpoints/PHI/47,71/forecast/hourly will return the JSON file right from one’s browser bar.
However, when I use the REST Web Service node GET Request, it returns the following;
test-API.knwf (7.2 KB)
How can I obtain and parse the full JSON message?