Search Wikipedia with JavaScript
Want to search Wikipedia from your web app? This video will teach you how to make an API call to Wikipedia to search for any string. The link to the first API endpoint we’ll use: https://en.wikipedia.org/w/api.php?action=query&list=search&format=json&origin=*&srsearch= The link to the second API endpoint we’ll use: https://en.wikipedia.org/w/api.php?action=query&prop=info&inprop=url&origin=*&format=json&pageids= The link to my website: https://cukmekerb.github.io/
Want to search Wikipedia from your web app? This video will teach you how to make an API call to Wikipedia to search for any string. The link to the first API endpoint we’ll use: https://en.wikipedia.org/w/api.php?action=query&list=search&format=json&origin=*&srsearch= The link to the second API endpoint we’ll use: https://en.wikipedia.org/w/api.php?action=query&prop=info&inprop=url&origin=*&format=json&pageids= The link to my website: https://cukmekerb.github.io/