Accessing Wikipedia API

Do you have to do anything special to access the wikipedia api, or can it be accessed with regular get json statements and jQuery like the local weather project? If you do have to do something differently, any specific examples would be great.
Thanks!

Hi :slight_smile:
I wrote these guidelines, they are in Spanish, but you can use the code without problems:

the example:

``http://codepen.io/erretres/pen/qNmjOG

1 Like

Thank you very much!