You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Returns a list of orders, families and species which are covered by Neotropical Birds Online as well as the status of each species account in Neotropical Birds.

 This is part of the Neotropical Birds version 1.0 API.

URL

Base URL

http://neotropical.birds.cornell.edu/ws1.0/ref/taxa

Result Fields

Field (XML)

Attribute

Description

taxon-list

 

Parent tag

taxon-list

template-url

Partial URL for a link to a Neotropical Birds species account

taxon-list

locale

Parent tag

com-name

Common name

sci-name

Scientific name

com-name

Common name

Example Responses

CSV

Rhea americana,Greater Rhea
Rhea pennata,Lesser Rhea

XML

<response>
    <header>
        <locale country="" language="en"/>
        <timestamp>
            2009-07-08T10:39:42.150-04:00
        </timestamp>
        <criteria>
            <locale country="" language="en"/>
            <cat>
                species
            </cat>
            <version>
                1.049
            </version>
            <fmt>
                xml
            </fmt>
        </criteria>
    </header>
    <result>
    <taxa>
        <com-name>
            Greater Rhea
        </com-name>
        <sci-name>
            Rhea americana
        </sci-name>
    </taxa>
    <taxa>
        <com-name>
            Lesser Rhea
        </com-name>
        <sci-name>
            Rhea pennata
        </sci-name>
    </taxa>
</response>

Caching Information

For details on caching of results by our servers, see eBird-1.1-CacheInformation

Unknown macro: {import}
  • No labels