v1

latestSwagger 2.02026-07-17114752.0 KB

auto complete: provides quick company and person suggestions for given input query

get/search/v1/suggest

Query parameters

querystring required

the query string

domainstring

"company" to match companies only, "person" to match persons only, empty to match all

historyboolean

true to include former company names

censorboolean

should be set when presenting the content on a public website

offsetinteger

offset of first item to return

limitinteger

maximum number of items to return

output'json' | 'xml'

response format

countriesstring

list of country ISO codes to restrict result set (empty to retrieve all countries). Valid values can be retrieved dynamically from the /reference/v1/overview endpoint.

statusstring

list of valid statuses (active, terminated, liquidation). Valid values can be retrieved dynamically from the /reference/v1/overview endpoint.

Response

A successful response

censoredboolean

true if results have been omitted because of censoring

offsetinteger

offset of result array in all results

nextOffsetinteger

offset to retrieve next batch of results

nextPosstring

position to retrieve next batch of results

totalinteger

total number of results (usually, this number is not available, unfortunately)