Halo 5 and Halo Wars 2 Information
Provides data for Halo 5 and Halo Wars 2, enabling custom game-related experiences using the official APIs.
import requests
url = "https://api.halo.com/v1/game/stats"
headers = {
"X-API-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)