{"info":{"_postman_id":"d17f721a-a997-46e8-a12d-adff8862ac6e","name":"Possible Translations","description":"<html><head></head><body><p>Documenatation for PossibleTranslations.com. A website that detects the language of a sentence from user input and translates it using Google Translate.</p>\n<p>Currently, only <code>HTTPS</code> requests will be responded to, and the server is listening on port <code>443</code>. The API will respond to all requests without Authentication.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4826790","collectionId":"d17f721a-a997-46e8-a12d-adff8862ac6e","publishedId":"RWMLL6on","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-07-30T04:43:44.000Z"},"item":[{"name":"Data Model","item":[],"id":"a63c9db3-3bb5-4d4f-9677-c48128ba9433","description":"<p>Here is how the data model looks like:</p>\n<ul>\n<li><code>word_id</code> The primary key for the table.</li>\n<li><code>word</code> The entry for the word/sentence to be translated.</li>\n<li><code>target_lang</code> The language that the <code>word</code> needs to be translated to.</li>\n<li><code>lang_1</code> The first guess on what language <code>word</code> is.</li>\n<li><code>lang_2</code> The second guess on what language <code>word</code> is.</li>\n<li><code>lang_3</code> The third guess on what language <code>word</code> is.</li>\n<li><code>translation_1</code> The translation in case guess the source language was lang_1.</li>\n<li><code>translation_2</code> The translation in case guess the source language was lang_2.</li>\n<li><code>translation_3</code> The translation in case guess the source language was lang_3.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"54bff416-6e76-4997-a304-06b524c0104e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a771cd1-a9a7-41bf-b785-85772ddbc8cf","type":"text/javascript","exec":[""]}}],"_postman_id":"a63c9db3-3bb5-4d4f-9677-c48128ba9433"},{"name":"Echo","item":[{"name":"Echo","id":"e69980cb-9d2a-438f-bc00-cdfbd6355279","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://possibletranslationsapi.com/api/v1/echo","description":"<p>Tester for the <code>GET</code> method.</p>\n","urlObject":{"protocol":"http","path":["api","v1","echo"],"host":["possibletranslationsapi","com"],"query":[],"variable":[]}},"response":[{"id":"5d71d117-3310-4034-95ec-fd6cd5716d39","name":"Options","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://possibletranslationsapi.com/api/v1/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"Upgrade, Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 18 Jul 2018 13:19:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.33 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Upgrade","value":"h2","name":"Upgrade","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"Allow\":\"GET, POST, PATCH, PUT, DELETE\"}\n"},{"id":"ef20d680-1f47-43cc-9ddb-616f4b721d53","name":"Get Echo","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/echo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"20","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 01:21:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"ECHO\": \"GET\"\n}\n"}],"_postman_id":"e69980cb-9d2a-438f-bc00-cdfbd6355279"},{"name":"Echo","id":"7d42fb67-c656-44fb-91b8-3cf4c5ecab05","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>Tester for the <code>POST</code> method.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"91a2f65a-2751-4554-9a49-2c8a8094d533","name":"Echo Post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/echo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"21","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 01:23:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"ECHO\": \"POST\"\n}\n"}],"_postman_id":"7d42fb67-c656-44fb-91b8-3cf4c5ecab05"},{"name":"Echo","id":"c6376760-90c9-40e5-b927-a2c3fc60a920","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>Tester for the <code>PUT</code> method.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"ea44b96e-f180-473e-b7f7-a27b5cf21e39","name":"Echo Put","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/echo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"21","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 01:22:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n    \"ECHO\": \"PUT\"\n}"}],"_postman_id":"c6376760-90c9-40e5-b927-a2c3fc60a920"},{"name":"Echo","id":"80d73c73-3158-4ac4-bfb8-4f9d52a1692c","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>Tester for the <code>DELETE</code> method.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"19090f94-f48a-4614-a295-23eb4fbc7aa8","name":"Echo Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/echo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"23","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 01:24:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"ECHO\": \"DELETE\"\n}\n"}],"_postman_id":"80d73c73-3158-4ac4-bfb8-4f9d52a1692c"}],"id":"01752705-002f-46fc-b1c8-67d4669149df","description":"<p><strong>Echo</strong> is service you can use to test the API endpoint and make sample API calls. It provides endpoints for <code>GET</code>, <code>POST</code>, <code>PUT</code> &amp; <code>DELETE</code>.</p>\n","event":[{"listen":"prerequest","script":{"id":"e4ef5286-f078-4362-8c39-f8d792ae3a4a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"de687190-b4da-4052-8e9d-0d6a718b37ec","type":"text/javascript","exec":[""]}}],"_postman_id":"01752705-002f-46fc-b1c8-67d4669149df"},{"name":"Avaliable API methods","id":"0ee5cc6f-9650-45fa-88d2-8ecbb91eaa0a","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://possibletranslationsapi.com/api/v1/options","description":"<p>Gets a spefic entry (sentence).</p>\n","urlObject":{"protocol":"http","path":["api","v1","options"],"host":["possibletranslationsapi","com"],"query":[],"variable":[]}},"response":[{"id":"8d26279f-52f2-4ddc-b693-7d17fb2d3c64","name":"Options","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://possibletranslationsapi.com/api/v1/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Connection","value":"Upgrade, Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 18 Jul 2018 13:20:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache/2.4.33 (Ubuntu)","name":"Server","description":"A name for the server"},{"key":"Upgrade","value":"h2","name":"Upgrade","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"Allow\":\"GET, POST, PATCH, PUT, DELETE\"}\n"}],"_postman_id":"0ee5cc6f-9650-45fa-88d2-8ecbb91eaa0a"},{"name":"All entries","id":"dc80babb-6c95-4047-8db5-f829961e49b8","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>Gets all the entries in the database.</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"9666f339-dcb7-4429-96d4-78550557ebb0","name":"All entries","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"1042","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 16:57:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"lang_1\": \"es\", \n    \"lang_2\": \"so\", \n    \"lang_3\": \"es\", \n    \"target_lang\": \"et\", \n    \"translation_1\": \"Tere, ma olen Miguel\", \n    \"translation_2\": \"hola, yo soja miguel\", \n    \"translation_3\": \"Tere, ma olen Miguel\", \n    \"word\": \"hola, yo soy miguel\", \n    \"word_id\": 3\n  }, \n  {\n    \"lang_1\": \"fr\", \n    \"lang_2\": \"hr\", \n    \"lang_3\": \"-\", \n    \"target_lang\": \"fr\", \n    \"translation_1\": \"Bonjour, je suis kevin\", \n    \"translation_2\": \"Bonjour, je suis kevin\", \n    \"translation_3\": \"-\", \n    \"word\": \"Bonjour, je suis kevin\", \n    \"word_id\": 4\n  }, \n  {\n    \"lang_1\": \"en\", \n    \"lang_2\": \"fi\", \n    \"lang_3\": \"-\", \n    \"target_lang\": \"he\", \n    \"translation_1\": \"\\u05d2&#39;\\u05d5\", \n    \"translation_2\": \"\\u05d2&#39;\\u05d5\", \n    \"translation_3\": \"-\", \n    \"word\": \"joe\", \n    \"word_id\": 26\n  }, \n  {\n    \"lang_1\": \"en\", \n    \"lang_2\": \"et\", \n    \"lang_3\": \"-\", \n    \"target_lang\": \"en\", \n    \"translation_1\": \"mike\", \n    \"translation_2\": \"mike\", \n    \"translation_3\": \"-\", \n    \"word\": \"mike\", \n    \"word_id\": 27\n  }\n]\n"}],"_postman_id":"dc80babb-6c95-4047-8db5-f829961e49b8"},{"name":"Entry","id":"9afb37e2-516b-4cdb-a358-b9bd5f6970fd","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>Gets a spefic entry (sentence).</p>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"b2f3837f-90f1-48d9-a1bc-07269baf67c7","name":"Entry by specifying word","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://possibletranslationsapi.com/api/v1/q?word=joe","protocol":"http","host":["possibletranslationsapi","com"],"path":["api","v1","q"],"query":[{"key":"word","value":"joe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"251","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 16:56:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"lang_1\": \"en\", \n    \"lang_2\": \"fi\", \n    \"lang_3\": \"-\", \n    \"target_lang\": \"he\", \n    \"translation_1\": \"\\u05d2&#39;\\u05d5\", \n    \"translation_2\": \"\\u05d2&#39;\\u05d5\", \n    \"translation_3\": \"-\", \n    \"word\": \"joe\", \n    \"word_id\": 26\n  }\n]\n"}],"_postman_id":"9afb37e2-516b-4cdb-a358-b9bd5f6970fd"},{"name":"Entry","id":"1ce087df-f646-4083-8ed6-6dea1909cf0a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/q?word=mike&target_lang=fr","description":"<p>Adds an entry to the database, must provide the sentece by using the <code>word</code> field and the language that you want the sentecne to be translated to by using the <code>target_lang</code> field.</p>\n<p><strong>Optional:</strong> you can provide an optional id parameter using the <code>word_id</code> field. The honor will only be honored if the id number is avaliable, if not, that parameter will be ignored and a random id number will be generated.</p>\n","urlObject":{"path":["api","v1","q"],"host":["possibletranslationsapi","com"],"query":[{"key":"word","value":"mike"},{"key":"target_lang","value":"fr"}],"variable":[]}},"response":[{"id":"7b2c9b77-36f7-4dd9-89b3-8835482ac321","name":"Post an entry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"possibletranslationsapi.com/api/v1/q?word=mike&target_lang=fr","host":["possibletranslationsapi","com"],"path":["api","v1","q"],"query":[{"key":"word","value":"mike"},{"key":"target_lang","value":"fr"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"200","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 20:47:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"lang_1\": \"en\", \n  \"lang_2\": \"et\", \n  \"lang_3\": \"-\", \n  \"target_lang\": \"fr\", \n  \"translation_1\": \"Mike\", \n  \"translation_2\": \"Mike\", \n  \"translation_3\": \"-\", \n  \"word\": \"mike\", \n  \"word_id\": 29\n}\n"}],"_postman_id":"1ce087df-f646-4083-8ed6-6dea1909cf0a"},{"name":"Entry","id":"4e0f0f2e-b490-4761-9961-31e8a7017532","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/q?word=mike&lang=de","description":"<p>Edits an entry (sentence).</p>\n<p>Currently, the only edit possible to an entry is to change the language that you would like it to be translated to.\\n\\nIf the word/sentece entry is unique, you can omit the <code>target_lang</code> parameter, otherwise, it is required. In order to edit an entry, you must provide the new language that you would like the entry to be translated to by using the <code>new_target_lang</code> parameter.</p>\n<p><strong>TODO:</strong> Add the ability to edit the word/sentece but keep the language.</p>\n","urlObject":{"path":["api","v1","q"],"host":["possibletranslationsapi","com"],"query":[{"key":"word","value":"mike"},{"key":"lang","value":"de"}],"variable":[]}},"response":[{"id":"e8b77f7e-55c0-4c9f-8ea7-68aeaa1cde32","name":"Edit an entry","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"possibletranslationsapi.com/api/v1/q?word=joe&target_lang=fr&new_target_lang=he","host":["possibletranslationsapi","com"],"path":["api","v1","q"],"query":[{"key":"word","value":"joe"},{"key":"target_lang","value":"fr"},{"key":"new_target_lang","value":"he"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"225","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 16:53:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"lang_1\": \"en\", \n  \"lang_2\": \"fi\", \n  \"lang_3\": \"-\", \n  \"target_lang\": \"he\", \n  \"translation_1\": \"\\u05d2&#39;\\u05d5\", \n  \"translation_2\": \"\\u05d2&#39;\\u05d5\", \n  \"translation_3\": \"-\", \n  \"word\": \"joe\", \n  \"word_id\": 26\n}\n"}],"_postman_id":"4e0f0f2e-b490-4761-9961-31e8a7017532"},{"name":"Entry","id":"0375a4d7-1219-4c26-b5b8-23ad8a4db7e2","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/q?word=mikey&target_lang=en","description":"<p>Deletes an entry from the database. Needs a unique <code>word</code>, or a combination of <code>word</code> &amp; <code>target_lang</code>.</p>\n","urlObject":{"path":["api","v1","q"],"host":["possibletranslationsapi","com"],"query":[{"key":"word","value":"mikey"},{"key":"target_lang","value":"en"}],"variable":[]}},"response":[{"id":"3b4e21db-207c-4f99-bbae-f187dfd79d70","name":"Delete an entry","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"possibletranslationsapi.com/api/v1/q?word=mikey&target_lang=en","host":["possibletranslationsapi","com"],"path":["api","v1","q"],"query":[{"key":"word","value":"mikey"},{"key":"target_lang","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"208","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 16:33:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"{\n  \"lang_1\": \"en\", \n  \"lang_2\": \"et\", \n  \"lang_3\": \"fi\", \n  \"target_lang\": \"en\", \n  \"translation_1\": \"mikey\", \n  \"translation_2\": \"mikey\", \n  \"translation_3\": \"mikey\", \n  \"word\": \"mikey\", \n  \"word_id\": 21\n}\n"}],"_postman_id":"0375a4d7-1219-4c26-b5b8-23ad8a4db7e2"},{"name":"All supported languages","id":"7543db57-05ae-4c99-b247-a4242adafba2","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/languages","urlObject":{"path":["api","v1","languages"],"host":["possibletranslationsapi","com"],"query":[],"variable":[]}},"response":[{"id":"8e3a1ed7-aaa2-4c1b-9aba-427cd4190a1b","name":"All supported languages","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"possibletranslationsapi.com/api/v1/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Content-Length","value":"5785","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 12 Jul 2018 18:03:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Werkzeug/0.14.1 Python/3.6.4","name":"Server","description":"A name for the server"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"language\": \"af\", \n    \"name\": \"Afrikaans\"\n  }, \n  {\n    \"language\": \"sq\", \n    \"name\": \"Albanian\"\n  }, \n  {\n    \"language\": \"am\", \n    \"name\": \"Amharic\"\n  }, \n  {\n    \"language\": \"ar\", \n    \"name\": \"Arabic\"\n  }, \n  {\n    \"language\": \"hy\", \n    \"name\": \"Armenian\"\n  }, \n  {\n    \"language\": \"az\", \n    \"name\": \"Azerbaijani\"\n  }, \n  {\n    \"language\": \"eu\", \n    \"name\": \"Basque\"\n  }, \n  {\n    \"language\": \"be\", \n    \"name\": \"Belarusian\"\n  }, \n  {\n    \"language\": \"bn\", \n    \"name\": \"Bengali\"\n  }, \n  {\n    \"language\": \"bs\", \n    \"name\": \"Bosnian\"\n  }, \n  {\n    \"language\": \"bg\", \n    \"name\": \"Bulgarian\"\n  }, \n  {\n    \"language\": \"ca\", \n    \"name\": \"Catalan\"\n  }, \n  {\n    \"language\": \"ceb\", \n    \"name\": \"Cebuano\"\n  }, \n  {\n    \"language\": \"ny\", \n    \"name\": \"Chichewa\"\n  }, \n  {\n    \"language\": \"zh\", \n    \"name\": \"Chinese (Simplified)\"\n  }, \n  {\n    \"language\": \"zh-TW\", \n    \"name\": \"Chinese (Traditional)\"\n  }, \n  {\n    \"language\": \"co\", \n    \"name\": \"Corsican\"\n  }, \n  {\n    \"language\": \"hr\", \n    \"name\": \"Croatian\"\n  }, \n  {\n    \"language\": \"cs\", \n    \"name\": \"Czech\"\n  }, \n  {\n    \"language\": \"da\", \n    \"name\": \"Danish\"\n  }, \n  {\n    \"language\": \"nl\", \n    \"name\": \"Dutch\"\n  }, \n  {\n    \"language\": \"en\", \n    \"name\": \"English\"\n  }, \n  {\n    \"language\": \"eo\", \n    \"name\": \"Esperanto\"\n  }, \n  {\n    \"language\": \"et\", \n    \"name\": \"Estonian\"\n  }, \n  {\n    \"language\": \"tl\", \n    \"name\": \"Filipino\"\n  }, \n  {\n    \"language\": \"fi\", \n    \"name\": \"Finnish\"\n  }, \n  {\n    \"language\": \"fr\", \n    \"name\": \"French\"\n  }, \n  {\n    \"language\": \"fy\", \n    \"name\": \"Frisian\"\n  }, \n  {\n    \"language\": \"gl\", \n    \"name\": \"Galician\"\n  }, \n  {\n    \"language\": \"ka\", \n    \"name\": \"Georgian\"\n  }, \n  {\n    \"language\": \"de\", \n    \"name\": \"German\"\n  }, \n  {\n    \"language\": \"el\", \n    \"name\": \"Greek\"\n  }, \n  {\n    \"language\": \"gu\", \n    \"name\": \"Gujarati\"\n  }, \n  {\n    \"language\": \"ht\", \n    \"name\": \"Haitian Creole\"\n  }, \n  {\n    \"language\": \"ha\", \n    \"name\": \"Hausa\"\n  }, \n  {\n    \"language\": \"haw\", \n    \"name\": \"Hawaiian\"\n  }, \n  {\n    \"language\": \"iw\", \n    \"name\": \"Hebrew\"\n  }, \n  {\n    \"language\": \"hi\", \n    \"name\": \"Hindi\"\n  }, \n  {\n    \"language\": \"hmn\", \n    \"name\": \"Hmong\"\n  }, \n  {\n    \"language\": \"hu\", \n    \"name\": \"Hungarian\"\n  }, \n  {\n    \"language\": \"is\", \n    \"name\": \"Icelandic\"\n  }, \n  {\n    \"language\": \"ig\", \n    \"name\": \"Igbo\"\n  }, \n  {\n    \"language\": \"id\", \n    \"name\": \"Indonesian\"\n  }, \n  {\n    \"language\": \"ga\", \n    \"name\": \"Irish\"\n  }, \n  {\n    \"language\": \"it\", \n    \"name\": \"Italian\"\n  }, \n  {\n    \"language\": \"ja\", \n    \"name\": \"Japanese\"\n  }, \n  {\n    \"language\": \"jw\", \n    \"name\": \"Javanese\"\n  }, \n  {\n    \"language\": \"kn\", \n    \"name\": \"Kannada\"\n  }, \n  {\n    \"language\": \"kk\", \n    \"name\": \"Kazakh\"\n  }, \n  {\n    \"language\": \"km\", \n    \"name\": \"Khmer\"\n  }, \n  {\n    \"language\": \"ko\", \n    \"name\": \"Korean\"\n  }, \n  {\n    \"language\": \"ku\", \n    \"name\": \"Kurdish (Kurmanji)\"\n  }, \n  {\n    \"language\": \"ky\", \n    \"name\": \"Kyrgyz\"\n  }, \n  {\n    \"language\": \"lo\", \n    \"name\": \"Lao\"\n  }, \n  {\n    \"language\": \"la\", \n    \"name\": \"Latin\"\n  }, \n  {\n    \"language\": \"lv\", \n    \"name\": \"Latvian\"\n  }, \n  {\n    \"language\": \"lt\", \n    \"name\": \"Lithuanian\"\n  }, \n  {\n    \"language\": \"lb\", \n    \"name\": \"Luxembourgish\"\n  }, \n  {\n    \"language\": \"mk\", \n    \"name\": \"Macedonian\"\n  }, \n  {\n    \"language\": \"mg\", \n    \"name\": \"Malagasy\"\n  }, \n  {\n    \"language\": \"ms\", \n    \"name\": \"Malay\"\n  }, \n  {\n    \"language\": \"ml\", \n    \"name\": \"Malayalam\"\n  }, \n  {\n    \"language\": \"mt\", \n    \"name\": \"Maltese\"\n  }, \n  {\n    \"language\": \"mi\", \n    \"name\": \"Maori\"\n  }, \n  {\n    \"language\": \"mr\", \n    \"name\": \"Marathi\"\n  }, \n  {\n    \"language\": \"mn\", \n    \"name\": \"Mongolian\"\n  }, \n  {\n    \"language\": \"my\", \n    \"name\": \"Myanmar (Burmese)\"\n  }, \n  {\n    \"language\": \"ne\", \n    \"name\": \"Nepali\"\n  }, \n  {\n    \"language\": \"no\", \n    \"name\": \"Norwegian\"\n  }, \n  {\n    \"language\": \"ps\", \n    \"name\": \"Pashto\"\n  }, \n  {\n    \"language\": \"fa\", \n    \"name\": \"Persian\"\n  }, \n  {\n    \"language\": \"pl\", \n    \"name\": \"Polish\"\n  }, \n  {\n    \"language\": \"pt\", \n    \"name\": \"Portuguese\"\n  }, \n  {\n    \"language\": \"pa\", \n    \"name\": \"Punjabi\"\n  }, \n  {\n    \"language\": \"ro\", \n    \"name\": \"Romanian\"\n  }, \n  {\n    \"language\": \"ru\", \n    \"name\": \"Russian\"\n  }, \n  {\n    \"language\": \"sm\", \n    \"name\": \"Samoan\"\n  }, \n  {\n    \"language\": \"gd\", \n    \"name\": \"Scots Gaelic\"\n  }, \n  {\n    \"language\": \"sr\", \n    \"name\": \"Serbian\"\n  }, \n  {\n    \"language\": \"st\", \n    \"name\": \"Sesotho\"\n  }, \n  {\n    \"language\": \"sn\", \n    \"name\": \"Shona\"\n  }, \n  {\n    \"language\": \"sd\", \n    \"name\": \"Sindhi\"\n  }, \n  {\n    \"language\": \"si\", \n    \"name\": \"Sinhala\"\n  }, \n  {\n    \"language\": \"sk\", \n    \"name\": \"Slovak\"\n  }, \n  {\n    \"language\": \"sl\", \n    \"name\": \"Slovenian\"\n  }, \n  {\n    \"language\": \"so\", \n    \"name\": \"Somali\"\n  }, \n  {\n    \"language\": \"es\", \n    \"name\": \"Spanish\"\n  }, \n  {\n    \"language\": \"su\", \n    \"name\": \"Sundanese\"\n  }, \n  {\n    \"language\": \"sw\", \n    \"name\": \"Swahili\"\n  }, \n  {\n    \"language\": \"sv\", \n    \"name\": \"Swedish\"\n  }, \n  {\n    \"language\": \"tg\", \n    \"name\": \"Tajik\"\n  }, \n  {\n    \"language\": \"ta\", \n    \"name\": \"Tamil\"\n  }, \n  {\n    \"language\": \"te\", \n    \"name\": \"Telugu\"\n  }, \n  {\n    \"language\": \"th\", \n    \"name\": \"Thai\"\n  }, \n  {\n    \"language\": \"tr\", \n    \"name\": \"Turkish\"\n  }, \n  {\n    \"language\": \"uk\", \n    \"name\": \"Ukrainian\"\n  }, \n  {\n    \"language\": \"ur\", \n    \"name\": \"Urdu\"\n  }, \n  {\n    \"language\": \"uz\", \n    \"name\": \"Uzbek\"\n  }, \n  {\n    \"language\": \"vi\", \n    \"name\": \"Vietnamese\"\n  }, \n  {\n    \"language\": \"cy\", \n    \"name\": \"Welsh\"\n  }, \n  {\n    \"language\": \"xh\", \n    \"name\": \"Xhosa\"\n  }, \n  {\n    \"language\": \"yi\", \n    \"name\": \"Yiddish\"\n  }, \n  {\n    \"language\": \"yo\", \n    \"name\": \"Yoruba\"\n  }, \n  {\n    \"language\": \"zu\", \n    \"name\": \"Zulu\"\n  }\n]\n"}],"_postman_id":"7543db57-05ae-4c99-b247-a4242adafba2"}],"event":[{"listen":"prerequest","script":{"id":"b4738ab5-9aaf-475d-b184-4b839280e7e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bda751eb-9d33-43d1-9f62-4ff2ac65a3ad","type":"text/javascript","exec":[""]}}]}