Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Recent eBird Observations Made Nearby a Location - Version 1.1

Table of Contents

Description

Returns a list of all bird species (along with their the most recent sighting date and location) in a given area.

...

specific location for each species of bird reported within the number of days specified by the "back" parameter and reported in the specified area.

This is part of the eBird version 1.1 API.

URL

Base URL

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

Examples

Minimal:

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

Fully specified:

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

Parameter Descriptions

 

parameter Parameter Name

required Required

Default default

value options

example value

description

status

Value Options

Example Value

Description

lat

yes


-90.00 - 90.00 decimal

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="525257a3-28d4-449c-820c-d2de03f46726"><ac:plain-text-body><![CDATA[

lat

y

n/a

[-90,90]

42.46

latitude

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9e345942-b6fa-41b0-b172-e3f31f4c3112"><ac:plain-text-body><![CDATA[

lng

y

n/a

decimal latitude, two decimal places of precision required

lng

yes


-180.00 - 180.00 decimal [-180,180]

-76.51

decimal longitude, two decimal places of precision required

longitude

 

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="907ba6e9-bc8d-4fef-a7e2-c97afdf26a54"><ac:plain-text-body><![CDATA[

dist


25

0 - 50 integer [0,250] for notable sightings, [0,50] otherwise

15

distance defining area radius of interest from given lat/lng in miles

 

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

kilometers <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b7970d92-c148-4445-905b-e00c04007213"><ac:plain-text-body><![CDATA[

back

 

14

[ 1 ,- 30 ] integer

7

daysBack, the number of days since the current date back to look for observations
 

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

maxResults

 

unlimited


1 - 10000 integer any integer >= 0

10

the maximum number of result rows to return in this request

 

detail

 

simple

simple, full

simple

 

; to get all results do not include this parameter

locale

 

en_US

java 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

 

xml

json
csv, xml ,json,rss

xml

Format of the response


json

format of the response

includeProvisional

 

false

true,false

false

set to true if you'd like flagged records that have not yet been reviewed to be included in the results

hotspot

 

false

true, false

false

set to true if results should be limited to sightings at birding hotspots

Include Page
eBird API 1.1-SimpleResultsDescription
eBird API 1.1-SimpleResultsDescription
Wiki Markup
{import:eBird-footer}