[Posted by Verdy p in a wrong thread.]
@User:Jdforrester (WMF) Why do you refuse any mention about the Mediawiki UI API ("/w/index.php"), whose documentation is still missing but is required because it is used directly by the {{FULLURL:fullpagename|parameter=urlencodedvalue&...}}
which is integrant part of MediaWiki syntax, but where its parameters are NOT the same than those supported by the "/w/api.php" API. Many of the API urls are also inserted in the rendered HTML pages by MediaWiki itself. This API is constantly visible in the navigation bar of any wiki while visiting it or using it (editing a page, showing the page history, listing "related changes" from the link in the side bar...).
It is really an API, mostly used interactively (by following links in the rendered pages), the only difference is that its parameters are simpler (by GET method only, and no POST data?) and the responses are not in JSON, but in HTML. It is even the most visible API and most used of Mediawiki. It must absolutely be documented !!! And it's definitely NOT the same as the "/w/api.php" API (not the same parameter names or values supported and very different response format).
The page where I tried to insert it had instructions saying "Feel free to add to the list below." and it is made to be updated constantly even for incomplete/missing documentation, because even these incomplete documentation are for interest of Mediawiki developers.
The purpose of this page is exactly to track the development of these documentations (in MediaWiki or any one of its core components or extensions). And various API docs had also been inserted for non-MediaWiki proprietary APIs (e.g. APIs from Google, Twitter, Facebook, LinkedIn, Bing, Reddit...). But you deleted my basic insertion twice (I used different forms) for this core function of MediaWiki itself...
Where is the "secret" that the Foundation (from which you are an employee) does not want to show to the Community? If you have relevant link to expose that documentation, then replace my addition by the relevant link, but persisting in hiding the existence of this API (existing in ALL installed instances of MediaWiki) is completely unproductive. For now, this page doies not even indicate the existence of this API and the need to maintain it documented (in some pages on this MediaWiki Wiki!)
This UI API also has privacy concerns (because it receives lot of user's browser data, such as cookies, configured prefered languages, referer URL, browser type/version, OS identifier, installed browser plugins, browser capabilities, accessibility features integrated in the browser, various unique identifiers generated by these plugins or the core browser itself, in addition to the user's IP, and HTML session identifiers generated by MediaWiki and reported by browsers in subsequent queries...) and how these infos are used by Mediawiki via this UI API is an important and legitimate concern for ALL users of MediaWiki.
Also this UI API has a companion API "/wiki/" which uses "rewrite rules" to simplify some URLs: one or more of the parameters may be rewritten in hierarchical form (it is most often but not always the target pagename, it is changed or augmented when the target is a "Special:*" page, which can rewrite aditional parameters) is also rewritten after the "/", others are left after the "?" in the query string). This rewritten form is used by all standard wikilinks. But this companion rewritten API is almost identical (may be with some restrictions, depending on the action parameter or the target page, notably its namespace, or usage restrictions notably by bots). It supports many (but not all) of the features proposed by the more extensive "/w/api.php" API (mostly used by bots, or by custom Mediawiki extensions including Lua scripts loaded via Scribunto), but changes the query and response format (no need of JSON encoding).
And even if this page is kept for "historical" interest, the UI API is there since ever and should be listed. Deprecating this page (when you added a notice just yesterday, after you cancelled my two attempts of inserting this indication) but not proposing any newer alternative is also a bad decision: please provide then a newer maintained page to visit within your recent notice. Not doing that means that your new notice is completely invalid and will be ignored by all users because they are offered no alternative.