Loading...
Suisun Wildlife Center BirdTrax

Local Bird Sightings via Acubirder (eBird.com)

See what birds are being found within a 50 mile radius of the Wildlife Center:

var URL = "http://ebird.org/ws1.1/data/notable/geo/recent?lng=-76.51&lat=42.46&dist=30&back=30&detail=full&locale=en_US&fmt=json"; $.getJSON(URL, function (data) { for (var i = 0; i < data.length; i++) { data[i].obsDt = data[i].obsDt.substring(5, 7) + "/" + data[i].obsDt.substring(8, 10); if (data[i].locationPrivate == false) { data[i].locName = "" + data[i].locName + ""; } else { data[i].locName = "" + data[i].locName + ""; } if ("howMany" in data[i]) {} else { data[i]["howMany"] = "X"; } if (data[i].obsValid ==true) { data[i].obsValid = "Confirmed"; } else { data[i].obsValid = ""; } } var html = ""; for (var i = 0; i < data.length; i++) { var d = data[i]; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; html += ""; } html

Join in on the fun and see what you can find.  Here's some 2013-14 rare sightings...

Marsh Sandpiper - Liberty Island Rd, Solano County (second occurrence in lower 48)

Gyrfalcon (white morph) - Eel River Preserve, Humboldt CO, CA

Painted Redstart - Berkeley, CA                                       Hermit Warbler, Modesto, CA

Yellow-bellied Sapsucker, Don Castro Regional Park     Little Bunting, Mckinelyville, CA

European Goldfinch, Coyote Hills Regional Park               Black-backed Woodpecker, Lyons Creek Trail
 

Blue-footed Booby, between Muir & Stinson Beach                          Tropical Kingbird, Walnut Creek, CA

Mute Swan, south of Napa, CA                                                          Northern Shrike, south of Napa, CA

Gray Hawk, Carpentaria, CA

 

CountSpeciesLocationDateChecklist IDStatusObserverCounty
" + d.howMany + "" + d.comName + "" + d.locName + "" + d.obsDt + "" + d.subID + "" + d.obsValid + "" + d.userDisplayName + "" + d.subnational2Name + " (" + d.subnational1Code.replace("-", ", ") + ")