How to dynamically retrieve a list of species from AmphibiaWeb
by country or state code or name, scientific name, or common name
1) Create a URL using format below. Case (capitalization) is not important in the country or state codes or in the names.
Example 1:All amphibians in France:
https://amphibiaweb.org/cgi/amphib_ws_locality?where-isocc=fr&rel-isocc=likeExample 2:
All amphibians in France with "Bufo" in the scientific name, in family "Bufonidae," and in order "Anura":
https://amphibiaweb.org/cgi/amphib_ws_locality?where-isocc=fr&rel-isocc=like&where-scientific_name=bufo&where-family=bufonidae&where-ordr=anuraExample 3:
All amphibians in France with the word "toad" in the common name:
https://amphibiaweb.org/cgi/amphib_ws_locality?where-isocc=fr&rel-isocc=like&where-common_name=toadExample 4:
All amphibians in North Dakota:
You can include the country code (US)https://amphibiaweb.org/cgi/amphib_ws_locality?where-isocc=us&rel-isocc=like&where-state_code=nd&rel-state_code=likeor nothttps://amphibiaweb.org/cgi/amphib_ws_locality?where-state_code=nd&rel-state_code=likeor you can spell out the state namehttps://amphibiaweb.org/cgi/amphib_ws_locality?where-state_code=north+dakota&rel-state_code=likeAmphibiaWeb only stores state codes for U.S. states.Example 5:
All amphibians in the Canadian province of Alberta:
https://amphibiaweb.org/cgi/amphib_ws_locality?where-isocc=ca&rel-isocc=like&where-region=ab&rel-region=likeCanadian Provinces:
Alberta AB British Columbia BC Manitoba MB New Brunswick NB Newfoundland and Labrador NL Northwest Territories NT Nova Scotia NS Nunavut NU Ontario ON Prince Edward Island PE Quebec QC Saskatchewan SK Yukon YT
2) The above URLs will create xml files, which you can reformat for display on another web site.
Additional information:
- AmphibiaWeb uses
ISO country codes.
- For United States states, AmphibiaWeb uses
standard two-letter abbreviations.
- URL to use to link back to an AmphibiaWeb species accounts (example):
https://amphibiaweb.org/cgi/amphib_query?where-genus=Agalychnis&where-species=callidryas
- To retrieve xml files of AmphibiaWeb species accounts, see this page.