-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimages.json
56 lines (56 loc) · 2.89 KB
/
images.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
{
"data":[
{
"id":1,
"name":"New Zealand Lake Mountain",
"description":"",
"url":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-xl.jpg",
"sizes":{
"xs":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-xs.jpg",
"s":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-s.jpg",
"m":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-m.jpg",
"l":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-l.jpg",
"xl":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-01-xl.jpg"
}
},
{
"id":2,
"name":"New Zealand Lake Dock",
"description":"",
"url":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-xl.jpg",
"sizes":{
"xs":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-xs.jpg",
"s":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-s.jpg",
"m":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-m.jpg",
"l":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-l.jpg",
"xl":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-02-xl.jpg"
}
},
{
"id":3,
"name":"New Zealand Fjord Hut",
"description":"",
"url":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-xl.jpg",
"sizes":{
"xs":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-xs.jpg",
"s":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-s.jpg",
"m":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-m.jpg",
"l":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-l.jpg",
"xl":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-03-xl.jpg"
}
},
{
"id":4,
"name":"New Zealand Beach Sun Rise",
"description":"",
"url":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-xl.jpg",
"sizes":{
"xs":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-xs.jpg",
"s":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-s.jpg",
"m":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-m.jpg",
"l":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-l.jpg",
"xl":"https://raw.githubusercontent.com/xfiveco/mock-api-images/main/images/img-04-xl.jpg"
}
}
]
}