static L pixabaySearch(S q, O... _) { sleepSeconds(1.0); // safety delay ret (L) jsonDecodeMap(loadPageWithParams("https://pixabay.com/api/", key := pixabayApiKey_mandatory(), paramsPlus(_, +q))).get("hits"); }