If I have the url to a page, how would I obtain the Infobox information on the right using MediaWiki webservices?
What about using the Edit Mode? You could just start at the correct TextArea (most of the Time contains id="wpTextBox1"
) and parse the content of that TextArea ...
The URL I used to find that out was (Note: section=0):
https://de.wikipedia.org/w/index.php?title=Pelephone&action=edit§ion=0
Greetings