Is it possible to pull forum posts and their replies together from the API?

I know I can pull the original forum questions: List Forum Thread REST Endpoint 
And I can pull replies for a specified forum thread: List Forum Reply REST Endpoint 


However with over a thousand threads to be exported, it would be ideal if there was an endpoint that would provide forum posts along with their replies in bulk. Is there a way to do this?