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 |
List records by biological group |
/api/v1/occurrence?bioGroup=鳥類 |
taxonRank |
string |
List records by taxon rank, including: kingdom, phylum, class, order, family, genus, species, infraspecies |
/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 |
imagePresence |
boolean |
List records by if the record has associated media. Yes = true, No = false. |
/api/v1/occurrence?imagePresence=true |
rightsHolder |
string |
List records by rights holder (Multiple values allowed) |
/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 |
List records by TBIA dataset ID (Multiple values allowed) |
/api/v1/occurrence?tbiaDatasetID=d674d7e0ec3bd2c006cefb438 |
datasetName |
string |
List records by dataset name (Multiple values allowed) |
/api/v1/occurrence?datasetName=100年高雄都會公園環境長期監測研究計畫-生物(動植物) |
basisOfRecord |
string |
List records by basis of record |
/api/v1/occurrence?basisOfRecord=HumanObservation |
eventDate |
date |
List records by even date. Supports range queries. |
/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 |
List records by a locality (Multiple values allowed) |
/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 |
List records 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 |
List records by created date (TBIA portal). Supports range queries. |
/api/v1/occurrence?created=2023-05-09 |
modified |
date |
List records by modified date (TBIA portal). Supports range queries. |
/api/v1/occurrence?modified=2023-05-09 |
*Range queries are given as a single parameter value by concatenating start date and end date with a comma.