using https://ar.wikipedia.org/w/api.php?action=query&generator=querypage&gqppage=BrokenRedirects&prop=info&gqpoffset=20
the generator retrieves pages from special page "broken redirects" but a lot of them are wrongly marked as redirect i.e. has "redirect": "" property.
This may break bots, see T130911.
A result for the page https://ar.wikipedia.org/wiki/9_%D9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1
is
"pages": {
"2677629": {
"pageid": 2677629,
"ns": 105,
"title": ":11 \u0641\u0628\u0631\u0627\u064a\u0631",
"contentmodel": "wikitext",
"pagelanguage": "ar",
"pagelanguagehtmlcode": "ar",
"pagelanguagedir": "rtl",
"touched": "2015-08-25T13:24:28Z",
"lastrevid": 15902649,
"length": 40,
"redirect": "",
"new": ""
},calling a normal site info for this page (not through special page generator) doesn't include the wrongly redirect.property.