Api call data JSON via backend HTTP Package

Hi Everyone,

Using HTTP package and am able to make a call successfully to an API that returns a response.data JSON object. I can see the info if i call console.log(response.data) I even discovered how to retrieve the data using blaze on the front end and post.
My problem here is that I have no idea how to retrieve specific data on the back end from response.data. I can add it to a session, but how do i say something like … hey! for each value x in data.response tell me if x is greater than y …
Can someone point me in the right direction here? :smile: