I can't figure out how to get them to work. According to the official API documentation:
http://www.mediawiki.org/wiki/API:Query#Resolving_redirects
it would imply that the following request:
http://en.wikipedia.org/w/api.php?action=query&titles=Hybrid%20Cars&prop=info|links&redirects
would resolve Hybrid Cars and redirect to Hybrid Vehicles page, but it does not. I.e., I expected something like:
http://en.wikipedia.org/w/api.php?action=query&titles=Hybrid%20Vehicles&prop=info|links