Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns a list of all bird species seen within a nearby area, along with their most recent sighting date and specific location.

URL

Base URL

http://ebird.org/ws1.1/data/obs/geo/recent

...

http://ebird.org/ws1.1/data/obs/geo/recent?lng=-76.51&lat=42.46&dist=2&back=5&maxResults=500&detail=simple&locale=en_US&fmt=json

Parameter Descriptions

parameter

required

default

value options

example value

description

status

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="256d5b25b9de6d9b-d52335e8-41304d86-aeda8b4e-e799a28a7b0e7d659ecccd0f"><ac:plain-text-body><![CDATA[

lat

y

n/a

[-90.00,90.00] decimal

42.46

decimal latitude, no more than two decimal places of precision to facilitate caching required

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a2ac95dbec5fd051-aa405f01-44f3418a-bc019b36-50353b65de1f97c258435d1e"><ac:plain-text-body><![CDATA[

lng

y

n/a

[-180.00,180.00] decimal

-76.51

decimal longitude, no more than two decimal places of precision to facilitate caching required

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="23d2d08e0eb3b789-a6d7240f-4de14690-a808b9d6-429f102a13774696bf340a4a"><ac:plain-text-body><![CDATA[

dist


25

[0,50] integer

15

distance defining area of interest from given lat/lng in kilometers

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3b2a365a84aa46d0-4e47b183-40284cec-af7585a3-6fe5a376bfaca1a2386d636e"><ac:plain-text-body><![CDATA[

back

 

14

[1,30] integer

7

the number of days back to look for observations
 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a69717080a96c442-73eeebd1-45454e80-a4a6bbef-55264a7443ad981220045fd6"><ac:plain-text-body><![CDATA[

maxResults

 


[1,10000] integer

10

the maximum number of result rows to return in this request; to get all results do not include this parameter
 

]]></ac:plain-text-body></ac:structured-macro>

detail

 

simple

simple, full

simple

see result field descriptions

 

locale

 

en_US

Java standard locale codes

fr_CA

Language/locale of response (when translations are available). See http://java.sun.com/javase/6/docs/api/java/util/Locale.html.

 

fmt

 

json

json

json

format of the response
 

Results and Error Conditions

See the page on Result Field Descriptions for Raw Data Services

...