-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
112 lines (112 loc) · 2.96 KB
/
data.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"cats": [
{
"name": "Simon",
"category": "Fast",
"price": 100,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495636.svg",
"is_available": true,
"color": "lightgreen",
"id": "1"
},
{
"name": "Felix",
"category": "Fast",
"price": 200,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495625.svg",
"is_available": true,
"color": "skyblue",
"id": "2"
},
{
"name": "Luna",
"category": "Slow",
"price": 50,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495622.svg",
"is_available": true,
"color": "lightgreen",
"id": "3"
},
{
"name": "Oliver",
"category": "Fast",
"price": 75,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495619.svg",
"is_available": true,
"color": "lightgreen",
"id": "4"
},
{
"name": "Oreo",
"category": "Fast",
"price": 125,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495616.svg",
"is_available": false,
"color": "lightgreen",
"id": "5"
},
{
"name": "Molly",
"category": "Slow",
"price": 75,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495613.svg",
"is_available": true,
"color": "lightgreen",
"id": "6"
},
{
"name": "Simba",
"category": "Fast",
"price": 199,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495592.svg",
"is_available": true,
"color": "lightgreen",
"id": "7"
},
{
"name": "Jack",
"category": "Fast",
"price": 110,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/495579.svg",
"is_available": false,
"color": "lightgreen",
"id": "8"
},
{
"name": "Toby",
"category": "Slow",
"price": 80,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/290987.png",
"is_available": true,
"color": "lightgreen",
"id": "9"
},
{
"name": "Loki",
"category": "Fast",
"price": 180,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/336916.svg",
"is_available": true,
"color": "lightgreen",
"id": "10"
},
{
"name": "Milo",
"category": "Slow",
"price": 99,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/505551.svg",
"is_available": true,
"color": "lightgreen",
"id": "11"
},
{
"name": "Harley",
"category": "Fast",
"price": 200,
"img_url": "https://storage.googleapis.com/ck-kitty-image/0x06012c8cf97bead5deae237070f9587f8e7a266d/389188.png",
"is_available": true,
"color": "lightgreen",
"id": "12"
}
]
}