Wikipedia API Help

Hi,

I’m trying to integrate the wikipedia API into the CMS.

Say for example I post a cms post, I would like the API to then pull the corresponding image or text from wikipedia, with the correct credit ofcourse.

Has this been done before?

Cheers!

Rory

1 Like

@Rory I don’t know. But you can Always take a look at vue.js and the axios HTTP client. With axios you can access external API’s.

This is something i posten before