URL de l'API Wikipedia

-----------------------------------------------------------------------
Example of a Wikipedia API to get the contents of a page in JSON format
-----------------------------------------------------------------------
API Syntax: https://en.wikipedia.org/w/api.php?action=parse&page={{keyword}}&format=json&prop=text

Page we want to retrieve: https://en.wikipedia.org/wiki/JavaScript

API Request URL: https://en.wikipedia.org/w/api.php?action=parse&page=JavaScript&format=json&prop=text
-----------------------------------------------------------------------
Read more: https://www.mediawiki.org/wiki/API:Tutorial
KostasX