{"version":"1.7.42","tabs":[{"endpoint":"https://haloapi.dev/api/graphql","query":"# Welcome to the Halo GraphQL API.\n# ------------------------------------------------\n#\n# Below are two examples queries that show how to\n# get a player's service record and recent matches.\n#\n# Readme: https://github.com/TimMikeladze/haloapi.dev\n# ------------------------------------------------\n#\n# New to GraphQL?\n# Get started: https://graphql.org/learn/\n# Level up: https://www.howtographql.com/\n# ------------------------------------------------\n\nquery MultiplayerOverview {\n multiplayerServiceRecord(\n gamertag: \"Tim the BusStop\"\n filter: matchmade_pvp\n ) {\n data {\n matches_played\n win_rate\n time_played {\n human\n }\n core {\n kda\n kdr\n }\n }\n }\n\n matches(gamertag: \"Tim the BusStop\", limit: { offset: 0, count: 2 }) {\n data {\n id\n played_at\n player {\n rank\n outcome\n }\n details {\n map {\n name\n }\n }\n }\n }\n}"}],"canSaveConfig":false}