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

seasons

GET
https://randy.liub0myr.pp.ua/api/v2/info/players/{platform}/{accountID}/seasons/
general information for each season
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://randy.liub0myr.pp.ua/api/v2/info/players/epic/b04c429ab83b49919d4c7b38a6ea796b/seasons/?token='
Response Response Example
[
    {
        "season_id": 6,
        "level": 15,
        "paid_unlocked": false
    },
    {
        "season_id": 5,
        "level": 101,
        "paid_unlocked": true
    },
    {
        "season_id": 4,
        "level": 101,
        "paid_unlocked": true
    },
    {
        "season_id": 3,
        "level": 101,
        "paid_unlocked": true
    },
    {
        "season_id": 2,
        "level": 101,
        "paid_unlocked": true
    },
    {
        "season_id": 1,
        "level": 91,
        "paid_unlocked": false
    }
]

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠404Not Found
Modified at 2024-12-05 20:13:18
Previous
inventory
Next
season overview
Built with