As a partner of dytukMedia, We get back-end access to their API
This is how we use, it and how you can too!
< ?php
$page = file_get_contents('https://api.sykes.dog/puppy');
$data = json_decode($page);
echo '< img src="'. $data->puppy .'">';
?>
We use External API.
[
{
https://api.sykes.dog/puppy/imgs/puppy424.jpg
}
]
The Expected Output