I'm looking to retrieve song years using their titles. I'd like to use wikipedia results and I've found MediaWiki API is the way to go.
The problem is I can't find any query for the "year" or "recorded:" inside the MediaWiki API doc (for instance check this wiki page found using title: https://en.wikipedia.org/wiki/Coffee_%26_TV), anyone that knows of a workaround or is a MediaWiki API guru?
I found this for parsing the info frame inside a page (but doesn't include "year:" or "recorded:"): https://www.mediawiki.org/wiki/API:Info
I'm using javascript, jquery and a php file to get the youtube api going, so I used the $get.('')
for others api requests already.