Requests include
User location (latitude + longitude), an autocomplete partial string (optional), and the maximum number of results desired (50 by default).
Responses include
First, last, and full names along with honorific/titles, and practice name (including address, city, state, ZIP, and lat/lon).
A full OpenAPI specification can be found here.
{
"q" : "pol",
"location" : "47.62222;-122.20308",
"status" : "OK",
"result" : [ {
"id" : 1801432836,
"name" : "Danielle Polewko",
"street" : "12729 Northup Way Ste 23",
"city" : "Bellevue",
"postalCode" : "WA",
"lat" : 47.611021,
"lon" : -122.16858,
"distanceMiles" : 1.7833533351808188
}, {
"id" : 1982893020,
"name" : "Antonela Polotanu",
"street" : "1653 173Rd Ave Ne",
"city" : "Bellevue",
"postalCode" : "WA",
"ext" : "DDS",
"lat" : 47.609222,
"lon" : -122.1155,
"distanceMiles" : 4.176598976779791
}, {
"id" : 1134353725,
"name" : "Dr. Lisa Anne Polec",
"street" : "2800 E. Madison St. #207",
"city" : "Seattle",
"postalCode" : "WA",
"ext" : "D.C.",
"lat" : 47.629653,
"lon" : -122.29752,
"distanceMiles" : 4.427430962464363
}, {
"id" : 1780140442,
"name" : "Abigail L Polizotto",
"street" : "908 Jefferson St",
"city" : "Seattle",
"postalCode" : "WA",
"ext" : "PA-C",
"lat" : 47.60252,
"lon" : -122.32855,
"distanceMiles" : 6.000362925024626
}, {