Accessing main picture of wikipedia page by API

前端 未结 14 1957
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 18:15

Is there any way I can access the thumbnail picture of any wikipedia page by using an API? I mean the image on the top right side in box. Is there any APIs for that?

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 18:24

    See this related question on an API for Wikipedia. However, I would not know if it is possible to retrieve the thumbnail picture through an API.

    You can also consider just parsing the web page to find the image URL, and retrieve the image that way.

提交回复
热议问题