Hello,
according to the API documentation here
The API should support multiple queries, i.e. retrieving reviews for multiple websites at once:
It supports batching by sending arrays with up to
250queries (e.g.,query=text1&query=text2&query=text3). It allows multiple queries to be sent in one request and to save on network latency time.
But it doesn’t work. When I set multiple query parameters like in the example, only the last query parameter is regarded. All others are ignored.
I tried with the array notation, i.e. query[0]=text1&query[1]=text2&query[2]=text3, but that also returns error.
If it’s supported, please fix the bug. If not, please fix the documentation.