Search for Geosget https://example.com/geo-search/{level}Path Paramslevelstringrequiredtype of geographic regional division. Valid level options are nation, county, state, zip, and msa.Query ParamsquerystringThe search value, will return an empty array if not provided.typoTolerancenumberAllowable values are 0, 1, and 2, for number of max character edits that can be made.offsetnumberThe number of results to skip over. For instance, ?offset=5 means the first 5 results would be omitted.limitnumberThe total number of results to return. For instance, ?limit=10 means the result set is limited to 10 results. Used in conjunction with offset, you can slice the result set, e.g. ?offset=20&limit=10 would give you results 21-30.datarunstringParameter used to indicate which datarun version to query during transitionary periods when multiple dataruns are being supported.Responses 200 404Updated 9 months ago