How to get wikipedia page in multi languages?

雨燕双飞 提交于 2019-12-03 05:17:54

问题


How can I get the same wikipedia page in another language.

For example I want to get this page in Japanese, http://en.wikipedia.org/wiki/Cloud

result is

http://ja.wikipedia.org/wiki/雲 or only the title 雲

Is it possible to use wikipedia API or any other APIs to do this?

Thank You


回答1:


Lang links property of MediaWiki API is probably what you want. Fetching other languages for your cloud example would look like this.



来源:https://stackoverflow.com/questions/4420584/how-to-get-wikipedia-page-in-multi-languages

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!