{"note":"OpenAPI conversion -- returning structured metadata","name":"bethmardutho-org","description":"SEDRA IV API","version":"1.0.0","base_url":"http://sedra.bethmardutho.org/api","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api SEDRA IV API\n@base http://sedra.bethmardutho.org/api\n@version 1.0.0\n@endpoints 2\n@toc word(1), lexeme(1)\n\n@group word\n@endpoint GET /word/{id}\n@desc Get Syriac word.\n@required {id: any # The id parameters must contain either the Id of a word from the Sedra database or a Syriac word in the unicode character set. When the id parameter is a Syriac word it may be consonantal, partially vocalized, or fully vocalized. Fully vocalized Syriac words will have less false positive results than partially vocalized or consonantal Syriac words. When id is the Id of a word from the SEDRA database then that word will be the only word in the result.}\n@returns(200) An array of Syriac words.\n\n@endgroup\n\n@group lexeme\n@endpoint GET /lexeme/{id}\n@desc Get Syriac lexeme.\n@required {id: any # The Id of a lexeme from the Sedra database.}\n@returns(200) A Syriac lexeme.\n\n@endgroup\n\n@end\n"}