Randy
  1. games
Randy
  • en
    • About API
    • Update log
    • /api/v2/info
      • games
        • session info
      • players
        • {platform}
          • {accountID}
            • save account
            • overview
            • party
            • inventory
            • seasons
            • season overview
            • profile_id
  • uk
    • Про API
    • Журнал оновлень
    • /api/v2/info
      • games
        • інформація про гру
          GET
      • players
        • {platform}
          • {accountID}
            • зберегти акаунт
            • загальний огляд
            • паті гравця
            • інвентар
            • огляд сезонів
            • статистика сезону
            • отримати profile_id
  1. games

інформація про гру

GET
https://randy.liub0myr.pp.ua/api/v2/info/games/{gameID}
інформація про режим гри, місію та її модифікатори, а також про кожного гравця
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/games/tV4IEb2e?token='
Response Response Example
{
    "id": "q6IKfOSz",
    "game_mode": "pve",
    "mission": "nl_hecatomb",
    "mission_modifiers": [],
    "max_players_count": 3,
    "master_id": 0,
    "players": [
        {
            "profile_id": 1509082,
            "skill": 12,
            "team": "Players",
            "status": "ACTIVE",
            "party_id": "ufMGe3V5AG"
        },
        {
            "profile_id": 1508494,
            "skill": 12,
            "team": "Players",
            "status": "ACTIVE",
            "party_id": "ufMGe3V5AG"
        },
        {
            "profile_id": 395106,
            "skill": 12,
            "team": "Players",
            "status": "ACTIVE",
            "party_id": ""
        }
    ],
    "territory": "fleetiq-eu-central-1",
    "ranked": false
}

Request

Path Params

Query Params

Responses

🟢200OK
application/json
Body

🟠404Not Found
Modified at 2024-11-30 04:17:52
Previous
Журнал оновлень
Next
зберегти акаунт
Built with