모든 사용자의 배지 전체 목록 가져오기

I need to do something similar to the /user_badges/{user} endpoint, but I would like to retrieve the badges from all users at once. I could make a request for each user, but I don’t think this solution would scale with a large amount of users.

Is there a plugin or some other way to get a list with all users and their granted badges using the Discourse API? Couldn’t find a way out of the box.

I think this will do what you want: How to run Data Explorer queries with the Discourse API