My PHP code: https://codeshare.io/0gjlqN
print_r($res['items'] ?: ''); Returning Data like: https://codeshare.io/j06b4g
But the errors are :
Notice: Undefined index: items in C:\xampp\htdocs\getsites\index.php on line 28
Notice: Undefined index: items in C:\xampp\htdocs\getsites\index.php on line 30
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\getsites\index.php on line 34
Notice: Undefined index: items in C:\xampp\htdocs\getsites\index.php on line 28
Notice: Undefined index: items in C:\xampp\htdocs\getsites\index.php on line 30
Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\getsites\index.php on line 34