2024-12-24 20:05:41 -07:00
|
|
|
curl -sH "Authorization: Bearer USu4c0C0GINnehnDBOmip4ShEDIXUQ6BIO" "https://us.api.blizzard.com/profile/user/wow?namespace=profile-us&locale=en_US" | jq -r '[ .wow_accounts[0].characters[].level | select(.) ] | add / length'
|