Guild Wars 2 Game Information
The Guild Wars 2 API provides game information through various endpoints, with its main documentation found on the official wiki.
import requests
url = "https://api.guildwars2.com/v2/build"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)