How we use it!

As a partner of dytukMedia, We get back-end access to their API


This is how we use, it and how you can too!

API Code

  < ?php
  $page = file_get_contents('https://api.sykes.dog/puppy');
  $data = json_decode($page);
  echo '< img src="'. $data->puppy .'">';

  ?>

the Json Data

We use External API.

   [
    {
   https://api.sykes.dog/puppy/imgs/puppy103.jpg
    }
  ]

What it Looks Like

The Expected Output