No writing system identifier was supplied.
LDML API
A writing system tag is required to obtain an LDML file - e.g.,
- https://ldml.api.sil.org/fr
- https://ldml.api.sil.org/en-GB
- https://ldml.api.sil.org/bem
- https://ldml.api.sil.org/dje-Arab
To include parameters, follow base URL with ?, eg, https://ldml.api.sil.org/bem?query=tags
Optional parameters:
- ext - extension of file returned; default = 'xml'
- flatten - return a flattened LDML file that includes inherited values; default = 1
- inc[] - a list of XPATH of elements to include in the generated LDML
- query
- =langtags - return a file containing all the tags; use ext=txt or ext=json
- =tags - return tags that are equivalent to the given writing system tag
- revid - if this matches the revid in the file found, return NOT MODIFIED
- uid - treat alternative proposed values with this uid as default values
- ws_id - to specify writing system tag; ?ws_id=bem is equivalent to /bem
LDML Server documentation on GitHub repository