Commentary data retrieval from the API

I have just found my solution and I’m kicking myself. I was using the pprint() function on the response to make my observation information readable, but it also removes about 95% of the information retrieved. Just need to use the get_observations() method and it has all the info.