I've got a problem by using the API: https://developers.google.com/youtube/v3/docs/search/list#try-it.
I would like to order my results by rating. Therefore, I set the "order" parameter's value to "rating". As returned result, I just receive videos with low likes and/or dislikes and it is not ordered by rating. Even when I just try it in the API Explorer I get the same results, so it can't be because of my code.
Is there a problem with the API or do I understand the value "rating" wrong?