Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Include Page
eBird-1.1-SimpleDetailFields
eBird-1.1-SimpleDetailFields

Full Result Fields

In addition to the fields above, these fields are included in the response when full detail is requested:

Field (JSON)

Field (XML)

Description

subnational2Code

subnational2-code

county code

subnational2Name

subnational2-name

county name

subnational1Code

subnational1-code

state/province ISO code

subnational1Name

subnational1-name

state/province name

countryCode

country-code

country ISO code

userDisplayName

user-display-name

first and last name of the observer, when available

countryName

country-name

country name

firstName

first-name

observer's first name, when available (DEPRECATED in favor of userDisplayName)

lastName

last-name

observer's last name, when available (DEPRECATED in favor of userDisplayName)

subID

sub-id

submission ID

obsID

obs-id

observation ID

checklistID

checklist-id

checklist ID

presenceNoted

presence-noted

'true' if user marked presence but did not count the number of birds.  'false' otherwise

Example Responses

Note that "full" detail nearly triples the size of the response on average.

XML

No Format
<?xml version="1.0" encoding="UTF-8"?>
<response>
    <header>
        <locale country="US" language="en"/>
        <timestamp>
            2009-07-01T11:26:06.296-04:00
        </timestamp>
        <criteria>
            <fmt>
                xml
            </fmt>
            <hotspot>
                false
            </hotspot>
            <rtype>
                subnational1
            </rtype>
            <r>
                US-NY
            </r>
            <back>
                5
            </back>
            <max-results>
                500
            </max-results>
            <detail>
                full
            </detail>
        </criteria>
    </header>
    <result>
        <sighting>
            <sub-id>
                S5130155
            </sub-id>
            <obs-id>
                OBS72270247
            </obs-id>
            <checklist-id>
                CL22361
            </checklist-id>
            <loc-id>
                L285876
            </loc-id>
            <presence-noted>
                false
            </presence-noted>
            <location-private>
                true
            </location-private>
            <country-name>
                United States
            </country-name>
            <country-code>
                US
            </country-code>
            <subnational2-name>
                Richmond
            </subnational2-name>
            <subnational2-code>
                US-NY-085
            </subnational2-code>
            <first-name>
                Catherine
            </first-name>
            <subnational1-name>
                New York
            </subnational1-name>
            <last-name>
                Barron
            </last-name>
            <subnational1-code>
                US-NY
            </subnational1-code>
            <obs-dt>
                2009-06-30 13:30
            </obs-dt>
            <obs-reviewed>
                false
            </obs-reviewed>
            <obs-valid>
                false
            </obs-valid>
            <loc-name>
                SI-South Beach/Ft Wadsworth
            </loc-name>
            <how-many>
                2
            </how-many>
            <lat>
                40.6028326
            </lat>
            <lng>
                -74.0537782
            </lng>
            <com-name>
                Red-throated Loon
            </com-name>
            <sci-name>
                Gavia stellata
            </sci-name>
        </sighting>
    </result>
</response>

JSON

No Format
[{
    "locID": "L285876",
    "locationPrivate": true,
    "checklistID": "CL22361",
    "obsValid": false,
    "presenceNoted": false,
    "countryCode": "US",
    "subnational1Name": "New York",
    "subnational1Code": "US-NY",
    "lastName": "Barron",
    "lat": 40.6028326,
    "howMany": 2,
    "firstName": "Catherine",
    "sciName": "Gavia stellata",
    "subnational2Name": "Richmond",
    "subnational2Code": "US-NY-085",
    "obsReviewed": false,
    "comName": "Red-throated Loon",
    "obsID": "OBS72270247",
    "locName": "SI-South Beach/Ft Wadsworth",
    "lng": -74.0537782,
    "subID": "S5130155",
    "obsDt": "2009-06-30 13:30",
    "countryName": "United States"
}]