Versions Compared

Key

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

...

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

ExampleExamples

Basic:

http://ebird.org/ws1.1/data/obs/geo/recent?lng=-76.51&lat=42.46

...

parameter

required

default

value options

example value

description

status

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="873c00c513368a79-2783c556-46f74011-9cba9a46-acdf7ad285c88c219950acc9"><ac:plain-text-body><![CDATA[

lat

y

n/a

[-90,90]

42.46

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


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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e6dd7209496e304c-004c3138-44424d52-ac6d99c1-47431e4c2dc01ddb4187d084"><ac:plain-text-body><![CDATA[

lng

y

n/a

[-180,180]

-76.51

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

 

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2ae17ef3030e0c5f-5f9e2fce-4a934a1f-97248e2b-5a6b25851d75098e6e3ca6b3"><ac:plain-text-body><![CDATA[

dist


25

[0,50]

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="00c49389173c416e-e05407ed-4a64445f-8b619526-3f83cdcb8861bef9414b2638"><ac:plain-text-body><![CDATA[

back

 

14

[1,30]

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="6dad40f9bfd83aec-86860653-4c1142ea-a57bb986-b23947dddde47a68f3b47e55"><ac:plain-text-body><![CDATA[

maxResults

 


[1,10000]

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

 

...