master
parseApiProfileData
protected static function parseApiProfileData($body): array { $json = @json_decode($body, true); $json = $json['response']['players'][0] ?? null;