src/data/birds.ts 17.8 K raw
1
export type BirdEntry = {
2
	commonName: string;
3
	scientificName: string;
4
	date: string;
5
	location: string;
6
	state: string;
7
	photo: string | null;
8
	summary: string | null;
9
	wikiUrl: string | null;
10
};
11
12
export const birds: BirdEntry[] = [
13
	{
14
		"commonName": "American Crow",
15
		"scientificName": "Corvus brachyrhynchos",
16
		"date": "2025-06-01",
17
		"location": "Home",
18
		"state": "US-TN",
19
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/4661023/medium.jpg",
20
		"summary": null,
21
		"wikiUrl": "http://en.wikipedia.org/wiki/American_crow"
22
	},
23
	{
24
		"commonName": "American Goldfinch",
25
		"scientificName": "Spinus tristis",
26
		"date": "2025-10-07",
27
		"location": "Home",
28
		"state": "US-TN",
29
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/384965723/medium.jpg",
30
		"summary": null,
31
		"wikiUrl": "http://en.wikipedia.org/wiki/American_goldfinch"
32
	},
33
	{
34
		"commonName": "American Robin",
35
		"scientificName": "Turdus migratorius",
36
		"date": "2025-06-01",
37
		"location": "Home",
38
		"state": "US-TN",
39
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/34859026/medium.jpg",
40
		"summary": null,
41
		"wikiUrl": "http://en.wikipedia.org/wiki/American_robin"
42
	},
43
	{
44
		"commonName": "Bald Eagle",
45
		"scientificName": "Haliaeetus leucocephalus",
46
		"date": "2026-03-08",
47
		"location": "Home",
48
		"state": "US-TN",
49
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/341016703/medium.jpeg",
50
		"summary": null,
51
		"wikiUrl": "http://en.wikipedia.org/wiki/Bald_eagle"
52
	},
53
	{
54
		"commonName": "Barred Owl",
55
		"scientificName": "Strix varia",
56
		"date": "2025-11-05",
57
		"location": "302",
58
		"state": "US-TN",
59
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/359094470/medium.jpg",
60
		"summary": null,
61
		"wikiUrl": "http://en.wikipedia.org/wiki/Barred_owl"
62
	},
63
	{
64
		"commonName": "Belted Kingfisher",
65
		"scientificName": "Megaceryle alcyon",
66
		"date": "2025-10-28",
67
		"location": "Reflection",
68
		"state": "US-TN",
69
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/244248986/medium.jpg",
70
		"summary": null,
71
		"wikiUrl": "http://en.wikipedia.org/wiki/Belted_kingfisher"
72
	},
73
	{
74
		"commonName": "Black Vulture",
75
		"scientificName": "Coragyps atratus",
76
		"date": "2025-11-24",
77
		"location": "Grandview",
78
		"state": "US-VA",
79
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/176419188/medium.jpg",
80
		"summary": null,
81
		"wikiUrl": "http://en.wikipedia.org/wiki/Black_vulture"
82
	},
83
	{
84
		"commonName": "Black-headed Grosbeak",
85
		"scientificName": "Pheucticus melanocephalus",
86
		"date": "2026-06-22",
87
		"location": "Portland 1",
88
		"state": "US-OR",
89
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/390443967/medium.jpg",
90
		"summary": null,
91
		"wikiUrl": "http://en.wikipedia.org/wiki/Black-headed_grosbeak"
92
	},
93
	{
94
		"commonName": "Blue Jay",
95
		"scientificName": "Cyanocitta cristata",
96
		"date": "2026-04-25",
97
		"location": "Home",
98
		"state": "US-TN",
99
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/530721418/medium.jpg",
100
		"summary": null,
101
		"wikiUrl": "http://en.wikipedia.org/wiki/Blue_jay"
102
	},
103
	{
104
		"commonName": "Blue-gray Gnatcatcher",
105
		"scientificName": "Polioptila caerulea",
106
		"date": "2026-04-04",
107
		"location": "Reflection",
108
		"state": "US-TN",
109
		"photo": "https://static.inaturalist.org/photos/269328954/medium.jpeg",
110
		"summary": null,
111
		"wikiUrl": "https://en.wikipedia.org/wiki/Blue-gray_gnatcatcher"
112
	},
113
	{
114
		"commonName": "Brown Creeper",
115
		"scientificName": "Certhia americana",
116
		"date": "2026-06-21",
117
		"location": "Laurelhurst Park",
118
		"state": "US-OR",
119
		"photo": "https://static.inaturalist.org/photos/31423761/medium.jpg",
120
		"summary": null,
121
		"wikiUrl": "http://en.wikipedia.org/wiki/Brown_creeper"
122
	},
123
	{
124
		"commonName": "Brown Thrasher",
125
		"scientificName": "Toxostoma rufum",
126
		"date": "2025-06-01",
127
		"location": "Home",
128
		"state": "US-TN",
129
		"photo": "https://static.inaturalist.org/photos/76155158/medium.jpg",
130
		"summary": null,
131
		"wikiUrl": "https://en.wikipedia.org/wiki/Brown_thrasher"
132
	},
133
	{
134
		"commonName": "Brown-headed Cowbird",
135
		"scientificName": "Molothrus ater",
136
		"date": "2025-06-15",
137
		"location": "Home",
138
		"state": "US-TN",
139
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/656878277/medium.jpg",
140
		"summary": null,
141
		"wikiUrl": "http://en.wikipedia.org/wiki/Brown-headed_cowbird"
142
	},
143
	{
144
		"commonName": "Brown-headed Nuthatch",
145
		"scientificName": "Sitta pusilla",
146
		"date": "2025-12-01",
147
		"location": "Home",
148
		"state": "US-TN",
149
		"photo": "https://static.inaturalist.org/photos/254151643/medium.jpg",
150
		"summary": null,
151
		"wikiUrl": "https://en.wikipedia.org/wiki/Brown-headed_nuthatch"
152
	},
153
	{
154
		"commonName": "California Scrub-Jay",
155
		"scientificName": "Aphelocoma californica",
156
		"date": "2026-06-21",
157
		"location": "Portland",
158
		"state": "US-OR",
159
		"photo": "https://static.inaturalist.org/photos/1576701/medium.jpg",
160
		"summary": null,
161
		"wikiUrl": "http://en.wikipedia.org/wiki/California_scrub_jay"
162
	},
163
	{
164
		"commonName": "Carolina Chickadee",
165
		"scientificName": "Poecile carolinensis",
166
		"date": "2026-04-25",
167
		"location": "Home",
168
		"state": "US-TN",
169
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/3053969/medium.jpg",
170
		"summary": null,
171
		"wikiUrl": "http://en.wikipedia.org/wiki/Carolina_chickadee"
172
	},
173
	{
174
		"commonName": "Carolina Wren",
175
		"scientificName": "Thryothorus ludovicianus",
176
		"date": "2025-09-19",
177
		"location": "Home",
178
		"state": "US-TN",
179
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/461889083/medium.jpg",
180
		"summary": null,
181
		"wikiUrl": "http://en.wikipedia.org/wiki/Carolina_wren"
182
	},
183
	{
184
		"commonName": "Cedar Waxwing",
185
		"scientificName": "Bombycilla cedrorum",
186
		"date": "2026-01-02",
187
		"location": "Reflection",
188
		"state": "US-TN",
189
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/450146514/medium.jpeg",
190
		"summary": null,
191
		"wikiUrl": "http://en.wikipedia.org/wiki/Cedar_waxwing"
192
	},
193
	{
194
		"commonName": "Chestnut-backed Chickadee",
195
		"scientificName": "Poecile rufescens",
196
		"date": "2026-06-20",
197
		"location": "Portland 1",
198
		"state": "US-OR",
199
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/57455544/medium.jpeg",
200
		"summary": null,
201
		"wikiUrl": "http://en.wikipedia.org/wiki/Chestnut-backed_chickadee"
202
	},
203
	{
204
		"commonName": "Chimney Swift",
205
		"scientificName": "Chaetura pelagica",
206
		"date": "2025-09-22",
207
		"location": "Yellow house",
208
		"state": "US-TN",
209
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/383206018/medium.jpeg",
210
		"summary": null,
211
		"wikiUrl": "http://en.wikipedia.org/wiki/Chimney_swift"
212
	},
213
	{
214
		"commonName": "Chipping Sparrow",
215
		"scientificName": "Spizella passerina",
216
		"date": "2026-03-14",
217
		"location": "Home",
218
		"state": "US-TN",
219
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/273251789/medium.jpg",
220
		"summary": null,
221
		"wikiUrl": "http://en.wikipedia.org/wiki/Chipping_sparrow"
222
	},
223
	{
224
		"commonName": "Common Loon",
225
		"scientificName": "Gavia immer",
226
		"date": "2025-11-24",
227
		"location": "Grandview",
228
		"state": "US-VA",
229
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/2960972/medium.jpg",
230
		"summary": null,
231
		"wikiUrl": "http://en.wikipedia.org/wiki/Common_loon"
232
	},
233
	{
234
		"commonName": "Cooper's Hawk",
235
		"scientificName": "Astur cooperii",
236
		"date": "2025-08-27",
237
		"location": "Home",
238
		"state": "US-TN",
239
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/170370008/medium.jpg",
240
		"summary": null,
241
		"wikiUrl": "https://en.wikipedia.org/wiki/Cooper's_hawk"
242
	},
243
	{
244
		"commonName": "Dark-eyed Junco",
245
		"scientificName": "Junco hyemalis",
246
		"date": "2019-02-17",
247
		"location": "Rittman",
248
		"state": "US-OH",
249
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/111714701/medium.jpeg",
250
		"summary": null,
251
		"wikiUrl": "http://en.wikipedia.org/wiki/Dark-eyed_junco"
252
	},
253
	{
254
		"commonName": "Double-crested Cormorant",
255
		"scientificName": "Nannopterum auritum",
256
		"date": "2025-11-24",
257
		"location": "Grandview",
258
		"state": "US-VA",
259
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/541600012/medium.jpg",
260
		"summary": null,
261
		"wikiUrl": "https://en.wikipedia.org/wiki/Double-crested_cormorant"
262
	},
263
	{
264
		"commonName": "Downy Woodpecker",
265
		"scientificName": "Dryobates pubescens",
266
		"date": "2019-02-17",
267
		"location": "Rittman",
268
		"state": "US-OH",
269
		"photo": "https://static.inaturalist.org/photos/25544008/medium.jpeg",
270
		"summary": null,
271
		"wikiUrl": "http://en.wikipedia.org/wiki/Downy_woodpecker"
272
	},
273
	{
274
		"commonName": "Eastern Bluebird",
275
		"scientificName": "Sialia sialis",
276
		"date": "2025-04-14",
277
		"location": "Home",
278
		"state": "US-TN",
279
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/477069179/medium.jpg",
280
		"summary": null,
281
		"wikiUrl": "http://en.wikipedia.org/wiki/Eastern_bluebird"
282
	},
283
	{
284
		"commonName": "Eastern Towhee",
285
		"scientificName": "Pipilo erythrophthalmus",
286
		"date": "2025-06-01",
287
		"location": "Home",
288
		"state": "US-TN",
289
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/45584021/medium.jpg",
290
		"summary": null,
291
		"wikiUrl": "http://en.wikipedia.org/wiki/Eastern_towhee"
292
	},
293
	{
294
		"commonName": "Eastern Wood-Pewee",
295
		"scientificName": "Contopus virens",
296
		"date": "2026-05-26",
297
		"location": "Home",
298
		"state": "US-TN",
299
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/67966814/medium.jpg",
300
		"summary": null,
301
		"wikiUrl": "http://en.wikipedia.org/wiki/Eastern_wood_pewee"
302
	},
303
	{
304
		"commonName": "European Starling",
305
		"scientificName": "Sturnus vulgaris",
306
		"date": "2026-05-02",
307
		"location": "Home",
308
		"state": "US-TN",
309
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/32152001/medium.jpg",
310
		"summary": null,
311
		"wikiUrl": "http://en.wikipedia.org/wiki/Common_starling"
312
	},
313
	{
314
		"commonName": "Gray Catbird",
315
		"scientificName": "Dumetella carolinensis",
316
		"date": "2025-10-23",
317
		"location": "Home",
318
		"state": "US-TN",
319
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/196664043/medium.jpg",
320
		"summary": null,
321
		"wikiUrl": "http://en.wikipedia.org/wiki/Gray_catbird"
322
	},
323
	{
324
		"commonName": "Great Crested Flycatcher",
325
		"scientificName": "Myiarchus crinitus",
326
		"date": "2026-05-10",
327
		"location": "Home",
328
		"state": "US-TN",
329
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/202717991/medium.jpeg",
330
		"summary": null,
331
		"wikiUrl": "http://en.wikipedia.org/wiki/Great_crested_flycatcher"
332
	},
333
	{
334
		"commonName": "Hairy Woodpecker",
335
		"scientificName": "Leuconotopicus villosus",
336
		"date": "2026-01-02",
337
		"location": "Reflection",
338
		"state": "US-TN",
339
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/1275/medium.jpg",
340
		"summary": null,
341
		"wikiUrl": "https://en.wikipedia.org/wiki/Hairy_woodpecker"
342
	},
343
	{
344
		"commonName": "House Finch",
345
		"scientificName": "Haemorhous mexicanus",
346
		"date": "2026-04-25",
347
		"location": "Home",
348
		"state": "US-TN",
349
		"photo": "https://static.inaturalist.org/photos/178968933/medium.jpg",
350
		"summary": null,
351
		"wikiUrl": "http://en.wikipedia.org/wiki/House_finch"
352
	},
353
	{
354
		"commonName": "House Sparrow",
355
		"scientificName": "Passer domesticus",
356
		"date": "2019-02-17",
357
		"location": "Rittman",
358
		"state": "US-OH",
359
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/4608133/medium.jpg",
360
		"summary": null,
361
		"wikiUrl": "http://en.wikipedia.org/wiki/House_sparrow"
362
	},
363
	{
364
		"commonName": "Indigo Bunting",
365
		"scientificName": "Passerina cyanea",
366
		"date": "2025-05-28",
367
		"location": "Home",
368
		"state": "US-TN",
369
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/168808461/medium.jpeg",
370
		"summary": null,
371
		"wikiUrl": "http://en.wikipedia.org/wiki/Indigo_bunting"
372
	},
373
	{
374
		"commonName": "Mourning Dove",
375
		"scientificName": "Zenaida macroura",
376
		"date": "2019-02-17",
377
		"location": "Rittman",
378
		"state": "US-OH",
379
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/14015355/medium.jpg",
380
		"summary": null,
381
		"wikiUrl": "http://en.wikipedia.org/wiki/Mourning_dove"
382
	},
383
	{
384
		"commonName": "Northern Cardinal",
385
		"scientificName": "Cardinalis cardinalis",
386
		"date": "2026-04-25",
387
		"location": "Home",
388
		"state": "US-TN",
389
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/189434971/medium.jpg",
390
		"summary": null,
391
		"wikiUrl": "http://en.wikipedia.org/wiki/Northern_cardinal"
392
	},
393
	{
394
		"commonName": "Northern Mockingbird",
395
		"scientificName": "Mimus polyglottos",
396
		"date": "2025-06-01",
397
		"location": "Home",
398
		"state": "US-TN",
399
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/142697277/medium.jpg",
400
		"summary": null,
401
		"wikiUrl": "http://en.wikipedia.org/wiki/Northern_mockingbird"
402
	},
403
	{
404
		"commonName": "Palm Warbler",
405
		"scientificName": "Setophaga palmarum",
406
		"date": "2026-04-04",
407
		"location": "Reflection",
408
		"state": "US-TN",
409
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/496238324/medium.jpeg",
410
		"summary": null,
411
		"wikiUrl": "https://en.wikipedia.org/wiki/Palm_warbler"
412
	},
413
	{
414
		"commonName": "Pileated Woodpecker",
415
		"scientificName": "Dryocopus pileatus",
416
		"date": "2026-04-24",
417
		"location": "Home",
418
		"state": "US-TN",
419
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/168915535/medium.jpg",
420
		"summary": null,
421
		"wikiUrl": "http://en.wikipedia.org/wiki/Pileated_woodpecker"
422
	},
423
	{
424
		"commonName": "Red-bellied Woodpecker",
425
		"scientificName": "Melanerpes carolinus",
426
		"date": "2025-06-01",
427
		"location": "Home",
428
		"state": "US-TN",
429
		"photo": "https://static.inaturalist.org/photos/383227697/medium.jpeg",
430
		"summary": null,
431
		"wikiUrl": "https://en.wikipedia.org/wiki/Red-bellied_woodpecker"
432
	},
433
	{
434
		"commonName": "Red-breasted Sapsucker",
435
		"scientificName": "Sphyrapicus ruber",
436
		"date": "2026-06-22",
437
		"location": "Portland 1",
438
		"state": "US-OR",
439
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/19579329/medium.jpeg",
440
		"summary": null,
441
		"wikiUrl": "http://en.wikipedia.org/wiki/Red-breasted_sapsucker"
442
	},
443
	{
444
		"commonName": "Red-headed Woodpecker",
445
		"scientificName": "Melanerpes erythrocephalus",
446
		"date": "2019-02-17",
447
		"location": "Rittman",
448
		"state": "US-OH",
449
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/232699/medium.jpg",
450
		"summary": null,
451
		"wikiUrl": "http://en.wikipedia.org/wiki/Red-headed_woodpecker"
452
	},
453
	{
454
		"commonName": "Rose-breasted Grosbeak",
455
		"scientificName": "Pheucticus ludovicianus",
456
		"date": "2026-04-25",
457
		"location": "Home",
458
		"state": "US-TN",
459
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/203617764/medium.jpg",
460
		"summary": null,
461
		"wikiUrl": "http://en.wikipedia.org/wiki/Rose-breasted_grosbeak"
462
	},
463
	{
464
		"commonName": "Song Sparrow",
465
		"scientificName": "Melospiza melodia",
466
		"date": "2025-06-01",
467
		"location": "Home",
468
		"state": "US-TN",
469
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/104749271/medium.jpg",
470
		"summary": null,
471
		"wikiUrl": "http://en.wikipedia.org/wiki/Song_sparrow"
472
	},
473
	{
474
		"commonName": "Spotted Towhee",
475
		"scientificName": "Pipilo maculatus",
476
		"date": "2026-06-20",
477
		"location": "Portland 1",
478
		"state": "US-OR",
479
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/30818274/medium.jpg",
480
		"summary": null,
481
		"wikiUrl": "http://en.wikipedia.org/wiki/Spotted_towhee"
482
	},
483
	{
484
		"commonName": "Steller's Jay",
485
		"scientificName": "Cyanocitta stelleri",
486
		"date": "2026-06-25",
487
		"location": "Portland 1",
488
		"state": "US-OR",
489
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/462234787/medium.jpg",
490
		"summary": null,
491
		"wikiUrl": "http://en.wikipedia.org/wiki/Steller's_jay"
492
	},
493
	{
494
		"commonName": "Summer Tanager",
495
		"scientificName": "Piranga rubra",
496
		"date": "2025-06-01",
497
		"location": "Home",
498
		"state": "US-TN",
499
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/21089917/medium.jpg",
500
		"summary": null,
501
		"wikiUrl": "http://en.wikipedia.org/wiki/Summer_tanager"
502
	},
503
	{
504
		"commonName": "Tennessee Warbler",
505
		"scientificName": "Leiothlypis peregrina",
506
		"date": "2026-05-03",
507
		"location": "Home",
508
		"state": "US-TN",
509
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/7756/medium.jpg",
510
		"summary": null,
511
		"wikiUrl": "https://en.wikipedia.org/wiki/Tennessee_warbler"
512
	},
513
	{
514
		"commonName": "Tufted Titmouse",
515
		"scientificName": "Baeolophus bicolor",
516
		"date": "2025-04-24",
517
		"location": "Home",
518
		"state": "US-TN",
519
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/178382206/medium.jpeg",
520
		"summary": null,
521
		"wikiUrl": "https://en.wikipedia.org/wiki/Tufted_titmouse"
522
	},
523
	{
524
		"commonName": "Violet-green Swallow",
525
		"scientificName": "Tachycineta thalassina",
526
		"date": "2026-06-21",
527
		"location": "Portland 1",
528
		"state": "US-OR",
529
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/79233627/medium.jpg",
530
		"summary": null,
531
		"wikiUrl": "http://en.wikipedia.org/wiki/Violet-green_swallow"
532
	},
533
	{
534
		"commonName": "White-breasted Nuthatch",
535
		"scientificName": "Sitta carolinensis",
536
		"date": "2019-02-17",
537
		"location": "Rittman",
538
		"state": "US-OH",
539
		"photo": "https://static.inaturalist.org/photos/25544020/medium.jpeg",
540
		"summary": null,
541
		"wikiUrl": "http://en.wikipedia.org/wiki/White-breasted_nuthatch"
542
	},
543
	{
544
		"commonName": "White-throated Sparrow",
545
		"scientificName": "Zonotrichia albicollis",
546
		"date": "2025-11-19",
547
		"location": "Coolidge Park",
548
		"state": "US-TN",
549
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/23268661/medium.jpg",
550
		"summary": null,
551
		"wikiUrl": "https://en.wikipedia.org/wiki/White-throated_sparrow"
552
	},
553
	{
554
		"commonName": "Yellow-bellied Sapsucker",
555
		"scientificName": "Sphyrapicus varius",
556
		"date": "2025-10-23",
557
		"location": "Home",
558
		"state": "US-TN",
559
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/294094189/medium.jpeg",
560
		"summary": null,
561
		"wikiUrl": "http://en.wikipedia.org/wiki/Yellow-bellied_sapsucker"
562
	},
563
	{
564
		"commonName": "Yellow-rumped Warbler",
565
		"scientificName": "Setophaga coronata",
566
		"date": "2026-01-02",
567
		"location": "Reflection",
568
		"state": "US-TN",
569
		"photo": "https://inaturalist-open-data.s3.amazonaws.com/photos/128439522/medium.jpg",
570
		"summary": null,
571
		"wikiUrl": "http://en.wikipedia.org/wiki/Yellow-rumped_warbler"
572
	}
573
];