APIs metadata, documentation and preview (only available if no parameters are required ).
Returns the bounding box in WKT format for the countries passed as pipe separated ISO3 country codes
If functions' parameters are not compulsory try to call the function without arguemnts:
http://api.biopama.org/api/pame/function/api_bbox_for_countries_dateline_safeIf function parameters are compulsory, put them after the last slash separated by commas if more than one:
http://api.biopama.org/api/pame/function/api_bbox_for_countries_dateline_safe/iso3codes=,forcepositive=Filter returned fields in the url query using field names separated by comma, eg:
http://api.biopama.org/api/pame/function/api_bbox_for_countries_dateline_safe?fields=field_name1,field_name2,...
or
http://api.biopama.org/api/pame/function/api_bbox_for_countries_dateline_safe/iso3codes=,forcepositive=?fields=field_name1,field_name2,...
Limit returned records in the url query using the limit parameter, eg:
http://api.biopama.org/api/pame/function/api_bbox_for_countries_dateline_safe/iso3codes=,forcepositive=?limit=100
or remove the limit argument to display all of them (might take some time for large datasets).
By default limit is set to 50 records.
Please read the comment on function on how to use properly this API or for parameters default/examples values.