fetchLeaderboard

open suspend fun fetchLeaderboard(world: String, rotation: Int? = null, page: Int = 1): TibiaResponse<Leaderboard?>(source)

Fetches the Tibia Drome leaderboards for a world.

If the world does not exist, the leaderboards will be null.

Parameters

rotation

The rotation number to see. Tibia.com only allows viewing the current and last rotations. Any other value takes you to the current leaderboard.