Faceit Leaderboard rank command for EU FPL

How to make a rank command for Faceit Pro League NA Leaderboard for a player?

I want to make command like this for EU FPL but i can’t. Original command is:

!addcom !rank $(eval n=decodeURIComponent("$(querystring)")||“hazed”;o="$(querystring $(urlfetch json https://api.faceit.com/leaderboard/v1/ranking/hub/748cf78c-be73-4eb9-b131-21552f2f8b75?leaderboardId=5aa0a46fc048880007748b8a&limit=50&offset=0))";t="$(querystring $(urlfetch json https://api.faceit.com/leaderboard/v1/ranking/hub/748cf78c-be73-4eb9-b131-21552f2f8b75?leaderboardId=5aa0a46fc048880007748b8a&limit=50&offset=50))";$(urlfetch json https://pastebin.com/raw/xJBXbMzu))

but i don’t know how to modify it for eu fpl: https://www.faceit.com/en/hub/74caad23-077b-4ef3-8b1d-c6a2254dfa75/FPL%20CSGO%20Europe/leaderboard/event/5ca07b6178812d0008c2c4da And do you need to modify this command for every single season? Thanks for the help already :slight_smile:

replace 748cf78c-be73-4eb9-b131-21552f2f8b75 with 74caad23-077b-4ef3-8b1d-c6a2254dfa75 and 5aa0a46fc048880007748b8a with 5ca07b6178812d0008c2c4da

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.