Add Geoguessr API Collection updates with v3 and v4 endpoints, including new tools and deprecated endpoints reorganization.

This commit is contained in:
Yûki VACHOT 2025-11-29 03:46:18 +01:00
parent ca30297033
commit deeb2af493
39 changed files with 799 additions and 12 deletions

View file

@ -0,0 +1,22 @@
meta {
name: 22 - v3/getSocialMapsBrowsePopularRandom
type: http
seq: 22
}
get {
url: {{GEOGUESSR_API_URL}}/v3/social/maps/browse/popular/random
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}