-2

As I asked above, I want to get the plain Wikipedia/Mediawiki-markup via the API instead of the HTML source code.

If I try this I get the HTML source of the section and of course I've already read the documentation of the Mediawiki API but didn't find anything.

csabinho
  • 1,579
  • 1
  • 18
  • 28

1 Answers1

0

The documentation for action=parse says you can use prop=wikitext to get the markup.

svick
  • 236,525
  • 50
  • 385
  • 514