Get a list of eBird hotspots, for a specific region.
This is part of the eBird version 1.1 API.
Base URL
http://ebird.org/ws1.1/ref/hotspot/region
Examples
Minimal:
http://ebird.org/ws1.1/ref/hotspot/region?rtype=subnational1&r=US-NV
Fully specified:
http://ebird.org/ws1.1/ref/hotspot/region?rtype=subnational1&r=US-NV&fmt=json
Parameter Name |
Required |
Default |
Value Options |
Example Value |
Description |
|---|---|---|---|---|---|
rtype |
yes |
|
country,subnational1,subnational2 |
subnational1 |
the region type you are interested in. |
r |
yes |
|
|
|
region code corresponding to selected region type. see region code reference |
fmt |
|
xml |
json, xml |
json |
format of the response |
|
<loc ID>,<country code>,<subnational1 code>,<subnational2 code>,<latitude>,<longitude>,"<name>" |
Example
|
L269709,US,US-NV,US-NV-031,39.5384031,-119.8360348,"Lake Park, Reno" |
Example
|