forked from twinklesharma1311/dogfacts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.json
88 lines (88 loc) · 3.57 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"facts": [
{
"id": "1",
"dog_name": "Harper",
"dog_fact": "Dogs are not colorblind. They can see blue and yellow.",
"image_url": "https://apptentive.github.io/dogfacts/images/harper.jpg"
},
{
"id": "2",
"dog_name": "JoJo",
"dog_fact": "Human blood pressure goes down when petting a dog. And so does the dog’s.",
"image_url": "https://apptentive.github.io/dogfacts/images/jojo.jpg"
},
{
"id": "3",
"dog_name": "Kida and Milo",
"dog_fact": "Dogs curl up in a ball when sleeping to protect their organs—a hold over from their days in the wild, when they were vulnerable to predator attacks.",
"image_url": "https://apptentive.github.io/dogfacts/images/kida_and_milo.jpg"
},
{
"id": "4",
"dog_name": "Winter",
"dog_fact": "Seventy percent of people sign their dog’s name on their holiday cards.",
"image_url": "https://apptentive.github.io/dogfacts/images/winter.jpeg"
},
{
"id": "5",
"dog_name": "Lola",
"dog_fact": "Yawning is contagious—even for dogs. Research shows that the sound of a human yawn can trigger one from your dog. And it’s four times as likely to happen when it’s the yawn of a person he knows.",
"image_url": "https://apptentive.github.io/dogfacts/images/lola.jpeg"
},
{
"id": "6",
"dog_name": "Maude",
"dog_fact": "A study at UCSD claims that your dog can genuinely get jealous when they see you display affection for another creature.",
"image_url": "https://apptentive.github.io/dogfacts/images/maude.jpg"
},
{
"id": "7",
"dog_name": "Motley",
"dog_fact": "Forty-five percent of dogs in U.S. sleep in their owner’s bed.",
"image_url": "https://apptentive.github.io/dogfacts/images/motley.jpg"
},
{
"id": "8",
"dog_name": "Olaf",
"dog_fact": "Speaking of sleeping, all dogs dream, but puppies and senior dogs dream more frequently than adult dogs.",
"image_url": "https://apptentive.github.io/dogfacts/images/olaf.jpg"
},
{
"id": "9",
"dog_name": "Poppy",
"dog_fact": "Dogs have about 1,700 taste buds. We humans have between 2,000–10,000.",
"image_url": "https://apptentive.github.io/dogfacts/images/poppy.jpg"
},
{
"id": "10",
"dog_name": "Rhubarb",
"dog_fact": "Your dog is as smart as a two-year-old child.",
"image_url": "https://apptentive.github.io/dogfacts/images/rhubarb.jpg"
},
{
"id": "11",
"dog_name": "Simba",
"dog_fact": "A recent study shows that dogs are among a small group of animals who show voluntary unselfish kindness towards others without any reward. This is one fact dog lovers have known all along.",
"image_url": "https://apptentive.github.io/dogfacts/images/simba.jpeg"
},
{
"id": "12",
"dog_name": "Sumo",
"dog_fact": "Dogs have 18 muscles to move their ears.",
"image_url": "https://apptentive.github.io/dogfacts/images/sumo.jpeg"
},
{
"id": "13",
"dog_name": "Themba",
"dog_fact": "Dogs’ noses can sense heat/thermal radiation, which explains why blind or deaf dogs can still hunt.",
"image_url": "https://apptentive.github.io/dogfacts/images/themba.jpg"
},
{
"id": "14",
"dog_name": "Tuna",
"dog_fact": "A dog’s sense of smell is legendary, but did you know that his nose has as many as 300 million receptors? In comparison, a human nose has about 5 million.",
"image_url": "https://apptentive.github.io/dogfacts/images/tuna.jpg"
}
]
}