Find

API test authentication

A free string text search, intended to be an ambiguous/fuzzy search.

get
Authorizations
keystringRequired
keystringRequired
OAuth2clientCredentialsRequired
Token URL:
Query parameters
querystringRequired

Free text search parameter.

formatstring · enumOptional

The format the response will be returned in.

Possible values:
maxresultsinteger · min: 1 · max: 100Optional

The maximum number of results to return. Minimum = 1. Maximum = 100. Default = 100.

offsetinteger · min: 1Optional

Offset the list of returned results by this amount.

boundsnumber[] · min: 4 · max: 4Optional

Biases the results to a certain area. The is a British National Grid bounding box in the form: XMIN,YMIN,XMAX,YMAX

Example: [414000,114000,414100,114100]
fqstring · enumOptional

Filters the results by bounding box or local_type.

Example: ["&fq=BBOX:414000,114000,414100,114100","&fq=LOCAL_TYPE:City","&fq=LOCAL_TYPE:City LOCAL_TYPE:Bay"]Possible values:
Responses
200

Retrieves addresses based on a free text search.

get
/find
200

Retrieves addresses based on a free text search.

Last updated

Was this helpful?