{"info":{"_postman_id":"2fb4e505-fba6-4175-8d3e-8c4ae2d81193","name":"Morse Code Fun Translations","description":"<html><head></head><body><p>Morse code conversion API on the cloud. Translate to and from Morse Code. Generate audio translations with varying speed (wpm) and frequency (Hz). <a href=\"http://funtranslations.com/api/morse\">Click here to subscribe</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10260380","collectionId":"2fb4e505-fba6-4175-8d3e-8c4ae2d81193","publishedId":"SWTD9xBx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-02-03T05:57:03.000Z"},"item":[{"name":"translate","item":[{"name":"morse","item":[{"name":"/translate/morse","id":"5025ea9a-6cd7-4e57-8eb5-4717e8a34c78","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Funtranslations-Api-Secret","value":""}],"url":"http://api.funtranslations.com/translate/morse?text=<string>","description":"<p>Translate from English to morse code.</p>\n","urlObject":{"path":["translate","morse"],"host":["http://api.funtranslations.com"],"query":[{"description":{"content":"<p>Text to translate</p>\n","type":"text/plain"},"key":"text","value":"<string>"}],"variable":[]}},"response":[{"id":"85d7cfdd-823d-449f-a5e8-f2f3c91be916","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse?text=<string>","host":["http://api.funtranslations.com"],"path":["translate","morse"],"query":[{"key":"text","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"a1a998ee-4281-48f2-a6c8-43b21fb6536f","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse?text=<string>","host":["http://api.funtranslations.com"],"path":["translate","morse"],"query":[{"key":"text","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n  \\\"success\\\": {\\n    \\\"total\\\": 1\\n  },\\n  \\\"contents\\\": {\\n    \\\"translated\\\": \\\"-- --- .-. ... .     -.-. --- -.. .     .. ...     .-     -.. .. -     .- -. -..     -.. .- .... \\\",\\n    \\\"text\\\": \\\"Morse code is a dit and dah\\\",\\n    \\\"translation\\\": \\\"morse\\\"\\n  }\\n}\""}],"_postman_id":"5025ea9a-6cd7-4e57-8eb5-4717e8a34c78"},{"name":"/translate/morse/audio","id":"ec3a6c92-2d8e-4d76-986a-15c10e708670","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Funtranslations-Api-Secret","value":""}],"url":"http://api.funtranslations.com/translate/morse/audio?text=<string>&speed=<integer>&tone=<integer>","description":"<p>Translate from English to morse code and get the result as an audio file.</p>\n","urlObject":{"path":["translate","morse","audio"],"host":["http://api.funtranslations.com"],"query":[{"description":{"content":"<p>Text to translate</p>\n","type":"text/plain"},"key":"text","value":"<string>"},{"description":{"content":"<p>Audio Speed (Words/Minute)</p>\n","type":"text/plain"},"key":"speed","value":"<integer>"},{"description":{"content":"<p>Audio Tone Frequency(Hz)</p>\n","type":"text/plain"},"key":"tone","value":"<integer>"}],"variable":[]}},"response":[{"id":"366ddeb6-c215-4a1c-b373-2c55c47b143f","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse/audio?text=<string>&speed=<integer>&tone=<integer>","host":["http://api.funtranslations.com"],"path":["translate","morse","audio"],"query":[{"key":"text","value":"<string>"},{"key":"speed","value":"<integer>"},{"key":"tone","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"bc5c6139-80b5-42aa-a1d9-927228baec20","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse/audio?text=<string>&speed=<integer>&tone=<integer>","host":["http://api.funtranslations.com"],"path":["translate","morse","audio"],"query":[{"key":"text","value":"<string>"},{"key":"speed","value":"<integer>"},{"key":"tone","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"translated\\\": {\\n            \\\"audio\\\": \\\"data:audio/wave;base64,UklGRjiBCQBXQVZFZm1...\\n        },\\n        \\\"text\\\": \\\"Morse code is dit and dash\\\",\\n        \\\"speed\\\": \\\"5 WPM\\\",\\n        \\\"tone\\\": \\\"700 Hz\\\",\\n        \\\"translation\\\": {\\n            \\\"source\\\": \\\"english\\\",\\n            \\\"destination\\\": \\\"morse audio\\\"\\n        }\\n    }\\n}\""}],"_postman_id":"ec3a6c92-2d8e-4d76-986a-15c10e708670"}],"id":"f0f34973-b6c8-4fcd-9aa5-31e93f21bc62","_postman_id":"f0f34973-b6c8-4fcd-9aa5-31e93f21bc62","description":""},{"name":"/translate/morse2english","id":"e4cc15cd-3eeb-4ee8-ab12-df05ce0160f6","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-Funtranslations-Api-Secret","value":""}],"url":"http://api.funtranslations.com/translate/morse2english?text=<string>","description":"<p>Translate from Morse code to English.</p>\n","urlObject":{"path":["translate","morse2english"],"host":["http://api.funtranslations.com"],"query":[{"description":{"content":"<p>Text to translate</p>\n","type":"text/plain"},"key":"text","value":"<string>"}],"variable":[]}},"response":[{"id":"57b0f46f-37da-464a-a74a-91aa66662960","name":"401  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse2english?text=<string>","host":["http://api.funtranslations.com"],"path":["translate","morse2english"],"query":[{"key":"text","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"error\\\": {\\n        \\\"code\\\": 401,\\n        \\\"message\\\": \\\"Unauthorized\\\"\\n    }\\n}\""},{"id":"85349dd0-95f0-427e-8410-7be48689062d","name":"200  response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://api.funtranslations.com/translate/morse2english?text=<string>","host":["http://api.funtranslations.com"],"path":["translate","morse2english"],"query":[{"key":"text","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"{\\n    \\\"success\\\": {\\n        \\\"total\\\": 1\\n    },\\n    \\\"contents\\\": {\\n        \\\"translated\\\": \\\"morse    code    is    a    dit    and    dah \\\",\\n        \\\"text\\\": \\\"-- --- .-. ... .     -.-. --- -.. .     .. ...     .-     -.. .. -     .- -. -..     -.. .- .... \\\",\\n        \\\"translation\\\": {\\n            \\\"source\\\": \\\"morse\\\",\\n            \\\"destination\\\": \\\"english\\\"\\n        }\\n    }\\n}\""}],"_postman_id":"e4cc15cd-3eeb-4ee8-ab12-df05ce0160f6"}],"id":"01154c94-93e5-43e5-a203-bf3e943a0c39","_postman_id":"01154c94-93e5-43e5-a203-bf3e943a0c39","description":""}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"http://api.funtranslations.com","type":"string"}]}