<?php $data = file_get_contents('https://www.doviz.com/api/v1/currencies/USD/latest'); $dataObj = json_decode($data); var_dump($dataObj);
You have javascript disabled. You will not be able to edit any code.