How to get number of posts in a large number of topics?

From the API, what is the best way to get the number of posts in a large number (a couple hundred) of specific topics?

Of course, we could make repeated calls to the API for each post, but that will be slow and run up against API throttling. Is there a way to do this a single API call?

It’s either one call per topic or creating a Data Explorer query so you can get all in a single API call.

5 Likes