Previously, there was a way to just visit the search URLs and see JSON (this helped with verifying that we were using the right URL in order to access the JSON we need for our applications). I’m just starting an application that would be difficult to work with without first testing the JSON in this fashion. Is there any way I can simply view the JSON in my browser that I’m trying to retrieve at this URL?
The reason I’m asking the question in this way is because several of your responses seem to indicate signing the request, but if I’m just trying to see the JSON in my browser, why would I have to sign the request?