Access elastic search from remote api

Thanks! for the reply, let me explain you my complete issue I want to access the data of https://wikimedia.biterg.io(it is using elastic search) from an external Django based tool. I went to the console over bitergia project and tried running some Lucene queries and all of them worked. I want to run the queries now from the external tool. So I thought of performing an API request to the same URL like https://wikimedia.biterg.io/elasticsearch/_search But I could not access API. So I am asking if there is any way to perform an API request and get the data? If so can you tell me the detailed procedure of how to perform it?