The Torch API is an extension that allows you to retrieve users and projects from CodeTorch. Inside, you’ll find seven blocks.
The first block is about users. You can look up information fetch as a user’s username, display name, follower count, and more.
The second block is about projects. You can look up information fetch as a project’s title, likes, whether comments are disabled, and more.
The third block is about posts. You can look up information fetch as a post's author, likes, reposts, and more.
The fourth block is about custom achievements. You can look up information fetch as a custom achievement's name, description, icon, and more. If you do not enter a custom achievement ID, all custom achievement IDs in the project will be output as an array.
The fifth block is about collections. You can look up information fetch as a collection's name, and thumbnail.
The sixth block is about leaderboard. You can look up information fetch as top of the leaderboard, followers, and more.
The seventh block is about available usernames. You can check whether a specific username is available.
If there is anything you would like to add, please let me know! as for the discussion and trend, since the API itself is already known, we will add the block at some point.
feels like over half this script is just about how the blocks look and what text is written on them