fork download
  1. <?php
  2. $result = '{
  3. "response": {
  4. "players": [
  5. {
  6. "steamid": "76561198059606697",
  7. "communityvisibilitystate": 3,
  8. "profilestate": 1,
  9. "personaname": "Nerve | RainDrops",
  10. "lastlogoff": 1481147845,
  11. "commentpermission": 1,
  12. "profileurl": "http://s...content-available-to-author-only...y.com/id/finalfront/",
  13. "avatar": "https://s...content-available-to-author-only...d.net/steamcommunity/public/images/avatars/65/653e72d21d87b59b7ddb8c90422aace354124c1b.jpg",
  14. "avatarmedium": "https://s...content-available-to-author-only...d.net/steamcommunity/public/images/avatars/65/653e72d21d87b59b7ddb8c90422aace354124c1b_medium.jpg",
  15. "avatarfull": "https://s...content-available-to-author-only...d.net/steamcommunity/public/images/avatars/65/653e72d21d87b59b7ddb8c90422aace354124c1b_full.jpg",
  16. "personastate": 4,
  17. "primaryclanid": "103582791456413210",
  18. "timecreated": 1330551594,
  19. "personastateflags": 0,
  20. "loccountrycode": "US"
  21. }
  22. ]
  23.  
  24. }
  25. }';
  26. $result = json_decode($result);
  27. echo $result->response->players[0]->avatarfull;
  28.  
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
https://s...content-available-to-author-only...d.net/steamcommunity/public/images/avatars/65/653e72d21d87b59b7ddb8c90422aace354124c1b_full.jpg