JavaScriptfetch('https://docmaker.ir/data/%E6%B8%B8%E6%88%8F%E7%94%B5%E8%84%91%E6%9C%BA%E7%AE%B1-meanwell-13') .then(response => response.json()) .then(({ data }) => console.log(data));
PHP$json = file_get_contents('https://docmaker.ir/data/%E6%B8%B8%E6%88%8F%E7%94%B5%E8%84%91%E6%9C%BA%E7%AE%B1-meanwell-13'); $document = json_decode($json, true)['data']; echo $document['title'];