You are looking at the HTML representation of the XML format.
HTML is good for debugging, but probably is not suitable for your application.
See complete documentation, or
API help for more information.
<?xml version="1.0"?>
<api>
  <warnings>
    <paraminfo xml:space="preserve">Unrecognized value for parameter 'querymodules': allpages%7Csiteinfo</paraminfo>
  </warnings>
  <paraminfo>
    <modules>
      <module classname="ApiParse" description="Parses wikitext and returns parser output" examples="api.php?action=parse&text={{Project:Sandbox}}" version="ApiParse: $Id$" prefix="" readrights="" name="parse">
        <helpurls>
          <helpurl>https://www.mediawiki.org/wiki/API:Parsing_wikitext#parse</helpurl>
        </helpurls>
        <allexamples>
          <example xml:space="preserve">api.php?action=parse&text={{Project:Sandbox}}</example>
        </allexamples>
        <parameters>
          <param name="title" description="Title of page the text belongs to" default="API" type="string" />
          <param name="text" description="Wikitext to parse" type="string" />
          <param name="summary" description="Summary to parse" type="string" />
          <param name="page" description="Parse the content of this page. Cannot be used together with text and title" type="string" />
          <param name="pageid" description="Parse the content of this page. Overrides page" type="integer" />
          <param name="redirects" description="If the page or the pageid parameter is set to a redirect, resolve it" default="false" type="boolean" />
          <param name="oldid" description="Parse the content of this revision. Overrides page and pageid" type="integer" />
          <param name="prop" description="Which pieces of information to get
 text           - Gives the parsed text of the wikitext
 langlinks      - Gives the language links in the parsed wikitext
 categories     - Gives the categories in the parsed wikitext
 categorieshtml - Gives the HTML version of the categories
 languageshtml  - Gives the HTML version of the language links
 links          - Gives the internal links in the parsed wikitext
 templates      - Gives the templates in the parsed wikitext
 images         - Gives the images in the parsed wikitext
 externallinks  - Gives the external links in the parsed wikitext
 sections       - Gives the sections in the parsed wikitext
 revid          - Adds the revision ID of the parsed page
 displaytitle   - Adds the title of the parsed wikitext
 headitems      - Gives items to put in the <head> of the page
 headhtml       - Gives parsed <head> of the page
 iwlinks        - Gives interwiki links in the parsed wikitext
 wikitext       - Gives the original wikitext that was parsed" default="text|langlinks|categories|links|templates|images|externallinks|sections|revid|displaytitle" multi="" limit="50" lowlimit="50" highlimit="500">
            <type>
              <t>text</t>
              <t>langlinks</t>
              <t>languageshtml</t>
              <t>categories</t>
              <t>categorieshtml</t>
              <t>links</t>
              <t>templates</t>
              <t>images</t>
              <t>externallinks</t>
              <t>sections</t>
              <t>revid</t>
              <t>displaytitle</t>
              <t>headitems</t>
              <t>headhtml</t>
              <t>iwlinks</t>
              <t>wikitext</t>
            </type>
          </param>
          <param name="pst" description="Do a pre-save transform on the input before parsing it
Ignored if page, pageid or oldid is used" default="false" type="boolean" />
          <param name="onlypst" description="Do a pre-save transform (PST) on the input, but don't parse it
Returns the same wikitext, after a PST has been applied. Ignored if page, pageid or oldid is used" default="false" type="boolean" />
          <param name="uselang" description="Which language to parse the request in" type="string" />
          <param name="section" description="Only retrieve the content of this section number" type="string" />
          <param name="disablepp" description="Disable the PP Report from the parser output" default="false" type="boolean" />
        </parameters>
        <errors>
          <error code="readapidenied" info="You need read permission to use this module" />
          <error code="params" info="The page parameter cannot be used together with the text and title parameters" />
          <error code="params" info="The text parameter should be passed with the title parameter. Should you be using the "page" parameter instead?" />
          <error code="missingrev" info="There is no revision ID oldid" />
          <error code="permissiondenied" info="You don't have permission to view deleted revisions" />
          <error code="missingtitle" info="The page you specified doesn't exist" />
          <error code="nosuchsection" info="There is no section sectionnumber in page" />
          <error code="nosuchpageid" info="There is no page with ID $1" />
          <error code="invalidtitle" info="Bad title "title"" />
        </errors>
      </module>
    </modules>
    <querymodules />
  </paraminfo>
</api>