Reputation: 2811
I'm trying to get lead actor's name from movie's Wikipedia article.
I tried different values for prop, prop=info seems most relevant. But this doesn't contain the information in info box of Wikipedia article.
See:
http://en.wikipedia.org/w/api.php?action=query&prop=info&titles=Casino_Royale_(2006_film)&format=jsonfm
Is it possible to extract information in infobox using Wikipedia API?
Upvotes: 0
Views: 594
Reputation: 244757
The MediaWiki API doesn't understand infoboxes. So, you have basically two options:
Upvotes: 2