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

Compare with Current View Page History

« Previous Version 31 Next »

eBird Web Services - Version 1.1

Issues

Issues that we need to deal with before wrapping up 1.1:

  • move "valid" and "reviewed" fields to simple output option
  • make sci names unique; add "domesticus" to binomial
  • consider publishing grouping info along with eBird-1.1-SpeciesReference
  • consider making life history zip file from eBird more accessible
  • transition 1.0 apis to 1.1 url structure, fields, result formats, etc.

API

This API enhances the originally released eBird 1.0 API

Data Source

Version

Status

eBird

1.1

specification underway

This path contains supporting lookup services for the /data and /product services

  • ebird.org/wstools1.1
    This is location of gadget code and demo pages.
  • ebird.org/wsresource1.1
    This is the root of the static resources that version 1.1 of the web services require.
    • wsresource1.1/images
    • wsresource1.1/css
    • wsresource1.1/js

Resources

The current eBird taxonomy can be downloaded here.  The following table might be helpful for encoding a scientific name within a URL:

Character

Encoding

Space

%20

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5a384f8b-6b8a-448c-be52-5bbe74fe9d20"><ac:plain-text-body><![CDATA[

Left Square Bracket ("[")

%5B

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

Right Square Bracket ("]")

%5D

Forward slash/Virgule ("/")

%2F

  • No labels