[12:27:05] hi all. is there an example somewhere how to make api call that search labels of entities and return a list? basically im looking for a programmatic way of getting what the value input field does in the wikidata query builder https://query.wikidata.org/querybuilder/?uselang=en [12:52:54] you can open your browser’s developer tools (F12) and see which requests it’s making in the network panel :) [12:53:12] e.g. https://www.wikidata.org/w/api.php?action=wbsearchentities&search=test&language=en&uselang=en&type=property&format=json&formatversion=2&errorformat=plaintext&origin=*&limit=12 [12:53:58] :-) thanks [12:54:10] and see the API sandbox for more information on which parameters are available https://www.wikidata.org/wiki/Special:ApiSandbox#action=wbsearchentities [12:55:21] :+1: