Please help me with my wikipedia project

i dont know how to link my search button with wikipedia results. please help me: https://codepen.io/shwetarajput012/pen/AXbOJQ

You need to use the Wikipedia API, and since you’re using jQuery, I’d suggest using the $.getJSON() function.

Check out this video for more.

@PortableStick has given great references, and I would add this one: https://www.mediawiki.org/wiki/Special:ApiSandbox

It’s a GUI to help create the necessary URL for the API fetch. Hint: Start with looking at the query page on the Wikipedia API. Good luck with the project.

2 Likes

thanku. i will check that

thanx. i will check the video.