s.keyman.com kmwversion API - keymanapp/keyman GitHub Wiki
https://s.keyman.com/api/kmwversion.php
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