Json feed for listing users according their badges

Hi everyone.

I’m already using Discourse for my Forum with another CMS.
I’d like to integrate Discourse feeds into my design, and I’m already using the Json feed “posts.json” which works great.

Ideally, I’d like to get the user list of my forum.
I think it would be great to be able to sort them according their badges

Example:
discourse.com/badges/2/member.json
discourse.com/badges/11/first-like.json

Is there any plan to create these json feed ?
If not, how hard would it be to create such json feeds ?

Thanks

Those should be available. Search “reverse engineer API”. Then look at the pages that get those badge data.

2 Likes

Thanks I will check that

1 Like

Here:

https://meta.discourse.org/user_badges.json?badge_id=10 

https://meta.discourse.org/user_badges.json?badge_id=10

4 Likes

Thank you! It’s exactly what I was looking for :hugs:

2 Likes