Get information about Grand Exchange prices of items in OSRS
osrs_api.Rd
Use the Weird Gloop API to fetch information about Grand Exchange prices in Oldschool Runescape
Examples
# Get the latest prices of both a bucket and the abyssal whip
bucket_and_whip <- osrs_api(items = c("bucket", "Abyssal whip"), history = "latest")
# Get the entire price history of the abyssal whip
whip <- osrs_api(items = "Abyssal_whip", history = "all")