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