Returns a list of name strings for completion lookups.
Parameters
query | The text used to query the list of names. This is a prefix query on the full name of the name |
---|
take | The number of name strings to return (default = 10) |
---|
Example Response
/names/lookups?query=lic
Code Block |
---|
|
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>Austrosmittium kiwiorum M.C. Williams & Lichtw. 1990 (nom. inv.)</string>
<string>Drechslera wirreganensis Wallwork, Lichon & Sivan. 1992</string>
<string>Glotzia M. Gauthier ex Manier & Lichtw. 1969</string>
<string>Licea Schrad. 1797</string>
<string>Licea biforis Morgan 1893</string>
<string>Licea capitatoides Nann.-Bremek. & Y. Yamam. 1990</string>
<string>Licea castanea G. Lister 1911</string>
<string>Liceaceae Chevall. 1826 [as 'Liceae']</string>
<string>Licea eleanorae Ing 1999</string>
<string>Licea kleistobolus G.W. Martin 1942</string>
</ArrayOfString>
|