Add Geoguessr API Collection with v3 and v4 folders, environment setup, and getProfiles endpoint configuration.

This commit is contained in:
Yûki VACHOT 2025-11-29 02:52:37 +01:00
parent 283d7deee4
commit ca30297033
5 changed files with 45 additions and 16 deletions

View file

@ -0,0 +1,8 @@
meta {
name: v3
seq: 2
}
auth {
mode: inherit
}

View file

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