开发者

How to get wikipedia page in multi languages?

开发者 https://www.devze.com 2023-01-30 07:36 出处:网络
How can I get the same wikipedia page in another language. For example I want to get this page in Japanese,

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?

Tha开发者_运维百科nk You


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

0

精彩评论

暂无评论...
验证码 换一张
取 消