<?php
$json_file = file_get_contents("https://e...content-available-to-author-only...m.br/json/USD-BRL/1");
$dados = json_decode($json_file);
echo $dados;