Accessing main picture of wikipedia page by API

前端 未结 14 1956
没有蜡笔的小新
没有蜡笔的小新 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:35

    You can get the thumbnail of any wikipedia page using prop=pageimages. For example:

    http://en.wikipedia.org/w/api.php?action=query&titles=Al-Farabi&prop=pageimages&format=json&pithumbsize=100
    

    And you will get the thumbnail full URL.

提交回复
热议问题