Hi, I've been using the Wikimedia API to fetch revisions given the revid. However, I need to make two calls to the API, one to get the page title and then another to get the revisions.
Initially I thought that a revid would be enough but this call does not work: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=ids&rvstartid=172926264 Only works when "titles" is defined: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=ids&rvstartid=172926264&titles=Porto Am I missing something or is this the only way to it? Thanks in advance, -- Sérgio Nunes _______________________________________________ Mediawiki-api mailing list [email protected] http://lists.wikimedia.org/mailman/listinfo/mediawiki-api
