Hey, I wander if I am the only one getting this result. I tried this with both an http proxy and thus suspect that this is not a caching issue on the client side. The following query returns images that appear to me as legitimate editor's choice images: https://pixabay.com/api/?key=[key redacted]&editors_choice=yes&page=1&order=latest&per_page=10 But if the per_page is increased to 11 or beyond, images of "studs" are retrieved. After about 14 of them, arbitrary images appear which I suspect are not really editor's choice. The issue is absent if per_page=200 or if other parameters in the query are tweaked. Here is the first hit in the list:{ "largeImageURL": "https://cdn.pixabay.com/photo/52e6d0434a5aad14f6da8c7dda79367a163cdae353576c4870287fd29048c35bb0_1280.jpg", "webformatHeight": 640, "webformatWidth": 426, "likes": 0, "imageWidth": 4000, "id": 4650081, "user_id": 8131389, "views": 25, "comments": 0, "pageURL": "https://pixabay.com/photos/haras-du-pin-national-stud-haras-4650081/", "imageHeight": 6000, "webformatURL": "https://cdn.pixabay.com/photo/52e6d0434a5aad14f6da8c7dda79367a163cdae353576c4870287fd29048c35bb0_640.jpg", "type": "photo", "previewHeight": 150, "tags": "haras du pin, national stud, haras", "downloads": 23, "user": "Vitrioline", "favorites": 0, "imageSize": 4740381, "previewWidth": 100, "userImageURL": "https://cdn.pixabay.com/user/2018/12/01/19-01-45-852_250x250.jpg", "previewURL": "https://pixabay.com/image-4650081/" }
↧