Welcome to the API! This is a simple API which provides the links to schemas and definitions for a dialect or specific module. Note, tokens are case sensitive according to the canonical names of the dialects or modules. Therefore "tbx-min" will not be recognized, but "TBX-Min" will.
/dialects/{dialect_name} [GET]
This will return information for the dialect {dialect_name} with links to its definition and schemas (JSON format). {dialect_name} is case sensitive and expects the canonical name of the dialect as it is shown on TBXinfo. Therefore, "TBX-Min" will be accepted, but "tbx-min" will not.
/dialects [GET]
This gives the list of dialects with with links to their definition and schemas (JSON format).
/modules/{module_name} [GET]
This will return information for the module {module_name} with links to its definition and schemas (JSON format). {module_name} is case sensitive and expects the canonical name of the dialect as it is shown on TBXinfo. Therefore, "Min" will be accepted, but "min" will not.
/modules [GET]
This gives the list of available modules with links to their definition and schemas (JSON format).