IMPORTANT UPDATE: Please update your link from badges.joonhyung.xyz to badges.riever.dev.
A simple GitHub-style badge for your competitive programming profile
Currently supports:
The basic endpoint is https://badges.riever.dev/[platform]/[handle].svg.
[](https://codeforces.com/profile/jo_on)
[](https://www.topcoder.com/members/homology)
[](https://atcoder.jp/users/topology)
You can also further customize your badges using query strings. The following options are supported:
left_text: the text to appear in the left part of the badge; defaults to the name of the platformright_text: the text to appear in the right part of the badge; defaults to your ratingleft_link: the URL to be redirected when the left-hand text is clicked; defaults to the URL of the platform (meaningless if used in GitHub profile)right_link: the URL to be redirected when the left-hand text is clicked; defaults to the URL of your profile of the platformwhole_link: ifleft_linkandright_linkare not set, the URL to be redirected when the badge is clickedlogo: The base64 or URL of the image; defaults to the logo of the platformleft_color: the background color of the left part of the badge; defaults to #555right_color: the background color of the right part of the badge; defaults to the color corresponding to your ratingwhole_title: the title attribute of the entire badgeleft_title: the title attribute of the left part of the badgeright_title: the title attribute of the right part of the badgeid_suffix: the suffix of the id attributes of the elements of the badge
An example:
[](https://atcoder.jp/users/tourist)
For more details on these options, see Google pybadges. Also, please note that some options are meaningless if used in GitHub profile (e.g. left_link, right_link, ...).
- The server caches some data for better performance, so it may take up to 5 minutes to reflect your rating changes.