What is the use of
blcontinue - When more results are available, use this to continue.
I have not be able to get how to use this feature and what values it can take as documentation does not mention about it.
Also what does this part of the result signify
<query-continue> <backlinks blcontinue="0|Delhi|460979" /> </query-continue> when i ran the following query
http://en.wikipedia.org/w/api.php?action=query&list=backlinks&bltitl...
Ankuj Gupta schreef:
What is the use of
blcontinue - When more results are available, use this to continue.
I have not be able to get how to use this feature and what values it can take as documentation does not mention about it.
Also what does this part of the result signify
<query-continue> <backlinks blcontinue="0|Delhi|460979" /> </query-continue> when i ran the following query
http://en.wikipedia.org/w/api.php?action=query&list=backlinks&bltitl...
It means you have to set &blcontinue=0|Delhi|460979 to get the next set of results. This is all explained in the documentation [1].
Roan Kattouw (Catrope)
[1] http://www.mediawiki.org/wiki/API:Query#Continuing_queries
mediawiki-api@lists.wikimedia.org