Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. $response = file_get_contents('https://eu.api.battle.net/sc2/profile/4386538/1/twnt/ladders?locale=en_GB&apikey=XXXXXXXXXXXXXXXX');
  3. $response = json_decode($response);
  4. var_dump($response->currentSeason);
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement