The api has an xslt option to append a stylesheet.
I suspect i am the only one who ever used it (i made a script once where if you double clicked a word it would open wiktionary api in an iframe with xslt to show a pretty version of the word https://en.wiktionary.org/w/api.php?action=parse&format=xml&xslt=MediaWiki%3AextractFirst.xsl&prop=text&page=word&lang=en&count=1&showWord=none&audio=none&redirects=on obviously this no longer works due to x-frame-options )
Modern browsers wont load the stylesheet. I think due to x-content-options: nosniff. So the feature really does nothing and is impossible to use.
Additionally browsers are talking about killing xslt in general https://github.com/whatwg/html/issues/11523
All signs suggest we should just kill this feature