{"info":{"_postman_id":"ac4e4322-e119-4665-b92c-a19ad4560259","name":"Timatic Alerts API","description":"<html><head></head><body><p>The Timatic Alerts API is used to provide the latest updates via RESTful API in JSON format.</p>\n<h1 id=\"timatic-alerts-endpoint-base-url-api-timaticalertsiataorgapi\">Timatic Alerts Endpoint (Base URL): //api-timaticalerts.iata.org/api/</h1>\n<h1 id=\"contact-support\">Contact Support:</h1>\n<ul>\n<li>Name: IATA Timatic Business Team</li>\n<li>Please go to the IATA Customer Portal: <a href=\"http://www.iata.org/cs\">www.iata.org/cs</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Timatic Alerts Endpoint (Base URL): //api-timaticalerts.iata.org/api/","slug":"timatic-alerts-endpoint-base-url-api-timaticalertsiataorgapi"},{"content":"Contact Support:","slug":"contact-support"}],"owner":"12099099","collectionId":"ac4e4322-e119-4665-b92c-a19ad4560259","publishedId":"T1LHHpYr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-11T00:59:17.000Z"},"item":[{"name":"Authentication and Authorization","item":[{"name":"Authentication","id":"5a562ee9-541c-4209-9605-1a1670cf5903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"sample@example.org","type":"text"},{"key":"secret_key","value":"TimaticAlertsApiTestSecketKey","type":"text"}]},"url":"https://api-timaticalerts.iata.org/api/auth/login","description":"<p>The email to be used for Authentication must be the email address which has been registered to subscribe to Timatic Alerts Premium. Email must be valid (i.e. email has been already activated by Timatic to receive Alerts). If email has not been activated and/or is not valid, it will not be possible to authenticate and/or to obtain Bearer token.</p>\n<p>To generate Bearer token, a combination of an email address and a secret (secret_key) must be used. The secret is generated when email address is activated by Timatic. The secret is uniquely associated with an email. An attempt to generate Bearer token with a secret not matching the email address (or vice versa) will fail.</p>\n","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[]}},"response":[{"id":"471cce1a-370d-4e83-b202-5a0af5f7de18","name":"Authenticate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"sample@example.org","type":"text"},{"key":"secret_key","value":"TimaticAlertsApiTestSecketKey","type":"text"}]},"url":"https://api-timaticalerts.iata.org/api/auth/login"},"status":"OK Authenticate","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 10:43:55 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcwNTYyMzUsImV4cCI6MTU5NzA1OTgzNSwibmJmIjoxNTk3MDU2MjM1LCJqdGkiOiJPcTBsbTQ5RG1uY1ZKTThNIiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.drYqar8cNjTCktvaPUT74FEpVcy5lctXOFrwwDwLjtI\",\n    \"token_type\": \"bearer\",\n    \"expires_at\": \"2020-08-11 10:43:55 UTC\"\n}"}],"_postman_id":"5a562ee9-541c-4209-9605-1a1670cf5903"},{"name":"Check Who Is Authorized","id":"6c994961-f234-4409-9616-c6c3b3cba280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcxMDc3MTcsImV4cCI6MTU5NzE5NDExNywibmJmIjoxNTk3MTA3NzE3LCJqdGkiOiJhcUpzQ2ZLcVdUZmRycUF2Iiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.wjI2tpUwCmmR7pKH2T1iOEDJSQkvxWmAR6KXtsUubjY","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/me","description":"<p>This allows to view basic user details once the user is authorized.</p>\n","urlObject":{"protocol":"https","path":["api","auth","me"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[]}},"response":[{"id":"7524d04a-be18-4390-8a31-e8f3a379cd8f","name":"Check Authorization","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcwNTYyMzUsImV4cCI6MTU5NzA1OTgzNSwibmJmIjoxNTk3MDU2MjM1LCJqdGkiOiJPcTBsbTQ5RG1uY1ZKTThNIiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.drYqar8cNjTCktvaPUT74FEpVcy5lctXOFrwwDwLjtI","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/me"},"status":"OK Check Authorization","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 10:55:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UserId\": 297,\n        \"EmailToReceiveAlert\": \"sample@example.org\",\n        \"CountriesMonitor\": \"ALL\",\n        \"CompanyName\": \"IATA\",\n        \"IsTimaticCustomer\": \"No\",\n        \"TimaticNumber\": null,\n        \"IsPremium\": \"Yes\"\n    }\n]"}],"_postman_id":"6c994961-f234-4409-9616-c6c3b3cba280"},{"name":"Refresh and Get a New Token","id":"320418ec-4da4-4e94-a430-4a1a0c95335f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcxMDc3MTcsImV4cCI6MTU5NzE5NDExNywibmJmIjoxNTk3MTA3NzE3LCJqdGkiOiJhcUpzQ2ZLcVdUZmRycUF2Iiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.wjI2tpUwCmmR7pKH2T1iOEDJSQkvxWmAR6KXtsUubjY","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/refresh","description":"<p>This is to refresh Bearer token by using the existing Bearer token. Each Bearer token is valid for 24 hours and needs to be refreshed by a new token after its expiry.</p>\n","urlObject":{"protocol":"https","path":["api","auth","refresh"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[]}},"response":[{"id":"e9cb58fe-7f16-4305-851f-24b67f92d11e","name":"Refresh and get a new token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcwNTYyMzUsImV4cCI6MTU5NzA1OTgzNSwibmJmIjoxNTk3MDU2MjM1LCJqdGkiOiJPcTBsbTQ5RG1uY1ZKTThNIiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.drYqar8cNjTCktvaPUT74FEpVcy5lctXOFrwwDwLjtI","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/refresh"},"status":"OK Refresh Token","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 11:00:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvcmVmcmVzaCIsImlhdCI6MTU5NzA1NjIzNSwiZXhwIjoxNTk3MDYwODUzLCJuYmYiOjE1OTcwNTcyNTMsImp0aSI6IkhaZ3pTeWhnVkJLc3Vrd2siLCJzdWIiOjI5NywicHJ2IjoiODdlMGFmMWVmOWZkMTU4MTJmZGVjOTcxNTNhMTRlMGIwNDc1NDZhYSJ9.GXX9FcJHBekiNGGd0vNIZ1sDM9pfRUxCgfCUVC2DlTY\",\n    \"token_type\": \"bearer\",\n    \"expires_at\": \"2020-08-11 11:00:53 UTC\"\n}"}],"_postman_id":"320418ec-4da4-4e94-a430-4a1a0c95335f"},{"name":"Logout","id":"f2186fc2-9361-493d-8162-b3edd0c10910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODAwMFwvYXBpXC9hdXRoXC9yZWZyZXNoIiwiaWF0IjoxNTk2Nzg5Mzk4LCJleHAiOjE1OTY3OTQ5MzYsIm5iZiI6MTU5Njc5MTMzNiwianRpIjoiT3ZBOExacXl6TXRwVmh0MyIsInN1YiI6MTQyLCJwcnYiOiI4N2UwYWYxZWY5ZmQxNTgxMmZkZWM5NzE1M2ExNGUwYjA0NzU0NmFhIn0.yJ6PfAYpHtSyYc2Rf9BQPuIkBpV0hftfiaU-iZ_eXBM","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/logout","description":"<p>This will terminate access and revoke all existing Bearer tokens.</p>\n","urlObject":{"protocol":"https","path":["api","auth","logout"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[]}},"response":[{"id":"ebfeb129-b7c4-49ab-b77d-a9d61bde0e46","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODAwMFwvYXBpXC9hdXRoXC9yZWZyZXNoIiwiaWF0IjoxNTk2Nzg5Mzk4LCJleHAiOjE1OTY3OTQ5MzYsIm5iZiI6MTU5Njc5MTMzNiwianRpIjoiT3ZBOExacXl6TXRwVmh0MyIsInN1YiI6MTQyLCJwcnYiOiI4N2UwYWYxZWY5ZmQxNTgxMmZkZWM5NzE1M2ExNGUwYjA0NzU0NmFhIn0.yJ6PfAYpHtSyYc2Rf9BQPuIkBpV0hftfiaU-iZ_eXBM","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/auth/logout"},"status":"OK Logout","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Fri, 07 Aug 2020 09:19:28 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully logged out\"\n}"}],"_postman_id":"f2186fc2-9361-493d-8162-b3edd0c10910"}],"id":"09947dec-8504-4b0c-8ab4-7afeaa23494f","description":"<p>This defines how to authenticate and obtain authorization credentials.</p>\n","event":[{"listen":"prerequest","script":{"id":"48160755-f5d6-4a4c-af5a-904791217346","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e987341-cc94-41ac-9ac7-e4f8dc78693d","type":"text/javascript","exec":[""]}}],"_postman_id":"09947dec-8504-4b0c-8ab4-7afeaa23494f"},{"name":"Country Codes and Country Information","item":[{"name":"Get a list of all country codes.","id":"fecb29d7-402c-4fed-ac72-6df7d3c0715f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE2Mjk4NzUzMjcsImV4cCI6MTYyOTk2MTcyNywibmJmIjoxNjI5ODc1MzI3LCJqdGkiOiJYdEtpNHlFMWRuZTNHZEdlIiwic3ViIjoyOTcsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.6XmKtjfcPs1ph5Mj4MXOX-xSgVTjrZw3wG_oGj-9yOQ","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/country","description":"<p>Use this request to obtain country codes. The two-letter country codes are to be used to obtain country information. Please ensure you submit your Bearer token when using this request.</p>\n","urlObject":{"protocol":"https","path":["api","country"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[]}},"response":[{"id":"68daf795-3b74-43d5-adcf-2e0f736dc449","name":"Country Codes Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE1OTcwNTg3MzAsImV4cCI6MTU5NzA2MjMzMCwibmJmIjoxNTk3MDU4NzMwLCJqdGkiOiJ0Z3NpVWJiS01SYWFZTHJ1Iiwic3ViIjoyOTcsInBydiI6Ijg3ZTBhZjFlZjlmZDE1ODEyZmRlYzk3MTUzYTE0ZTBiMDQ3NTQ2YWEifQ.a8TZXQ7FA6ybDSjfeksw_3YmTaB8YADgEhwEHrdS39M","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/country"},"status":"OK Country Codes Request","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Aug 2020 11:56:23 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"country_name\": \"AFGHANISTAN\",\n        \"country_code\": \"AF\"\n    },\n    {\n        \"country_name\": \"ALBANIA\",\n        \"country_code\": \"AL\"\n    },\n    {\n        \"country_name\": \"ALGERIA\",\n        \"country_code\": \"DZ\"\n    }\n]"}],"_postman_id":"fecb29d7-402c-4fed-ac72-6df7d3c0715f"},{"name":"Obtain country information using the country code.","id":"eef2066c-8d46-4df3-8f7e-7a53af1ab8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpLXRpbWF0aWNhbGVydHMuaWF0YS5vcmdcL2FwaVwvYXV0aFwvbG9naW4iLCJpYXQiOjE2Mjk4NzU2ODQsImV4cCI6MTYyOTk2MjA4NCwibmJmIjoxNjI5ODc1Njg0LCJqdGkiOiJkRUxmeVp2QnlHTVJ2N0U5Iiwic3ViIjoyOTcsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.em5Uqsepppu8OUYtJXtat_C45I-7u03jr6yu5JjQ7qY","type":"text"}],"url":"https://api-timaticalerts.iata.org/api/country/:countryCode","description":"<p>This is a request to get the latest country information using the country code. Please ensure you submit your Bearer token when using this request.</p>\n","urlObject":{"protocol":"https","path":["api","country",":countryCode"],"host":["api-timaticalerts","iata","org"],"query":[],"variable":[{"type":"string","value":"CN","key":"countryCode"}]}},"response":[{"id":"119cc39a-8b16-48b5-a920-2a9af33b19b3","name":"Retrieve Country Information","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODAwMFwvYXBpXC9hdXRoXC9sb2dpbiIsImlhdCI6MTU5Njc4OTM5OCwiZXhwIjoxNTk2NzkyOTk4LCJuYmYiOjE1OTY3ODkzOTgsImp0aSI6Ik5sSGk4T3ZTc05aN2l4STgiLCJzdWIiOjE0MiwicHJ2IjoiODdlMGFmMWVmOWZkMTU4MTJmZGVjOTcxNTNhMTRlMGIwNDc1NDZhYSJ9.PiI8Mn5aI6w5Wb-GMgu9lmemKpsl95YQq_Clitpp24c","description":"Authorization token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"https://api-timaticalerts.iata.org/api/country/:countryCode","protocol":"https","host":["api-timaticalerts","iata","org"],"path":["api","country",":countryCode"],"variable":[{"key":"countryCode","value":"AF","description":"Two-letter country code"}]}},"status":"OK Retrieve Country Information","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Aug 2020 08:38:49 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Request-Limit-Limit","value":"5"},{"key":"Request-Limit-Remaining","value":"4"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Country Name\": \"AFGHANISTAN\",\n        \"Country Code\": \"AF\",\n        \"Context of the Change\": null,\n        \"Restriction Level\": \"Not Restrictive\",\n        \"Latest Regulations\": \"Published 25.06.2020<br/>Flights&#32;to&#32;Afghanistan&#32;restarted.<br/><br/>\",\n        \"Flights Suspended\": \"NO\",\n        \"Airport Closed\": \"NO\",\n        \"Entry Restrictions\": \"NO\",\n        \"Transit Restrictions\": \"NO\",\n        \"Restrictions for Residents & Nationals\": \"No restrictions.\",\n        \"Restrictions for Foreigners\": \"Yes\",\n        \"Restrictions for Airline Crew\": \"Everybody is welcome!\",\n        \"Expected Restrictions End Date\": \"\",\n        \"Quarantine/Self-isolation\": \"\",\n        \"COVID-19 Test\": \"NO\"\n    }\n]"}],"_postman_id":"eef2066c-8d46-4df3-8f7e-7a53af1ab8a2"}],"id":"e592af15-81ab-4957-b115-8f62e2011d85","description":"<p>This defines two requests that are currently required to retrieve Timatic Alerts information.</p>\n","event":[{"listen":"prerequest","script":{"id":"b589bde9-77e3-4112-b362-2a17e4abaa4e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94abb599-31a1-43b8-8362-67c5b769f528","type":"text/javascript","exec":[""]}}],"_postman_id":"e592af15-81ab-4957-b115-8f62e2011d85"}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"http://127.0.0.1:8000/api","type":"string"}]}