Getting started with Clash of Clans API
Go to https://developer.clashofclans.com/. Register and set up your token.
Demo 01 : Getting data from Clash of Clans API source in action
  1. Replace <CLANTAG> with your clan tag. Find this in game on your clan screen.
  2. Replace <APITOKEN> with with your API token.
  3. $url can be any of the urls specified by API documentation.
  4. More reading on: curl_init, curl_setopt, curl_exec, json_decode
Demo 02 : Displaying the data source in action
  1. Remove php header function as we are now using HTML to set the charset
  2. Remove var_dump function as we are now using HTML to display the results
  3. Add a way to display any error with fetching data from API
  4. Add the clan name to the <title> tag
  5. Add the clan data (as defined in $data variable) to a set <table>
  6. Loop through the member list (as defined by $members) and add to <tr> tag within a <table> for members of the clan
  7. More reading on: php arrays, isset, echo, foreach, HTML5
Demo 03 : Fixing the display source in action
...
array(25) {
  ["tag"]=>
  string(9) "#QP9LGP09"
  ["name"]=>
  string(15) "Zoos ⚡️ PWK"
  ["type"]=>
  string(10) "inviteOnly"
  ["description"]=>
  string(244) "𝙁𝙧𝙚𝙚 𝙋𝙖𝙡𝙚𝙨𝙩𝙞𝙣𝙚 🇵🇸 𝙎𝘼𝙑𝙀 𝙂𝘼𝙕𝘼 💙✌🏻                                                  ♦️YT : Daksh RoR CoC  ♦️ line / Dc : vansh216   ♦️Clan_zoos♦️Purwoketo"
  ["location"]=>
  array(4) {
    ["id"]=>
    int(32000114)
    ["name"]=>
    string(9) "Indonesia"
    ["isCountry"]=>
    bool(true)
    ["countryCode"]=>
    string(2) "ID"
  }
  ["isFamilyFriendly"]=>
  bool(false)
  ["badgeUrls"]=>
  array(3) {
    ["small"]=>
    string(93) "https://api-assets.clashofclans.com/badges/70/07JYxvVcZaGRhiWc3J1at3yniTZnbSamAaBEPzEohBg.png"
    ["large"]=>
    string(94) "https://api-assets.clashofclans.com/badges/512/07JYxvVcZaGRhiWc3J1at3yniTZnbSamAaBEPzEohBg.png"
    ["medium"]=>
    string(94) "https://api-assets.clashofclans.com/badges/200/07JYxvVcZaGRhiWc3J1at3yniTZnbSamAaBEPzEohBg.png"
  }
  ["clanLevel"]=>
  int(21)
  ["clanPoints"]=>
  int(61512)
  ["clanBuilderBasePoints"]=>
  int(40837)
  ["clanCapitalPoints"]=>
  int(52)
  ["capitalLeague"]=>
  array(2) {
    ["id"]=>
    int(85000000)
    ["name"]=>
    string(8) "Unranked"
  }
  ["requiredTrophies"]=>
  int(5500)
  ["warFrequency"]=>
  string(6) "always"
  ["warWinStreak"]=>
  int(5)
  ["warWins"]=>
  int(505)
  ["isWarLogPublic"]=>
  bool(false)
  ["warLeague"]=>
  array(2) {
    ["id"]=>
    int(48000010)
    ["name"]=>
    string(18) "Crystal League III"
  }
  ["members"]=>
  int(50)
  ["memberList"]=>
  array(50) {
    [0]=>
    array(14) {
      ["tag"]=>
      string(9) "#LR82GYQJ"
      ["name"]=>
      string(10) "NAVI Klaus"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(263)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6275)
      ["builderBaseTrophies"]=>
      int(2651)
      ["clanRank"]=>
      int(1)
      ["previousClanRank"]=>
      int(1)
      ["donations"]=>
      int(10)
      ["donationsReceived"]=>
      int(482)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000049)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000067)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000023)
        ["name"]=>
        string(15) "Iron League III"
      }
    }
    [1]=>
    array(13) {
      ["tag"]=>
      string(10) "#28QL0QJQG"
      ["name"]=>
      string(10) "RGE Damian"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(260)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6259)
      ["builderBaseTrophies"]=>
      int(3800)
      ["clanRank"]=>
      int(2)
      ["previousClanRank"]=>
      int(22)
      ["donations"]=>
      int(144)
      ["donationsReceived"]=>
      int(1670)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000029)
        ["name"]=>
        string(19) "Titanium League III"
      }
    }
    [2]=>
    array(13) {
      ["tag"]=>
      string(9) "#9LCULRUY"
      ["name"]=>
      string(2) "dP"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(250)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6255)
      ["builderBaseTrophies"]=>
      int(4266)
      ["clanRank"]=>
      int(3)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(0)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000031)
        ["name"]=>
        string(17) "Titanium League I"
      }
    }
    [3]=>
    array(13) {
      ["tag"]=>
      string(9) "#PY9UGL9L"
      ["name"]=>
      string(7) "Stephan"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(271)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6252)
      ["builderBaseTrophies"]=>
      int(4260)
      ["clanRank"]=>
      int(4)
      ["previousClanRank"]=>
      int(41)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(454)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000031)
        ["name"]=>
        string(17) "Titanium League I"
      }
    }
    [4]=>
    array(14) {
      ["tag"]=>
      string(10) "#LGJUY8909"
      ["name"]=>
      string(6) "Imraan"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(224)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6244)
      ["builderBaseTrophies"]=>
      int(2410)
      ["clanRank"]=>
      int(5)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(53)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000009)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
    [5]=>
    array(13) {
      ["tag"]=>
      string(8) "#PPCRRR0"
      ["name"]=>
      string(9) "NAVI GAKU"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(257)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6219)
      ["builderBaseTrophies"]=>
      int(3108)
      ["clanRank"]=>
      int(6)
      ["previousClanRank"]=>
      int(17)
      ["donations"]=>
      int(185)
      ["donationsReceived"]=>
      int(1556)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000025)
        ["name"]=>
        string(13) "Iron League I"
      }
    }
    [6]=>
    array(13) {
      ["tag"]=>
      string(9) "#9U9V80U2"
      ["name"]=>
      string(19) "OL Kieran❤️GAKU"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(238)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6208)
      ["builderBaseTrophies"]=>
      int(2517)
      ["clanRank"]=>
      int(7)
      ["previousClanRank"]=>
      int(34)
      ["donations"]=>
      int(62)
      ["donationsReceived"]=>
      int(1498)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
    [7]=>
    array(13) {
      ["tag"]=>
      string(8) "#CPLUCQ8"
      ["name"]=>
      string(15) "GAKU❤️Vansh"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(246)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6208)
      ["builderBaseTrophies"]=>
      int(2859)
      ["clanRank"]=>
      int(8)
      ["previousClanRank"]=>
      int(13)
      ["donations"]=>
      int(121)
      ["donationsReceived"]=>
      int(1452)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [8]=>
    array(14) {
      ["tag"]=>
      string(10) "#8QUGRGQ2Q"
      ["name"]=>
      string(5) "Spizz"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(245)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6203)
      ["builderBaseTrophies"]=>
      int(4650)
      ["clanRank"]=>
      int(9)
      ["previousClanRank"]=>
      int(21)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(1715)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000055)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000046)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000068)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000033)
        ["name"]=>
        string(18) "Platinum League II"
      }
    }
    [9]=>
    array(14) {
      ["tag"]=>
      string(10) "#2Y2L9YGL2"
      ["name"]=>
      string(6) "Lalo23"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(261)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6202)
      ["builderBaseTrophies"]=>
      int(3624)
      ["clanRank"]=>
      int(10)
      ["previousClanRank"]=>
      int(14)
      ["donations"]=>
      int(271)
      ["donationsReceived"]=>
      int(468)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000082)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000028)
        ["name"]=>
        string(14) "Steel League I"
      }
    }
    [10]=>
    array(13) {
      ["tag"]=>
      string(10) "#PQ08CCPP2"
      ["name"]=>
      string(8) "Phtephan"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(234)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6191)
      ["builderBaseTrophies"]=>
      int(2560)
      ["clanRank"]=>
      int(11)
      ["previousClanRank"]=>
      int(26)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(474)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
    [11]=>
    array(13) {
      ["tag"]=>
      string(9) "#RY08JJYL"
      ["name"]=>
      string(18) "William♥️Vansh"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(233)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6187)
      ["builderBaseTrophies"]=>
      int(2568)
      ["clanRank"]=>
      int(12)
      ["previousClanRank"]=>
      int(37)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(506)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
    [12]=>
    array(13) {
      ["tag"]=>
      string(10) "#P0PYPP8P0"
      ["name"]=>
      string(15) "Klaus♠️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(235)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6186)
      ["builderBaseTrophies"]=>
      int(2832)
      ["clanRank"]=>
      int(13)
      ["previousClanRank"]=>
      int(3)
      ["donations"]=>
      int(2)
      ["donationsReceived"]=>
      int(715)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [13]=>
    array(14) {
      ["tag"]=>
      string(9) "#RYL89PVR"
      ["name"]=>
      string(7) "Riqirez"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(263)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6165)
      ["builderBaseTrophies"]=>
      int(2880)
      ["clanRank"]=>
      int(14)
      ["previousClanRank"]=>
      int(19)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(424)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000001)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000053)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000059)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [14]=>
    array(14) {
      ["tag"]=>
      string(9) "#Y0GPGPRP"
      ["name"]=>
      string(6) "Jojo23"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(264)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6164)
      ["builderBaseTrophies"]=>
      int(3434)
      ["clanRank"]=>
      int(15)
      ["previousClanRank"]=>
      int(33)
      ["donations"]=>
      int(53)
      ["donationsReceived"]=>
      int(634)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000087)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [15]=>
    array(14) {
      ["tag"]=>
      string(10) "#202QV9J92"
      ["name"]=>
      string(11) "TownHall.DP"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(250)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6154)
      ["builderBaseTrophies"]=>
      int(2993)
      ["clanRank"]=>
      int(16)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(0)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000001)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000049)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000046)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000064)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [16]=>
    array(13) {
      ["tag"]=>
      string(9) "#VGP8QQUL"
      ["name"]=>
      string(14) "Jojo❤️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(227)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6153)
      ["builderBaseTrophies"]=>
      int(2847)
      ["clanRank"]=>
      int(17)
      ["previousClanRank"]=>
      int(36)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(400)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [17]=>
    array(14) {
      ["tag"]=>
      string(9) "#2UVQ0CR8"
      ["name"]=>
      string(15) "CH❤️Qureshi"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(252)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6148)
      ["builderBaseTrophies"]=>
      int(3909)
      ["clanRank"]=>
      int(18)
      ["previousClanRank"]=>
      int(38)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(1842)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000055)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000082)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000029)
        ["name"]=>
        string(19) "Titanium League III"
      }
    }
    [18]=>
    array(13) {
      ["tag"]=>
      string(10) "#8GG89CJCL"
      ["name"]=>
      string(15) "[NA] Sát Thủ"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(263)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6131)
      ["builderBaseTrophies"]=>
      int(3007)
      ["clanRank"]=>
      int(19)
      ["previousClanRank"]=>
      int(42)
      ["donations"]=>
      int(50)
      ["donationsReceived"]=>
      int(2303)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000025)
        ["name"]=>
        string(13) "Iron League I"
      }
    }
    [19]=>
    array(13) {
      ["tag"]=>
      string(9) "#GYQ9CPRP"
      ["name"]=>
      string(14) "GAKU❤️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(253)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6130)
      ["builderBaseTrophies"]=>
      int(3685)
      ["clanRank"]=>
      int(20)
      ["previousClanRank"]=>
      int(12)
      ["donations"]=>
      int(60)
      ["donationsReceived"]=>
      int(1399)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000028)
        ["name"]=>
        string(14) "Steel League I"
      }
    }
    [20]=>
    array(13) {
      ["tag"]=>
      string(9) "#UQV9982J"
      ["name"]=>
      string(15) "Klaus♦️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(249)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6119)
      ["builderBaseTrophies"]=>
      int(3272)
      ["clanRank"]=>
      int(21)
      ["previousClanRank"]=>
      int(10)
      ["donations"]=>
      int(6)
      ["donationsReceived"]=>
      int(632)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000026)
        ["name"]=>
        string(16) "Steel League III"
      }
    }
    [21]=>
    array(14) {
      ["tag"]=>
      string(9) "#UV99PCVJ"
      ["name"]=>
      string(2) "DP"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(259)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6113)
      ["builderBaseTrophies"]=>
      int(4717)
      ["clanRank"]=>
      int(22)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(0)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000082)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000033)
        ["name"]=>
        string(18) "Platinum League II"
      }
    }
    [22]=>
    array(14) {
      ["tag"]=>
      string(9) "#JULGC2CV"
      ["name"]=>
      string(9) "Maziar-TK"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(250)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6110)
      ["builderBaseTrophies"]=>
      int(3437)
      ["clanRank"]=>
      int(23)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(53)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000004)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000079)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000114)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000115)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [23]=>
    array(14) {
      ["tag"]=>
      string(10) "#LUJJQCJ0C"
      ["name"]=>
      string(15) "Rula❤️Daksh"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(208)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6110)
      ["builderBaseTrophies"]=>
      int(2335)
      ["clanRank"]=>
      int(24)
      ["previousClanRank"]=>
      int(11)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(401)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000049)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000010)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000062)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000021)
        ["name"]=>
        string(15) "Brass League II"
      }
    }
    [24]=>
    array(14) {
      ["tag"]=>
      string(10) "#2QQVPPLUV"
      ["name"]=>
      string(9) "Code:GAKU"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(223)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6105)
      ["builderBaseTrophies"]=>
      int(2833)
      ["clanRank"]=>
      int(25)
      ["previousClanRank"]=>
      int(20)
      ["donations"]=>
      int(30)
      ["donationsReceived"]=>
      int(1340)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000031)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [25]=>
    array(13) {
      ["tag"]=>
      string(10) "#29P9PV92J"
      ["name"]=>
      string(15) "Klaus♣️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(256)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6104)
      ["builderBaseTrophies"]=>
      int(2117)
      ["clanRank"]=>
      int(26)
      ["previousClanRank"]=>
      int(7)
      ["donations"]=>
      int(153)
      ["donationsReceived"]=>
      int(1033)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000020)
        ["name"]=>
        string(16) "Brass League III"
      }
    }
    [26]=>
    array(14) {
      ["tag"]=>
      string(9) "#GULCCJC8"
      ["name"]=>
      string(24) "「WW」Baby Em✨✨✨"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(247)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6098)
      ["builderBaseTrophies"]=>
      int(2447)
      ["clanRank"]=>
      int(27)
      ["previousClanRank"]=>
      int(30)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(4229)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000049)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000064)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
    [27]=>
    array(14) {
      ["tag"]=>
      string(10) "#20UPYQYRG"
      ["name"]=>
      string(12) "TownHall.No1"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(270)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6097)
      ["builderBaseTrophies"]=>
      int(4317)
      ["clanRank"]=>
      int(28)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(0)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000000)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000048)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000046)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000031)
        ["name"]=>
        string(17) "Titanium League I"
      }
    }
    [28]=>
    array(13) {
      ["tag"]=>
      string(10) "#80PVUUUY9"
      ["name"]=>
      string(15) "Klaus♥️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(253)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6095)
      ["builderBaseTrophies"]=>
      int(3056)
      ["clanRank"]=>
      int(29)
      ["previousClanRank"]=>
      int(4)
      ["donations"]=>
      int(51)
      ["donationsReceived"]=>
      int(768)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000025)
        ["name"]=>
        string(13) "Iron League I"
      }
    }
    [29]=>
    array(14) {
      ["tag"]=>
      string(10) "#2980VUC9J"
      ["name"]=>
      string(13) "猛犸Mammuth"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(257)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6090)
      ["builderBaseTrophies"]=>
      int(4561)
      ["clanRank"]=>
      int(30)
      ["previousClanRank"]=>
      int(8)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(212)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000004)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000054)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000029)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000063)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000032)
        ["name"]=>
        string(19) "Platinum League III"
      }
    }
    [30]=>
    array(14) {
      ["tag"]=>
      string(9) "#C099L82Y"
      ["name"]=>
      string(18) "Thomas ♥️ Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(255)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6084)
      ["builderBaseTrophies"]=>
      int(3555)
      ["clanRank"]=>
      int(31)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(53)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000001)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000068)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [31]=>
    array(13) {
      ["tag"]=>
      string(9) "#9C9Q0J0R"
      ["name"]=>
      string(13) "Vet⚡️Milt"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(247)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6078)
      ["builderBaseTrophies"]=>
      int(4402)
      ["clanRank"]=>
      int(32)
      ["previousClanRank"]=>
      int(43)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(496)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000032)
        ["name"]=>
        string(19) "Platinum League III"
      }
    }
    [32]=>
    array(14) {
      ["tag"]=>
      string(9) "#Y8JR0PCR"
      ["name"]=>
      string(10) "[VAD] Hawk"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(260)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6066)
      ["builderBaseTrophies"]=>
      int(3515)
      ["clanRank"]=>
      int(33)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(83)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000004)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000054)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000042)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000060)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [33]=>
    array(13) {
      ["tag"]=>
      string(9) "#RUU8GCVP"
      ["name"]=>
      string(15) "Klaus❄️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(233)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6029)
      ["builderBaseTrophies"]=>
      int(3295)
      ["clanRank"]=>
      int(34)
      ["previousClanRank"]=>
      int(15)
      ["donations"]=>
      int(53)
      ["donationsReceived"]=>
      int(717)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000026)
        ["name"]=>
        string(16) "Steel League III"
      }
    }
    [34]=>
    array(14) {
      ["tag"]=>
      string(9) "#QLU8RV9J"
      ["name"]=>
      string(14) "Mamm❤️Rula"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(240)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6029)
      ["builderBaseTrophies"]=>
      int(3116)
      ["clanRank"]=>
      int(35)
      ["previousClanRank"]=>
      int(16)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(212)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000025)
        ["name"]=>
        string(13) "Iron League I"
      }
    }
    [35]=>
    array(13) {
      ["tag"]=>
      string(9) "#V9P9LCLP"
      ["name"]=>
      string(10) "NAVI STARs"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(258)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(6017)
      ["builderBaseTrophies"]=>
      int(4894)
      ["clanRank"]=>
      int(36)
      ["previousClanRank"]=>
      int(2)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(489)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000034)
        ["name"]=>
        string(17) "Platinum League I"
      }
    }
    [36]=>
    array(14) {
      ["tag"]=>
      string(10) "#LUGVYY22J"
      ["name"]=>
      string(18) "MĪLT⚡️VánŚh"
      ["role"]=>
      string(8) "coLeader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(217)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5978)
      ["builderBaseTrophies"]=>
      int(2825)
      ["clanRank"]=>
      int(37)
      ["previousClanRank"]=>
      int(25)
      ["donations"]=>
      int(0)
      ["donationsReceived"]=>
      int(1727)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000024)
        ["name"]=>
        string(14) "Iron League II"
      }
    }
    [37]=>
    array(13) {
      ["tag"]=>
      string(10) "#LRL98VCJU"
      ["name"]=>
      string(14) "Rula⚡️MILT"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(220)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5976)
      ["builderBaseTrophies"]=>
      int(3146)
      ["clanRank"]=>
      int(38)
      ["previousClanRank"]=>
      int(32)
      ["donations"]=>
      int(35)
      ["donationsReceived"]=>
      int(212)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000025)
        ["name"]=>
        string(13) "Iron League I"
      }
    }
    [38]=>
    array(13) {
      ["tag"]=>
      string(8) "#88PJPQU"
      ["name"]=>
      string(30) "☆★☆★☆★☆★☆★"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(244)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5969)
      ["builderBaseTrophies"]=>
      int(4959)
      ["clanRank"]=>
      int(39)
      ["previousClanRank"]=>
      int(24)
      ["donations"]=>
      int(171)
      ["donationsReceived"]=>
      int(2438)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000034)
        ["name"]=>
        string(17) "Platinum League I"
      }
    }
    [39]=>
    array(13) {
      ["tag"]=>
      string(10) "#2GYYUU8RV"
      ["name"]=>
      string(18) "☆★☆★☆★"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(246)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5965)
      ["builderBaseTrophies"]=>
      int(3455)
      ["clanRank"]=>
      int(40)
      ["previousClanRank"]=>
      int(5)
      ["donations"]=>
      int(208)
      ["donationsReceived"]=>
      int(2546)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [40]=>
    array(13) {
      ["tag"]=>
      string(9) "#90P22YQU"
      ["name"]=>
      string(24) "☆★☆★☆★☆★"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(240)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5906)
      ["builderBaseTrophies"]=>
      int(3774)
      ["clanRank"]=>
      int(41)
      ["previousClanRank"]=>
      int(23)
      ["donations"]=>
      int(289)
      ["donationsReceived"]=>
      int(2323)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000028)
        ["name"]=>
        string(14) "Steel League I"
      }
    }
    [41]=>
    array(14) {
      ["tag"]=>
      string(9) "#YRUV929V"
      ["name"]=>
      string(13) "MUHAMMAD_1972"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(275)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5899)
      ["builderBaseTrophies"]=>
      int(4600)
      ["clanRank"]=>
      int(42)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(1588)
      ["donationsReceived"]=>
      int(265)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000055)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000058)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000033)
        ["name"]=>
        string(18) "Platinum League II"
      }
    }
    [42]=>
    array(13) {
      ["tag"]=>
      string(10) "#8CVLGPPUC"
      ["name"]=>
      string(27) "☆★☆★☆★☆★☆"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(242)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5887)
      ["builderBaseTrophies"]=>
      int(3874)
      ["clanRank"]=>
      int(43)
      ["previousClanRank"]=>
      int(27)
      ["donations"]=>
      int(71)
      ["donationsReceived"]=>
      int(2367)
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000029)
        ["name"]=>
        string(19) "Titanium League III"
      }
    }
    [43]=>
    array(14) {
      ["tag"]=>
      string(9) "#UJRCRGQG"
      ["name"]=>
      string(6) "Qiana."
      ["role"]=>
      string(8) "coLeader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(275)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5833)
      ["builderBaseTrophies"]=>
      int(4830)
      ["clanRank"]=>
      int(44)
      ["previousClanRank"]=>
      int(45)
      ["donations"]=>
      int(43055)
      ["donationsReceived"]=>
      int(8336)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000001)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000034)
        ["name"]=>
        string(17) "Platinum League I"
      }
    }
    [44]=>
    array(14) {
      ["tag"]=>
      string(9) "#Y0QJR2VJ"
      ["name"]=>
      string(21) "☆★☆★☆★☆"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(252)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5813)
      ["builderBaseTrophies"]=>
      int(3495)
      ["clanRank"]=>
      int(45)
      ["previousClanRank"]=>
      int(40)
      ["donations"]=>
      int(508)
      ["donationsReceived"]=>
      int(2484)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000032)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [45]=>
    array(14) {
      ["tag"]=>
      string(9) "#R09R02V2"
      ["name"]=>
      string(17) "ZoosLL❤️Candz"
      ["role"]=>
      string(8) "coLeader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(456)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5499)
      ["builderBaseTrophies"]=>
      int(3486)
      ["clanRank"]=>
      int(46)
      ["previousClanRank"]=>
      int(47)
      ["donations"]=>
      int(20776)
      ["donationsReceived"]=>
      int(4357)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000049)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000017)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000061)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000027)
        ["name"]=>
        string(15) "Steel League II"
      }
    }
    [46]=>
    array(14) {
      ["tag"]=>
      string(10) "#2GRYGUJJU"
      ["name"]=>
      string(17) "Rino ♥️ Yasna"
      ["role"]=>
      string(8) "coLeader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(266)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5474)
      ["builderBaseTrophies"]=>
      int(4921)
      ["clanRank"]=>
      int(47)
      ["previousClanRank"]=>
      int(46)
      ["donations"]=>
      int(866)
      ["donationsReceived"]=>
      int(83)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000004)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000081)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000066)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000034)
        ["name"]=>
        string(17) "Platinum League I"
      }
    }
    [47]=>
    array(14) {
      ["tag"]=>
      string(10) "#2CPQ2VYP8"
      ["name"]=>
      string(14) "Rula alshmmari"
      ["role"]=>
      string(6) "leader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(278)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000022)
        ["name"]=>
        string(13) "Legend League"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/R2zmhyqQ0_lKcDR5EyghXCxgyC9mm_mVMIjAbmGoZtw.png"
        }
      }
      ["trophies"]=>
      int(5232)
      ["builderBaseTrophies"]=>
      int(2263)
      ["clanRank"]=>
      int(48)
      ["previousClanRank"]=>
      int(48)
      ["donations"]=>
      int(5225)
      ["donationsReceived"]=>
      int(1459)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000001)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000053)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000011)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000067)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000021)
        ["name"]=>
        string(15) "Brass League II"
      }
    }
    [48]=>
    array(14) {
      ["tag"]=>
      string(10) "#P2L90U9CL"
      ["name"]=>
      string(6) "Catman"
      ["role"]=>
      string(5) "admin"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(263)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000020)
        ["name"]=>
        string(15) "Titan League II"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
        }
      }
      ["trophies"]=>
      int(4378)
      ["builderBaseTrophies"]=>
      int(4218)
      ["clanRank"]=>
      int(49)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(2480)
      ["donationsReceived"]=>
      int(0)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000002)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000052)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000016)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000067)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000031)
        ["name"]=>
        string(17) "Titanium League I"
      }
    }
    [49]=>
    array(14) {
      ["tag"]=>
      string(10) "#2QR9V89L9"
      ["name"]=>
      string(12) "✨ Rula ✨"
      ["role"]=>
      string(8) "coLeader"
      ["townHallLevel"]=>
      int(16)
      ["expLevel"]=>
      int(247)
      ["league"]=>
      array(3) {
        ["id"]=>
        int(29000020)
        ["name"]=>
        string(15) "Titan League II"
        ["iconUrls"]=>
        array(3) {
          ["small"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/72/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
          ["tiny"]=>
          string(94) "https://api-assets.clashofclans.com/leagues/36/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
          ["medium"]=>
          string(95) "https://api-assets.clashofclans.com/leagues/288/llpWocHlOoFliwyaEx5Z6dmoZG4u4NmxwpF-Jg7su7Q.png"
        }
      }
      ["trophies"]=>
      int(4337)
      ["builderBaseTrophies"]=>
      int(2423)
      ["clanRank"]=>
      int(50)
      ["previousClanRank"]=>
      int(0)
      ["donations"]=>
      int(3057)
      ["donationsReceived"]=>
      int(0)
      ["playerHouse"]=>
      array(1) {
        ["elements"]=>
        array(4) {
          [0]=>
          array(2) {
            ["type"]=>
            string(6) "ground"
            ["id"]=>
            int(82000006)
          }
          [1]=>
          array(2) {
            ["type"]=>
            string(5) "walls"
            ["id"]=>
            int(82000055)
          }
          [2]=>
          array(2) {
            ["type"]=>
            string(4) "roof"
            ["id"]=>
            int(82000014)
          }
          [3]=>
          array(2) {
            ["type"]=>
            string(10) "decoration"
            ["id"]=>
            int(82000067)
          }
        }
      }
      ["builderBaseLeague"]=>
      array(2) {
        ["id"]=>
        int(44000022)
        ["name"]=>
        string(14) "Brass League I"
      }
    }
  }
  ["labels"]=>
  array(3) {
    [0]=>
    array(3) {
      ["id"]=>
      int(56000000)
      ["name"]=>
      string(9) "Clan Wars"
      ["iconUrls"]=>
      array(2) {
        ["small"]=>
        string(93) "https://api-assets.clashofclans.com/labels/64/lXaIuoTlfoNOY5fKcQGeT57apz1KFWkN9-raxqIlMbE.png"
        ["medium"]=>
        string(94) "https://api-assets.clashofclans.com/labels/128/lXaIuoTlfoNOY5fKcQGeT57apz1KFWkN9-raxqIlMbE.png"
      }
    }
    [1]=>
    array(3) {
      ["id"]=>
      int(56000002)
      ["name"]=>
      string(14) "Trophy Pushing"
      ["iconUrls"]=>
      array(2) {
        ["small"]=>
        string(93) "https://api-assets.clashofclans.com/labels/64/hNtigjuwJjs6PWhVtVt5HvJgAp4ZOMO8e2nyjHX29sA.png"
        ["medium"]=>
        string(94) "https://api-assets.clashofclans.com/labels/128/hNtigjuwJjs6PWhVtVt5HvJgAp4ZOMO8e2nyjHX29sA.png"
      }
    }
    [2]=>
    array(3) {
      ["id"]=>
      int(56000013)
      ["name"]=>
      string(7) "Relaxed"
      ["iconUrls"]=>
      array(2) {
        ["small"]=>
        string(93) "https://api-assets.clashofclans.com/labels/64/Kv1MZQfd5A7DLwf1Zw3tOaUiwQHGMwmRpjZqOalu_hI.png"
        ["medium"]=>
        string(94) "https://api-assets.clashofclans.com/labels/128/Kv1MZQfd5A7DLwf1Zw3tOaUiwQHGMwmRpjZqOalu_hI.png"
      }
    }
  }
  ["requiredBuilderBaseTrophies"]=>
  int(0)
  ["requiredTownhallLevel"]=>
  int(1)
  ["clanCapital"]=>
  array(2) {
    ["capitalHallLevel"]=>
    int(6)
    ["districts"]=>
    array(6) {
      [0]=>
      array(3) {
        ["id"]=>
        int(70000000)
        ["name"]=>
        string(12) "Capital Peak"
        ["districtHallLevel"]=>
        int(6)
      }
      [1]=>
      array(3) {
        ["id"]=>
        int(70000001)
        ["name"]=>
        string(14) "Barbarian Camp"
        ["districtHallLevel"]=>
        int(3)
      }
      [2]=>
      array(3) {
        ["id"]=>
        int(70000002)
        ["name"]=>
        string(13) "Wizard Valley"
        ["districtHallLevel"]=>
        int(3)
      }
      [3]=>
      array(3) {
        ["id"]=>
        int(70000003)
        ["name"]=>
        string(14) "Balloon Lagoon"
        ["districtHallLevel"]=>
        int(2)
      }
      [4]=>
      array(3) {
        ["id"]=>
        int(70000004)
        ["name"]=>
        string(18) "Builder's Workshop"
        ["districtHallLevel"]=>
        int(2)
      }
      [5]=>
      array(3) {
        ["id"]=>
        int(70000005)
        ["name"]=>
        string(13) "Dragon Cliffs"
        ["districtHallLevel"]=>
        int(1)
      }
    }
  }
  ["chatLanguage"]=>
  array(3) {
    ["id"]=>
    int(75000000)
    ["name"]=>
    string(7) "English"
    ["languageCode"]=>
    string(2) "EN"
  }
}