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