openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 2.58 kB
JSON
{"openapi":"3.0.0","info":{"description":"Return synonym words.<BR />[Endpoint] https://api.apitore.com/api/41","title":"WordNet synonym APIs","version":"0.0.1","x-apisguru-categories":["text"],"x-logo":{"url":"https://apitore.com/img/apis/41.jpg"},"x-origin":[{"format":"swagger","url":"https://api.apitore.com/json/41","version":"2.0"}],"x-providerName":"apitore.com","x-serviceName":"wordnetSynonymApis"},"tags":[{"description":"Wordnet Simple Parts Controller","name":"wordnet-simple-parts-controller"}],"paths":{"/wordnet-simple/synonym":{"get":{"description":"Japanese WordNet.<BR />Response<BR /> Github: <a href=\"https://github.com/keigohtr/apitore-response-parent/tree/master/wordnet-response\">wordnet-response</a><BR /> Class: com.apitore.banana.response.de.sciss.ws4j.LinksResponseEntity<BR />","operationId":"simpleSynonymUsingGET","parameters":[{"description":"Access Token","in":"query","name":"access_token","required":true,"schema":{"type":"string"}},{"description":"Word","in":"query","name":"word","required":true,"schema":{"type":"string"}},{"description":"Part-of-speech. You can specify several pos by csv format. [n:noun,v:verb,a:adjective,r:adverb]","in":"query","name":"pos","required":false,"schema":{"type":"string","default":"n,v,a,r"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinksResponseEntity"}}}},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"Not Found"}},"summary":"Simple WordNet WebAPI. Return synonym words.","tags":["wordnet-simple-parts-controller"]}}},"servers":[{"url":"https://api.apitore.com/api/41"}],"components":{"schemas":{"LinkWordsEntity":{"properties":{"labelen":{"description":"Link label En","type":"string"},"labelja":{"description":"Link label Ja","type":"string"},"pos":{"description":"Input part-of-speech","type":"string"},"words":{"description":"Link words","items":{"type":"string"},"type":"array"}},"required":["labelen","labelja","pos","words"],"type":"object"},"LinksResponseEntity":{"properties":{"endTime":{"description":"End date","type":"string"},"entries":{"description":"Entries","items":{"$ref":"#/components/schemas/LinkWordsEntity"},"type":"array"},"log":{"description":"Log message","type":"string"},"processTime":{"description":"Process time [millisecond]","type":"string"},"startTime":{"description":"Start date","type":"string"},"word":{"description":"Input word","type":"string"}},"required":["endTime","entries","log","processTime","startTime","word"],"type":"object"}}}}