GET api/Address/find?text={text}&container={container}
Finds address suggestions for a search query using Loqate Capture Find. Rate limited per client IP: 6 finds/minute burst then 1 per 10 minutes; 30/hour; 30/day (doubled when TESTSERVERMODE is enabled).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| text |
Postcode, street name, or address fragment. |
string |
Required |
| container |
Optional Loqate container ID from a previous Find result for drill-down. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.