Searching ORCID
The ORCID registry can be searched using the v1.2 API. It supports the SOLR syntax and fields from the bio portion of the ORCID record can be queried. All query syntaxes available in SOLR 3.6 are supported, including Lucene (with Solr extensions) which is the default, DisMax and Extended Dismax.
External documentation
Official ORCID search api documentation
Live example - Simple keyword search
Live example - Parametized search
The ORCID serach API supports a wide range of fields (see the documentation below). For example, we can search for records with a given DOI. Note how we enclose the DOI with escaped quotes in the query - this is so that we get an exact match:
Updated less than a minute ago