É possível buscar e exibir as medalhas do Discourse em um site externo (por exemplo, WordPress)?

We are looking into the possibility of using Discourse on one of our large Wordpress membership sites.

One of the things we’re designing at the moment is a badge/gamification aspect on the main site. We’d like to somehow fetch the user’s badge status from Discourse to display this as well.

Is this achievable? Can anyone advise?

Hi,

UI routes are also JSON routes, so you can fetch your user badges from https://meta.discourse.org/u/donovan/badges.json.

Perfect. Thanks for this.