Fetch cosmetic information from a user profile.

get_profile_items(
  steamid,
  language = "english",
  status = c("owned", "equipped")
)

get_equipped_profile_items(steamid, language = "english")

get_profile_reactions(steamid)

get_profile_avatar(steamid, language = "english")

get_profile_frame(steamid, language = "english")

get_profile_background(steamid, language = "english")

get_profile_mini_background(steamid, language = "english")

get_profile_badges(steamid)

get_profile_themes()

get_profile_customization(
  steamid,
  include_inactive = FALSE,
  include_purchased = FALSE
)

Arguments

steamid

SteamID of a user. The SteamID must be in a format that can be converted by convert_steamid. This includes vanity, Steam64, Steam2, and Steam3 IDs.