Add Geoguessr API collection with getProfiles endpoint to tools module.

This commit is contained in:
Yûki VACHOT 2025-11-29 01:25:03 +01:00
parent 328e597f48
commit 1a451f6390
2 changed files with 25 additions and 0 deletions

View file

@ -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
}