The dog Facts uses an External API whitch you can find below!
The AP system we use is make from kinduff
$site = 'https://dogapi.dog/api/v2/facts'; $page = file_get_contents($site); $data = json_decode($page); echo $data->data[0]->attributes->body);
We use External API.
[
{
French poodles did not originate in France but in Germany ("poodle" comes from the German pudel or pudelhund, meaning "splashing dog"). Some scholars speculate the poodle’s puffs of hair evolved when hunters shaved the poodle for more efficient swimming, while leaving the pom-poms around the major joints to keep them warm.
}
]
The Expected Output
French poodles did not originate in France but in Germany ("poodle" comes from the German pudel or pudelhund, meaning "splashing dog"). Some scholars speculate the poodle’s puffs of hair evolved when hunters shaved the poodle for more efficient swimming, while leaving the pom-poms around the major joints to keep them warm.