I just started implementing the wikipedia but i am getting nowhere with Wiki’s API documentation. I don’t even know how to pass in the search request in the URL. All I have got is this
$.getJSON(searchURL, {
action: "query",
format: "json",
rvprop: "content",
})
This is all i got from the Wikipedia api’s documentation.How do i make a proper json request?