| Parameter |
Type |
Description |
Example |
| id |
string |
Get record by TBIA ID |
/api/v1/occurrence?id=6540d35818aad00028ecda95
|
| occurrenceID |
string |
Get record by occurrenceID |
/api/v1/occurrence?occurrenceID=TAIF:PLANT:8540:1:1:186874
|
| catalogNumber |
string |
Get record by catalogNumber |
/api/v1/occurrence?catalogNumber=186874
|
| recordNumber |
string |
Get record by recordNumber |
/api/v1/occurrence?recordNumber=218114
|
| name |
string |
List records by scientific name / common name / synonym / misapplied name |
/api/v1/occurrence?name=小白鷺
|
| taxonID |
string |
List records by TaiCOL taxon ID |
/api/v1/occurrence?taxonID=t0052516
|
| higherTaxon |
string |
List records by higher taxon (using TaiCOL taxon ID) |
/api/v1/occurrence?higherTaxon=t0002476
|
| bioGroup |
string |
Retrieve occurrence records for the specified biological group; composite queries are supported. Please refer to the Controlled Vocabulary List.
|
/api/v1/occurrence?bioGroup=鳥類
|
| taxonRank |
string |
Retrieve occurrence records for the specified taxonomic rank. Please refer to the Controlled Vocabulary List.
|
/api/v1/occurrence?taxonRank=infraspecies
|
| isCollection |
boolean |
List records by if the record is a natural history collection. Yes = true, No = false. |
/api/v1/occurrence?isCollection=true
|
| isNative |
boolean |
List records by if the record is a native species. Yes = true, No = false. |
/api/v1/occurrence?isNative=true
|
| isProtected |
boolean |
List records by if the record is a protected species. Yes = true, No = false. |
/api/v1/occurrence?isProtected=true
|
| hasMedia |
boolean |
List records by if the record has associated media. No = false, Image = image, Video = video, Audio = audio, |
/api/v1/occurrence?hasMedia=image
|
| rightsHolder |
string |
Retrieve occurrence records from the specified source database / collection institution; composite queries are supported. Please refer to the Controlled Vocabulary List.
|
/api/v1/occurrence?rightsHolder=台灣生物多樣性網絡 TBN&rightsHolder=濕地環境資料庫
|
| recordedBy |
string |
List records by recorder |
/api/v1/occurrence?recordedBy=志工小組
|
| resourceContacts |
string |
List records by resource contacts |
/api/v1/occurrence?resourceContacts=台灣兩棲類保育志工團隊
|
| tbiaDatasetID |
string |
Retrieve specific occurrence records using this site's dataset ID; composite queries are supported.
|
/api/v1/occurrence?tbiaDatasetID=d674d7e0ec3bd2c006cefb438
|
| datasetName |
string |
Retrieve occurrence records of the specified dataset; composite queries are supported.
|
/api/v1/occurrence?datasetName=100年高雄都會公園環境長期監測研究計畫-生物(動植物)
|
| basisOfRecord |
string |
List records by basis of record |
/api/v1/occurrence?basisOfRecord=HumanObservation
|
| eventDate |
date |
Event date. Format: yyyy-mm-dd. Range queries are supported.
|
/api/v1/occurrence?eventDate=2021-10-21
|
| preservation |
string |
List records by preservation |
/api/v1/occurrence?preservation=針插標本
|
| typeStatus |
string |
List records by type status |
/api/v1/occurrence?typeStatus=模式
|
| organismQuantity |
number |
List records by organism quantity |
/api/v1/occurrence?organismQuantity=100
|
| locality |
string |
Retrieve occurrence records for the specified locality; composite queries are supported.
|
/api/v1/occurrence?locality=高雄市
|
| county |
string |
List records by a county |
/api/v1/occurrence?county=高雄市
|
| municipality |
string |
List records by a municipality |
/api/v1/occurrence?municipality=楠梓區
|
| boundedBy |
string |
Retrieve grid data by a bounding box. Specified by={max longitude},{max latitude},{min longitude},{min latitude}. |
/api/v1/occurrence?boundedBy=122,24,121,23
|
| polygon |
string |
List records by a polygon. Only WKT format is supported. |
/api/v1/occurrence?polygon=POLYGON ((120.761719 23.755182, 120.772705 23.543845, 121.135254 23.5237, 121.135254 23.755182, 120.761719 23.755182))
|
| circle |
string |
List records by a circle. Specified by={longitude of centre},{latitude of centre},{radius in KM}. |
/api/v1/occurrence?circle=122.51,24.9,10
|
| apikey |
string |
Restricted API Key |
/api/v1/occurrence?apikey={yourAPIkey}
|
| created |
date |
Record creation time. Format: yyyy-mm-dd. Range queries are supported.
|
/api/v1/occurrence?created=2023-05-09
|
| modified |
date |
Record modification time. Format: yyyy-mm-dd. Range queries are supported.
|
/api/v1/occurrence?modified=2023-05-09
|