Basic Interlex Search Example

Search for term by identifier

This search looks for a term that matches the supplied identifier

JSON Body

{
    "size": 20,
    "from": 0,
    "query": {
    	"bool": {
    	    "must": [ {
		"match_phrase": {
		    "existing_ids.curie": {
		    "query": "NCBITaxon:9606"
		    }
	        }
	    } ]
        }
    }
}

Result

Last updated