Miscellaneous
Usage
import { miscellaneous } from "runescape-api"Functions
getAvatar(:playerName)
Retrieve a player's avatar URL
Parameter
Type
playerName
string
miscellaneous.getAvatar("Conundrum129").then(data => {
console.log(data)
})https://secure.runescape.com/m=avatar-rs/avatar.png?id=18857418getTotalUsers()
Retrieve the total registered RuneScape accounts
miscellaneous.getTotalUsers().then(data => {
console.log(data)
})278497947Last updated
Was this helpful?