API를 통해 사용자의 좋아요 수를 가져올 수 있나요?

Hello,

I’ve been messing around with the discourse API. I use the “JSON API” (https://meta.discourse.org/u/riversiderocks.json). Is there a way to get the total number of likes a user has from this file? I look but I can see no such thing.

Try https://meta.discourse.org/u/riversiderocks/summary.json

You should find user_summary.likes_given and user_summary.likes_received

Thanks, that seems to do the trick!