-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBirds.json
170 lines (169 loc) · 2.15 KB
/
Birds.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"label" : "Birds of a Feather",
"description" : "Historical fiction novels with birds in the title",
"list" : [
{
"label" : "A Sparrow in Terezin",
"isbns" : [
"9781401690618"
]
},
{
"label" : "Across the Nightingale Floor",
"isbns" : [
"9781573222259",
"9781598873122"
]
},
{
"label" : "Dear Mrs. Bird",
"isbns" : [
"9781501170065",
"9781508255192",
"9781508255208"
]
},
{
"label" : "Eagle & Crane",
"isbns" : [
"9780399184291"
]
},
{
"label" : "Flight of the Sparrow",
"isbns" : [
"9780451466693"
]
},
{
"label" : "Sharpe's Eagle",
"isbns" : [
"9780670639441"
]
},
{
"label" : "Song of a Captive Bird",
"isbns" : [
"9780399182310"
]
},
{
"label" : "The Bird Boys",
"isbns" : [
"9781947627147",
"9781947627130"
]
},
{
"label" : "The Bird King",
"isbns" : [
"9780802146847"
]
},
{
"label" : "The Black Swan of Paris",
"isbns" : [
"9780778309338",
"9781488055331"
]
},
{
"label" : "The Butcher Bird",
"isbns" : [
"9781605989815"
]
},
{
"label" : "The Dove of Death",
"isbns" : [
"9780312551209"
]
},
{
"label" : "The Dovekeepers",
"isbns" : [
"9781611732573",
"9781451617474"
]
},
{
"label" : "The Eagle",
"isbns" : [
"9780312870072"
]
},
{
"label" : "The Good Lord Bird",
"isbns" : [
"9781594486340",
"9781410464859"
]
},
{
"label" : "The Hawk and the Jewel",
"isbns" : [
"9780786227242"
]
},
{
"label" : "The Knight and the Dove",
"isbns" : [
"9780786229550"
]
},
{
"label" : "The Nightingale",
"isbns" : [
"9781466850606",
"9781427263278",
"9781427212672",
"9781628995015",
"9781427252388"
]
},
{
"label" : "The Secret of Raven Point",
"isbns" : [
"9781629234199",
"9781439167007"
]
},
{
"label" : "The Silver Eagle",
"isbns" : [
"9780312536725"
]
},
{
"label" : "The Swan Gondola",
"isbns" : [
"9781594486098"
]
},
{
"label" : "The Swans of Fifth Avenue",
"isbns" : [
"9780345539755"
]
},
{
"label" : "The Yellow Bird Sings",
"isbns" : [
"9781250179760",
"9781250179777"
]
},
{
"label" : "Under the Eagle",
"isbns" : [
"9780786240760"
]
},
{
"label" : "When the Eagle Hunts",
"isbns" : [
"9780312305352"
]
}
]
}