Wikipedia API'sinden eksik yönlendirmeler
Bu sorgu aracılığıyla bir Wikipedia sayfası için yeniden yönlendirmeler almaya çalışıyorum:
https://en.wikipedia.org/w/api.php?action=query&generator=search&format=json&gsrsearch=iiroc&gsrlimit=10&prop=pageprops|description|redirects&redirects
Gördüğünüz gibi, "Kanada Yatırım Sektörü Düzenleme Kuruluşu" sayfası yeniden yönlendirme almıyor:
"18847030": {
"pageid": 18847030,
"ns": 0,
"title": "Investment Industry Regulatory Organization of Canada",
"index": 1,
"pageprops": {
"page_image": "Investment_Industry_Regulatory_Organization_of_Canada_Logo.jpg",
"wikibase_item": "Q16987312"
},
"description": "organization",
"descriptionsource": "central"
}
Ancak, bir giderseniz https://en.wikipedia.org/wiki/IIROC Yönlendiriliyorum https://en.wikipedia.org/wiki/Investment_Industry_Regulatory_Organization_of_Canada.
Öyleyse neden "IIROC", "Investment_Industry_Regulatory_Organization_of_Canada" yönlendirmelerine dahil edilmiyor?
teşekkür ederim
Yanıtlar
Sen olmalıdır toplu tamamlanana kadar prop sorgusu devam .
Şu sonuca kadar sorguya devam ederek https://en.wikipedia.org/w/api.php?action=query&format=json&prop=pageprops%7Cdescription%7Credirects&continue=%7C%7Cpageprops%7Cdescription&generator=search&redirects=1&rdcontinue=Financial_adviser%7C52889338&gsrsearch=iiroc&gsrlimit=10
"18847030": {
"pageid": 18847030,
"ns": 0,
"title": "Investment Industry Regulatory Organization of Canada",
"index": 1,
"redirects": [
{
"pageid": 18855542,
"ns": 0,
"title": "IIROC"
},
{
"pageid": 18936209,
"ns": 0,
"title": "Investment Dealers Assocation of Canada"
},
{
"pageid": 18936308,
"ns": 0,
"title": "Investment Dealers Assocation"
},
{
"pageid": 18936769,
"ns": 0,
"title": "Investment Dealers Association of Canada"
}
]
},