diff --git a/tools/bruno/Geoguessr API Collection/bruno.json b/tools/bruno/Geoguessr API Collection/bruno.json new file mode 100644 index 0000000..0a74532 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Geoguessr MCP Server", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/tools/bruno/Geoguessr API Collection/getProfiles.bru b/tools/bruno/Geoguessr API Collection/getProfiles.bru new file mode 100644 index 0000000..47bdff4 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/getProfiles.bru @@ -0,0 +1,16 @@ +meta { + name: getProfiles + type: http + seq: 1 +} + +get { + url: https://www.geoguessr.com/api/v3/profiles + body: none + auth: inherit +} + +settings { + encodeUrl: true + timeout: 0 +}