is there a way to filter responses from API calls server side

For example if i make a call to api.ashx/v2/blogs/posts.json I get a response back with all the blogposts as expected. But within each blogpost it also contains info on the parent blog and info on the parent group. I was wondering if it was possible to filter this response from the call I make to remove these two sections?

Thanks