6 ms·
Can I access this API externally, e.g. by sending a http get request to some endpoint, to get the summary content in JSON format?
by vanillaboy 8y ago
Can I access this API externally, e.g. by sending a http get request to some endpoint, to get the summary content in JSON format?
- saagarjha 8y agoYou can get a similar effect by hitting Wikipedia for its extract. For example: https://en.wikipedia.org/w/api.php?action=query&prop=extracts&format=json&exintro=&titles=wikipedia https://en.wikipedia.org/w/api.php?action=query&prop=extract...
- Findus23 8y agoYes you can, there is a nice API returning the Popup-data in JSON https://stackoverflow.com/a/48527419/4398037 https://stackoverflow.com/a/48527419/4398037 Documentation: https://en.wikipedia.org/api/rest_v1/#!/Page_content/get_page_summary_title https://en.wikipedia.org/api/rest_v1/#!/Page_content/get_pag...