Expected behavior
The page history endpoint returns older, newer, and latest properties with valid API routes to fetch the corresponding set of resources.
Observed behavior
older, newer, and latest URLs are missing the API version, making them invalid.
Request: https://en.wikipedia.org/w/rest.php/v1/page/Agapanthus/history
Response:
... "latest":"https://en.wikipedia.org/w/rest.php/page/Agapanthus/history", "older":"https://en.wikipedia.org/w/rest.php/page/Agapanthus/history?older_than=896094138" ...