-1
私はどのように私はこのhttps://www.brick-hill.com/API/serials?id=20入れ子配列からオブジェクトをエコーするにはどうすればよいですか?
<?php
$itemOwners = json_decode(file_get_contents("https://www.brick-hill.com//API//serials?id=1937"));
echo $itemOwners->owner;
?>
投稿者コード – MorganFreeFarm
そのAPIはエラーを含むJSON文字列を返します – RiggsFolly