{ "uuid": "e483a59e-a1f9-40b9-8418-140094d4391a", "lastMigration": 29, "name": "LanguageTool API", "endpointPrefix": "v2", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "77a2db83-d2f8-46ee-9bb5-31fd3f20995d", "documentation": "Check a text", "method": "post", "endpoint": "check", "responses": [ { "uuid": "547614e0-f692-4b98-a3d1-83488ecff2a6", "body": "{\n \"language\": {\n \"code\": \"\",\n \"detectedLanguage\": {\n \"code\": \"\",\n \"name\": \"\"\n },\n \"name\": \"\"\n },\n \"matches\": [\n {\n \"context\": {\n \"length\": {{faker 'number.int' max=99999}},\n \"offset\": {{faker 'number.int' max=99999}},\n \"text\": \"\"\n },\n \"length\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"offset\": {{faker 'number.int' max=99999}},\n \"replacements\": [\n {\n \"value\": \"\"\n }\n ],\n \"rule\": {\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"description\": \"\",\n \"id\": \"\",\n \"issueType\": \"\",\n \"subId\": \"\",\n \"urls\": [\n {\n \"value\": \"\"\n }\n ]\n },\n \"sentence\": \"\",\n \"shortMessage\": \"\"\n }\n ],\n \"software\": {\n \"apiVersion\": {{faker 'number.int' max=99999}},\n \"buildDate\": \"\",\n \"name\": \"\",\n \"premium\": {{faker 'datatype.boolean'}},\n \"status\": \"\",\n \"version\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "the result of checking the text", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e8289b5-eb4f-49de-9505-18fce97a14b7", "documentation": "Get a list of supported languages.", "method": "get", "endpoint": "languages", "responses": [ { "uuid": "c4696855-bd5c-40e7-b938-3c6aec97a2a5", "body": "[\n {\n \"code\": \"\",\n \"longCode\": \"\",\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "An array of language objects.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4219d94d-b016-44df-9cdc-661bac3e0972", "documentation": "List words in dictionaries", "method": "get", "endpoint": "words", "responses": [ { "uuid": "71a22628-9eb2-4487-8f5a-dac9795a798c", "body": "{\n \"words\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "the user's words from the given user dictionaries", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdd2a651-0d39-4bed-b487-77a5feb5803e", "documentation": "Add word to a dictionary", "method": "post", "endpoint": "words/add", "responses": [ { "uuid": "8e2e4959-b536-4935-878d-a2181774ffd1", "body": "{\n \"added\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "the result of adding the word", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8b9867a-3e84-4f63-bfda-5d510a6405a8", "documentation": "Remove word from a dictionary", "method": "post", "endpoint": "words/delete", "responses": [ { "uuid": "b25ec5b3-c07e-4ff3-bddc-0b654fb5dc99", "body": "{\n \"deleted\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "the result of removing the word", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "77a2db83-d2f8-46ee-9bb5-31fd3f20995d" }, { "type": "route", "uuid": "7e8289b5-eb4f-49de-9505-18fce97a14b7" }, { "type": "route", "uuid": "4219d94d-b016-44df-9cdc-661bac3e0972" }, { "type": "route", "uuid": "bdd2a651-0d39-4bed-b487-77a5feb5803e" }, { "type": "route", "uuid": "e8b9867a-3e84-4f63-bfda-5d510a6405a8" } ] }