<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi All,<div>Will the useformat=mobile be supported by MediaWiki API where appropriate?</div><div><br></div><div>I am able to do the following for non mobile content</div><div>$.getJSON('http://en.wikipedia.org/w/api.php?action=parse&amp;page='+encodeURIComponent(query)+'&amp;prop=text&amp;format=json&amp;callback=?', function(json) {&nbsp;</div><div>// do stuff</div><div>});</div><div><br></div><div>It would be nice if adding the parameter useformat=mobile would get the json object of the mobile page content</div><div><br></div><div>like&nbsp;<a class="external free" href="http://en.wikipedia.org/wiki/Main_Page?useformat=mobile&amp;format=json">http://en.wikipedia.org/wiki/Main_Page?useformat=mobile&amp;format=json</a></div><div><br></div><div>but this link returns a file containing a json object of the page content</div><div><br></div><div>Regards,</div><div><br></div><div>Asher Szmulewicz</div></body></html>