Bing Entity Search API is not returning a street address
I'm trying to use the Bing Entity Search API and I'm getting results for state and city but, not a street address. This is the GET url I'm using
https://api.bing.microsoft.com/v7.0/entities?q=stamats&mkt=en-us&responseFilter=places&inclnb=1
The results are like this:
"address": {
"addressLocality": "Cedar Rapids",
"addressRegion": "IA",
"postalCode": "52401",
"addressCountry": "US",
"neighborhood": ""
},
"telephone": "(800) 553-8878"
Any suggestions?