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: 25 - DEPRECATED v4/getSeasonsActiveStats
type: http
seq: 3
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/active/stats
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 26 - DEPRECATED v4/getSeasonsPrevious
type: http
seq: 4
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/previous
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 27 - DEPRECATED v4/getSeasonsNext
type: http
seq: 5
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/next
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

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

View file

@ -0,0 +1,22 @@
meta {
name: 33 - DEPRECATED v4/getSeasonsGameBattleRoyaleCountries
type: http
seq: 7
}
get {
url: {{GEOGUESSR_API_URL}}/v4/seasons/game/BattleRoyaleCountries
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

@ -0,0 +1,22 @@
meta {
name: 34 - DEPRECATED game-server/getDuelsDuel
type: http
seq: 8
}
get {
url: {{GAME_SERVER_URL}}/duels/<duel_game_ID_here>
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

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

View file

@ -0,0 +1,22 @@
meta {
name: 8 - DEPRECATED v4/getObjectives
type: http
seq: 2
}
get {
url: {{GEOGUESSR_API_URL}}/v4/objectives
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}

View file

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