UPDATE: API LIST
Most of this data is provided by the API. here I write the API ends you can use.
USER API
https://api.sandbox.game/users/username/(your TSB username)
for example
https://api.sandbox.game/users/username/biversen
or
https://api.sandbox.game/users/91d0d3f5-05d8-4139-8024-c0abc681b987
SOCIAL PROFILE INFO
https://api.sandbox.game/social/profile/37688f9c-5bb9-434a-a71a-2281d2620471 (Profie/userID)
INVENTORY
https://api.sandbox.game/assets/dashboard/inventory?creator=37688f9c-5bb9-434a-a71a-2281d2620471&userAddress=0x7a6597b5f2e66632f074368846e0df8b729f93cb&offset=0&published=true&sortBy=-created&filterType=assets&details=true&fromProfile=true&purchased=true
INVENTORY SALES
https://api.sandbox.game/assets/dashboard/inventory?page=1&limit=24&userAddress=0x7a6597b5f2e66632f074368846e0df8b729f93cb&sortBy=-created&details=true&fromProfile=true&sale=1&offset=0
INVENTORY PURCHASED
https://api.sandbox.game/assets/dashboard/inventory?page=1&limit=24&userAddress=0x7a6597b5f2e66632f074368846e0df8b729f93cb&sortBy=-created&details=true&fromProfile=true&purchased=1&offset=0
YOUR TOP EXPERIENCES
https://api.sandbox.game/lands/es/listExperiencesByIds?expIds[]=a780cef1-347a-4e6c-acd1-6194b3ecfef5&expIds[]=6e621b77-5be4-43da-8d88-f9437fe38524&expIds[]=8d802da3-11ba-4691-af16-6c4ccc2438ce
AVATARS DASHBOARD
https://api.sandbox.game/avatars/dashboard/user/37688f9c-5bb9-434a-a71a-2281d2620471
EXPERIENCES INFO
https://api.sandbox.game/lands/coordinates?coordinateX=128&coordinateY=-39&includeExperience=true&includeWallet=true
EXPERIENCE HUBS
https://api.sandbox.game/experiences/bb831f50-bc75-468d-b931-a2c9bbdf37a2/hubs/public
https://api.sandbox.game/hubs/65bac900-6596-47b2-a4ac-12f5f77302c5/experiences/2b90d025-f7f0-461e-b003-0ffad0fdc99f/pages/af681ee1-35fd-4bec-a2e1-f21a7b3c62cc
EXPERIENCE CATEGORY
https://api.sandbox.game/experience-categories/bb831f50-bc75-468d-b931-a2c9bbdf37a2
LEADERSBOARD
https://api.sandbox.game/ranking-results/bb831f50-bc75-468d-b931-a2c9bbdf37a2?includeAvatar=true&limit=100
COMMENTS
https://api.sandbox.game/experiences/bb831f50-bc75-468d-b931-a2c9bbdf37a2/comments?sort=DESC&offset=0&limit=15
EXPERIENCES ANALYTICS (DAILY INFO)
https://api.sandbox.game/experiences/7802ef51-16b4-41f9-97f3-bafdb3a8ed5d/analytics/daily-usage?sinceSkDate=20230110&untilSkDate=20250209
EXPERIENCES ANALYTICS (TOTAL INFO)
https://api.sandbox.game/experiences/7802ef51-16b4-41f9-97f3-bafdb3a8ed5d/analytics/total-usage
EXPERIENCES LIST
https://api.sandbox.game/lands/es/lands-experience-genres-paged?page=1&limit=15 (Change Page and Limit Number)
https://api.sandbox.game/lands/es/map-list/1?sortBy=featured (featured,trending,topRated,new)
EXPERIENCE IN CATEGORY LIST
https://api.sandbox.game/lands/es/map-list/1?sortBy=topRated&category=7&status[]=live&limit=500 (Change Category Number and Limit)
ALL CATEGORY / THEME GENRE LIST
https://api.sandbox.game/experience-categories/list
EXPERIENCE ON MAP INFO
https://api.sandbox.game/lands/coordinates?coordinateX=62&coordinateY=154&includeExperience=true&includeWallet=true
SOCIAL EVENT CATEGORIES
https://api.sandbox.game/social-events/categories
SOCIAL EVENT BANNER CONTENT
https://api.sandbox.game/social-events?bannerVisualization[]=events&priority=true&available=true&upcoming=true&past=true&limit=10&offset=0
SOCIAL EVENT PROGRESS
https://api.sandbox.game/social-events/list-progress?available=true&past=true&limit=10&offset=0
SOCIAL EVENT EXPERIENCE QUESTS INFO
https://api.sandbox.game/experiences/social-event/487/user-data?filter=all
Using these API ends, you can provide data to any page you make. These are the API ends used by the TSB official website.
Send requests to the system periodically instead of instantaneously, e.g. once a day for the analytics area or 15-20 minute intervals for the leaderboard.
The reason is that if you send too many requests to the system, it may detect you as an attack and block you.