Skip to content

s.keyman.com kmwversion API

Marc Durdin edited this page Sep 30, 2021 · 1 revision
GET https://s.keyman.com/api/kmwversion.php

Returns a list of all KeymanWeb versions available on s.keyman.com, ordered highest version first.

API Use Notice

This internal-use-only API is intended for use by api.keyman.com and (*.)keyman.com and by maintenance tasks. It may change without notice. Do not use this API within Keyman or other apps or on 3rd party web sites.

Parameters

None.

Returns

  • JSON blob

JSON blob format

{
  "versions": [
    "12.0.1",
    "11.0.3",
    "11.0.2",
    ...
  ]
}

History

  • API Version 1.0, 2021-09-30, Documentation written
Clone this wiki locally