Wikipedia API: how to search for a term in a specific category

后端 未结 2 1232
有刺的猬
有刺的猬 2020-12-29 13:12

I\'m having hard time to figure out a basic task: how to find a term restricted in a specific category..

i feel Wiki API documentation is kinda confusing...

2条回答
  •  渐次进展
    2020-12-29 13:33

    You can't tell the API to only return articles from a category that match a certain criteria, unfortunately. You can, however, tell the API to return articles in a specific category, such as "1990s science fiction films", and then use another programming language such as PHP or JavaScript to then return the articles that match your specified criteria.

提交回复
热议问题