Hi @DannyPancratz so two places I do know its available is via the API in this call: https://api2-us-west-2.insided.com/docs/user/#operation/list
Example response looks like:
{
"totalItems": "1",
"results": "{
"id": "1",
"title": "Ready to mingle",
"description": "Thanks for being so active around here! :) We hope that you keep inSpiring others with your replies!",
"enableBadgeRules": "false",
"image": "https://uploads-us-west-2.insided.com/gainsight-us/attachment/a1993b51-8a7b-4e89-921a-bef62a5be588.svg",
"thumbImage": "https://uploads-us-west-2.insided.com/gainsight-us/attachment/a1993b51-8a7b-4e89-921a-bef62a5be588_thumb.svg"
}]
}
Also this page has the descriptions of the badges too as well as who earned them and when: https://community.insided.com/badges
Hope this helps!