I just tested it, and it worked fine. Note that this service can return a max of 20 results (default is 10), so not every result within 2KM will be returned. Here is the URL I tested with:
https://dev.virtualearth.net/REST/v1/locationrecog/47.699528,-122.119397?radius=2&key=MyBingMapsKey
Also note that the Bing Maps platform is being retired. The announcement says to consider moving to Azure Maps. Azure Maps does have a lot of Search services that can find points of interests. Here are some resources:
- https://learn.microsoft.com/en-us/azure/azure-maps/how-to-use-best-practices-for-search
- https://learn.microsoft.com/en-us/rest/api/maps/search/get-search-fuzzy?view=rest-maps-1.0&tabs=HTTP
- https://learn.microsoft.com/en-us/rest/api/maps/search/get-search-nearby?view=rest-maps-1.0&tabs=HTTP
- https://learn.microsoft.com/en-us/rest/api/maps/search/get-search-poi?view=rest-maps-1.0&tabs=HTTP