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

Compare with Current View Page History

« Previous Version 2 Next »

Bird Conservaiton Region (BCR) Code List and Search Web Service API

URL

description

status

notes

ws/ref/bcr/list

Return list of all BCRs

not coded

 

ws/ref/bcr/list?countryCode=<2-letter ISO country code>

Return list of BCRs found in the given country

not coded; need info about country and BCR intersections in DB before coding this


ws/ref/bcr/find?match=<string to match>

Return list of BCRs that match

not coded

What wildcards be used in the match string?

ws/ref/bcr/list?subnational1Code=<subnational1 code>

Return list of BCRs found in the given "state"

not coded; need info about state and BCR intersections in DB before coding this

 

parameter

required

default

value options

description

status

match

yes, for /find

n/a

 

string to match against BCR names; What wildcards can be used?

not coded

locale

no

en_US

Java standard locale codes

locale in which to perform matching, and in which to provide names in response (when possible)

not coded

countryCode

no; if a countryCode and subnational1Code are specified for the same request, the countryCode is ignored

n/a


see CountryCode List and Search Web Service API

not coded

subnational1Code

no; if a countryCode and subnational1Code are specified for the same request, the countryCode is ignored

n/a


see Subnational1Code List and Search Web Service API

not coded

format

no

csv

  • csv
  • xml

format to use for response

not coded

CSV Result Format

<BCR code>, <name associated with BCR>
<BCR code>, <name associated with BCR>
<BCR code>, <name associated with BCR>

XML Result Format
<response>
  <header>
    <locale country="US" language="en"/>
    <timestamp>2008-02-21T12:37:32.546-05:00</timestamp>
    <criteria>
      <property name="match" value="something"/>
      <property name="subnational1Code" value="something"/>
      <property name="countryCode" value="something"/>
    </criteria>
    <comment>
    </comment>
  </header>
  <result>
    <location bcrCode="">name of the BCR region </location>
    <location bcrCode="">name of the BCR region </location>
    <location bcrCode="">name of the BCR region </location>
  </result>
</response>
  • No labels