-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart.json
65 lines (65 loc) · 1.38 KB
/
art.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
[
{
"id": 1,
"title": "Kea in Flight",
"comments": [
"Very arty."
],
"artwork": "/images/kea.jpg",
"artist": {
"name": "Ben",
"url": "https://www.flickr.com/photos/seabirdnz/"
},
"license": {
"name": "CC BY-ND 2.0",
"url": "https://creativecommons.org/licenses/by-nd/2.0/"
}
},
{
"id": 2,
"title": "Kowhai Flowers",
"comments": [
"Yellow.",
"So yellow."
],
"artwork": "/images/kowhai.jpg",
"artist": {
"name": "Sid Mosdell",
"url": "https://www.flickr.com/photos/sidm/"
},
"license": {
"name": "CC BY 2.0",
"url": "https://creativecommons.org/licenses/by/2.0/"
}
},
{
"id": 3,
"title": "Kotare",
"comments": [],
"artwork": "/images/kotare.jpg",
"artist": {
"name": "Sid Mosdell",
"url": "https://www.flickr.com/photos/sidm/"
},
"license": {
"name": "CC BY 2.0",
"url": "https://creativecommons.org/licenses/by/2.0/"
}
},
{
"id": 4,
"title": "Harakeke Flowers",
"comments": [
"Rare to see one without a tui feeding on it!"
],
"artwork": "/images/harakeke.jpg",
"artist": {
"name": "Sid Mosdell",
"url": "https://www.flickr.com/photos/sidm/"
},
"license": {
"name": "CC BY 2.0",
"url": "https://creativecommons.org/licenses/by/2.0/"
}
}
]