AmiBase provides a checklist of ASEAN microbial species via a web service API. The checklist is derived from data sources and AmiBase’s partners. AmiBase API is called by accessing to an API base URL
https://amibase.org/api_amibase.php with your API token. After registration, you should automatically received the token via your subscribed email.
Every API call MUST provides the token along with API parameter(s) in a format shown below;
1. Search keyword parameters. The result returns a list of ASEAN microbe species records which contain information that wholly or partially matched the respective keyword(s). Available search keyword parameters includes;
Note: A user MUST provide at least 1 search keyword parameter, otherwise API will throw “Invalid parameters” warning.
2. (Optional) Time frame parameters. The result returns a list of ASEAN microbe species records which have been modified within the time frame specified by starttime and endtime in YYYY-MM-DD format.
Usage example:
https://amibase.org/api_amibase.php?token={token}&species=Saccharomyces&kingdom=fungi&starttime=2012-10-30&endtime=2018-12-31Note: If time frame parameters are not provided, the default starttime is 1975-01-01 (January 1st , 1975) and endtime is current date.
3. (Optional) Retrieval limit parameters. The records of AmiBase API result are controlled by start and limit parameters.
AmiBase API output schema
The AmiBase API result is returned in a JSON format containing information of each record as well as metadata of API call.
AmiBase API output example