1,554
edits
mNo edit summary |
|||
Line 211: | Line 211: | ||
== Searching iDigBio == | == Searching iDigBio == | ||
While | While iDigBio does not currently provide Search API endpoints to faciliate queries via the API, we do offer direct access to the Elasticsearch index servers. This is the same interface that is used by the iDigBio Portal search to query Elasticsearch. Elasticsearch provides Lucene-style indexes for querying which return JSON formatted data. | ||
Direct queries to the iDigBio Elasticsearch service should be considered an Advanced operation. | |||
The iDigBio Elasticsearch service is accessed via the base URL: | |||
https://search.idigbio.org/ | |||
The indexes provide two document types to query on; Records and Media Records. | |||
Each type can be queried through the following respective URLs: | Each type can be queried through the following respective URLs: | ||
edits