-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public API #17
Comments
+1 |
* Feature: Moderation (RiiConnect24#9) (RiiConnect24#10) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * feature: Added game leaderboard - showing the #1 for all games * refactor: Rewrote most of the game leaderboard code * Rebase: Master -> Game Leaderboards (RiiConnect24#16) * Feature: Moderation (RiiConnect24#9) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * Feature: Full-Site Multilanguage support (RiiConnect24#13) * Feature: Moderation (RiiConnect24#9) (RiiConnect24#12) * feature: Added banning, and, forced hidden button * feature: Added hiding and shadow hiding users * feature: Added badges to user profile * feature: Added hiding from the front page when hidden * fix: Fixed code related to front page hiding * feature: Began adding the framework for multi-language support * feature: Full localization support and all pages and nav bars * Refactor: SQL optimization (RiiConnect24#15) * refactor: Began merging sql requests and grouping private keys * refactor: User page SQL code refactor and multi-game support * refactor: User edit page SQL optimized * refactor: Optimized SQL for edit page * feature: Added clicking to go to profile and localizations
The API blocks requests from my github, if you want to know your api link, it is: https://tag.rc24.xyz/api/user/<discord_id> E.g. My API link is: https://tag.rc24.xyz/api/user/789872551731527690 |
Keep in mind that this is not a public API and should not be used. It's strictly internal, an implementation detail from Next.js. I'm no longer working on RiiTag and it will be replaced in the near future so you should ask the WiiLink guys if they intend to make a public API for their replacement service. |
I don't know how to contact them, this is the right repo, right? |
It's the repo for the current site, yes. I don't know if any of them reads here. You could also try their Discord. |
There should be a public API where developers can read the tag info in a machine-readable format. This should be read-only for now, maybe with support for API keys so bots can't scrape just every user. I'm currently deciding on the data structure:
Example data structure
Undecided if I should also include the URLs to the assets (e.g. backgrounds, overlays, etc.) directly, but I think it's unnecessary.
The text was updated successfully, but these errors were encountered: