Sitata API# (2)
Welcome to the Sitata API docs. Please refer to our guides for detailed instructions on how to use the API, including instructions for authentication.
Advisories are events that are affecting a country or travellers over a long period of time (e.g. months).
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
headline | String | The headline of the advisory |
body | String | The body of the advisory in markdown format |
status | Integer | The status of the advisory (see below) |
country_ids | [String] | A list of Country ids that the advisory is associated with |
countries | [Country ] |
A list of Country s that the advisory is assocaited with |
country_region_ids | [String] | A list of CountryRegion ids that the advisory is associated with |
country_regions | [CountryRegion ] |
A list of CountryRegion s that the advisory is assocaited with |
country_division_ids | [String] | A list of CountryDivision ids that the advisory is associated with |
country_divisions | [CountryDivision ] |
A list of CountryDivision s that the advisory is assocaited with |
Get Advisories For Country
Returns open advisories for a given country.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request advisories for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Example: BR |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "body": "Brazil now requires proof of yellow fever vaccination for all travellers arriving from Angola and the Democratic Republic of the Congo where there are on-going outbreaks of this disease. This is a temporary requirement for at least the next 6 months.",
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2016-06-21T12:39:24Z",
- "headline": "Brazil requires proof of yellow fever vaccine for those arriving from Angola and Democratic Republic of the Congo",
- "id": "d1991111-5266-4387-a7a4-ba03bdaa14b0",
- "status": 0,
- "updated_at": "2016-06-21T12:39:24Z"
}, - {
- "body": "Zika virus has been introduced in the past year in this country, and it is expected to spread widely by infected mosquitoes. There is growing scientific evidence that this virus may be a cause of microcephaly (small brain) in newborn infants. \r\n\r\nAs a precautionary measure, the U.S. Centers for Disease Control and Prevention has advised pregnant women to avoid travelling to countries where this virus is spreading. The World Health Organization (WHO) has advised pregnant women planning to travel to areas where Zika is circulating to consult a healthcare provider before travelling and on return.\r\n\r\nAs a minimum precautionary measure, women who are in the first trimester of pregnancy should take extra precautions to avoid mosquito bites.",
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2016-01-31T17:42:57Z",
- "headline": "Zika Virus Advisory",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "status": 0,
- "updated_at": "2016-01-31T17:42:57Z"
}
]
Get Advisories For Trip
Returns open advisories for the trip based on the trip's destination list.
Request Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip to request advisories for |
path Parameters
trip_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "body": "Brazil now requires proof of yellow fever vaccination for all travellers arriving from Angola and the Democratic Republic of the Congo where there are on-going outbreaks of this disease. This is a temporary requirement for at least the next 6 months.",
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2016-06-21T12:39:24Z",
- "headline": "Brazil requires proof of yellow fever vaccine for those arriving from Angola and Democratic Republic of the Congo",
- "id": "d1991111-5266-4387-a7a4-ba03bdaa14b0",
- "status": 0,
- "updated_at": "2016-06-21T12:39:24Z"
}, - {
- "body": "Zika virus has been introduced in the past year in this country, and it is expected to spread widely by infected mosquitoes. There is growing scientific evidence that this virus may be a cause of microcephaly (small brain) in newborn infants. \r\n\r\nAs a precautionary measure, the U.S. Centers for Disease Control and Prevention has advised pregnant women to avoid travelling to countries where this virus is spreading. The World Health Organization (WHO) has advised pregnant women planning to travel to areas where Zika is circulating to consult a healthcare provider before travelling and on return.\r\n\r\nAs a minimum precautionary measure, women who are in the first trimester of pregnancy should take extra precautions to avoid mosquito bites.",
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2016-01-31T17:42:57Z",
- "headline": "Zika Virus Advisory",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "status": 0,
- "updated_at": "2016-01-31T17:42:57Z"
}
]
Name | Type | Description |
---|---|---|
id | String | The id of the airline |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the airline |
iata | String | IATA identifier |
icao | String | ICAO identifier |
health_mask_req | Integer | Specifies if a mask is required for health reasons |
health_temp_check | Integer | Specifies if a temperature check is required for health reasons |
health_measures | String | A textual description of health precautionary measures taken by the Airline in markdown format |
health_url | String | Reference to dedicated health page on Airline's domain |
Get Airlines
Returns a paginated list of airlines. Query parameters are combined with a logical AND condition.
query Parameters
like | string Example: like=can Fuzzy match on name, iata, or icao fields |
iata | string Example: iata=AC Exact match on iata code |
icao | string Example: icao=AC Exact match on icao code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Name | Type | Description |
---|---|---|
id | String | The id of the airport |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the airport |
iata | String | IATA identifier |
icao | String | ICAO identifier |
faa | String | FAA identifier |
health_mask_req | Integer | Specifies if a mask is required for health reasons |
health_temp_check | Integer | Specifies if a temperature check is required for health reasons |
health_distancing | Integer | Specifies if social distancing measures are in place |
health_measures | String | A textual description of health precautionary measures taken by the Airport in markdown format |
health_url | String | Reference to dedicated health page on Airport's domain |
Get Airports
Returns a paginated list of airports. Query parameters are combined with a logical AND condition.
query Parameters
like | string Example: like=LE Fuzzy match on name, iata, faa, or icao fields |
iata | string Exact match on iata code |
icao | string Exact match on icao code |
faa | string Exact match on faa code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
headline | String | The headline of the alert |
body | String | The body of the alert in markdown format |
body_advice | String | Advice for the traveller in markdown format |
status | Integer | The status of the alert (see below) |
origin_alert_id | String | The UUID of the original alert that this alert is related to |
full_country_ids | [String] | A list of country ids if the alert is for the entire country |
category | Integer | The category of the alert (see below) |
risk_level | Integer | The risk level of the alert (see below) |
status | Integer | The status level of the alert (see below) |
update_reason | String | A reason for why the alert was updated |
start | Datetime | The start time of the duration that the alert is applicable for |
finish | Datetime | The finish time of the duration that the alert is applicable for |
safety_category_ids | [String] | A list of safety category ids that the alert is associated to |
disease_id | String | The id of the Disease that the alert is associated to |
sources | [AlertSource ] |
A list of AlertSource s that the alert has (see below) |
locations | [Location ] |
A list of Location s that the alert has (see below) |
airlines | [Airline ] |
A list of Airline s that the alert has (see below) |
airports | [Airport ] |
A list of Airport s that the alert has (see below) |
country_ids | [String] | A list of Country ids that the alert is associated with |
countries | [Country ] |
A list of Country s that the alert is assocaited with |
country_region_ids | [String] | A list of CountryRegion ids that the alert is associated with |
country_regions | [CountryRegion ] |
A list of CountryRegion s that the alert is assocaited with |
country_division_ids | [String] | A list of CountryDivision ids that the alert is associated with |
country_divisions | [CountryDivision ] |
A list of CountryDivision s that the alert is assocaited with |
Keeps a reference to where information about the alert came from.
AlertSource Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the AlertSource |
url | String | The url of the source |
Keeps a reference to exact locations that the Alert is associated to.
Location Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the AlertSource |
lat | Double | The latitude of the alert source |
lng | Double | The longitude of the alert source |
Airlines that the alert is associated with.
Airline Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the Airline |
name | String | Name of the Airline |
iata | String | IATA code for the Airline |
icao | String | ICAO code for the Airline |
Airports that the alert is associated with
Airport Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the Airport |
name | String | The name of the Airport |
iata | String | IATA code for the Airport |
icao | String | ICAO code for the Airport |
faa | string | FAA code for the Airport |
lat | Double | Latitude of the Airport |
lng | Double | Longitude of the Airport |
Get Alerts For Country
Returns alerts for the past month for a given country.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Example: BR Country code or identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept-Language | string Example: en |
Responses
Response samples
- 200
[- {
- "updated_at": "2018-12-29T00:06:31.277855Z",
- "update_reason": null,
- "status": 2,
- "start": "2018-12-28T05:00:00.000000Z",
- "sources": [
- {
- "id": "99c0e39b-f2f8-4778-b0a5-25cadda30736"
}
], - "safety_category_ids": [ ],
- "risk_level": 1,
- "origin_alert_id": null,
- "locations": [ ],
- "id": "56b05083-5856-44ad-a4b0-31dc0e85dc52",
- "headline": "Zika and Dengue Virus Transmission in Brazil",
- "full_country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "finish": "2019-01-27T05:00:00.000000Z",
- "disease_id": "37012cf9-7445-4307-a228-8c83776b2f20",
- "created_at": "2018-12-28T13:11:08.205000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [ ],
- "country_division_ids": [ ],
- "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 0,
- "body_advice": "In Brazil, the mosquitoes that transmit Zika and dengue virus are the same and are ubiquitous in all states, especially during the summer season. However, the density of this mosquito can vary considerably and hence, the risk of exposrue to these viruses will vary as well. Thus, it is difficult to estimate the risk of infection for a particular locality, particulary since so many people infected with these viruses have no symptoms and are not recorded officially. There may be many undetected infected people in the community. Travellers can minimize the risk of exposure to these viruses by taking all necessary precautions to avoid mosquito bites. \n\nAlthough the intensity of transmission of the Zika virus is far below previous epidemic levels, the risk of exposure to this virus may be high in some areas. There is no vaccine or specific treatment for this infection. This virus is the cause of microcephaly (small brain) and other neurological abnormalities in newborn infants when the mother is infected during pregnancy. The World Health Organization advises that pregnant women should not travel to areas with Zika virus outbreaks. \n",
- "body": "During 2018, there were 7,544 reported cases of Zika virus transmission nationwide which is approximately half as many cases as in 2017. However, there were almost 230,000 cases of dengue fever which is transmitted by the same mosquito. More than 5,300 municipalities were considered to be at risk of outbreaks of dengue, chikungunya or Zika fever infections.",
- "airports": [ ],
- "airlines": [ ]
}, - {
- "updated_at": "2019-01-04T19:33:40.148511Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-04T05:00:00.000000Z",
- "sources": [
- {
- "id": "68880644-3648-48f0-8769-1f14b56ce7f5"
}, - {
- "id": "8ddd0847-0a95-4b82-881b-49084290130f"
}, - {
- "id": "c8ebf105-66de-4f0e-9b17-a4668ca6489c"
}, - {
- "id": "ae49afd2-3586-482c-a283-5a6552aa46d0"
}, - {
- "id": "80d5ea4d-933d-461a-8a10-691e8ea438d1"
}, - {
- "id": "6fc71690-e25b-4577-91df-80a685146727"
}, - {
- "id": "d819fcd2-b3e6-48b3-b641-88b7d787b560"
}
], - "safety_category_ids": [ ],
- "risk_level": 2,
- "origin_alert_id": null,
- "locations": [ ],
- "id": "7332630e-9afc-4282-918c-fc5ab109fb8a",
- "headline": "Dengue Fever in Brazil - Update",
- "full_country_ids": [
- "e55e9d4b-136b-427c-a8ac-51bed93741ef",
- "f3c51495-7879-40fb-bc15-bc25798dae76",
- "8d127a86-d572-4a00-8958-564d769485d8",
- "ad0a0145-d4c8-4c16-9307-f9dd41519a15",
- "8a01dbb7-8e5e-4431-8df7-b355d7f2d1ba",
- "4cb2accc-59d5-4a87-b4f0-f9dfa99f22ff",
- "de73a296-5970-4f70-bb6f-6bfed3422030",
- "6db68e55-0593-44ed-944f-76151054feaa"
], - "finish": "2019-02-03T05:00:00.000000Z",
- "disease_id": "37012cf9-7445-4307-a228-8c83776b2f20",
- "created_at": "2019-01-04T19:28:59.993000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [
- {
- "travel_status": 0,
- "name": "Minas Gerais",
- "id": "2fb5f34d-9562-4f3e-add7-40390bb74a43",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Mato Grosso",
- "id": "e8dcfc07-35d8-40da-804d-66275d29741c",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Acre",
- "id": "19afa56e-3ea9-4384-a7bf-33f343f0ffb4",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Rio de Janeiro",
- "id": "68888e67-b7b0-48bc-9e28-0836156170e0",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "São Paulo",
- "id": "1fd72cf4-3bef-4237-a8ce-5f711d94a807",
- "geojson_url": null
}
], - "country_division_ids": [
- "2fb5f34d-9562-4f3e-add7-40390bb74a43",
- "e8dcfc07-35d8-40da-804d-66275d29741c",
- "19afa56e-3ea9-4384-a7bf-33f343f0ffb4",
- "68888e67-b7b0-48bc-9e28-0836156170e0",
- "1fd72cf4-3bef-4237-a8ce-5f711d94a807"
], - "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 0,
- "body_advice": "The risk of exposure will vary from place to place and may be high in many localities.\n\nAll travellers to areas where the dengue fever virus is active can reduce their risk of exposure by taking all necessary precautions to avoid mosquito bites. Many persons with dengue fever do not seek medical care and are not reported to health authorities. There may be many more cases in the community than the reports indicate.\n\nTravellers should also be aware that where dengue fever virus is active, there is a possibility in some locations that the chikungunya and Zika viruses may be present also since they are transmitted by the same mosquito that transmits dengue virus.\n",
- "body": "Dengue Fever is ubiquitous in Brazil. Nationally, almost 230,000 infected people have been reported with 140 deaths. Large numbers of cases have been reported from the states of Acre, Minas Gerais, (affected municipalities include Araújos, Arcos, Conceição do Pará, Contagem, Ituiutaba, Lagoa da Prata, Moema, Uberaba), Rio de Janeiro, São Paulo, and Mato Grosso.",
- "airports": [ ],
- "airlines": [ ]
}, - {
- "updated_at": "2019-01-05T22:23:27.068640Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-05T05:00:00.000000Z",
- "sources": [
- {
- "id": "97875e8d-af24-4e26-b2b9-98d2b20459c2"
}
], - "safety_category_ids": [ ],
- "risk_level": 1,
- "origin_alert_id": null,
- "locations": [
- {
- "lng": -38.526998100000014,
- "lat": -3.7327144,
- "id": "3b929395-a689-49c4-9221-0db02ca64e92"
}
], - "id": "804d849b-31ea-4e9c-ae74-cf335e4c6202",
- "headline": "Troops Sent to Fortaleza, Brazil, to Combat Gang Activity",
- "full_country_ids": [
- "f3e37e32-bb03-4cc8-ba8f-999f3d665ab0"
], - "finish": "2019-02-04T05:00:00.000000Z",
- "disease_id": null,
- "created_at": "2019-01-05T22:20:19.584000Z",
- "country_regions": [
- {
- "travel_status": 0,
- "topojson_url": null,
- "name": "Fortaleza",
- "id": "3155b081-f111-4fb7-a96e-edfef0d303dc",
- "geojson_url": null,
- "country_division_id": "2be7cfde-3520-4595-9f65-82e70450ba91"
}
], - "country_region_ids": [
- "3155b081-f111-4fb7-a96e-edfef0d303dc"
], - "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [ ],
- "country_division_ids": [ ],
- "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 1,
- "body_advice": "If travelling in Fortaleza, expect an increased police and security presence. Follow any advice from local authorities.\n",
- "body": "About 300 troops have been sent to the city of Fortaleza to help patrol the city due to gang activity against banks, buses and shops.\n",
- "airports": [
- {
- "name": "Andravida Air Base",
- "lng": 21.292601,
- "lat": 37.9207,
- "id": "b6b6e76b-9a7b-430b-98b7-49d670478f36",
- "icao": "LGAD",
- "iata": "PYR",
- "faa": null
}, - {
- "name": "Agrinion Air Base",
- "lng": 21.3512001,
- "lat": 38.602001,
- "id": "187c0f58-72aa-42a2-a67c-66b9866fa8a8",
- "icao": "LGAG",
- "iata": "AGQ",
- "faa": null
}, - {
- "name": "Alexandria Airport",
- "lng": 22.48870086669922,
- "lat": 40.651100158691406,
- "id": "152efe63-6851-4047-8bef-bed36fef428d",
- "icao": "LGAX",
- "iata": null,
- "faa": null
}, - {
- "name": "Nea Anchialos Airport",
- "lng": 22.794300079345703,
- "lat": 39.219600677490234,
- "id": "c32b9102-bd52-45bf-afbd-c83d2b4a0acf",
- "icao": "LGBL",
- "iata": "VOL",
- "faa": null
}, - {
- "name": "Elefsis Airport",
- "lng": 23.555999755859375,
- "lat": 38.06380081176758,
- "id": "2c14e6c7-cdfb-4921-ad0d-edc7230d4c6d",
- "icao": "LGEL",
- "iata": null,
- "faa": null
}, - {
- "name": "Ioannina Airport",
- "lng": 20.822500228881836,
- "lat": 39.6963996887207,
- "id": "9ef457e9-2a59-455b-9d4a-99eb75d30aeb",
- "icao": "LGIO",
- "iata": "IOA",
- "faa": null
}, - {
- "name": "Kastoria National Airport",
- "lng": 21.2821998596,
- "lat": 40.4463005066,
- "id": "430f482a-3c65-4ca4-b480-0af96ac774cb",
- "icao": "LGKA",
- "iata": "KSO",
- "faa": null
}, - {
- "name": "Kefallinia Airport",
- "lng": 20.500499725341797,
- "lat": 38.12009811401367,
- "id": "69691536-2895-4e67-8ffa-f70ebad8f969",
- "icao": "LGKF",
- "iata": "EFL",
- "faa": null
}, - {
- "name": "Kalamata Airport",
- "lng": 22.02549934387207,
- "lat": 37.06829833984375,
- "id": "8c0b52eb-5124-44b8-a151-eed4c92d2f18",
- "icao": "LGKL",
- "iata": "KLX",
- "faa": null
}, - {
- "name": "Amigdhaleon Airport",
- "lng": 24.341400146484375,
- "lat": 40.972801208496094,
- "id": "bf79c886-7b78-4f3b-80bf-a5130be09d39",
- "icao": "LGKM",
- "iata": null,
- "faa": null
}, - {
- "name": "Ioannis Kapodistrias International Airport",
- "lng": 19.911699295043945,
- "lat": 39.601898193359375,
- "id": "800a622b-8202-4be3-abf0-e2265facfcd3",
- "icao": "LGKR",
- "iata": "CFU",
- "faa": null
}, - {
- "name": "Alexander the Great International Airport",
- "lng": 24.619199752807617,
- "lat": 40.913299560546875,
- "id": "95cdf813-750f-4423-85df-94b442f62728",
- "icao": "LGKV",
- "iata": "KVA",
- "faa": null
}, - {
- "name": "Filippos Airport",
- "lng": 21.84079933166504,
- "lat": 40.28609848022461,
- "id": "f33e337e-4a6d-4e18-ba5e-387408cde983",
- "icao": "LGKZ",
- "iata": "KZI",
- "faa": null
}, - {
- "name": "Larisa Airport",
- "lng": 22.4655,
- "lat": 39.650253,
- "id": "34e9fdd9-c4ff-4fd6-8010-fc2dfdc96344",
- "icao": "LGLR",
- "iata": "LRA",
- "faa": null
}, - {
- "name": "Megara Airport",
- "lng": 23.365400314331055,
- "lat": 37.98109817504883,
- "id": "00f34bb7-5d9a-4184-8dfc-44cdaeb768d0",
- "icao": "LGMG",
- "iata": null,
- "faa": null
}, - {
- "name": "Aktion National Airport",
- "lng": 20.765300750732422,
- "lat": 38.925498962402344,
- "id": "4ac15e86-83c3-46b4-8475-7c3720c4153c",
- "icao": "LGPZ",
- "iata": "PVK",
- "faa": null
}, - {
- "name": "Araxos Airport",
- "lng": 21.4256,
- "lat": 38.1511,
- "id": "b006ff81-f5aa-4291-9dbb-011c0d4a2598",
- "icao": "LGRX",
- "iata": "GPA",
- "faa": null
}, - {
- "name": "Skiathos Island National Airport",
- "lng": 23.503700256347656,
- "lat": 39.177101135253906,
- "id": "5e3c34b7-3c52-4c41-881b-3fdb9c7ab8ff",
- "icao": "LGSK",
- "iata": "JSI",
- "faa": null
}, - {
- "name": "Stefanovikion Air Base",
- "lng": 22.7672,
- "lat": 39.48,
- "id": "0b82b175-e083-4fb0-93ed-535e9cc40c97",
- "icao": "LGSV",
- "iata": null,
- "faa": null
}, - {
- "name": "Skiros Airport",
- "lng": 24.4871997833,
- "lat": 38.9676017761,
- "id": "0ad44e7a-51de-4b60-be99-fab0a7ec8ff9",
- "icao": "LGSY",
- "iata": "SKU",
- "faa": null
}, - {
- "name": "Tanagra Air Base",
- "lng": 23.565001,
- "lat": 38.339802,
- "id": "4e709f28-bc7f-423f-9db5-4ae355bc0845",
- "icao": "LGTG",
- "iata": null,
- "faa": null
}, - {
- "name": "Tripolis Airport",
- "lng": 22.403600692749023,
- "lat": 37.530601501464844,
- "id": "51807357-fd93-42b0-867d-c4a31b402031",
- "icao": "LGTP",
- "iata": null,
- "faa": null
}, - {
- "name": "Thessaloniki Macedonia International Airport",
- "lng": 22.97089958190918,
- "lat": 40.51969909667969,
- "id": "1c62b106-0838-4235-b72e-96358cb297bb",
- "icao": "LGTS",
- "iata": "SKG",
- "faa": null
}, - {
- "name": "Tatoi Airport",
- "lng": 23.78380012512207,
- "lat": 38.1088981628418,
- "id": "085ac7bd-e555-4aea-a88f-8d557b61db15",
- "icao": "LGTT",
- "iata": null,
- "faa": null
}, - {
- "name": "Dionysios Solomos Airport",
- "lng": 20.884300231933594,
- "lat": 37.75090026855469,
- "id": "b0e6098a-4528-4737-a792-4ddd5ae0a09d",
- "icao": "LGZA",
- "iata": "ZTH",
- "faa": null
}
], - "airlines": [ ]
}, - {
- "updated_at": "2019-01-05T15:24:47.605717Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-05T05:00:00.000000Z",
- "sources": [
- {
- "id": "3ca1656b-5a1e-4051-8511-de796197e02e"
}, - {
- "id": "7dc86125-622d-4577-a2b3-1abebf618413"
}, - {
- "id": "da76c4db-bc05-4054-a004-6f86298ff982"
}, - {
- "id": "e6b8a9b7-e6c2-456b-8e24-aac8367fc86f"
}, - {
- "id": "b0a645a8-e6cb-4b03-a4f0-ccd5e2b58c6f"
}
], - "safety_category_ids": [ ],
- "risk_level": 1,
- "origin_alert_id": null,
- "locations": [ ],
- "id": "1de9d86f-1cd0-4f23-9d2c-2fbc2919a8a2",
- "headline": "Chikungunya Fever in Brazil",
- "full_country_ids": [ ],
- "finish": "2019-02-04T05:00:00.000000Z",
- "disease_id": "d82d02f4-e608-4c5f-8bc2-82c886c26beb",
- "created_at": "2019-01-05T12:49:17.578000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [
- {
- "travel_status": 0,
- "name": "Minas Gerais",
- "id": "2fb5f34d-9562-4f3e-add7-40390bb74a43",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Mato Grosso",
- "id": "e8dcfc07-35d8-40da-804d-66275d29741c",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Bahia",
- "id": "e10a8e50-de16-4193-9723-a7f2be78862a",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Rio de Janeiro",
- "id": "68888e67-b7b0-48bc-9e28-0836156170e0",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Roraima",
- "id": "7a27c1d1-3447-4474-a5fa-6d55cddfaad0",
- "geojson_url": null
}
], - "country_division_ids": [
- "2fb5f34d-9562-4f3e-add7-40390bb74a43",
- "e8dcfc07-35d8-40da-804d-66275d29741c",
- "e10a8e50-de16-4193-9723-a7f2be78862a",
- "68888e67-b7b0-48bc-9e28-0836156170e0",
- "7a27c1d1-3447-4474-a5fa-6d55cddfaad0"
], - "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 0,
- "body_advice": "While the risk of exposure for travellers may vary from place to place, it may be high in some localities.\n\nAll travellers to areas where chikungunya fever virus is active can reduce their risk of exposure to this virus by taking all necessary precautions to avoid mosquito bites. Many persons with chikungunya fever do not seek medical care and are not reported to health authorities. This may account for the low numbers of reported cases in many countries. There may be many more cases in the community that are not reported. Chikungunya virus infections may have long lasting health consequences with joint pains lasting almost 2 years after the initial infection.\n\nTravellers are reminded that the mosquito that transmits chikungunya fever may also transmit dengue fever and Zika virus.\n",
- "body": "Transmission of the chikungunya fever virus is ubiquitous in Brazil since it is transmitted by the same mosquito that carries dengue fever virus. During 2018, a total of 82,400 infected people were reported nationwide. The more affected states included Minas Gerais (11,660 cases with 1 death), Rio de Janeiro (36,102 cases with 16 deaths), Bahia, Mato Grosso (14,243 cases with 8 deaths) and Roraima. ",
- "airports": [ ],
- "airlines": [ ]
}, - {
- "updated_at": "2019-01-03T19:39:03.000451Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-03T05:00:00.000000Z",
- "sources": [
- {
- "id": "c9191a4b-98c5-4592-abbf-30908e1549fa"
}
], - "safety_category_ids": [ ],
- "risk_level": 1,
- "origin_alert_id": null,
- "locations": [ ],
- "id": "ddaf5bc9-c49d-4075-b60b-7304c3cb7309",
- "headline": "Chikungunya in Mato Grosso, Brazil",
- "full_country_ids": [ ],
- "finish": "2019-02-02T05:00:00.000000Z",
- "disease_id": "d82d02f4-e608-4c5f-8bc2-82c886c26beb",
- "created_at": "2019-01-03T15:58:50.974000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [
- {
- "travel_status": 0,
- "name": "Mato Grosso",
- "id": "e8dcfc07-35d8-40da-804d-66275d29741c",
- "geojson_url": null
}
], - "country_division_ids": [
- "e8dcfc07-35d8-40da-804d-66275d29741c"
], - "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 0,
- "body_advice": "While the risk of exposure for travellers may vary from place to place, it may be high in some localities.\n\nAll travellers to areas where chikungunya fever virus is active can reduce their risk of exposure to this virus by taking all necessary precautions to avoid mosquito bites. Many persons with chikungunya fever do not seek medical care and are not reported to health authorities. This may account for the low numbers of reported cases in many countries. There may be many more cases in the community that are not reported. Chikungunya virus infections may have long lasting health consequences with joint pains lasting almost 2 years after the initial infection.\n\nTravellers are reminded that the mosquito that transmits chikungunya fever may also transmit dengue fever and Zika virus.\n\n",
- "body": "The Ministry of Health reported a triple increase in chikungunya cases in the state from the previous year. For the year 2018, a total of 14,200 chikungunya cases have been reported. This is a big increase from the 3,900 cases reported in 2017. Eight deaths from the disease have been confirmed. ",
- "airports": [ ],
- "airlines": [ ]
}, - {
- "updated_at": "2019-01-05T21:54:47.356584Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-05T05:00:00.000000Z",
- "sources": [
- {
- "id": "6e317c84-7f3c-41d9-b8f6-460390630358"
}, - {
- "id": "a5f5737c-402e-4722-9185-03d35611b742"
}, - {
- "id": "e54e0833-8470-4bb0-8aad-34a3c704f493"
}, - {
- "id": "4609f2ea-2b02-4122-ae80-89d104a7642f"
}
], - "safety_category_ids": [ ],
- "risk_level": 2,
- "origin_alert_id": null,
- "locations": [
- {
- "lng": -71.2867181625,
- "lat": -8.08842159150032,
- "id": "f3fd3ebc-a281-485e-a1c3-d1c1d7df8698"
}
], - "id": "18dbcd0a-ec0f-424a-9dbf-8edfed5517ef",
- "headline": "Magnitude 6.8 Earthquake Affects Brazil and Peru",
- "full_country_ids": [ ],
- "finish": "2019-01-12T05:00:00.000000Z",
- "disease_id": null,
- "created_at": "2019-01-05T21:54:09.370000Z",
- "country_regions": [
- {
- "travel_status": 0,
- "topojson_url": null,
- "name": "Tarauacá",
- "id": "c12a1afd-aa00-4e30-86c8-0a7af9bb8f50",
- "geojson_url": null,
- "country_division_id": "19afa56e-3ea9-4384-a7bf-33f343f0ffb4"
}, - {
- "travel_status": 0,
- "topojson_url": null,
- "name": "Envira",
- "id": "3860485a-47b6-4cc7-8312-f9a160ad1716",
- "geojson_url": null,
- "country_division_id": "49d0b2d0-dfdb-4499-854f-bc827d3759f2"
}
], - "country_region_ids": [
- "c12a1afd-aa00-4e30-86c8-0a7af9bb8f50",
- "3860485a-47b6-4cc7-8312-f9a160ad1716"
], - "country_ids": [
- "35f24ccb-21bb-45f0-9034-d64ed7881a08",
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [
- {
- "travel_status": 0,
- "name": "Acre",
- "id": "19afa56e-3ea9-4384-a7bf-33f343f0ffb4",
- "geojson_url": null
}
], - "country_division_ids": [
- "19afa56e-3ea9-4384-a7bf-33f343f0ffb4"
], - "countries": [
- {
- "travel_status": 0,
- "name": "Peru",
- "id": "35f24ccb-21bb-45f0-9034-d64ed7881a08",
- "geojson_url": null,
- "country_code": "PE"
}, - {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 1,
- "body_advice": "Be prepared for aftershocks. No injuries or damage has been reported at this time.",
- "body": "A magnitude 6.8 earthquake struck near Tarauaca, Brazil and about 250 kilometers northwest of Puerto Maldonado, Peru today at about 2:25 pm local time.\n",
- "airports": [ ],
- "airlines": [ ]
}, - {
- "updated_at": "2019-01-12T19:40:43.174143Z",
- "update_reason": null,
- "status": 2,
- "start": "2019-01-12T05:00:00.000000Z",
- "sources": [
- {
- "id": "85d967db-91dc-4837-9c08-4ca0cd367b1f"
}, - {
- "id": "77d0c5e2-9bb6-4ae7-8db4-ea9b09293cf9"
}
], - "safety_category_ids": [ ],
- "risk_level": 1,
- "origin_alert_id": null,
- "locations": [ ],
- "id": "885995e2-5d97-4dbb-9030-285647e47052",
- "headline": "Measles in Northern Brazil",
- "full_country_ids": [ ],
- "finish": "2019-02-11T05:00:00.000000Z",
- "disease_id": "ee2651b1-31cb-4b6e-96b7-bebd15840c63",
- "created_at": "2019-01-12T18:50:53.718000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "f278992a-4866-4f8a-9f97-42871e4b1a55"
], - "country_divisions": [
- {
- "travel_status": 0,
- "name": "Amazonas",
- "id": "49d0b2d0-dfdb-4499-854f-bc827d3759f2",
- "geojson_url": null
}, - {
- "travel_status": 0,
- "name": "Roraima",
- "id": "7a27c1d1-3447-4474-a5fa-6d55cddfaad0",
- "geojson_url": null
}
], - "country_division_ids": [
- "49d0b2d0-dfdb-4499-854f-bc827d3759f2",
- "7a27c1d1-3447-4474-a5fa-6d55cddfaad0"
], - "countries": [
- {
- "travel_status": 0,
- "name": "Brazil",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "country_code": "BR"
}
], - "category": 0,
- "body_advice": "Sporadic cases and outbreaks are often reported by many countries. All travellers are reminded that outbreaks of the highly contagious measles virus can occur anywhere in the world at any time. Travellers who have not been immunized may be at high risk. Travellers can reduce their risk of exposure to the highly contagious measles virus by ensuring that their childhood vaccinations, including measles, are up-to-date prior to travelling.\n",
- "body": "During last year (2018), the Ministry of Health reported a total of 10,274 confirmed cases of measles in the states of Amazonas and Roraima. There were 12 deaths. Measles transmission is continuing.",
- "airports": [ ],
- "airlines": [ ]
}
]
Get Alerts For Trip
Returns a list of alerts for a trip based on the trip's destination list starting 30 days prior to the trip's start date. If the trip has a finish date, this endpoint will only return alerts up until the finish date.
Request Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip to request alerts for |
path Parameters
trip_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "airlines": [ ],
- "airports": [ ],
- "body": "So far this year, nearly all (97%) of the municipalities in the state of Ceará have reported suspected or confirmed cases of chikungunya fever. Of the 116,804 suspected and confirmed cases, 70 people have died from their infections. ",
- "body_advice": "While the risk of exposure for travellers may vary from place to place, it may be high in some localities.\n\nAll travellers to areas where chikungunya fever virus is active can reduce their risk of exposure to this virus by taking all necessary precautions to avoid mosquito bites. Many persons with chikungunya fever do not seek medical care and are not reported to health authorities. This may account for the low numbers of reported cases in many countries. There may be many more cases in the community that are not reported. Chikungunya virus infections may have long lasting health consequences.",
- "category": 0,
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
- "name": "Brazil",
- "travel_status": 0
}
], - "country_division_ids": [
- "83cc68c5-4c8f-4a81-962b-a691d7f443bb"
], - "country_divisions": [
- {
- "geojson_url": null,
- "id": "83cc68c5-4c8f-4a81-962b-a691d7f443bb",
- "name": "Ceará",
- "travel_status": 0
}
], - "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2017-08-21T13:07:37Z",
- "disease_id": "e94ff811-d7f3-4560-bf04-69a152e7b87c",
- "finish": null,
- "full_country_ids": [ ],
- "headline": "Chikungunya fever causes deaths in Ceará, Brazil",
- "id": "4958bf2c-1936-4c90-bdb6-464e5fc8ff05",
- "locations": [ ],
- "origin_alert_id": null,
- "risk_level": 2,
- "safety_category_ids": [ ],
- "sources": [
- {
- "id": "c91b98bd-62c1-4a2d-b204-fb94e04f7c98",
}, - {
- "id": "57e76f7f-edad-4c75-b367-c7e12fbbdfda",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2017-08-21T13:07:37Z"
}, - {
- "airlines": [ ],
- "airports": [ ],
- "body": "Three percent of 309 people from 20 municipalities had positive laboratory tests for Oropouche virus infections. Since this virus causes symptoms that are easily confused with dengue or Zika, the number of infected people is probably underreported or misclassified as dengue fever.",
- "body_advice": "Oropouche fever is a tropical viral infection transmitted by mosquitoes like dengue fever. Presently, it is estimated that more than half a million cases have occurred in Brazil. The illness begins with symptoms similar to dengue fever, i.e., abrupt onset of fever, chills, headache, muscle pain and joint pain and vomiting. There is no treatment, the infection is usually self-limiting, and complications are rare. Patients usually recover fully with no long term ill effects. To avoid exposure to this virus, follow precautions to avoid mosquito bites.",
- "category": 0,
- "countries": [
- {
- "country_code": "BR",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
- "name": "Brazil",
- "travel_status": 0
}
], - "country_division_ids": [
- "72fe308c-220c-4664-a672-9579be4be2c6"
], - "country_divisions": [
- {
- "geojson_url": null,
- "id": "72fe308c-220c-4664-a672-9579be4be2c6",
- "name": "Amazonas",
- "travel_status": 0
}
], - "country_ids": [
- "78814cbc-2f3e-47b1-905a-052a5304fffb"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2017-08-14T13:10:10Z",
- "disease_id": null,
- "finish": null,
- "full_country_ids": [ ],
- "headline": "Presence of Oropouche virus confirmed in Amazonas State, Brazil",
- "id": "754ea0a8-fca5-40ec-a8f4-8194059f7533",
- "locations": [ ],
- "origin_alert_id": null,
- "risk_level": 0,
- "safety_category_ids": [ ],
- "sources": [
- {
- "id": "433859b6-7866-46ba-b49b-35bd9cc10061",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2017-08-14T13:10:10Z"
}
]
Get Alerts
Returns alerts created in the past 30 days. If your organization has our "global intelligence" module activated, you will be able to retrieve historical alerts with additional filtering capabilities.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "airlines": [ ],
- "airports": [ ],
- "body": "A World War II 1,400 kg bomb was discovered during construction on Wismarer Street, close to Goethe University in Frankfurt. To ensure safe defusal of the bomb, as many as 70,000 people will be evacuated from the center of Frankfurt on Sunday. \n",
- "body_advice": "Travellers will not be able to visit central Frankfurt on Sunday, September 3, 2017.",
- "category": 1,
- "countries": [
- {
- "country_code": "DE",
- "geojson_url": null,
- "id": "3b58f5c7-5133-4cf8-8dbd-45cd31bf7e14",
- "name": "Germany",
- "travel_status": 0
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "3b58f5c7-5133-4cf8-8dbd-45cd31bf7e14"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2017-08-31T11:54:19Z",
- "disease_id": null,
- "finish": null,
- "full_country_ids": [
- "7d3c2e01-e5b5-4276-9fba-d8e2438698a2"
], - "headline": "Major evacuation on Sunday in central Frankfurt due to large WWII bomb",
- "id": "f23ba203-bdf1-4376-ba11-8adc1e2ec7ea",
- "locations": [
- {
- "id": "9a74e55b-3901-455a-a813-0e227b4a5379",
- "lat": 50.1299575,
- "lng": 8.667293900000004
}
], - "origin_alert_id": null,
- "risk_level": 1,
- "safety_category_ids": [
- "713911c6-d714-4838-9bac-6fe25fa03474"
], - "sources": [
- {
- "id": "b54f8fc7-3507-4c0a-983d-0aeb394d83ea",
}, - {
- "id": "0fd649df-b565-4749-8694-578f77b178c9",
}, - {
- "id": "430351fb-b852-4e90-bff8-b8f14b51f1c4",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2017-08-31T11:54:19Z"
}, - {
- "airlines": [ ],
- "airports": [ ],
- "body": "A general strike across 25 of Spain's airports has been reported, however, talks have averted the first strike that was to be on September 15. This strike is independent of the industrial action by Barcelona's El Prat security guards. If the strikes go ahead, other airport workers will join, including car park staff, firefighters, luggage-belt operators, electricians, retail and catering, security, IT and control tower maintenance.\n\nThe possible affected dates are as follows:\n\nSeptember 15, 17, 22, 24 and 29;\nOctober 1, 6, 11, 15, 27, 30 and 31;\nNovember 3 and 5; \nDecember 1, 4, 5, 7, 8, 10 and from 26 to 30 inclusive.\n",
- "body_advice": "Travellers should plan for the possibility of major travel disruption on these dates.",
- "category": 1,
- "countries": [
- {
- "country_code": "ES",
- "geojson_url": null,
- "id": "7d3c2e01-e5b5-4276-9fba-d8e2438698a2",
- "name": "Spain",
- "travel_status": 0
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "7d3c2e01-e5b5-4276-9fba-d8e2438698a2"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2017-08-31T11:28:14Z",
- "disease_id": null,
- "finish": null,
- "full_country_ids": [
- "7d3c2e01-e5b5-4276-9fba-d8e2438698a2"
], - "headline": "Possibility of a general strike across 25 airports in Spain",
- "id": "5d259921-7c36-4b26-8969-1027c1da5c9d",
- "locations": [ ],
- "origin_alert_id": null,
- "risk_level": 0,
- "safety_category_ids": [
- "713911c6-d714-4838-9bac-6fe25fa03474"
], - "sources": [
- {
- "id": "189f0d5f-e9bd-43c8-bee7-a6e9ab7a99e1",
}, - {
- "id": "eedd0b3e-0cca-430b-9587-54bb7385ad9b",
}, - {
- "id": "f752d850-c86d-4d43-8dc5-a2c4143b13dd",
}, - {
- "id": "60c5631a-7b34-415c-89a9-974009e69b48",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2017-08-31T11:28:14Z"
}, - {
- "airlines": [ ],
- "airports": [ ],
- "body": "The number of reported dengue fever infections nationwide is four times the number reported last year in the same time period. With a total of more than 21,250 infections through the middle of August, there have been 131 deaths. The most affected areas include Yangon, Rakhine, Kayin, Mon, Kachin, Kayah, and Shan. ",
- "body_advice": "The risk of exposure will vary from place to place and may be high in many localities.\n\nAll travellers to areas where the dengue fever virus is active can reduce their risk of exposure by taking all necessary precautions to avoid mosquito bites. Many persons with dengue fever do not seek medical care and are not reported to health authorities. There may be many more cases in the community than the reports indicate.",
- "category": 0,
- "countries": [
- {
- "country_code": "MM",
- "geojson_url": null,
- "id": "74487149-595a-477d-bce6-7b89e555bef4",
- "name": "Myanmar (Burma)",
- "travel_status": 0
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "74487149-595a-477d-bce6-7b89e555bef4"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2017-08-30T21:51:23Z",
- "disease_id": "7c89e02f-7df5-4e12-bd51-25980750511e",
- "finish": null,
- "full_country_ids": [
- "74487149-595a-477d-bce6-7b89e555bef4"
], - "headline": "Dramatic increase in dengue fever in Myanmar",
- "id": "674899e2-362a-425d-b679-f506980bdb7b",
- "locations": [ ],
- "origin_alert_id": null,
- "risk_level": 2,
- "safety_category_ids": [ ],
- "sources": [
- {
- "id": "4bda2ef3-5444-40d4-9fef-a4e8e8586d5e",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2017-08-30T21:51:23Z"
}
]
Get Alert
Returns an alert.
path Parameters
alert_id required | string Example: a70da84c-ae2b-4580-8695-6fa079f74fc3 The id of the alert |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept-Language | string Example: ru |
Responses
Response samples
- 200
{- "airlines": [ ],
- "airports": [ ],
- "body": "The cyclones that affected north Queensland created additional breeding places for mosquitos that harbor the Dengue virus. As a result, officials have recorded a doubling of cases of Dengue fever with a total of 15 identified cases in East Innisfail. Eight cases have been hospitalized. Officials are warning that the infection might spread.\n\nTravellers to this area should be aware of the risk of exposure to Dengue fever. Please refer to the GHNN Diseases Health Library for more information on exposure to and prevention of Dengue fever.\n",
- "body_advice": null,
- "category": 0,
- "countries": [
- {
- "country_code": "AU",
- "geojson_url": null,
- "id": "2abdbcab-d120-468c-875f-d68c7c4fc9ba",
- "name": "Australia",
- "travel_status": 0
}
], - "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [
- "2abdbcab-d120-468c-875f-d68c7c4fc9ba"
], - "country_region_ids": [ ],
- "country_regions": [ ],
- "created_at": "2011-02-11T09:05:24Z",
- "disease_id": "7c89e02f-7df5-4e12-bd51-25980750511e",
- "finish": null,
- "full_country_ids": [ ],
- "headline": "Dengue fever spreads in north Queensland",
- "id": "a70da84c-ae2b-4580-8695-6fa079f74fc3",
- "locations": [
- {
- "id": "3b45ff87-8a9b-4955-8277-a4ccdbab92fa",
- "lat": -17.5346,
- "lng": 146.035
}
], - "origin_alert_id": null,
- "risk_level": 1,
- "safety_category_ids": [ ],
- "sources": [
- {
- "id": "ea280ac0-04f4-421e-a414-aef1f0519257",
}
], - "start": null,
- "status": 2,
- "update_reason": null,
- "updated_at": "2011-02-11T09:05:24Z"
}
For Flights
Query for alerts that might affect flights or airports. The following rules apply:
- If the alert is for an airline in a particular country, it will have associated airline(s) and all airports within that country.
- If the alert is for an airline globally, it will only have associated airline(s).
- If the alert is for an airline at an airport, it will have associated airline for that airport.
- If the alert if for all airlines in a country, it will have associated airport(s) for that country, but no associated airlines.
- If the alert is for all airlines at a given airport(s), it will have associated airport(s) but no associated airlines.
Sitata has found that using ICAO codes is the most dependable, followed by IATA codes for querying by airports. However, using ICAO codes to query by airline is recommended.
Parameters
Name | Type | Description |
---|---|---|
flights | [Flight] | An array of flight objects |
Flight Object Attributes
Name | Type | Description |
---|---|---|
flight_code | String | The code for the flight segment |
departure_airport_code | String | ICAO or IATA code for the departure airport |
arrival_airport_code | String | ICAO or IATA code for the arrival airport |
carrier_code | String | ICAO or IATA code for the carrier (airline) |
scheduled_gate_arrival | Integer | Scheduled gate arrival time in unix seconds |
scheduled_gate_departure | Integer | Scheduled gate departure time in seconds |
At the present time, only one or more of departure_airport_code
, arrival_airport_code
, or carrier_code
is required.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "flights": [
- {
- "departure_airport_code": "CLD"
}
]
}
Response samples
- 200
[- {
- "updated_at": "2018-07-09T12:54:55.121752Z",
- "update_reason": null,
- "status": 0,
- "start": "2018-07-09T04:00:00.000000Z",
- "sources": [
- {
- "id": "0884713b-fb42-4a11-8c36-45a6b5265c1d"
}, - {
- "id": "6a461fed-9dc8-403f-b2a5-3d2df630c550"
}
], - "safety_category_ids": [ ],
- "risk_level": 0,
- "origin_alert_id": null,
- "locations": [
- {
- "lng": -121.34855319999997,
- "lat": 44.07136029999999,
- "id": "c9953c0f-a2b0-40e7-9841-a0e2a95411a6"
}
], - "id": "26f16071-9ce6-4d4f-bd2b-98e64955bcf3",
- "headline": "Confirmed Tick Fever in Oregon, USA",
- "full_country_ids": [ ],
- "finish": "2018-08-08T04:00:00.000000Z",
- "disease_id": "57f49f02-7132-4509-ab7e-e45a800ee2c1",
- "created_at": "2018-07-09T07:49:04.606000Z",
- "country_regions": [ ],
- "country_region_ids": [ ],
- "country_ids": [
- "2373c04e-92ec-45da-a3e0-c68314bc0fcc"
], - "country_divisions": [ ],
- "country_division_ids": [ ],
- "countries": [
- {
- "id": "2373c04e-92ec-45da-a3e0-c68314bc0fcc",
- "geojson_url": null,
- "country_code": "US"
}
], - "category": 0,
- "body_advice": "Rocky Mountain spotted fever has been found in southern Canada, the USA, northern Mexico, Costa Rica, Panama, Brazil, and Argentina. It is transmitted through the bite of infected ticks. While the risk of exposure for the general traveller is usually very low, travellers can avoid exposure to this infection by avoiding tick habitats such as woods, fields and forests whenever possible. Daily tick checks and prompt removal of an attached tick will help to reduce the risk of infection",
- "body": "Within just a month, 4 confirmed cases and 1 suspected case of tick fever have been reported in Central Oregon. Three were found to have low white blood cells and 2 were hospitalized. \n\nAlthough this is a self-limiting viral infection and rarely fatal, there have been cases that worsened to viral meningitis, encephalitis, birth defects, and abortion. ",
- "airports": [
- {
- "name": "Ramona Airport",
- "lng": -116.91500091552734,
- "lat": 33.03919982910156,
- "id": "0033bee1-4c76-4185-a6ca-06d982e53560",
- "icao": "KRNM",
- "iata": "RNM",
- "faa": null
}, - {
- "name": "Rick Husband Amarillo International Airport",
- "lng": -101.70600128173828,
- "lat": 35.219398498535156,
- "id": "0063522e-0eb8-4e76-9aca-97dd40768619",
- "icao": "KAMA",
- "iata": "AMA",
- "faa": null
}, - {
- "name": "Pinal Airpark",
- "lng": -111.32800293,
- "lat": 32.5106010437,
- "id": "0114c438-6226-44e3-b1e7-1560c4563dc8",
- "icao": "KMZJ",
- "iata": "MZJ",
- "faa": null
}, - {
- "name": "North Las Vegas Airport",
- "lng": -115.19400024414,
- "lat": 36.21070098877,
- "id": "0225054c-7c47-42b1-8a91-87a30a83a3e7",
- "icao": "KVGT",
- "iata": "VGT",
- "faa": null
}, - {
- "name": "Elko Regional Airport",
- "lng": -115.79199981689453,
- "lat": 40.82490158081055,
- "id": "02334c95-4049-45f3-8e5f-79bbb3a0913b",
- "icao": "KEKO",
- "iata": "EKO",
- "faa": null
}, - {
- "name": "Tucumcari Municipal Airport",
- "lng": -103.602996826,
- "lat": 35.182800293,
- "id": "0306fa5b-fd46-4e55-9ba2-3dffc5b31d25",
- "icao": "KTCC",
- "iata": "TCC",
- "faa": null
}, - {
- "name": "Sacramento International Airport",
- "lng": -121.59100341796875,
- "lat": 38.69540023803711,
- "id": "03eb6de1-1681-4549-90ba-2a5011c67a60",
- "icao": "KSMF",
- "iata": "SMF",
- "faa": null
}, - {
- "name": "Bremerton National Airport",
- "lng": -122.76499938965,
- "lat": 47.490200042725,
- "id": "045b5ac0-e797-4858-b393-b232c56ee0c3",
- "icao": "KPWT",
- "iata": "PWT",
- "faa": null
}, - {
- "name": "Pangborn Memorial Airport",
- "lng": -120.207000732,
- "lat": 47.3988990784,
- "id": "046ce180-1c28-41b8-a922-7692257bd87a",
- "icao": "KEAT",
- "iata": "EAT",
- "faa": null
}, - {
- "name": "Orcas Island Airport",
- "lng": -122.910003662,
- "lat": 48.7081985474,
- "id": "04f76f15-4d79-41eb-872a-e7f7ffb85c6b",
- "icao": "KORS",
- "iata": "ESD",
- "faa": null
}, - {
- "name": "Glacier Park International Airport",
- "lng": -114.25599670410156,
- "lat": 48.31050109863281,
- "id": "06296c33-b039-43a3-b178-fabaf25849e1",
- "icao": "KGPI",
- "iata": "FCA",
- "faa": null
}, - {
- "name": "Sheridan County Airport",
- "lng": -106.9800033569336,
- "lat": 44.76919937133789,
- "id": "07e342fd-481c-4c5b-8105-c86d31a2c1ad",
- "icao": "KSHR",
- "iata": "SHR",
- "faa": null
}, - {
- "name": "Santa Fe Municipal Airport",
- "lng": -106.088996887,
- "lat": 35.617099762,
- "id": "0885b4e9-eba4-4c5d-8180-a6f307371757",
- "icao": "KSAF",
- "iata": "SAF",
- "faa": null
}, - {
- "name": "Idaho Falls Regional Airport",
- "lng": -112.07099914550781,
- "lat": 43.51459884643555,
- "id": "08a14076-a6cf-4314-bc2c-1a7cc49e7183",
- "icao": "KIDA",
- "iata": "IDA",
- "faa": null
}, - {
- "name": "Hunt Field",
- "lng": -108.730003357,
- "lat": 42.8152008057,
- "id": "0bba3901-e247-40e2-bd99-c18f83accdb8",
- "icao": "KLND",
- "iata": "LND",
- "faa": null
}, - {
- "name": "Scottsdale Airport",
- "lng": -111.91100311279,
- "lat": 33.622898101807,
- "id": "0c6f6ccf-065e-4dca-ad14-1fcc47598074",
- "icao": "KSDL",
- "iata": "ZSY",
- "faa": null
}, - {
- "name": "Mc Cook Ben Nelson Regional Airport",
- "lng": -100.5920029,
- "lat": 40.20629883,
- "id": "0dfd40ad-24dc-49fb-b23f-155abd05f454",
- "icao": "KMCK",
- "iata": "MCK",
- "faa": null
}, - {
- "name": "Iraan Municipal Airport",
- "lng": -101.891998291,
- "lat": 30.9057006836,
- "id": "0e27e3c6-aa60-4f2f-b979-1bb4d9410688",
- "icao": "K2F0",
- "iata": null,
- "faa": null
}, - {
- "name": "Tillamook Airport",
- "lng": -123.814002991,
- "lat": 45.4182014465,
- "id": "0e96455d-c5eb-42a8-a022-cc626a9adff1",
- "icao": "KTMK",
- "iata": null,
- "faa": null
}, - {
- "name": "Aurora State Airport",
- "lng": -122.7699966430664,
- "lat": 45.247100830078125,
- "id": "0e9669ab-d5b7-4592-91fc-8ce29f0fe25f",
- "icao": "KUAO",
- "iata": "UAO",
- "faa": null
}, - {
- "name": "Scott City Municipal Airport",
- "lng": -100.88500213623047,
- "lat": 38.474300384521484,
- "id": "0f079895-938f-46cd-b6b1-559a7cdb9be0",
- "icao": "KTQK",
- "iata": "TQK",
- "faa": null
}, - {
- "name": "Travis Air Force Base",
- "lng": -121.92700195312,
- "lat": 38.262699127197,
- "id": "0f6c6574-2218-43e4-a3f0-65be01cf0a61",
- "icao": "KSUU",
- "iata": "SUU",
- "faa": null
}, - {
- "name": "Sierra Vista Municipal Libby Army Air Field",
- "lng": -110.34400177001953,
- "lat": 31.588499069213867,
- "id": "1061a699-70b4-47cb-b93a-5952f9f93024",
- "icao": "KFHU",
- "iata": "FHU",
- "faa": null
}, - {
- "name": "Ak-Chin Regional Airport",
- "lng": -111.9185278,
- "lat": 32.9908056,
- "id": "111b5baf-d980-463f-9573-8040fcfbaf34",
- "icao": "KA39",
- "iata": "A39",
- "faa": null
}, - {
- "name": "Casper-Natrona County International Airport",
- "lng": -106.4639969,
- "lat": 42.90800095,
- "id": "12836e95-9070-4adf-bcbc-beab1d683afa",
- "icao": "KCPR",
- "iata": "CPR",
- "faa": null
}, - {
- "name": "Rogue Valley International Medford Airport",
- "lng": -122.87300109863281,
- "lat": 42.37419891357422,
- "id": "138e0aef-1b4f-4804-a42a-9579e31372f0",
- "icao": "KMFR",
- "iata": "MFR",
- "faa": null
}, - {
- "name": "Kalaeloa Airport",
- "lng": -158.070009,
- "lat": 21.3074,
- "id": "13a2193f-f648-434f-8322-c4221ce3e81e",
- "icao": "PHJR",
- "iata": null,
- "faa": null
}, - {
- "name": "Pocatello Regional Airport",
- "lng": -112.59600067138672,
- "lat": 42.9098014831543,
- "id": "146ffca8-308b-4766-80ae-b3ebdb949c89",
- "icao": "KPIH",
- "iata": "PIH",
- "faa": null
}, - {
- "name": "Gila Bend Municipal Airport",
- "lng": -112.6780014,
- "lat": 32.95809937,
- "id": "15f9f31a-00ab-4199-a36e-7ba0607c0318",
- "icao": "KE63",
- "iata": "E63",
- "faa": null
}, - {
- "name": "Las Vegas Municipal Airport",
- "lng": -105.141998291,
- "lat": 35.6542015076,
- "id": "16006573-7d82-49b6-9aca-adea217bf66a",
- "icao": "KLVS",
- "iata": "LVS",
- "faa": null
}, - {
- "name": "Grand Canyon National Park Airport",
- "lng": -112.14700317382812,
- "lat": 35.95240020751953,
- "id": "173e2440-d3e0-475f-a3b8-952c39037db8",
- "icao": "KGCN",
- "iata": "GCN",
- "faa": null
}, - {
- "name": "Mountain Home Air Force Base",
- "lng": -115.872002,
- "lat": 43.043598,
- "id": "18b0605a-928e-4d26-8628-5bcff8f67b87",
- "icao": "KMUO",
- "iata": "MUO",
- "faa": null
}, - {
- "name": "Astoria Regional Airport",
- "lng": -123.878997803,
- "lat": 46.158000946,
- "id": "194be54c-aa18-4a82-8fe5-7895297f8ae0",
- "icao": "KAST",
- "iata": "AST",
- "faa": null
}, - {
- "name": "Kapalua Airport",
- "lng": -156.67300415039062,
- "lat": 20.962900161743164,
- "id": "198a77d2-8e11-4fd4-bc87-28d636bdace1",
- "icao": "PHJH",
- "iata": "JHM",
- "faa": null
}, - {
- "name": "Grand Junction Regional Airport",
- "lng": -108.527000427,
- "lat": 39.1223983765,
- "id": "1cfc2e21-555c-4fb2-93e6-914829ace40c",
- "icao": "KGJT",
- "iata": "GJT",
- "faa": null
}, - {
- "name": "Pullman Moscow Regional Airport",
- "lng": -117.110001,
- "lat": 46.7439,
- "id": "1d92e382-2ce8-4b1a-a8f2-25bc4c432461",
- "icao": "KPUW",
- "iata": "PUW",
- "faa": null
}, - {
- "name": "Condron Army Air Field",
- "lng": -106.4029999,
- "lat": 32.34149933,
- "id": "1db5611f-e459-4bbc-95d4-591796bbae2b",
- "icao": "KWSD",
- "iata": "WSD",
- "faa": null
}, - {
- "name": "Southwest Washington Regional Airport",
- "lng": -122.898002625,
- "lat": 46.11800003049999,
- "id": "1e6bed71-39e2-4d21-b765-e0ceb5b37e8a",
- "icao": "KKLS",
- "iata": "KLS",
- "faa": null
}, - {
- "name": "Great Falls International Airport",
- "lng": -111.3710022,
- "lat": 47.48199844,
- "id": "1e85cfbd-57cf-4d60-983b-e898c11b0ba3",
- "icao": "KGTF",
- "iata": "GTF",
- "faa": null
}, - {
- "name": "Spokane International Airport",
- "lng": -117.53399658203125,
- "lat": 47.61989974975586,
- "id": "1eac3757-ee87-4712-840a-80ad39b115a5",
- "icao": "KGEG",
- "iata": "GEG",
- "faa": null
}, - {
- "name": "Coolidge Municipal Airport",
- "lng": -111.427001953125,
- "lat": 32.9359016418457,
- "id": "1f4aff2f-a027-4098-a7af-e15ce10131f6",
- "icao": "KP08",
- "iata": "P08",
- "faa": null
}, - {
- "name": "Tri Cities Airport",
- "lng": -119.11900329589844,
- "lat": 46.26470184326172,
- "id": "2027eb90-183d-4566-90d1-044c63058233",
- "icao": "KPSC",
- "iata": "PSC",
- "faa": null
}, - {
- "name": "Glendale Municipal Airport",
- "lng": -112.29499816894531,
- "lat": 33.52690124511719,
- "id": "203e4329-3b40-4c1b-a19d-e2002756e5eb",
- "icao": "KGEU",
- "iata": "GEU",
- "faa": null
}, - {
- "name": "Biggs Army Air Field (Fort Bliss)",
- "lng": -106.3799973,
- "lat": 31.84950066,
- "id": "20e0d076-9d69-486c-b7b5-e7ebfc08a493",
- "icao": "KBIF",
- "iata": "BIF",
- "faa": null
}, - {
- "name": "Vance Air Force Base",
- "lng": -97.9164962769,
- "lat": 36.339199066199996,
- "id": "21850ccd-0557-4a9b-8bac-38305638935b",
- "icao": "KEND",
- "iata": "END",
- "faa": null
}, - {
- "name": "Stephens County Airport",
- "lng": -98.89099884030001,
- "lat": 32.71900177,
- "id": "226cd9f1-dcf8-4112-9886-c4f4af887f4d",
- "icao": "KBKD",
- "iata": "BKD",
- "faa": null
}, - {
- "name": "Baker City Municipal Airport",
- "lng": -117.808998108,
- "lat": 44.837299346900004,
- "id": "239f353b-7624-453e-9ce8-bda905a6d1b5",
- "icao": "KBKE",
- "iata": "BKE",
- "faa": null
}, - {
- "name": "Molokai Airport",
- "lng": -157.0959930419922,
- "lat": 21.15290069580078,
- "id": "245902d3-a4cd-4911-b79a-9ee7b6a2dbe4",
- "icao": "PHMK",
- "iata": "MKK",
- "faa": null
}, - {
- "name": "Arcata Airport",
- "lng": -124.10900115966797,
- "lat": 40.97809982299805,
- "id": "24a244c6-fd39-417c-8052-8b77d12d8a72",
- "icao": "KACV",
- "iata": "ACV",
- "faa": null
}, - {
- "name": "Dodge City Regional Airport",
- "lng": -99.9655990600586,
- "lat": 37.76340103149414,
- "id": "257ef791-64a6-4e8c-8fc8-7c1b3f953065",
- "icao": "KDDC",
- "iata": "DDC",
- "faa": null
}, - {
- "name": "Chadron Municipal Airport",
- "lng": -103.095001221,
- "lat": 42.837600708,
- "id": "2623d2a0-6d81-4380-b3ea-68823ccbb1fd",
- "icao": "KCDR",
- "iata": "CDR",
- "faa": null
}, - {
- "name": "Vernal Regional Airport",
- "lng": -109.5100021,
- "lat": 40.4408989,
- "id": "263b6280-f8f4-42a8-8366-de93107b4848",
- "icao": "KVEL",
- "iata": "VEL",
- "faa": null
}, - {
- "name": "Grants-Milan Municipal Airport",
- "lng": -107.902000427,
- "lat": 35.167301178,
- "id": "26d013a7-625c-4d96-a225-4975f4979e15",
- "icao": "KGNT",
- "iata": "GNT",
- "faa": null
}, - {
- "name": "Western Neb. Rgnl/William B. Heilig Airport",
- "lng": -103.5960007,
- "lat": 41.87400055,
- "id": "2720cfd5-26d0-4881-b0ed-11ad6727e925",
- "icao": "KBFF",
- "iata": "BFF",
- "faa": null
}, - {
- "name": "Kimble County Airport",
- "lng": -99.7634963989,
- "lat": 30.5112991333,
- "id": "278d0b67-db69-474b-b430-ac734e99d92a",
- "icao": "KJCT",
- "iata": "JCT",
- "faa": null
}, - {
- "name": "Dillingham Airfield",
- "lng": -158.197006226,
- "lat": 21.5795001984,
- "id": "27f8e396-e88e-45cb-a506-54e7d8b6d1b0",
- "icao": "PHDH",
- "iata": "HDH",
- "faa": null
}, - {
- "name": "Cut Bank International Airport",
- "lng": -112.375999451,
- "lat": 48.6083984375,
- "id": "28262526-60f6-42db-bb00-33d108c6ee25",
- "icao": "KCTB",
- "iata": "CTB",
- "faa": null
}, - {
- "name": "Pierre Regional Airport",
- "lng": -100.2860031,
- "lat": 44.38270187,
- "id": "282b2659-9284-4572-933e-df545e1be2f5",
- "icao": "KPIR",
- "iata": "PIR",
- "faa": null
}, - {
- "name": "Evanston-Uinta County Airport-Burns Field",
- "lng": -111.0350037,
- "lat": 41.27479935,
- "id": "28632b01-00e5-4b09-968a-e59ede3250da",
- "icao": "KEVW",
- "iata": "EVW",
- "faa": null
}, - {
- "name": "Falcon Field",
- "lng": -111.727996826,
- "lat": 33.4608001709,
- "id": "2910e00c-08e4-4b1c-8863-03edfc5f56d3",
- "icao": "KFFZ",
- "iata": "FFZ",
- "faa": null
}, - {
- "name": "Brownsville South Padre Island International Airport",
- "lng": -97.4259033203125,
- "lat": 25.90679931640625,
- "id": "299222b5-9e9a-4aa2-9912-852e3f049d5a",
- "icao": "KBRO",
- "iata": "BRO",
- "faa": null
}, - {
- "name": "San Clemente Island Naval Auxiliary Landing Field",
- "lng": -118.5879974,
- "lat": 33.02270126,
- "id": "2a29823d-07f7-4d32-a58c-abd3aabcd51c",
- "icao": "KNUC",
- "iata": null,
- "faa": null
}, - {
- "name": "Kaneohe Bay MCAS (Marion E. Carl Field) Airport",
- "lng": -157.768005371,
- "lat": 21.4505004883,
- "id": "2a5b0b12-1472-4cb8-9bef-d54dc78a33ca",
- "icao": "PHNG",
- "iata": "NGF",
- "faa": null
}, - {
- "name": "Richfield Municipal Airport",
- "lng": -112.0989990234375,
- "lat": 38.73640060424805,
- "id": "2a729fc1-d502-4153-bbe6-714ec699df5e",
- "icao": "KRIF",
- "iata": "RIF",
- "faa": null
}, - {
- "name": "Monument Valley Airport",
- "lng": -110.200996399,
- "lat": 37.016700744599994,
- "id": "2abb1304-3740-4778-b0d7-6273d8a058ff",
- "icao": "UT25",
- "iata": null,
- "faa": null
}, - {
- "name": "Victoria Regional Airport",
- "lng": -96.91850280761719,
- "lat": 28.85260009765625,
- "id": "2ad5c590-279a-44c7-a648-79097f872039",
- "icao": "KVCT",
- "iata": "VCT",
- "faa": null
}, - {
- "name": "Tonopah Airport",
- "lng": -117.086998,
- "lat": 38.06019974,
- "id": "2afc9f54-02e0-496f-809b-8b94a1de90d1",
- "icao": "KTPH",
- "iata": "TPH",
- "faa": null
}, - {
- "name": "Wickenburg Municipal Airport",
- "lng": -112.7990036,
- "lat": 33.96889877,
- "id": "2b390df3-fe99-444b-952f-9c0b898a47b9",
- "icao": "KE25",
- "iata": "E25",
- "faa": null
}, - {
- "name": "Majors Airport",
- "lng": -96.0652999878,
- "lat": 33.0677986145,
- "id": "2b405075-263b-4797-9d6e-839eabed81e6",
- "icao": "KGVT",
- "iata": "GVT",
- "faa": null
}, - {
- "name": "Yolo County Davis Woodland Winters Airport",
- "lng": -121.8570023,
- "lat": 38.57910156,
- "id": "2ca65072-39f6-4b53-853f-600eb76f72a7",
- "icao": "KDWA",
- "iata": "DWA",
- "faa": null
}, - {
- "name": "Laramie Regional Airport",
- "lng": -105.67500305175781,
- "lat": 41.31209945678711,
- "id": "2cbb8c98-48e3-4626-b2fe-65ef1c8a108c",
- "icao": "KLAR",
- "iata": "LAR",
- "faa": null
}, - {
- "name": "Minot International Airport",
- "lng": -101.27999877929688,
- "lat": 48.2593994140625,
- "id": "2e0ef65b-9afb-4057-9260-dc77591d5a79",
- "icao": "KMOT",
- "iata": "MOT",
- "faa": null
}, - {
- "name": "Bert Mooney Airport",
- "lng": -112.49700164794922,
- "lat": 45.95479965209961,
- "id": "2ea9df9d-933c-408b-8fa2-58c8617c9dbc",
- "icao": "KBTM",
- "iata": "BTM",
- "faa": null
}, - {
- "name": "Fort Stockton Pecos County Airport",
- "lng": -102.916000366,
- "lat": 30.9157009125,
- "id": "2ed376e3-05eb-4fe6-a1b6-275a7ab2ea87",
- "icao": "KFST",
- "iata": "FST",
- "faa": null
}, - {
- "name": "La Grande/Union County Airport",
- "lng": -118.007003784,
- "lat": 45.2901992798,
- "id": "2f73f4f1-b6d5-4fb6-b197-fe36a644a4ae",
- "icao": "KLGD",
- "iata": "LGD",
- "faa": null
}, - {
- "name": "Rock Springs Sweetwater County Airport",
- "lng": -109.0650024,
- "lat": 41.59420013,
- "id": "301bb92d-39d5-409e-9486-e92f0eb90003",
- "icao": "KRKS",
- "iata": "RKS",
- "faa": null
}, - {
- "name": "Portland International Airport",
- "lng": -122.5979996,
- "lat": 45.58869934,
- "id": "30f9398e-31d5-4604-b0c6-51869a62ef20",
- "icao": "KPDX",
- "iata": "PDX",
- "faa": null
}, - {
- "name": "Wendover Airport",
- "lng": -114.03099823,
- "lat": 40.7187004089,
- "id": "33f5f77b-cd1a-4a56-aa8e-9d1f49cd4141",
- "icao": "KENV",
- "iata": "ENV",
- "faa": null
}, - {
- "name": "Sacramento Mather Airport",
- "lng": -121.2979965,
- "lat": 38.55390167,
- "id": "35ba383f-2ec4-41a8-838e-d1eddda892c5",
- "icao": "KMHR",
- "iata": "MHR",
- "faa": null
}, - {
- "name": "Winkler County Airport",
- "lng": -103.200996399,
- "lat": 31.779600143399996,
- "id": "363c4671-ea48-4e38-a360-21776e596c89",
- "icao": "KINK",
- "iata": "INK",
- "faa": null
}, - {
- "name": "Garfield County Regional Airport",
- "lng": -107.7269974,
- "lat": 39.52629852,
- "id": "379ce1e5-8568-402e-904f-4d0d7ec6f9c9",
- "icao": "KRIL",
- "iata": "RIL",
- "faa": null
}, - {
- "name": "Glasgow Industrial Airport",
- "lng": -106.52799987792969,
- "lat": 48.42110061645508,
- "id": "380ed2bd-b221-4073-abfb-4317cee5ffca",
- "icao": "07MT",
- "iata": null,
- "faa": null
}, - {
- "name": "Lubbock Preston Smith International Airport",
- "lng": -101.822998046875,
- "lat": 33.66360092163086,
- "id": "38f60a6d-e694-4065-8ab7-9e628e7a36a2",
- "icao": "KLBB",
- "iata": "LBB",
- "faa": null
}, - {
- "name": "Meadows Field",
- "lng": -119.0569992,
- "lat": 35.43360138,
- "id": "3dd7ecbf-6c3a-45d6-ac07-56394fd5f8ec",
- "icao": "KBFL",
- "iata": "BFL",
- "faa": null
}, - {
- "name": "Joslin Field Magic Valley Regional Airport",
- "lng": -114.487999,
- "lat": 42.48180008,
- "id": "3e14a278-5ace-424f-9a41-c0459085db1c",
- "icao": "KTWF",
- "iata": "TWF",
- "faa": null
}, - {
- "name": "Douglas Municipal Airport",
- "lng": -109.505996704,
- "lat": 31.3425998688,
- "id": "3e8dcc1d-e1d5-4e33-bba7-2b73a5c1b5ee",
- "icao": "KDGL",
- "iata": "DGL",
- "faa": null
}, - {
- "name": "Dell Flight Strip",
- "lng": -112.720001221,
- "lat": 44.7356987,
- "id": "3f09e7f6-6ee3-4908-929d-4fb8ed3c400b",
- "icao": "K4U9",
- "iata": "4U9",
- "faa": null
}, - {
- "name": "Mobridge Municipal Airport",
- "lng": -100.4079971,
- "lat": 45.54650116,
- "id": "3f8981e2-cd73-4d2b-acae-5cd556a2af75",
- "icao": "KMBG",
- "iata": "MBG",
- "faa": null
}, - {
- "name": "Nellis Air Force Base",
- "lng": -115.033996582,
- "lat": 36.2361984253,
- "id": "40d7b659-6988-4a47-a92a-c4e483b254b7",
- "icao": "KLSV",
- "iata": "LSV",
- "faa": null
}, - {
- "name": "Flagler Aerial Spraying Inc Airport",
- "lng": -103.06700134277344,
- "lat": 39.279998779296875,
- "id": "4129d750-ce50-46f1-81e7-373041f75cbd",
- "icao": "CO00",
- "iata": null,
- "faa": null
}, - {
- "name": "Delta Municipal Airport",
- "lng": -112.508003235,
- "lat": 39.3805999756,
- "id": "4227bb02-59c5-4efb-87fa-318ae4956f62",
- "icao": "KDTA",
- "iata": "DTA",
- "faa": null
}, - {
- "name": "Calexico International Airport",
- "lng": -115.513000488,
- "lat": 32.6694984436,
- "id": "42353838-ffc9-4517-bcb4-cfd35e076319",
- "icao": "KCXL",
- "iata": "CXL",
- "faa": null
}, - {
- "name": "Gallup Municipal Airport",
- "lng": -108.789001465,
- "lat": 35.511100769,
- "id": "46fa51fc-998a-43ad-8f95-8f4cd29f6705",
- "icao": "KGUP",
- "iata": "GUP",
- "faa": null
}, - {
- "name": "L M Clayton Airport",
- "lng": -105.574996948,
- "lat": 48.094501495399996,
- "id": "480152d6-9e4a-49f1-a8e0-c879e08f6f7c",
- "icao": "KOLF",
- "iata": "OLF",
- "faa": null
}, - {
- "name": "Cavern City Air Terminal",
- "lng": -104.26300048828125,
- "lat": 32.337501525878906,
- "id": "48b31a0e-702d-4c6d-b60d-27c7cde67110",
- "icao": "KCNM",
- "iata": "CNM",
- "faa": null
}, - {
- "name": "Mahlon Sweet Field",
- "lng": -123.21199798583984,
- "lat": 44.12459945678711,
- "id": "4b7a1cab-a3c3-49e4-8883-18afa5135ec2",
- "icao": "KEUG",
- "iata": "EUG",
- "faa": null
}, - {
- "name": "Banning Municipal Airport",
- "lng": -116.850997925,
- "lat": 33.9230995178,
- "id": "4d3a4c5e-d1b7-40ed-aafe-9a27b493f6b5",
- "icao": "KBNG",
- "iata": "BNG",
- "faa": null
}, - {
- "name": "Ryan Field",
- "lng": -111.17500305175781,
- "lat": 32.1422004699707,
- "id": "4d3a77cb-9c7b-4b44-87d4-bc6725db815a",
- "icao": "KRYN",
- "iata": null,
- "faa": null
}, - {
- "name": "Bowerman Airport",
- "lng": -123.93699646,
- "lat": 46.971199035599994,
- "id": "4d4e5c9d-2ef0-4471-b632-c55c20adbb1a",
- "icao": "KHQM",
- "iata": "HQM",
- "faa": null
}, - {
- "name": "Miramar Marine Corps Air Station - Mitscher Field",
- "lng": -117.1429977,
- "lat": 32.86840057,
- "id": "4e17a6db-bdd4-48aa-b3f8-ef3ad6f1dd83",
- "icao": "KNKX",
- "iata": "NKX",
- "faa": null
}, - {
- "name": "Casa Grande Municipal Airport",
- "lng": -111.766998,
- "lat": 32.954899,
- "id": "50fa2417-0dc6-4289-b846-f64069c81dc3",
- "icao": "KCGZ",
- "iata": "CGZ",
- "faa": null
}, - {
- "name": "Mc Clellan-Palomar Airport",
- "lng": -117.2799988,
- "lat": 33.12829971,
- "id": "5266bd06-efce-4184-9137-3e49f3efdc64",
- "icao": "KCRQ",
- "iata": "CLD",
- "faa": null
}, - {
- "name": "Snohomish County (Paine Field) Airport",
- "lng": -122.2819977,
- "lat": 47.90629959,
- "id": "536597a8-1c01-4cdc-858b-721178db2433",
- "icao": "KPAE",
- "iata": "PAE",
- "faa": null
}, - {
- "name": "Cotulla-La Salle County Airport",
- "lng": -99.22029877,
- "lat": 28.45669937,
- "id": "540f42f4-1d83-41ef-bb77-baed68d067ef",
- "icao": "KCOT",
- "iata": "COT",
- "faa": null
}, - {
- "name": "McCarran International Airport",
- "lng": -115.1520004,
- "lat": 36.08010101,
- "id": "54266448-64c3-423c-b6af-d25a333f268f",
- "icao": "KLAS",
- "iata": "LAS",
- "faa": null
}, - {
- "name": "Mission Field",
- "lng": -110.447998047,
- "lat": 45.6994018555,
- "id": "5626a49c-8183-49e9-9a93-ac72697d920d",
- "icao": "KLVM",
- "iata": "LVM",
- "faa": null
}, - {
- "name": "Bradshaw Army Airfield",
- "lng": -155.554000854,
- "lat": 19.760099411,
- "id": "576c4df4-ff3f-4fce-87fb-6ea9b0a492f7",
- "icao": "PHSF",
- "iata": "BSF",
- "faa": null
}, - {
- "name": "Laredo International Airport",
- "lng": -99.46160125732422,
- "lat": 27.543800354003906,
- "id": "58834d0e-66f9-49ac-8434-3481cb0ba220",
- "icao": "KLRD",
- "iata": "LRD",
- "faa": null
}, - {
- "name": "Los Alamos Airport",
- "lng": -106.268997192,
- "lat": 35.8797988892,
- "id": "59bf6a0a-bbd2-4884-80da-2c71d63361e6",
- "icao": "KLAM",
- "iata": "LAM",
- "faa": null
}, - {
- "name": "McChord Air Force Base",
- "lng": -122.475997925,
- "lat": 47.1376991272,
- "id": "5a20887f-83d3-4e40-9a31-284e2e96853d",
- "icao": "KTCM",
- "iata": "TCM",
- "faa": null
}, - {
- "name": "North Platte Regional Airport Lee Bird Field",
- "lng": -100.6839981,
- "lat": 41.12620163,
- "id": "5a550a05-2204-4370-8296-da42fb22a2b9",
- "icao": "KLBF",
- "iata": "LBF",
- "faa": null
}, - {
- "name": "Deming Municipal Airport",
- "lng": -107.721000671,
- "lat": 32.262298584,
- "id": "5bb4509a-6d70-4784-b8e7-31e2e7a86805",
- "icao": "KDMN",
- "iata": "DMN",
- "faa": null
}, - {
- "name": "Palm Springs International Airport",
- "lng": -116.50700378417969,
- "lat": 33.8297004699707,
- "id": "5cc84548-e3ff-4f4c-b5f6-7954fd9c859a",
- "icao": "KPSP",
- "iata": "PSP",
- "faa": null
}, - {
- "name": "Montrose Regional Airport",
- "lng": -107.893997192,
- "lat": 38.509799957300004,
- "id": "5da206f7-dbc5-42b0-a7f0-fedcdc1e2584",
- "icao": "KMTJ",
- "iata": "MTJ",
- "faa": null
}, - {
- "name": "Imperial County Airport",
- "lng": -115.57900238,
- "lat": 32.834201812699995,
- "id": "5f0c349e-d439-4ea5-a907-82051c7c2477",
- "icao": "KIPL",
- "iata": "IPL",
- "faa": null
}, - {
- "name": "Worland Municipal Airport",
- "lng": -107.95099639892578,
- "lat": 43.9656982421875,
- "id": "616e3261-f545-4ba8-a0e7-247b81774b5d",
- "icao": "KWRL",
- "iata": "WRL",
- "faa": null
}, - {
- "name": "Port Angeles Cgas Airport",
- "lng": -123.41400146484375,
- "lat": 48.14149856567383,
- "id": "627346f7-93ed-4e2c-bb0f-ca10b85a8310",
- "icao": "KNOW",
- "iata": "NOW",
- "faa": null
}, - {
- "name": "Roswell International Air Center Airport",
- "lng": -104.53099822998047,
- "lat": 33.30160140991211,
- "id": "64166377-4d61-4b9b-81aa-0c01ac99e50c",
- "icao": "KROW",
- "iata": "ROW",
- "faa": null
}, - {
- "name": "Albuquerque International Sunport Airport",
- "lng": -106.60900115966797,
- "lat": 35.040199279785156,
- "id": "651b5aae-68e9-41f2-85d8-88ac84dfba7e",
- "icao": "KABQ",
- "iata": "ABQ",
- "faa": null
}, - {
- "name": "Las Cruces International Airport",
- "lng": -106.9219970703125,
- "lat": 32.289398193359375,
- "id": "65263afa-e332-4929-bb78-4c9f3a4db984",
- "icao": "KLRU",
- "iata": "LRU",
- "faa": null
}, - {
- "name": "Cedar City Regional Airport",
- "lng": -113.0989990234375,
- "lat": 37.70100021362305,
- "id": "65ba1e05-460b-48bb-a8ab-3098fff93ac1",
- "icao": "KCDC",
- "iata": "CDC",
- "faa": null
}, - {
- "name": "Bellingham International Airport",
- "lng": -122.53800201416016,
- "lat": 48.79280090332031,
- "id": "65c32cee-a8ea-46e6-afa2-8b6579b41a27",
- "icao": "KBLI",
- "iata": "BLI",
- "faa": null
}, - {
- "name": "Yellowstone Regional Airport",
- "lng": -109.024002075,
- "lat": 44.520198822,
- "id": "67507114-2e0a-4011-9335-2e02e507db53",
- "icao": "KCOD",
- "iata": "COD",
- "faa": null
}, - {
- "name": "Sheppard Air Force Base-Wichita Falls Municipal Airport",
- "lng": -98.49189758,
- "lat": 33.98880005,
- "id": "68bbdeed-4773-4235-8a53-1bd123cb098d",
- "icao": "KSPS",
- "iata": "SPS",
- "faa": null
}, - {
- "name": "Bisbee Douglas International Airport",
- "lng": -109.603996277,
- "lat": 31.4689998627,
- "id": "68c830d6-c81a-4447-a14e-9237182f3a30",
- "icao": "KDUG",
- "iata": "DUG",
- "faa": null
}, - {
- "name": "Valley International Airport",
- "lng": -97.65440368652344,
- "lat": 26.228500366210938,
- "id": "69894030-f37b-40cc-bc60-9916175e1176",
- "icao": "KHRL",
- "iata": "HRL",
- "faa": null
}, - {
- "name": "Jackson Hole Airport",
- "lng": -110.73799896240234,
- "lat": 43.6072998046875,
- "id": "6b1ecf1e-552b-4324-b613-03785e0d4236",
- "icao": "KJAC",
- "iata": "JAC",
- "faa": null
}, - {
- "name": "Eastern Oregon Regional At Pendleton Airport",
- "lng": -118.841003418,
- "lat": 45.695098877,
- "id": "6cb21b11-281d-4da8-bb57-76c9c90d0f30",
- "icao": "KPDT",
- "iata": "PDT",
- "faa": null
}, - {
- "name": "Roberts Field",
- "lng": -121.1500015,
- "lat": 44.2541008,
- "id": "6ccf1ca7-7aca-42f0-a6e6-c7044262b8ea",
- "icao": "KRDM",
- "iata": "RDM",
- "faa": null
}, - {
- "name": "Tacoma Narrows Airport",
- "lng": -122.5780029,
- "lat": 47.26789856,
- "id": "6d6e122d-26e9-4cf9-af25-25e329d2dce3",
- "icao": "KTIW",
- "iata": "TIW",
- "faa": null
}, - {
- "name": "Lewistown Municipal Airport",
- "lng": -109.46700286865234,
- "lat": 47.04930114746094,
- "id": "6e06d40f-08f9-4c28-83b8-dd2c8644f816",
- "icao": "KLWT",
- "iata": "LWT",
- "faa": null
}, - {
- "name": "Desert Rock Airport",
- "lng": -116.032997,
- "lat": 36.6194,
- "id": "6f194621-936f-4d66-9244-cfdbbccf8d4b",
- "icao": "KDRA",
- "iata": "DRA",
- "faa": null
}, - {
- "name": "Gillespie Field",
- "lng": -116.97200012207,
- "lat": 32.826198577881,
- "id": "6f64709b-ce62-4be9-99c2-181fdba08e0b",
- "icao": "KSEE",
- "iata": "SEE",
- "faa": null
}, - {
- "name": "Black Rock Airport",
- "lng": -108.79199981689453,
- "lat": 35.08319854736328,
- "id": "70a815bd-45dd-446c-b423-5b7e7b1665be",
- "icao": "KZUN",
- "iata": "ZUN",
- "faa": null
}, - {
- "name": "Henderson Executive Airport",
- "lng": -115.134002686,
- "lat": 35.9728012085,
- "id": "718c300b-a7a2-4ea9-9763-47f2f6874791",
- "icao": "KHND",
- "iata": "HSH",
- "faa": null
}, - {
- "name": "La Junta Municipal Airport",
- "lng": -103.5090027,
- "lat": 38.04970169,
- "id": "73fa5845-d536-4171-980c-ff20c298213a",
- "icao": "KLHX",
- "iata": "LHX",
- "faa": null
}, - {
- "name": "Holloman Air Force Base",
- "lng": -106.107002258,
- "lat": 32.8525009155,
- "id": "7464f941-24e3-43db-b6a6-feed529f9b90",
- "icao": "KHMN",
- "iata": "HMN",
- "faa": null
}, - {
- "name": "Marana Regional Airport",
- "lng": -111.218002319,
- "lat": 32.4095993042,
- "id": "75d0dffe-4129-45bc-b5a2-f1560fe6e473",
- "icao": "KAVQ",
- "iata": "AVW",
- "faa": null
}, - {
- "name": "Gillette Campbell County Airport",
- "lng": -105.539001465,
- "lat": 44.348899841299996,
- "id": "760d957a-183a-43f5-ae9c-c7140d8e6b79",
- "icao": "KGCC",
- "iata": "GCC",
- "faa": null
}, - {
- "name": "William R Fairchild International Airport",
- "lng": -123.5,
- "lat": 48.120201110839844,
- "id": "763778d2-036c-46a2-9405-dfe81e0d9cb2",
- "icao": "KCLM",
- "iata": "CLM",
- "faa": null
}, - {
- "name": "Waikoloa Heliport",
- "lng": -155.8607,
- "lat": 19.9205,
- "id": "76d757a8-719b-43a4-a927-1510aaacb1fa",
- "icao": "HI07",
- "iata": "WKL",
- "faa": null
}, - {
- "name": "Corpus Christi Naval Air Station/Truax Field",
- "lng": -97.29109955,
- "lat": 27.69260025,
- "id": "77b36a41-87c4-4a93-872b-79391656d287",
- "icao": "KNGP",
- "iata": "NGP",
- "faa": null
}, - {
- "name": "Phoenix-Mesa-Gateway Airport",
- "lng": -111.6549988,
- "lat": 33.30780029,
- "id": "78756c40-be47-4490-ba16-a306c3f9b70d",
- "icao": "KIWA",
- "iata": "AZA",
- "faa": null
}, - {
- "name": "Chandler Municipal Airport",
- "lng": -111.810997,
- "lat": 33.2691,
- "id": "7a010bfa-bd01-4ffe-af50-73961f6c48bb",
- "icao": "KCHD",
- "iata": null,
- "faa": null
}, - {
- "name": "Stockton Metropolitan Airport",
- "lng": -121.2379989624,
- "lat": 37.894199371338,
- "id": "7af6cb7d-5ac4-4272-9ce6-3fd92c2e756b",
- "icao": "KSCK",
- "iata": "SCK",
- "faa": null
}, - {
- "name": "Lihue Airport",
- "lng": -159.33900451660156,
- "lat": 21.97599983215332,
- "id": "7b2c84d8-e679-4c58-a71d-2e28e5069362",
- "icao": "PHLI",
- "iata": "LIH",
- "faa": null
}, - {
- "name": "Klamath Falls Airport",
- "lng": -121.73300170898438,
- "lat": 42.15610122680664,
- "id": "7b4ee340-eded-4b32-898f-2f0c7ac98307",
- "icao": "KLMT",
- "iata": "LMT",
- "faa": null
}, - {
- "name": "Cheyenne Regional Jerry Olson Field",
- "lng": -104.8119965,
- "lat": 41.15570068,
- "id": "7ba236a0-ebc8-4b3e-af14-939a704ff6b4",
- "icao": "KCYS",
- "iata": "CYS",
- "faa": null
}, - {
- "name": "Christmas Valley Airport",
- "lng": -120.66600036621094,
- "lat": 43.23649978637695,
- "id": "7c3a9996-6356-401c-a8a0-f2ca86f8d872",
- "icao": "K62S",
- "iata": null,
- "faa": null
}, - {
- "name": "Dickinson Theodore Roosevelt Regional Airport",
- "lng": -102.802001953,
- "lat": 46.7974014282,
- "id": "7c7d000d-8986-44af-a391-cf64ea4af3ce",
- "icao": "KDIK",
- "iata": "DIK",
- "faa": null
}, - {
- "name": "Winslow Lindbergh Regional Airport",
- "lng": -110.722999573,
- "lat": 35.021900177,
- "id": "7ecd4f1c-4b71-4550-90e8-3212209f69b2",
- "icao": "KINW",
- "iata": "INW",
- "faa": null
}, - {
- "name": "Billings Logan International Airport",
- "lng": -108.54299926757812,
- "lat": 45.807701110839844,
- "id": "8016d12f-58a2-46cc-b0b3-014659900b94",
- "icao": "KBIL",
- "iata": "BIL",
- "faa": null
}, - {
- "name": "Hana Airport",
- "lng": -156.01400756835938,
- "lat": 20.79560089111328,
- "id": "84da0156-aa49-4834-9b5f-d8f95a8a9029",
- "icao": "PHHN",
- "iata": "HNM",
- "faa": null
}, - {
- "name": "Southwest Oregon Regional Airport",
- "lng": -124.24600219726562,
- "lat": 43.41709899902344,
- "id": "856aa4aa-11bc-470c-8aab-6e0ed7062bf3",
- "icao": "KOTH",
- "iata": "OTH",
- "faa": null
}, - {
- "name": "Bismarck Municipal Airport",
- "lng": -100.74600219726562,
- "lat": 46.772701263427734,
- "id": "861347b4-c620-42d6-9ce6-d3acf0d09c2e",
- "icao": "KBIS",
- "iata": "BIS",
- "faa": null
}, - {
- "name": "Riverton Regional Airport",
- "lng": -108.459999084,
- "lat": 43.064201355,
- "id": "88525841-20f6-4c67-907a-de6e4b00d654",
- "icao": "KRIW",
- "iata": "RIW",
- "faa": null
}, - {
- "name": "Whidbey Island Naval Air Station /Ault Field/ Airport",
- "lng": -122.6559982,
- "lat": 48.35179901,
- "id": "888537e4-6502-42d5-8cd7-2e8ccee22a4e",
- "icao": "KNUW",
- "iata": "NUW",
- "faa": null
}, - {
- "name": "Wokal Field Glasgow International Airport",
- "lng": -106.61499786376953,
- "lat": 48.212501525878906,
- "id": "8888e6f4-e6c7-4f1f-b768-5f91e1f53d04",
- "icao": "KGGW",
- "iata": "GGW",
- "faa": null
}, - {
- "name": "Newport Municipal Airport",
- "lng": -124.05799865722656,
- "lat": 44.58039855957031,
- "id": "88dcd87b-c94e-4a49-9eaf-218df464e86d",
- "icao": "KONP",
- "iata": "ONP",
- "faa": null
}, - {
- "name": "Portland Hillsboro Airport",
- "lng": -122.949997,
- "lat": 45.540401,
- "id": "89f2642c-02af-4a18-a56e-eb7186cc6e27",
- "icao": "KHIO",
- "iata": "HIO",
- "faa": null
}, - {
- "name": "Provo Municipal Airport",
- "lng": -111.72299957275,
- "lat": 40.219200134277,
- "id": "8a3c77fd-c234-4a24-bf96-11ac97de2719",
- "icao": "KPVU",
- "iata": "PVU",
- "faa": null
}, - {
- "name": "Twentynine Palms (Self) Airport",
- "lng": -116.1620026,
- "lat": 34.2961998,
- "id": "8aa72e16-2f9c-4eeb-8b3c-2ece83287021",
- "icao": "KNXP",
- "iata": "NXP",
- "faa": null
}, - {
- "name": "Walla Walla Regional Airport",
- "lng": -118.288002,
- "lat": 46.09489822,
- "id": "8aaaf7e6-fac6-4eb1-b1e4-b6338b84fcc1",
- "icao": "KALW",
- "iata": "ALW",
- "faa": null
}, - {
- "name": "Minot Air Force Base",
- "lng": -101.3580017,
- "lat": 48.41559982,
- "id": "8ad72dec-5bc5-4394-8e9c-48e28d2f8500",
- "icao": "KMIB",
- "iata": "MIB",
- "faa": null
}, - {
- "name": "Pratt Regional Airport",
- "lng": -98.74690247,
- "lat": 37.70159912,
- "id": "8af0a8f3-6e15-4225-9ee7-e30a0f6059e2",
- "icao": "KPTT",
- "iata": "PTT",
- "faa": null
}, - {
- "name": "Derby Field",
- "lng": -118.565002441,
- "lat": 40.0663986206,
- "id": "8d28af3f-e66e-4ba0-81b5-f3cf42f3f9e5",
- "icao": "KLOL",
- "iata": "LOL",
- "faa": null
}, - {
- "name": "Brown Field Municipal Airport",
- "lng": -116.98000335693,
- "lat": 32.572299957275,
- "id": "8dcbcdcc-be35-417a-9c3b-f69c8556d91a",
- "icao": "KSDM",
- "iata": "SDM",
- "faa": null
}, - {
- "name": "Creech Air Force Base",
- "lng": -115.672996521,
- "lat": 36.587200164799995,
- "id": "8fef15ad-40fa-488e-887f-9b24e3aa6863",
- "icao": "KINS",
- "iata": "INS",
- "faa": null
}, - {
- "name": "Mc Clellan Airfield",
- "lng": -121.401001,
- "lat": 38.66759872,
- "id": "9025cd8d-9ec1-4cc1-9dfa-fd4816c4e2db",
- "icao": "KMCC",
- "iata": "MCC",
- "faa": null
}, - {
- "name": "Ellsworth Air Force Base",
- "lng": -103.1039963,
- "lat": 44.14500046,
- "id": "913093e8-4ac9-4f06-915b-c56663d4bb1e",
- "icao": "KRCA",
- "iata": "RCA",
- "faa": null
}, - {
- "name": "Boise Air Terminal/Gowen field",
- "lng": -116.2229996,
- "lat": 43.56439972,
- "id": "91619b2f-0c21-4b55-afda-fabe0f6793c2",
- "icao": "KBOI",
- "iata": "BOI",
- "faa": null
}, - {
- "name": "Mobile Airport",
- "lng": -112.26899719238281,
- "lat": 33.111900329589844,
- "id": "91f2d702-4486-4dfa-b054-6310a2fbf294",
- "icao": "1AZ0",
- "iata": null,
- "faa": null
}, - {
- "name": "Friday Harbor Airport",
- "lng": -123.024002075,
- "lat": 48.5219993591,
- "id": "9315b947-9aac-4e19-9c10-46a6a8b6b9cf",
- "icao": "KFHR",
- "iata": "FRD",
- "faa": null
}, - {
- "name": "Gallatin Field",
- "lng": -111.1529999,
- "lat": 45.77750015,
- "id": "9541558b-d629-41cd-a0c6-8a52e8a61654",
- "icao": "KBZN",
- "iata": "BZN",
- "faa": null
}, - {
- "name": "Jack Mc Namara Field Airport",
- "lng": -124.2369995,
- "lat": 41.78020096,
- "id": "954f9a2b-5692-4862-9c49-572ccb42d48b",
- "icao": "KCEC",
- "iata": "CEC",
- "faa": null
}, - {
- "name": "Red Bluff Municipal Airport",
- "lng": -122.251998901,
- "lat": 40.1506996155,
- "id": "956b9f33-4cbe-4f6b-9512-892f97d0f1cb",
- "icao": "KRBL",
- "iata": null,
- "faa": null
}, - {
- "name": "Sierra Blanca Regional Airport",
- "lng": -105.53500366211,
- "lat": 33.462799072266,
- "id": "96a8fe84-f929-403e-b038-45b6ce4966dc",
- "icao": "KSRR",
- "iata": "SRR",
- "faa": null
}, - {
- "name": "Central Nebraska Regional Airport",
- "lng": -98.30960083007812,
- "lat": 40.967498779296875,
- "id": "98389887-8872-40f8-bd9d-a7ae6519edd0",
- "icao": "KGRI",
- "iata": "GRI",
- "faa": null
}, - {
- "name": "Davis Monthan Air Force Base",
- "lng": -110.883003235,
- "lat": 32.1665000916,
- "id": "9856cdb7-01b7-433c-945b-5c39ac5a9999",
- "icao": "KDMA",
- "iata": "DMA",
- "faa": null
}, - {
- "name": "Bermuda Dunes Airport",
- "lng": -116.27500152588,
- "lat": 33.748401641846,
- "id": "9866c1f9-f937-497a-97d4-749d0ec38df8",
- "icao": "KUDD",
- "iata": "UDD",
- "faa": null
}, - {
- "name": "Upolu Airport",
- "lng": -155.86000061035156,
- "lat": 20.265300750732422,
- "id": "988f3764-79f2-4fd8-b71d-0bf7e9e8dcdb",
- "icao": "PHUP",
- "iata": "UPP",
- "faa": null
}, - {
- "name": "Kahului Airport",
- "lng": -156.42999267578125,
- "lat": 20.89859962463379,
- "id": "98c482a5-297b-4945-9ef5-65ba9ebac86e",
- "icao": "PHOG",
- "iata": "OGG",
- "faa": null
}, - {
- "name": "Miley Memorial Field",
- "lng": -110.1110001,
- "lat": 42.58509827,
- "id": "99e1b36c-c884-4e9d-9bc5-d38a67523d04",
- "icao": "KBPI",
- "iata": "BPI",
- "faa": null
}, - {
- "name": "Portland Troutdale Airport",
- "lng": -122.40100097656,
- "lat": 45.54940032959,
- "id": "99fcc1d6-60a5-4684-8b1e-8ea4672695d0",
- "icao": "KTTD",
- "iata": "TTD",
- "faa": null
}, - {
- "name": "Yuma MCAS/Yuma International Airport",
- "lng": -114.6060028,
- "lat": 32.65660095,
- "id": "9a760487-3723-4344-9d70-ad5602b5f119",
- "icao": "KNYL",
- "iata": "YUM",
- "faa": null
}, - {
- "name": "Lewiston Nez Perce County Airport",
- "lng": -117.01499938964844,
- "lat": 46.3745002746582,
- "id": "9ac4f659-969b-4e60-94a1-2400b98f1a49",
- "icao": "KLWS",
- "iata": "LWS",
- "faa": null
}, - {
- "name": "Buckeye Municipal Airport",
- "lng": -112.685997,
- "lat": 33.42039871,
- "id": "9c290d76-79d5-41e3-9906-93b363e212f4",
- "icao": "KBXK",
- "iata": "BXK",
- "faa": null
}, - {
- "name": "El Centro Naf Airport",
- "lng": -115.6719970703125,
- "lat": 32.829200744628906,
- "id": "9c60cdca-af46-4105-9d53-ebf0bbc04fca",
- "icao": "KNJK",
- "iata": "NJK",
- "faa": null
}, - {
- "name": "Burley Municipal Airport",
- "lng": -113.772003174,
- "lat": 42.542598724399994,
- "id": "9ca8050f-19be-4e0e-be81-3d48d9e42703",
- "icao": "KBYI",
- "iata": "BYI",
- "faa": null
}, - {
- "name": "Santa Barbara Municipal Airport",
- "lng": -119.8399963,
- "lat": 34.42620087,
- "id": "9cd05ba1-615f-466e-9865-6581d20ed2c2",
- "icao": "KSBA",
- "iata": "SBA",
- "faa": null
}, - {
- "name": "Boeing Field King County International Airport",
- "lng": -122.302001953125,
- "lat": 47.529998779296875,
- "id": "9d34e633-4b48-4133-a5fa-bc13a4af0b7f",
- "icao": "KBFI",
- "iata": "BFI",
- "faa": null
}, - {
- "name": "Arlington Municipal Airport",
- "lng": -122.1589966,
- "lat": 48.16070175,
- "id": "9d9e42f6-adf4-4912-9a49-679ad9af76ba",
- "icao": "KAWO",
- "iata": "AWO",
- "faa": null
}, - {
- "name": "Ralph Wenz Field",
- "lng": -109.8069992,
- "lat": 42.79550171,
- "id": "9e78fd4a-3bf4-4d29-a4f5-2722b6dc92de",
- "icao": "KPNA",
- "iata": "PWY",
- "faa": null
}, - {
- "name": "Lopez Island Airport",
- "lng": -122.93800354003906,
- "lat": 48.4838981628418,
- "id": "9e8187c7-ffb5-4e02-9ede-89b9254a345c",
- "icao": "S31",
- "iata": "LPS",
- "faa": null
}, - {
- "name": "Redding Municipal Airport",
- "lng": -122.2929993,
- "lat": 40.50899887,
- "id": "a026fcda-2b08-4f6d-9deb-1d4e646e7199",
- "icao": "KRDD",
- "iata": "RDD",
- "faa": null
}, - {
- "name": "Mc Allen Miller International Airport",
- "lng": -98.23860168,
- "lat": 26.17580032,
- "id": "a102e3d2-8d14-40a0-8cb0-260399f9c614",
- "icao": "KMFE",
- "iata": "MFE",
- "faa": null
}, - {
- "name": "Blythe Airport",
- "lng": -114.717002869,
- "lat": 33.6192016602,
- "id": "a2873155-1540-4f52-bbcb-6269dfb4ea60",
- "icao": "KBLH",
- "iata": "BLH",
- "faa": null
}, - {
- "name": "Mineral Wells Airport",
- "lng": -98.0602035522,
- "lat": 32.7816009521,
- "id": "a57fe9ca-43b7-4a27-b4b2-27f63c820f3f",
- "icao": "KMWL",
- "iata": "MWL",
- "faa": null
}, - {
- "name": "Berkley Structures Heliport",
- "lng": -122.148456,
- "lat": 47.682043,
- "id": "a6318400-5666-431d-92e5-626d6ac29fcf",
- "icao": "WA19",
- "iata": null,
- "faa": null
}, - {
- "name": "Childress Municipal Airport",
- "lng": -100.288002014,
- "lat": 34.4337997437,
- "id": "a6681620-ccad-45dc-98ef-06c374ff8f67",
- "icao": "KCDS",
- "iata": "CDS",
- "faa": null
}, - {
- "name": "Colorado Springs East Airport",
- "lng": -104.41000366210938,
- "lat": 38.8744010925293,
- "id": "a6e99cdc-61e1-4c5a-942b-314fd74eca23",
- "icao": "KA50",
- "iata": "A50",
- "faa": null
}, - {
- "name": "Brigham City Airport",
- "lng": -112.06199646,
- "lat": 41.5523986816,
- "id": "a9eb19ea-fc15-44a9-a0f8-b88afcaf65b7",
- "icao": "KBMC",
- "iata": "BMC",
- "faa": null
}, - {
- "name": "Charles M. Schulz Sonoma County Airport",
- "lng": -122.8130035,
- "lat": 38.50899887,
- "id": "aa6ceb1a-c42b-4156-b6c4-75bae66864c2",
- "icao": "KSTS",
- "iata": "STS",
- "faa": null
}, - {
- "name": "Phoenix Deer Valley Airport",
- "lng": -112.083000183,
- "lat": 33.6883010864,
- "id": "aab8be95-8235-4672-bd3c-649bb5a18580",
- "icao": "KDVT",
- "iata": "DVT",
- "faa": null
}, - {
- "name": "San Luis Valley Regional Bergman Field",
- "lng": -105.866997,
- "lat": 37.434898,
- "id": "aba55cf1-c6fa-475f-a861-0ca72e6d26ba",
- "icao": "KALS",
- "iata": "ALS",
- "faa": null
}, - {
- "name": "Scappoose Industrial Airpark",
- "lng": -122.86199951171875,
- "lat": 45.770999908447266,
- "id": "ac0fb7da-32ef-4069-bc2a-05f7083d69b1",
- "icao": "KSPB",
- "iata": null,
- "faa": null
}, - {
- "name": "Longview Ranch Airport",
- "lng": -119.6520004272461,
- "lat": 44.66170120239258,
- "id": "aca49de9-a915-4877-a53c-17aa29be0117",
- "icao": "OG39",
- "iata": null,
- "faa": null
}, - {
- "name": "Lamar Municipal Airport",
- "lng": -102.68800354,
- "lat": 38.069698333699996,
- "id": "ade05410-1817-4f60-8a8f-818b9b110c49",
- "icao": "KLAA",
- "iata": "LAA",
- "faa": null
}, - {
- "name": "Black Hills Airport-Clyde Ice Field",
- "lng": -103.78299713135,
- "lat": 44.48030090332,
- "id": "ae1eb569-36c1-4512-a5d0-5d91681630bf",
- "icao": "KSPF",
- "iata": "SPF",
- "faa": null
}, - {
- "name": "Sanderson Field",
- "lng": -123.14800262451,
- "lat": 47.233600616455,
- "id": "aea88332-87c4-4b0f-871c-aaf1b614de1b",
- "icao": "KSHN",
- "iata": "SHN",
- "faa": null
}, - {
- "name": "Bend Municipal Airport",
- "lng": -121.2009964,
- "lat": 44.09479904,
- "id": "b019917b-80a7-4bee-ac51-a2094b441f2f",
- "icao": "KBDN",
- "iata": null,
- "faa": null
}, - {
- "name": "Alice International Airport",
- "lng": -98.02690124510002,
- "lat": 27.740900039699998,
- "id": "b17604e4-203c-4619-9819-2369da211d79",
- "icao": "KALI",
- "iata": "ALI",
- "faa": null
}, - {
- "name": "Flagstaff Pulliam Airport",
- "lng": -111.6709976,
- "lat": 35.13850021,
- "id": "b1919cfd-a3a5-4791-8cb1-05a58030f62d",
- "icao": "KFLG",
- "iata": "FLG",
- "faa": null
}, - {
- "name": "Friedman Memorial Airport",
- "lng": -114.2959976,
- "lat": 43.50439835,
- "id": "b2e664d4-4226-4d46-a65b-039fb9ea1ce7",
- "icao": "KSUN",
- "iata": "SUN",
- "faa": null
}, - {
- "name": "Phoenix Sky Harbor International Airport",
- "lng": -112.01200103759766,
- "lat": 33.43429946899414,
- "id": "b35a6f71-c81a-4f8b-af7c-2fd3c9727a23",
- "icao": "KPHX",
- "iata": "PHX",
- "faa": null
}, - {
- "name": "El Paso International Airport",
- "lng": -106.3779984,
- "lat": 31.80719948,
- "id": "b3ea4009-9194-4f7a-9907-b69f1bbc7ed7",
- "icao": "KELP",
- "iata": "ELP",
- "faa": null
}, - {
- "name": "San Diego International Airport",
- "lng": -117.190002441,
- "lat": 32.7336006165,
- "id": "b4749fb9-b504-4e1f-ba7c-9592780e7128",
- "icao": "KSAN",
- "iata": "SAN",
- "faa": null
}, - {
- "name": "Enumclaw Airport",
- "lng": -122.02200317382812,
- "lat": 47.195701599121094,
- "id": "b47f21ca-f93b-45f3-ab0e-e1aa40212790",
- "icao": "WA77",
- "iata": null,
- "faa": null
}, - {
- "name": "Waimea Kohala Airport",
- "lng": -155.66799926757812,
- "lat": 20.001300811767578,
- "id": "b5507cf1-131b-4c47-9977-57374f4c3d32",
- "icao": "PHMU",
- "iata": "MUE",
- "faa": null
}, - {
- "name": "Canyonlands Field",
- "lng": -109.7549973,
- "lat": 38.75500107,
- "id": "b5f49beb-8fd8-4403-9903-c332455fe589",
- "icao": "KCNY",
- "iata": "CNY",
- "faa": null
}, - {
- "name": "Ontario Municipal Airport",
- "lng": -117.01399993896,
- "lat": 44.020500183105,
- "id": "b89e4473-eaa5-4af6-8b2f-5f218f64420a",
- "icao": "KONO",
- "iata": null,
- "faa": null
}, - {
- "name": "North Island Naval Air Station-Halsey Field",
- "lng": -117.2149963,
- "lat": 32.69919968,
- "id": "b94c6215-c6dc-4529-b190-50ea77e16103",
- "icao": "KNZY",
- "iata": "NZY",
- "faa": null
}, - {
- "name": "Fairchild Air Force Base",
- "lng": -117.65599823,
- "lat": 47.6151008606,
- "id": "b9517705-1f55-450f-8059-eb11fc50232b",
- "icao": "KSKA",
- "iata": "SKA",
- "faa": null
}, - {
- "name": "Tonopah Test Range Airport",
- "lng": -116.78099823,
- "lat": 37.7988014221,
- "id": "ba208945-d18e-49eb-9fae-3b78cd1bed05",
- "icao": "KTNX",
- "iata": null,
- "faa": null
}, - {
- "name": "Show Low Regional Airport",
- "lng": -110.005996704,
- "lat": 34.265499115,
- "id": "baa7925a-226f-4399-848e-80adcde40a58",
- "icao": "KSOW",
- "iata": "SOW",
- "faa": null
}, - {
- "name": "Curtis Field",
- "lng": -99.3238983154,
- "lat": 31.1793003082,
- "id": "bb1b7e88-5dd7-4202-96c4-e7ca0e5a30a5",
- "icao": "KBBD",
- "iata": "BBD",
- "faa": null
}, - {
- "name": "Lake Havasu City Airport",
- "lng": -114.358002,
- "lat": 34.571098,
- "id": "bb614b03-d05f-48dd-aef4-a435787773bd",
- "icao": "KHII",
- "iata": "HII",
- "faa": null
}, - {
- "name": "Frank Wiley Field",
- "lng": -105.88600158691406,
- "lat": 46.428001403808594,
- "id": "bc2caa2a-341a-4d48-8b56-7df14d137717",
- "icao": "KMLS",
- "iata": "MLS",
- "faa": null
}, - {
- "name": "Russell Municipal Airport",
- "lng": -98.811798095703,
- "lat": 38.872100830078,
- "id": "bcf8c218-2d42-4354-8dd6-554134a2f13b",
- "icao": "KRSL",
- "iata": "RSL",
- "faa": null
}, - {
- "name": "Felts Field",
- "lng": -117.32299804688,
- "lat": 47.682800292969,
- "id": "bd4a4fbe-8566-48dd-bd42-ba533e3bb165",
- "icao": "KSFF",
- "iata": "SFF",
- "faa": null
}, - {
- "name": "Grant County International Airport",
- "lng": -119.3199997,
- "lat": 47.20769882,
- "id": "be5b5692-6bd7-4d3a-b86f-4b93ac8e940f",
- "icao": "KMWH",
- "iata": "MWH",
- "faa": null
}, - {
- "name": "Columbia Gorge Regional the Dalles Municipal Airport",
- "lng": -121.166999817,
- "lat": 45.6184997559,
- "id": "bf860c2a-2274-423d-8ff1-c4d7f5474bb0",
- "icao": "KDLS",
- "iata": null,
- "faa": null
}, - {
- "name": "Gunnison Crested Butte Regional Airport",
- "lng": -106.9329987,
- "lat": 38.53390121,
- "id": "bfb6421d-8fd1-46af-92c6-401c76ac2947",
- "icao": "KGUC",
- "iata": "GUC",
- "faa": null
}, - {
- "name": "City of Colorado Springs Municipal Airport",
- "lng": -104.70099639893,
- "lat": 38.805801391602,
- "id": "c099eca3-6d86-4a36-b17d-ffb2b05fa4de",
- "icao": "KCOS",
- "iata": "COS",
- "faa": null
}, - {
- "name": "Page Municipal Airport",
- "lng": -111.447998,
- "lat": 36.92610168,
- "id": "c0fa0fb9-63f7-4a6f-8d8f-a3ac5d6ccd5e",
- "icao": "KPGA",
- "iata": "PGA",
- "faa": null
}, - {
- "name": "San Angelo Regional Mathis Field",
- "lng": -100.49600219726562,
- "lat": 31.35770034790039,
- "id": "c17dc1ba-83ee-4522-8c88-b56432872ac2",
- "icao": "KSJT",
- "iata": "SJT",
- "faa": null
}, - {
- "name": "Oceanside Municipal Airport",
- "lng": -117.35399627686,
- "lat": 33.217300415039,
- "id": "c1f6897d-2969-4261-b91e-cbe8076608b3",
- "icao": "KOKB",
- "iata": "OKB",
- "faa": null
}, - {
- "name": "Yakima Air Terminal McAllister Field",
- "lng": -120.5439987,
- "lat": 46.56819916,
- "id": "c24c3f96-8b51-4e13-99cf-d45c400d6af6",
- "icao": "KYKM",
- "iata": "YKM",
- "faa": null
}, - {
- "name": "Ernest A. Love Field",
- "lng": -112.4199982,
- "lat": 34.65449905,
- "id": "c379b57e-b0a5-43ee-8e62-ac912efd00da",
- "icao": "KPRC",
- "iata": "PRC",
- "faa": null
}, - {
- "name": "Gray Army Air Field",
- "lng": -122.5810013,
- "lat": 47.07920074,
- "id": "c4ead21d-71e9-48ff-96cb-1dc599c40499",
- "icao": "KGRF",
- "iata": "GRF",
- "faa": null
}, - {
- "name": "Truth Or Consequences Municipal Airport",
- "lng": -107.272003174,
- "lat": 33.2369003296,
- "id": "c4f4848e-8a39-499a-9852-2c23ed91fc92",
- "icao": "KTCS",
- "iata": "TCS",
- "faa": null
}, - {
- "name": "Ely Airport Yelland Field",
- "lng": -114.8420029,
- "lat": 39.29970169,
- "id": "c5b827f5-ff3e-4b19-97d6-190ae539851e",
- "icao": "KELY",
- "iata": "ELY",
- "faa": null
}, - {
- "name": "Huntsville Regional Airport",
- "lng": -95.5871963501,
- "lat": 30.7469005585,
- "id": "c5fbee44-00a5-4318-a64f-b7ee0e32bf77",
- "icao": "KUTS",
- "iata": "HTV",
- "faa": null
}, - {
- "name": "Bicycle Lake Army Air Field",
- "lng": -116.629997253,
- "lat": 35.2804985046,
- "id": "c66963af-f071-47d4-acec-2e5cbb980219",
- "icao": "KBYS",
- "iata": "BYS",
- "faa": null
}, - {
- "name": "Desert Aire Airport",
- "lng": -119.9209976196289,
- "lat": 46.687400817871094,
- "id": "c7b86e8f-4cc5-44eb-9655-f01344d74dd1",
- "icao": "KM94",
- "iata": "M94",
- "faa": null
}, - {
- "name": "Renton Municipal Airport",
- "lng": -122.216003418,
- "lat": 47.4930992126,
- "id": "c87d1bf4-03fc-47f1-9cd5-c6440c16fed2",
- "icao": "KRNT",
- "iata": "RNT",
- "faa": null
}, - {
- "name": "Sacramento Executive Airport",
- "lng": -121.492996216,
- "lat": 38.5125007629,
- "id": "c8e052fe-5b04-466f-ac35-b03a9e00cf45",
- "icao": "KSAC",
- "iata": "SAC",
- "faa": null
}, - {
- "name": "Cortez Municipal Airport",
- "lng": -108.627998352,
- "lat": 37.3030014038,
- "id": "c93aaf6b-4746-43cc-9cef-e06d8852f813",
- "icao": "KCEZ",
- "iata": "CEZ",
- "faa": null
}, - {
- "name": "Alliance Municipal Airport",
- "lng": -102.804000854,
- "lat": 42.0531997681,
- "id": "cac1825a-ef02-4181-892f-b435076b89a0",
- "icao": "KAIA",
- "iata": "AIA",
- "faa": null
}, - {
- "name": "Salem Municipal Airport/McNary Field",
- "lng": -123.0029984,
- "lat": 44.90950012,
- "id": "cacdff09-f1ce-4a2b-a3a4-14355e59fba5",
- "icao": "KSLE",
- "iata": "SLE",
- "faa": null
}, - {
- "name": "Phoenix Goodyear Airport",
- "lng": -112.375999451,
- "lat": 33.4225006104,
- "id": "cad2672a-fabf-4695-a296-14f9b75c7a0a",
- "icao": "KGYR",
- "iata": null,
- "faa": null
}, - {
- "name": "Chehalis Centralia Airport",
- "lng": -122.983001709,
- "lat": 46.676998138399995,
- "id": "cb3504b6-fae5-4d26-b96c-1eaf629e086f",
- "icao": "KCLS",
- "iata": "CLS",
- "faa": null
}, - {
- "name": "Honolulu International Airport",
- "lng": -157.9219970703125,
- "lat": 21.318700790405273,
- "id": "cc7c10e3-07e6-45c5-a1fc-55b85a72823c",
- "icao": "PHNL",
- "iata": "HNL",
- "faa": null
}, - {
- "name": "Havre City County Airport",
- "lng": -109.762001,
- "lat": 48.54299927,
- "id": "cee5290a-025a-4b01-b79d-d65132e886b9",
- "icao": "KHVR",
- "iata": "HVR",
- "faa": null
}, - {
- "name": "Big Timber Airport",
- "lng": -109.98100280761719,
- "lat": 45.806400299072266,
- "id": "cff2abea-50ff-48ae-965a-ca263726e21c",
- "icao": "K6S0",
- "iata": "6S0",
- "faa": null
}, - {
- "name": "Napa County Airport",
- "lng": -122.280998,
- "lat": 38.2132,
- "id": "d0669748-aabc-4418-9b2d-66b1a2c63909",
- "icao": "KAPC",
- "iata": "APC",
- "faa": null
}, - {
- "name": "Needles Airport",
- "lng": -114.623001099,
- "lat": 34.7663002014,
- "id": "d0a622a9-e8f7-45bc-885a-c623239fbabe",
- "icao": "KEED",
- "iata": "EED",
- "faa": null
}, - {
- "name": "Cottonwood Airport",
- "lng": -112.035003662,
- "lat": 34.7299995422,
- "id": "d1202b61-4a63-4ac4-9ab7-5a49192df8a3",
- "icao": "KP52",
- "iata": "P52",
- "faa": null
}, - {
- "name": "Lanai Airport",
- "lng": -156.9510040283203,
- "lat": 20.785600662231445,
- "id": "d1700117-8b47-44b1-a259-9c0b9a4e59f1",
- "icao": "PHNY",
- "iata": "LNY",
- "faa": null
}, - {
- "name": "Dawson Community Airport",
- "lng": -104.8069992,
- "lat": 47.13869858,
- "id": "d201c305-248d-4355-96c3-49d5c028bf6c",
- "icao": "KGDV",
- "iata": "GDV",
- "faa": null
}, - {
- "name": "Clinton Sherman Airport",
- "lng": -99.20050048830001,
- "lat": 35.3398017883,
- "id": "d25c929f-5dcf-4c28-bccd-4c92c490bd84",
- "icao": "KCSM",
- "iata": null,
- "faa": null
}, - {
- "name": "Corpus Christi International Airport",
- "lng": -97.5011978149414,
- "lat": 27.77039909362793,
- "id": "d31300a9-2750-4475-bc34-08a60dc369bb",
- "icao": "KCRP",
- "iata": "CRP",
- "faa": null
}, - {
- "name": "Modesto City Co-Harry Sham Field",
- "lng": -120.9540024,
- "lat": 37.62580109,
- "id": "d64f33eb-14ae-4f47-b811-acd6bb32d089",
- "icao": "KMOD",
- "iata": "MOD",
- "faa": null
}, - {
- "name": "Helena Regional Airport",
- "lng": -111.98300170898438,
- "lat": 46.6068000793457,
- "id": "d8076ad8-6fa0-4d47-9cd7-bc4ce50cb8e1",
- "icao": "KHLN",
- "iata": "HLN",
- "faa": null
}, - {
- "name": "Lemhi County Airport",
- "lng": -113.880996704,
- "lat": 45.1237983704,
- "id": "d813f01d-22f9-4496-9dd8-6054ef53ee34",
- "icao": "KSMN",
- "iata": "SMN",
- "faa": null
}, - {
- "name": "McCall Municipal Airport",
- "lng": -116.1009979,
- "lat": 44.88970184,
- "id": "d9bd885f-e22a-42ae-82fe-9ed19e21c1c2",
- "icao": "KMYL",
- "iata": "MYL",
- "faa": null
}, - {
- "name": "Rancho Murieta Airport",
- "lng": -121.10299682617188,
- "lat": 38.48680114746094,
- "id": "dacf994a-d005-4ee5-b374-2dcd1341b41f",
- "icao": "KRIU",
- "iata": "RIU",
- "faa": null
}, - {
- "name": "Nogales International Airport",
- "lng": -110.8479995727539,
- "lat": 31.417699813842773,
- "id": "dc5df70d-26aa-472d-b407-21f50ff72994",
- "icao": "KOLS",
- "iata": "OLS",
- "faa": null
}, - {
- "name": "Fort Bridger Airport",
- "lng": -110.406997681,
- "lat": 41.3918991089,
- "id": "dca3d393-9bea-42f9-940c-7c5d0506ac35",
- "icao": "KFBR",
- "iata": "FBR",
- "faa": null
}, - {
- "name": "Malad City Airport",
- "lng": -112.2969970703125,
- "lat": 42.16659927368164,
- "id": "dcad29ad-fecf-46e5-9c23-c2855f7d39bc",
- "icao": "KMLD",
- "iata": "MLD",
- "faa": null
}, - {
- "name": "Aransas County Airport",
- "lng": -97.0446014404,
- "lat": 28.0867996216,
- "id": "de121df2-a70d-4762-a52b-d131334001ab",
- "icao": "KRKP",
- "iata": "RKP",
- "faa": null
}, - {
- "name": "Corvallis Municipal Airport",
- "lng": -123.2900009,
- "lat": 44.49720001,
- "id": "df02f345-7414-44b7-a4e1-0d81d28b8d45",
- "icao": "KCVO",
- "iata": "CVO",
- "faa": null
}, - {
- "name": "Murray Field",
- "lng": -124.112998962,
- "lat": 40.803398132299996,
- "id": "df08a42f-23ed-4030-9268-42453130ddf7",
- "icao": "KEKA",
- "iata": "EKA",
- "faa": null
}, - {
- "name": "Lea County Regional Airport",
- "lng": -103.2170029,
- "lat": 32.6875,
- "id": "dff3cd22-b018-480b-a550-87cd06fdd873",
- "icao": "KHOB",
- "iata": "HOB",
- "faa": null
}, - {
- "name": "Luke Air Force Base",
- "lng": -112.383003235,
- "lat": 33.534999847399995,
- "id": "e0f56cc8-ccd9-4d07-b6cb-28831b097a84",
- "icao": "KLUF",
- "iata": "LUF",
- "faa": null
}, - {
- "name": "Sidney Richland Municipal Airport",
- "lng": -104.1930008,
- "lat": 47.70690155,
- "id": "e181435f-35e0-4453-9fe3-5b6ba11cdfe3",
- "icao": "KSDY",
- "iata": "SDY",
- "faa": null
}, - {
- "name": "Prosser Airport",
- "lng": -119.7910004,
- "lat": 46.21340179,
- "id": "e1932e7c-eadd-4d3a-a119-fd7392f62433",
- "icao": "KS40",
- "iata": "S40",
- "faa": null
}, - {
- "name": "Mc Minnville Municipal Airport",
- "lng": -123.1360016,
- "lat": 45.19440079,
- "id": "e1c0a9b9-b3ad-46eb-9008-b1a67eac1ff6",
- "icao": "KMMV",
- "iata": "MMV",
- "faa": null
}, - {
- "name": "Wheeler Army Airfield",
- "lng": -158.0399933,
- "lat": 21.48349953,
- "id": "e3205688-b944-49dc-996d-3e4690d36e84",
- "icao": "PHHI",
- "iata": "HHI",
- "faa": null
}, - {
- "name": "Sloulin Field International Airport",
- "lng": -103.641998291,
- "lat": 48.177898407,
- "id": "e3bc880d-2c3c-4d50-b87c-5fc0567b8a79",
- "icao": "KISN",
- "iata": "ISN",
- "faa": null
}, - {
- "name": "Marin County Airport - Gnoss Field",
- "lng": -122.55599975586,
- "lat": 38.143600463867,
- "id": "e3c0f9d2-d462-468f-b473-4006b698a6a3",
- "icao": "KDVO",
- "iata": null,
- "faa": null
}, - {
- "name": "Chico Municipal Airport",
- "lng": -121.8580017,
- "lat": 39.79539871,
- "id": "e43e8f31-f81e-46ac-ac90-68bd5cdb0721",
- "icao": "KCIC",
- "iata": "CIC",
- "faa": null
}, - {
- "name": "Carbon County Regional/Buck Davis Field",
- "lng": -110.7509995,
- "lat": 39.61389923,
- "id": "e51559eb-b058-4878-8fe3-e7eaa52e9125",
- "icao": "KPUC",
- "iata": "PUC",
- "faa": null
}, - {
- "name": "Kalaupapa Airport",
- "lng": -156.973999,
- "lat": 21.21100044,
- "id": "e54e774a-2203-4e2a-a328-06434f2572c7",
- "icao": "PHLU",
- "iata": "LUP",
- "faa": null
}, - {
- "name": "Prineville Airport",
- "lng": -120.90399932861,
- "lat": 44.286998748779,
- "id": "e5cd079e-2363-455c-9cf3-e585658bd47f",
- "icao": "KS39",
- "iata": null,
- "faa": null
}, - {
- "name": "Burns Municipal Airport",
- "lng": -118.955001831,
- "lat": 43.5918998718,
- "id": "e5feafed-4be5-48c8-b5de-328f795d7b18",
- "icao": "KBNO",
- "iata": null,
- "faa": null
}, - {
- "name": "Yellowstone Airport",
- "lng": -111.1179962,
- "lat": 44.68840027,
- "id": "e6db2450-4796-4154-b297-dbe83f392ba4",
- "icao": "KWYS",
- "iata": "WYS",
- "faa": null
}, - {
- "name": "Renner Field-Goodland Municipal Airport",
- "lng": -101.6989975,
- "lat": 39.37060165,
- "id": "e915ece1-3e35-4e3b-9c6b-aebb2ff5c1a3",
- "icao": "KGLD",
- "iata": "GLD",
- "faa": null
}, - {
- "name": "Dalhart Municipal Airport",
- "lng": -102.54699707,
- "lat": 36.0225982666,
- "id": "e99cf116-3917-4f63-8278-8480d4d36c9d",
- "icao": "KDHT",
- "iata": "DHT",
- "faa": null
}, - {
- "name": "Midland International Airport",
- "lng": -102.2020034790039,
- "lat": 31.9424991607666,
- "id": "e9a577a4-31d5-45b1-9d73-ba3ad833c4d1",
- "icao": "KMAF",
- "iata": "MAF",
- "faa": null
}, - {
- "name": "Coeur D'Alene - Pappy Boyington Field",
- "lng": -116.8199997,
- "lat": 47.77429962,
- "id": "ebead0ca-a809-423c-bfc2-f73fb643c88a",
- "icao": "KCOE",
- "iata": "COE",
- "faa": null
}, - {
- "name": "San Nicolas Island Nolf Airport",
- "lng": -119.45800018310547,
- "lat": 33.23979949951172,
- "id": "ec7381af-d235-4ecb-b3b4-965175901f27",
- "icao": "KNSI",
- "iata": null,
- "faa": null
}, - {
- "name": "Safford Regional Airport",
- "lng": -109.6350021,
- "lat": 32.85480118,
- "id": "ee9caac5-87be-4d00-a5a1-af1f7bcd3577",
- "icao": "KSAD",
- "iata": "SAD",
- "faa": null
}, - {
- "name": "Sky Ranch At Carefree Airport",
- "lng": -111.89800262451172,
- "lat": 33.81809997558594,
- "id": "f023359b-ea46-4423-afb4-a256a4a8c113",
- "icao": "18AZ",
- "iata": null,
- "faa": null
}, - {
- "name": "Pecos Municipal Airport",
- "lng": -103.51100158691,
- "lat": 31.382400512695,
- "id": "f1664ecf-0820-4463-b00a-b51f508d4c34",
- "icao": "KPEQ",
- "iata": "PEQ",
- "faa": null
}, - {
- "name": "Rapid City Regional Airport",
- "lng": -103.05699920654297,
- "lat": 44.0452995300293,
- "id": "f22c89ba-7154-4f13-a477-7b4b76dc15af",
- "icao": "KRAP",
- "iata": "RAP",
- "faa": null
}, - {
- "name": "Olympia Regional Airport",
- "lng": -122.9029999,
- "lat": 46.9693985,
- "id": "f28fa263-9715-4c3c-b0f3-4b6a2a5aa2d8",
- "icao": "KOLM",
- "iata": "OLM",
- "faa": null
}, - {
- "name": "Jacqueline Cochran Regional Airport",
- "lng": -116.16000366211,
- "lat": 33.62670135498,
- "id": "f2fbac1d-2e3a-4dcb-abd5-f599e7b43bc0",
- "icao": "KTRM",
- "iata": "TRM",
- "faa": null
}, - {
- "name": "Sedona Airport",
- "lng": -111.78800201416,
- "lat": 34.848598480225,
- "id": "f576a83c-cd02-474a-b7ce-4f0bc61d5ccf",
- "icao": "KSEZ",
- "iata": "SDX",
- "faa": null
}, - {
- "name": "Pueblo Memorial Airport",
- "lng": -104.49700164794922,
- "lat": 38.289100646972656,
- "id": "f5e8ce4a-9c18-4907-a4eb-98adab1b6b20",
- "icao": "KPUB",
- "iata": "PUB",
- "faa": null
}, - {
- "name": "Bryce Canyon Airport",
- "lng": -112.144996643,
- "lat": 37.706401825,
- "id": "f6feb41d-6bc3-443d-ac39-1ca04733793c",
- "icao": "KBCE",
- "iata": "BCE",
- "faa": null
}, - {
- "name": "Tucson International Airport",
- "lng": -110.94100189208984,
- "lat": 32.1161003112793,
- "id": "f8b1f90a-70dd-4de3-8961-f2be89a4839a",
- "icao": "KTUS",
- "iata": "TUS",
- "faa": null
}, - {
- "name": "Alamogordo White Sands Regional Airport",
- "lng": -105.990997314,
- "lat": 32.8399009705,
- "id": "f98f2aae-756b-4c49-8d90-fe8c22236391",
- "icao": "KALM",
- "iata": "ALM",
- "faa": null
}, - {
- "name": "St George Municipal Airport",
- "lng": -113.510305556,
- "lat": 37.0363888889,
- "id": "f999ff97-c0bc-4456-8757-7d7a6e496cee",
- "icao": "KSGU",
- "iata": "SGU",
- "faa": null
}, - {
- "name": "Butts AAF (Fort Carson) Air Field",
- "lng": -104.7570038,
- "lat": 38.67839813,
- "id": "f9a7fdc6-91c9-4fc9-8918-ead5077bd5b1",
- "icao": "KFCS",
- "iata": "FCS",
- "faa": null
}, - {
- "name": "Telluride Regional Airport",
- "lng": -107.9079971,
- "lat": 37.9538002,
- "id": "fadfe114-21c5-4d57-b4e6-4aadbd44e09b",
- "icao": "KTEX",
- "iata": "TEX",
- "faa": null
}, - {
- "name": "Lake County Airport",
- "lng": -120.399002075,
- "lat": 42.161098480199996,
- "id": "fb4d9f10-320d-49be-950f-461cc731659b",
- "icao": "KLKV",
- "iata": null,
- "faa": null
}, - {
- "name": "Barstow Daggett Airport",
- "lng": -116.7870026,
- "lat": 34.85369873,
- "id": "fbf3d6d7-e389-4f5e-9bf2-661b2714f14c",
- "icao": "KDAG",
- "iata": "DAG",
- "faa": null
}, - {
- "name": "Logan-Cache Airport",
- "lng": -111.851997375,
- "lat": 41.7911987305,
- "id": "fc2c8855-cab0-4a3e-8f91-89de777d97f4",
- "icao": "KLGU",
- "iata": "LGU",
- "faa": null
}, - {
- "name": "Seattle Tacoma International Airport",
- "lng": -122.30899810791016,
- "lat": 47.44900131225586,
- "id": "fcaac5fe-0467-4fb3-bb3e-9f5b79ac43b6",
- "icao": "KSEA",
- "iata": "SEA",
- "faa": null
}, - {
- "name": "Lake Tahoe Airport",
- "lng": -119.99500274658203,
- "lat": 38.89390182495117,
- "id": "fe819ff0-078d-4b4e-b543-dcb9095c3adb",
- "icao": "KTVL",
- "iata": "TVL",
- "faa": null
}, - {
- "name": "Missoula International Airport",
- "lng": -114.0910034,
- "lat": 46.91630173,
- "id": "ff5c3164-970a-425e-98bb-41814f11348d",
- "icao": "KMSO",
- "iata": "MSO",
- "faa": null
}
], - "airlines": [ ]
}
]
Alert filters allow a user to stop notifications for Alerts and Advisories based on risk level and category.
Name | Type | Description |
---|---|---|
id | String | The id of the AlertFilter |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
risk_levels | [Integer] | A list of risk levels that apply for the filter. |
safety_category_id | String | The ID of the Safety Category that applies for the filter. |
Get Alert Filters For A User
Returns alert filters for a user. Alert filters block distribution of Alerts and Advisories a user.
path Parameters
user_id required | string Example: {{user_id}} |
header Parameters
Authorization | string Example: {{user_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1,
- 2
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
]
Create Alert Filter For A User
Create an Alert Filter
for a user.
path Parameters
user_id required | string Example: {{user_id}} |
header Parameters
Authorization | string Example: {{user_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "alert_filter": {
- "risk_levels": [
- 1
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
}
Response samples
- 201
{- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
Update Alert Filter for a User
Update an Alert Filter
for a user.
path Parameters
user_id required | string Example: {{user_id}} |
id required | string Example: {{alert_filter_id}} |
header Parameters
Authorization | string Example: {{user_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "alert_filter": {
- "risk_levels": [
- 1
]
}
}
Response samples
- 200
{- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1,
- 2
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
Delete Alert Filter For a User
Delete an Alert Filter
for a user.
path Parameters
user_id required | string Example: {{user_id}} |
id required | string Example: {{alert_filter_id}} |
header Parameters
Authorization | string Example: {{user_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{ }
Appointments are created between a traveller and a responder (doctor). The doctor first proposes a time, appointment type, and cost by creating an AvailabilityBid
. Upon acceptance of a bid by a traveller, an appointment is created. Appointments have their own conversation created so the doctor and traveller can have a private chat or video conversation.
An appointment is a slot in time with the intent that an Issue will be resolved, on the condition that an AvailabilityBid is accepted.
Name | Type | Description |
---|---|---|
id | String | UUID of the appointment |
created_at | Datetime | The datetime the appointment was created |
updated_at | Datetime | The time the appointment was last updated |
address_str | String | The address string of the proposed appointment |
availability_bid | AvailabilityBid |
The bid that the appointment belongs to |
cancelled_by_id | String | UUID of the user that cancelled the bid |
closed_at | Datetime | The time the appointment was closed |
cost | Integer | The cost of the appointment in cents |
issue | Issue |
The issue that the appointment was created for |
lat | Double | The latitude of the appointment |
lng | Double | The longitude of the appointment |
patient | User |
The user that created the issue leading to this appointment |
responder | User |
The user (doctor) that created the bid that led to this appointment |
start_time | Datetime | The time that the appointment is supposed to start |
timezone | String | The IANA timezone identifier for the appointment start_time |
status | Integer | The status of the appointment (see below) |
type | Integer | The type of appointment (see below) |
Get Appointments For Issue
Returns appointments for an issue.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the issue to request appointments for |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2018-10-21T04:24:40.279509Z",
- "type": 0,
- "timezone": "America/Toronto",
- "status": 0,
- "start_time": "2018-10-13T21:20:00.000000Z",
- "responder": {
- "username": "astjohn",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": 360,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}, - "patient": {
- "username": "astjohn",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": 360,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}, - "lng": -80.4981697,
- "lat": 43.4509558,
- "issue": {
- "updated_at": "2018-10-12T19:15:03.291083Z",
- "type": 1,
- "status": 1,
- "lng": 0,
- "lat": 0,
- "id": "38ccd97f-6ddd-44b5-b866-8f21172f7c0d",
- "description": "My head hurts",
- "creator": { },
- "created_at": "2018-10-12T19:15:03.291068Z",
- "country_code": null,
- "companies": [ ],
- "affected": { }
}, - "id": "8eba2660-d6a3-4d2a-b2e0-79747a0137dc",
- "created_at": "2018-10-21T04:24:40.279473Z",
- "cost": 5000,
- "conversation": {
- "participants": [ ],
- "name": null,
- "messages": [ ],
- "id": "22726cb5-3202-4b0d-b847-cb01ee8cfd12"
}, - "closed_at": null,
- "availability_bid": {
- "updated_at": "2018-10-21T04:24:40.268694Z",
- "timezone": "America/Toronto",
- "time": "2018-10-13T21:20:00.000000Z",
- "telemed_consult_cost": 15000,
- "responder": { },
- "lng": -80.4981697,
- "lat": 43.4509558,
- "issue_id": "38ccd97f-6ddd-44b5-b866-8f21172f7c0d",
- "id": "a69a308e-f32e-419d-baf4-628c4a340bd7",
- "housecall_cost": 10000,
- "created_at": "2018-10-12T19:20:43.560069Z",
- "clinic_appt_cost": 5000,
- "appointments": [ ],
- "appointment_types": [
- 0
], - "address_str": "151 Charles St W, Kitchener, ON, Canada",
- "accepted_at": "2018-10-21T04:24:40.236301Z"
}, - "address_str": "151 Charles St W, Kitchener, ON, Canada"
}
]
Get Appointments
Returns Appointments for user
Request Parameters
Name | Type | Description |
---|---|---|
all | String | When false, only returns appointments which are not cancelled nor finished. When true, returns all appointments regardless of status. |
query Parameters
all | boolean Example: all=false When false, only returns appointments which are not cancelled nor finished. When true or omitted, returns all appointments regardless of status. |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": null,
- "closed_at": "2019-02-28T18:54:49Z",
- "cost": 5000,
- "created_at": "2019-02-27T15:45:45Z",
- "fee": 1000,
- "id": "db589b45-01df-45a3-b06e-54bff77872bb",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 219823,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 1,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": null,
- "closed_at": null,
- "cost": 5000,
- "created_at": "2019-02-27T15:44:31Z",
- "fee": 1000,
- "id": "7610d1c0-e0e7-4cd9-931f-a10ebfb6ff99",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 818379,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 3,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-04-18T19:01:36Z",
- "cost": 5000,
- "created_at": "2019-02-27T15:40:06Z",
- "fee": 1000,
- "id": "a7fafb2a-13e1-457e-bba5-34b68298a02c",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 544902,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 2,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": null,
- "closed_at": null,
- "cost": 5000,
- "created_at": "2019-02-27T15:37:21Z",
- "fee": 1000,
- "id": "7adc8426-30cc-4128-a15f-2aeda8069bf4",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 509865,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 0,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [
- {
- "original": "/uploads/videos/151bdfbc-0a23-44f3-8af1-8506e5ac17b1/CJ9d4e5bd4bb3c8e20833f8062849238b1.mp4"
}
]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": null,
- "closed_at": null,
- "cost": 5000,
- "created_at": "2019-02-27T15:36:47Z",
- "fee": 1000,
- "id": "3bd6e42e-6197-49fe-8f5f-fefac57185db",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 533692,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 0,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-03-04T17:27:07Z",
- "cost": 5000,
- "created_at": "2019-02-27T15:32:23Z",
- "fee": 1000,
- "id": "f9472212-1483-44ea-85b1-e90c4a8fe694",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 418371,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 1,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": null,
- "closed_at": null,
- "cost": 5000,
- "created_at": "2019-02-27T15:18:32Z",
- "fee": 1000,
- "id": "0419f4b7-67eb-4189-9e34-402ff4ff389a",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 719879,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 0,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": "123 Merry Ln, North Pole",
- "availability_bid": null,
- "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-02-27T14:49:46Z",
- "cost": 5000,
- "created_at": "2018-11-14T18:40:24Z",
- "fee": 0,
- "id": "59cda9b6-7e98-467d-91f0-3670858c5080",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": null,
- "lng": null,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 123,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 1,
- "timezone": "Etc/UTC",
- "type": 1,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}, - {
- "address_str": null,
- "availability_bid": null,
- "cancelled_by_id": null,
- "closed_at": null,
- "cost": null,
- "created_at": "2018-11-14T18:38:12Z",
- "fee": 0,
- "id": "ede633d6-c3dd-4314-966c-d3a4bacb1088",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": null,
- "created_at": "2018-11-01T19:33:12Z",
- "creator": null,
- "current_handler": null,
- "description": "Sfbbgrg",
- "dispatched": false,
- "id": "c5752f06-a926-400a-807e-d150acda6357",
- "lat": 0,
- "lng": 0,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": 1,
- "updated_at": "2019-09-25T16:16:42Z"
}, - "lat": null,
- "lng": null,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": null,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2018-11-06T21:15:00Z",
- "status": 3,
- "timezone": "Etc/UTC",
- "type": 0,
- "updated_at": "2019-07-05T14:55:43Z",
- "videos": [ ]
}, - {
- "address_str": null,
- "availability_bid": null,
- "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-03-04T18:12:18Z",
- "cost": null,
- "created_at": "2018-11-01T19:34:08Z",
- "fee": 0,
- "id": "2257b3d4-4743-4f86-939f-cc21ed02c554",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": null,
- "created_at": "2018-11-01T19:33:12Z",
- "creator": null,
- "current_handler": null,
- "description": "Sfbbgrg",
- "dispatched": false,
- "id": "c5752f06-a926-400a-807e-d150acda6357",
- "lat": 0,
- "lng": 0,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": 1,
- "updated_at": "2019-09-25T16:16:42Z"
}, - "lat": null,
- "lng": null,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": null,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2018-11-02T19:33:00Z",
- "status": 0,
- "timezone": "Etc/UTC",
- "type": 0,
- "updated_at": "2019-08-26T17:35:49Z",
- "videos": [ ]
}
]
Get Appointment
Get an Appointment
Request Parameters
Name | Type | Description |
---|---|---|
appointment_id | String | The id of the appointment |
path Parameters
id required | string Example: dfd34433-e722-4286-8c13-c434fa6e0dee Appointment identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-04-18T19:01:36Z",
- "cost": 5000,
- "created_at": "2019-02-27T15:40:06Z",
- "fee": 1000,
- "id": "a7fafb2a-13e1-457e-bba5-34b68298a02c",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 544902,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 2,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-07-24T20:20:46Z",
- "videos": [ ]
}
Close Appointment
Closes an Appointment
Request Parameters
Name | Type | Description |
---|---|---|
appointment_id | String | The id of the appointment |
pin_code | Integer | The appointment's pin code |
path Parameters
appointment_id required | string |
query Parameters
pin_code | integer Example: pin_code=544902 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "address_str": "41 Luke Street, London, UK",
- "availability_bid": {
- "accepted_at": null,
- "address_str": "41 Luke Street, London, UK",
- "appointment_types": [
- 2
], - "appointments": [ ],
- "cancelled_on": null,
- "clinic_appt_cost": 5000,
- "clinic_fee": 1000,
- "created_at": "2019-02-27T15:10:05Z",
- "housecall_cost": 0,
- "housecall_fee": 1000,
- "id": "3fb1f4e3-034c-492b-b1c2-3af8cd5ac6da",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "responder": null,
- "telemed_consult_cost": 0,
- "telemed_fee": 1000,
- "time": "2019-02-28T15:38:00Z",
- "timezone": "America/Toronto",
- "updated_at": "2019-02-27T15:10:05Z"
}, - "cancelled_by_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "closed_at": "2019-11-04T18:51:19Z",
- "cost": 5000,
- "created_at": "2019-02-27T15:40:06Z",
- "fee": 1000,
- "id": "a7fafb2a-13e1-457e-bba5-34b68298a02c",
- "issue": {
- "affected": null,
- "companies": [ ],
- "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": null,
- "current_handler": null,
- "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - "lat": 51.5238897,
- "lng": -0.0839055000000144,
- "patient": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pin_code": 544902,
- "responder": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "start_time": "2019-07-24T20:20:46Z",
- "status": 1,
- "timezone": "America/Toronto",
- "type": 0,
- "updated_at": "2019-11-04T18:51:19Z",
- "videos": [ ]
}
Cancel Appointment
Cancels an Appointment
Request Parameters
Name | Type | Description |
---|---|---|
appointment_id | String | The id of the appointment |
path Parameters
appointment_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Availability bids are created by responders (doctors) when a user has requested a Medical Self Help type of issue. Responders can create a bid to propose a time, appointment type (housecall, clinic visit, or telemedicine), and costs. The user is then free to accept one or multiple bids from the doctors.
When the traveller accepts a bid, they must state which type of appointment they would like to have (if the bid was for multiple types) and at that point in time, we pre-charge the user's credit card for payment. If the payment pre-charge is successful, we create an Appointment
for the user and the doctor.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
created_at | Datetime | The datetime the issue was created |
updated_at | Datetime | The time the issue was last updated |
accepted_at | Datetime | The time the bid was accepted by the traveller |
cancelled_on | Datetime | The time the bid was cancelled by the traveller or responder |
time | Datetime | The time of the proposed bid/appointment |
timezone | String | The IANA timezone identifier - helps to display local time in emails and other mediums |
issue_id | String | The UUID of the issue that the bid corresponds to |
responder | [User ] |
The responder that has proposed the bid |
appointment_types | [Integer] | A list of appointment types. Refer to appointment. |
address_str | String | The address string of the proposed appointment |
lat | Double | The latitude of the proposed bid/appointment |
lng | Double | The longitude of the proposed bid/appointment |
clinic_appt_cost | Integer | The amount of a clinic appointment in cents |
housecall_cost | Integer | The amount of a housecall appointment in cents |
telemed_consult_cost | Integer | The amount of telemedicine appointment in cents |
appointments | [Appointment ] |
Appointments that were created as a result of this bid |
Get Availability Bids For Issue
Returns availability bids for a particular issue.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | UUID of the issue to list bids for |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2018-11-14T18:40:24.869478Z",
- "timezone": "America/Toronto",
- "time": "2018-11-15T18:37:00.000000Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "doctor_settings": {
- "updated_at": "2018-10-09T15:03:18.004885Z",
- "telemed_consult_cost": 0,
- "istm_number": null,
- "id": "1331f5aa-1d23-41ff-a999-82ed9c2d7c9b",
- "housecall_cost": 0,
- "created_at": "2018-10-09T15:03:18.004878Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-10-09T15:13:44.003708Z",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "id": "a1d27d3a-540b-4fbb-acd0-f56d5d070afc",
- "created_at": "2018-10-09T15:13:44.003704Z",
- "address_str": "41 Luke Street, London, UK"
}
}, - "display_name": "DisplayName",
- "bio": "bio",
- "age": null
}, - "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "7b8aa2fb-ff57-4df8-b1a1-6c9ae79b5b87",
- "housecall_cost": 0,
- "created_at": "2018-11-14T18:37:29.995686Z",
- "clinic_appt_cost": 5000,
- "cancelled_on": null,
- "appointments": [
- {
- "timezone": "America/Toronto",
- "status": 1,
- "start_time": "2018-11-15T18:37:00.000000Z",
- "responder_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "patient_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "59cda9b6-7e98-467d-91f0-3670858c5080",
- "cost": 0,
- "closed_at": "2018-12-19T16:35:33.348126Z",
- "availability_bid_id": "7b8aa2fb-ff57-4df8-b1a1-6c9ae79b5b87",
- "address_str": "41 Luke Street, London, UK"
}
], - "appointment_types": [
- 1
], - "address_str": "41 Luke Street, London, UK",
- "accepted_at": "2018-11-14T18:40:24.869197Z"
}, - {
- "updated_at": "2018-11-15T16:29:41.549301Z",
- "timezone": "America/Toronto",
- "time": "2018-11-15T18:00:00.000000Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "doctor_settings": {
- "updated_at": "2018-10-09T15:03:18.004885Z",
- "telemed_consult_cost": 0,
- "istm_number": null,
- "id": "1331f5aa-1d23-41ff-a999-82ed9c2d7c9b",
- "housecall_cost": 0,
- "created_at": "2018-10-09T15:03:18.004878Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-10-09T15:13:44.003708Z",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "id": "a1d27d3a-540b-4fbb-acd0-f56d5d070afc",
- "created_at": "2018-10-09T15:13:44.003704Z",
- "address_str": "41 Luke Street, London, UK"
}
}, - "display_name": "DisplayName",
- "bio": "bio",
- "age": null
}, - "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "1afb1e2c-8480-4406-a0ae-68ca08c1bf09",
- "housecall_cost": 0,
- "created_at": "2018-11-15T16:29:41.549293Z",
- "clinic_appt_cost": 5000,
- "cancelled_on": null,
- "appointments": [ ],
- "appointment_types": [
- 1
], - "address_str": "41 Luke Street, London, UK",
- "accepted_at": null
}, - {
- "updated_at": "2018-11-23T21:13:06.770446Z",
- "timezone": "America/Toronto",
- "time": "2018-11-24T22:50:00.000000Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "doctor_settings": {
- "updated_at": "2018-10-09T15:03:18.004885Z",
- "telemed_consult_cost": 0,
- "istm_number": null,
- "id": "1331f5aa-1d23-41ff-a999-82ed9c2d7c9b",
- "housecall_cost": 0,
- "created_at": "2018-10-09T15:03:18.004878Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-10-09T15:13:44.003708Z",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "id": "a1d27d3a-540b-4fbb-acd0-f56d5d070afc",
- "created_at": "2018-10-09T15:13:44.003704Z",
- "address_str": "41 Luke Street, London, UK"
}
}, - "display_name": "DisplayName",
- "bio": "bio",
- "age": null
}, - "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "948786c4-18d3-40c5-a209-67daf5b5a288",
- "housecall_cost": 0,
- "created_at": "2018-11-23T21:13:06.770435Z",
- "clinic_appt_cost": 5000,
- "cancelled_on": null,
- "appointments": [ ],
- "appointment_types": [
- 2
], - "address_str": "41 Luke Street, London, UK",
- "accepted_at": null
}, - {
- "updated_at": "2018-11-23T21:19:42.018395Z",
- "timezone": "America/Toronto",
- "time": "2018-11-24T22:02:00.000000Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "doctor_settings": {
- "updated_at": "2018-10-09T15:03:18.004885Z",
- "telemed_consult_cost": 0,
- "istm_number": null,
- "id": "1331f5aa-1d23-41ff-a999-82ed9c2d7c9b",
- "housecall_cost": 0,
- "created_at": "2018-10-09T15:03:18.004878Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-10-09T15:13:44.003708Z",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "id": "a1d27d3a-540b-4fbb-acd0-f56d5d070afc",
- "created_at": "2018-10-09T15:13:44.003704Z",
- "address_str": "41 Luke Street, London, UK"
}
}, - "display_name": "DisplayName",
- "bio": "bio",
- "age": null
}, - "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "82480f4d-cd2e-4eef-a8fa-27bc450ac030",
- "housecall_cost": 0,
- "created_at": "2018-11-23T21:19:42.018385Z",
- "clinic_appt_cost": 5000,
- "cancelled_on": null,
- "appointments": [ ],
- "appointment_types": [
- 1
], - "address_str": "41 Luke Street, London, UK",
- "accepted_at": null
}, - {
- "updated_at": "2018-12-19T16:19:22.305551Z",
- "timezone": "America/Toronto",
- "time": "2018-12-20T16:18:00.000000Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "doctor_settings": {
- "updated_at": "2018-10-09T15:03:18.004885Z",
- "telemed_consult_cost": 0,
- "istm_number": null,
- "id": "1331f5aa-1d23-41ff-a999-82ed9c2d7c9b",
- "housecall_cost": 0,
- "created_at": "2018-10-09T15:03:18.004878Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-10-09T15:13:44.003708Z",
- "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "id": "a1d27d3a-540b-4fbb-acd0-f56d5d070afc",
- "created_at": "2018-10-09T15:13:44.003704Z",
- "address_str": "41 Luke Street, London, UK"
}
}, - "display_name": "DisplayName",
- "bio": "bio",
- "age": null
}, - "lng": -0.0839055000000144,
- "lat": 51.5238897,
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "id": "aca67e24-5130-44dc-924a-43f405610789",
- "housecall_cost": 0,
- "created_at": "2018-12-19T16:18:09.758291Z",
- "clinic_appt_cost": 5000,
- "cancelled_on": "2018-12-19T16:19:22.305297Z",
- "appointments": [ ],
- "appointment_types": [
- 2
], - "address_str": "41 Luke Street, London, UK",
- "accepted_at": null
}
]
Create Availability Bid For Issue
Create availability bid for an issue
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the issue to create an availability bid for |
Availability Bid Object Attributes
Name | Type | Description |
---|---|---|
time | Datetime | The proposed time for which the appointment will take place |
address_str | String | The proposed address for where the appointment may take place |
appointment_types | Array | An array of Integers specifying which types of appointments the practitioner is available to perform. (Available types can be found on the Appointment Model) |
timezone | String | The timezone of the availability bids origin |
clinic_appt_cost | Integer | Proposed cost to perform a clinic appointment |
housecall_cost | Integer | Proposed cost to perform a housecall |
telemed_consult_cost | Integer | Proposed cost to perform a telemedicine consultation |
location | Object | Precise location detailing where the appointment may take place |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "availability_bid": {
- "time": "2018-10-22T20:41:11.429609Z",
- "timezone": "America/Toronto",
- "appointment_types": [
- 0,
- 1,
- 2
]
}
}
Response samples
- 200
{- "updated_at": "2018-09-23T02:58:56.513295Z",
- "timezone": "America/Toronto",
- "time": "2018-09-23T20:41:11.429609Z",
- "telemed_consult_cost": 0,
- "responder": {
- "username": "astjohn",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": 360,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "languages_spoken": null,
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "doctor_settings": {
- "updated_at": "2018-09-23T02:53:22.086539Z",
- "telemed_consult_cost": 0,
- "istm_number": "1232324234",
- "id": "4cd02c2e-2c1c-446c-a9a4-c2d026beb3a4",
- "housecall_cost": 0,
- "created_at": "2018-05-04T19:43:13.505296Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-09-23T02:53:22.041639Z",
- "lng": 38.89,
- "lat": 28.38,
- "id": "dede83b9-a850-4157-82ef-4d6b22f1d356",
- "created_at": "2018-09-23T02:53:22.041613Z",
- "address_str": "abc123"
}
}, - "display_name": "Dr. Adam",
- "age": null
}, - "lng": 38.89,
- "lat": 28.38,
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "id": "6ed6ac08-3130-4631-b6b5-7b8c9830c106",
- "housecall_cost": 0,
- "created_at": "2018-09-23T02:58:56.513256Z",
- "clinic_appt_cost": 5000,
- "appointment_types": [
- 0,
- 1,
- 2
], - "appointment": { },
- "address_str": "abc123",
- "accepted_at": null
}
Accept
Accepts an availability bid for the current user. When a bid is created, the responder might have proposed several appointment types with different costs. Therefore, the appointment_type must be specified when accepting the bid.
Request Parameters
Name | Type | Description |
---|---|---|
bid_id | String | UUID of the bid to be accepted |
Body Parameters
Name | Type | Description |
---|---|---|
appointment_type | Integer | The AppointmentType that the user is requesting from the bid that they're accepting. |
path Parameters
bid_id required | string Example: 733c81af-ecff-4586-94c0-f76a4a418ee8 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "appointment_type": 0
}
Response samples
- 200
{- "updated_at": "2018-09-23T03:45:29.375721Z",
- "timezone": "America/Toronto",
- "time": "2018-09-23T20:41:11.429609Z",
- "telemed_consult_cost": 4400,
- "responder": {
- "username": null,
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": "15196356330",
- "last_name": "P",
- "languages_spoken": [
- "en",
- "fr"
], - "language": "en",
- "id": "27e72e36-f56c-479b-8072-a3b3b18e4eb9",
- "home_country": "CA",
- "first_name": "Mike",
- "email": "mpereira@sitata.com",
- "doctor_settings": {
- "updated_at": "2018-09-19T20:23:06.596035Z",
- "telemed_consult_cost": 4400,
- "istm_number": "12345",
- "id": "23b80c28-14b9-49e4-931d-9b007dac6b83",
- "housecall_cost": 15000,
- "created_at": "2018-09-19T20:23:06.596024Z",
- "clinic_appt_cost": 10000,
- "clinic_address": {
- "updated_at": "2018-09-19T20:23:06.451962Z",
- "lng": -80.49785939999998,
- "lat": 43.4511316,
- "id": "61ae0274-36ad-4090-8fc5-4da70054ce63",
- "created_at": "2018-09-19T20:23:06.451838Z",
- "address_str": "121 Charles Street West, Kitchener, ON, Canada"
}
}, - "display_name": "Dr. Mike",
- "age": null
}, - "lng": -80.49785939999998,
- "lat": 43.4511316,
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "id": "617d0a77-7b86-4d1e-9269-783bacd89355",
- "housecall_cost": 15000,
- "created_at": "2018-09-23T03:29:52.756599Z",
- "clinic_appt_cost": 10000,
- "appointment_types": [
- 0,
- 1,
- 2
], - "appointment": {
- "timezone": "America/Toronto",
- "status": 0,
- "start_time": "2018-09-23T20:41:11.429609Z",
- "responder_id": "27e72e36-f56c-479b-8072-a3b3b18e4eb9",
- "patient_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "lng": -80.49785939999998,
- "lat": 43.4511316,
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "id": "b200258a-e972-42cc-9904-6c77202fbfe8",
- "cost": 10000,
- "closed_at": null,
- "availability_bid_id": "617d0a77-7b86-4d1e-9269-783bacd89355",
- "address_str": "121 Charles Street West, Kitchener, ON, Canada"
}, - "address_str": "121 Charles Street West, Kitchener, ON, Canada",
- "accepted_at": "2018-09-23T03:45:29.375393Z"
}
Cancel Availability Bid
Cancels an Availability Bid
given its id.
Request Parameters
Name | Type | Description |
---|---|---|
availability_bid_id | String | The id of the availability bid to cancel |
path Parameters
availability_bid_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Request Body schema: application/json
Request samples
- Payload
""
A beneficiary is someone other that the User
associated with a Subscription
who may benefit from certain coverages and services of the Product
s within the Subscription, but otherwise does not have a User
account at Sitata.
When creating Subscriptions, only create Users for those who wish to log into Sitata and receive communications from Sitata. Therefore, most insurance-related purchases only create a single Subscription with a single user and all other people are listed as Beneficiaries.
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
String | The email of the beneficiary | |
first_name | String | The first name of the beneficiary |
last_name | String | The last name of the beneficiary |
phone_number | String | The phone number of the beneficiary |
birthday | String | The birthday of the beneficiary. Use ISO 8601 format. i.e. YYYY-MM-DD |
relation | Integer | The relation of the beneficiary to the User purchasing a Subscription . See below. |
A checkin allows a user to disclose their position. When it is created for a specific CheckInRequest
(Safety Request), then it allows the user to tell their organization either they are safe or that they require assistance.
Name | Type | Description |
---|---|---|
id | String | The id of the checkin |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
checkin_at | Datetime | The time the checkin occurred on the mobile device |
lat | Double | The latitude when the checkin was created |
lng | Double | The longitude when the checkin was created |
type | Integer | The type of checkin (see below) |
accuracy | Integer | The accuracy of the checkin (see below) |
country_code | String | The two character country code of where the checkin was created. e.g. CA for Canada |
anonymized | Boolean | True if the checkin location has been anonymized by skewing the lat/lng |
ip_address | String | The ip address of where the checkin occurred |
user_id | String | The id of the user that the checkin belongs to |
status | Integer | The status of the checkin (see below) |
device_token | String | The push notification token of the device that is creating the checkin. Required! |
Value | Description |
---|---|
0 | fine (less than 100m accuracy) |
1 | coarse (more than or equal to 100m accuracy) |
2 | geocoded (lat/lng determined from ip address) |
3 | country_wide |
99 | unknown |
These values are used primarily when the user has manually checked in. If the checkin is automatic, the value should be set to Unreported
.
Value | Description |
---|---|
0 | Unreported |
1 | Safe |
2 | Help |
Create CheckIn
Create a checkin for a user.
Body Parameters
The request must be wrapped in a key named check_in
.
Name | Type | Description |
---|---|---|
latitude | Double | The latitude of the checkin |
longitude | Double | The longitude of the checkin |
accuracy | Integer | The accuracy of the checkin |
type | Integer | The type of checkin |
status | Integer | The status for the checkin |
country_code | String | The two character country code for the checkin. e.g. CA for Canada |
device_token | String | Push notification token for the mobile device |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "check_in": {
- "lat": "-23.53364",
- "lng": "-46.6346",
- "accuracy": 0,
- "type": 0
}
}
Response samples
- 201
{- "user_id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "updated_at": "2019-01-20T02:32:23.064134Z",
- "type": 0,
- "status": 0,
- "lng": -46.6346,
- "lat": -23.53364,
- "ip_address": "130.211.47.165",
- "id": "13d8db8c-3ff0-46e3-93f8-bcd921102953",
- "device_token": null,
- "created_at": "2019-01-20T02:32:23.064116Z",
- "country_code": null,
- "checkin_at": "2019-01-20T02:32:23.060115Z",
- "anonymized": false,
- "accuracy": 0
}
Create CheckIn For Check In Request
Create a checkin for a user under a specific check in request.
Request Parameters
Name | Type | Description |
---|---|---|
check_in_request_id | String | The id of the CheckInRequest that this CheckIn should belong to. |
Body Parameters
The request must be wrapped in a key named check_in
.
Name | Type | Description |
---|---|---|
latitude | Double | The latitude of the checkin |
longitude | Double | The longitude of the checkin |
accuracy | Integer | The accuracy of the checkin |
type | Integer | The type of checkin |
status | Integer | The status for the checkin |
country_code | String | The two character country code for the checkin. e.g. CA for Canada |
path Parameters
check_in_request_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "check_in": {
- "latitude": "-23.53364",
- "longitude": "-46.6346",
- "accuracy": 0,
- "type": 0,
- "status": 2,
- "country_code": "CA"
}
}
Response samples
- 200
{- "user_id": "9b8ea7df-b4a6-4af6-a4f1-484c123992c9",
- "updated_at": "2018-08-23T15:06:33.190446Z",
- "type": 0,
- "status": 2,
- "lng": "-46.6346",
- "lat": "-23.53364",
- "ip_address": null,
- "id": "17c78e42-655c-43d0-a0d6-273b3c6f198f",
- "created_at": "2018-08-23T15:06:33.190441Z",
- "country_code": "CA",
- "checkin_at": "2018-08-23T15:06:33.187922Z",
- "anonymized": false,
- "accuracy": 0
}
Check in requests allow traveller managers and organizations to create a check in request for their travellers, for which travellers can respond with a check in and their status
Name | Type | Description |
---|---|---|
id | String | The id of the CheckInRequest |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
user_id | String | The id of the user that created this CheckInRequest |
Get Check In Requests
Responds with a list of check in requests for the current user. By default, will return check in requests which have not been answered by the user.
Parameters
Name | Type | Description |
---|---|---|
all | Integer | When set to 1, will return all check in requests, answered and unanswered |
query Parameters
all | integer Example: all=1 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-12-19T16:38:57Z",
- "id": "43490a9a-1025-4cd9-bfac-1f5b98b29f02",
- "requester": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "status": 0,
- "updated_at": "2019-01-07T19:40:24Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T20:55:58Z",
- "id": "50dfa4f6-386c-454f-9abf-6cc724da24b9",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2019-01-18T21:22:30Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T20:54:36Z",
- "id": "25de3aee-f79a-4082-a415-c0a557148a43",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T20:54:36Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T20:54:06Z",
- "id": "142d36e6-cad7-4cf6-bfbe-6bb40e5ee331",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T20:54:06Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T20:53:33Z",
- "id": "cd67419c-e461-471a-842d-5b5b9bf69f06",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T20:53:33Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T20:06:57Z",
- "id": "30e7a834-eed5-4c7a-9402-a6d6aeb6203b",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T20:06:57Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T19:40:57Z",
- "id": "e1efe9e0-aa21-457e-997d-8df4cdf516bb",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T19:40:57Z",
- "users": [ ]
}, - {
- "alert_id": null,
- "check_ins": [ ],
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2018-11-09T19:32:44Z",
- "id": "d98c8b6f-7430-4165-aed4-c3eec7b00293",
- "requester": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "status": 0,
- "updated_at": "2018-11-09T19:32:44Z",
- "users": [ ]
}
]
A conversation allows for users to have a chat. Conversations can have multiple participants (users) and have many messages. Conversations can also be assocaited with a video room.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
name | String | The name of the conversation (DEPRECATED? - not used) |
messages | [Message ] |
A list of messages in the conversation |
participants | [User ] |
A list of users who have access to the conversation and can make messages within it |
Get Conversations
Get conversations
Request Parameters
Name | Type | Description |
---|---|---|
discrete | Boolean | When true, will return conversations that do not have an issue_id or appointment_id |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "appointment_id": "7adc8426-30cc-4128-a15f-2aeda8069bf4",
- "created_at": "2019-02-27T15:37:21Z",
- "id": "5f3d23c0-b235-4d39-88fb-9991b00875f0",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "msg",
- "client_id": "97a8f339-2cdb-4cfb-a645-aac7ddd3978a",
- "created_at": "2019-09-04T15:38:09Z",
- "id": "6076cec2-1db2-4d7c-9732-766ad64bd5c1",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "presence",
- "client_id": "4e05e2cf-8839-4e17-8f20-34a84574342b",
- "created_at": "2019-09-24T14:40:55Z",
- "id": "f9d2a67c-434c-40e6-a15e-f8d78d6c96e6",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:40:55Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "fafc5a8d-ac77-401e-bf85-f20fe56b002e",
- "created_at": "2019-07-29T16:59:38Z",
- "id": "7e2e58df-fccc-4ba1-9689-60b1a1525cd7",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "live socket",
- "client_id": "5585ddff-5a65-42c4-a6f3-be87fcca22e8",
- "created_at": "2019-07-29T16:59:46Z",
- "id": "52b43a50-5251-4c1a-a05e-c6620fbb7728",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-09-27T16:36:59Z"
}, - {
- "appointment_id": "2257b3d4-4743-4f86-939f-cc21ed02c554",
- "created_at": "2019-08-26T16:55:20Z",
- "id": "32d7a72c-059a-4b76-bd06-9cb76f9aa36b",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "Hello",
- "client_id": "8f2defe9-a2de-4eee-8989-04618f1e8e37",
- "created_at": "2019-09-25T17:06:51Z",
- "id": "1d7a0d10-bcfa-40cc-a683-2627af77375f",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-25T17:06:51Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-09-25T18:11:16Z"
}, - {
- "appointment_id": "0419f4b7-67eb-4189-9e34-402ff4ff389a",
- "created_at": "2019-08-26T16:52:56Z",
- "id": "1ec38bf5-0ae2-4777-8948-0a4a54a9787b",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "Hello",
- "client_id": "9ff89e77-4f79-47fa-b5a6-0314729932a5",
- "created_at": "2019-08-26T16:53:06Z",
- "id": "4614f44a-b4d6-4bce-8e15-a2ce65112364",
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-26T16:53:06Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-08-26T16:53:06Z"
}, - {
- "appointment_id": "3bd6e42e-6197-49fe-8f5f-fefac57185db",
- "created_at": "2019-02-27T15:36:47Z",
- "id": "7656603e-c8f4-470b-8bed-07ec40d6f14d",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "First msg",
- "client_id": "ea6b1f34-c8fd-40b1-81c3-138c5023321b",
- "created_at": "2019-04-04T18:55:10Z",
- "id": "d88fbe14-5a99-4f82-b4e1-9e2771a3bf0f",
- "status": 1,
- "type": 0,
- "updated_at": "2019-04-04T18:55:10Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-08-26T16:46:27Z"
}, - {
- "appointment_id": "a7fafb2a-13e1-457e-bba5-34b68298a02c",
- "created_at": "2019-02-27T15:40:06Z",
- "id": "01af2437-9f4a-486a-bd4a-855675f43c41",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": null,
- "client_id": null,
- "created_at": "2019-02-27T15:40:06Z",
- "id": "03eae76f-7b2f-4d7d-98aa-b606d78f5373",
- "status": 1,
- "type": 3,
- "updated_at": "2019-02-27T15:40:06Z",
- "user_id": null
}
], - "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-04-04T20:07:53Z"
}, - {
- "appointment_id": "db589b45-01df-45a3-b06e-54bff77872bb",
- "created_at": "2019-02-27T15:45:45Z",
- "id": "3d4d5040-f68a-40c8-b401-1e99645532a2",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "??",
- "client_id": "1816bfff-b730-49f2-b1ca-4ced72ae9971",
- "created_at": "2019-04-03T15:07:26Z",
- "id": "fe48b7ab-648c-4e57-b80d-39216b6db816",
- "status": 2,
- "type": 0,
- "updated_at": "2019-04-03T15:07:26Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "hey",
- "client_id": "b7c06a77-4dcf-415f-b9e3-a6aae865a986",
- "created_at": "2019-04-03T14:58:46Z",
- "id": "c14a8d93-9077-424a-bba0-bdf3255fdeb6",
- "status": 2,
- "type": 0,
- "updated_at": "2019-04-03T14:58:46Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-04-04T18:40:22Z"
}, - {
- "appointment_id": null,
- "created_at": "2019-03-25T19:33:41Z",
- "id": "b71babfe-e91e-4d3d-a2ed-e7c68f565a0a",
- "issue_id": "af5af3a0-4288-45d4-a6b6-1f5b2a898c22",
- "messages": [ ],
- "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-03-25T19:33:41Z"
}, - {
- "appointment_id": "f9472212-1483-44ea-85b1-e90c4a8fe694",
- "created_at": "2019-02-27T15:32:23Z",
- "id": "7735b120-b123-4be3-a705-2446b982b0da",
- "issue_id": null,
- "messages": [ ],
- "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-02-27T15:32:23Z"
}, - {
- "appointment_id": "59cda9b6-7e98-467d-91f0-3670858c5080",
- "created_at": "2019-01-23T18:59:04Z",
- "id": "97c7a923-5bb7-4911-a885-814fb3d7142f",
- "issue_id": null,
- "messages": [
- {
- "asset": {
- "description": "Description of Asset",
- "id": "2d0e620d-de68-4c79-99a4-902fa2a25b56",
- "lat": null,
- "lng": null,
- "photo": {
- "large": "/uploads/photos/f6f56d8d-4f2b-4267-a913-cdbfae11d582/f6f56d8d-4f2b-4267-a913-cdbfae11d582_large.jpg",
- "original": "/uploads/photos/f6f56d8d-4f2b-4267-a913-cdbfae11d582/f6f56d8d-4f2b-4267-a913-cdbfae11d582_original",
- "thumb": "/uploads/photos/f6f56d8d-4f2b-4267-a913-cdbfae11d582/f6f56d8d-4f2b-4267-a913-cdbfae11d582_thumb.jpg"
}, - "title": null,
- "type": 3,
- "url": null,
- "video": {
- "original": null
}
}, - "body": "hi",
- "client_id": null,
- "created_at": "2019-02-14T16:10:32Z",
- "id": "3143611e-3486-46b3-af50-d7b1465d42d1",
- "status": 1,
- "type": 0,
- "updated_at": "2019-02-14T16:10:32Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": {
- "description": "Description of Asset",
- "id": "bbe02aeb-b426-4b5c-89ea-8dca85de54a7",
- "lat": null,
- "lng": null,
- "photo": {
- "large": "/images/photos/missing_large.jpg",
- "original": "/images/photos/missing_original.jpg",
- "thumb": "/images/photos/missing_thumb.jpg"
}, - "title": null,
- "type": 3,
- "url": null,
- "video": {
- "original": null
}
}, - "body": "hi",
- "client_id": null,
- "created_at": "2019-02-14T15:49:48Z",
- "id": "d7251872-ea2f-4cba-a356-e1e228a8a8c9",
- "status": 1,
- "type": 0,
- "updated_at": "2019-02-14T15:49:48Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "hi",
- "client_id": null,
- "created_at": "2019-02-14T15:48:53Z",
- "id": "712ba83b-62ce-4032-8d97-28cee640551b",
- "status": 1,
- "type": 0,
- "updated_at": "2019-02-14T15:48:53Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "7fe26833-d48a-4534-b800-a142953cd8e0",
- "created_at": "2019-02-14T15:41:09Z",
- "id": "a5f130a3-1f7d-47c8-9070-5f2e9d492fcf",
- "status": 1,
- "type": 0,
- "updated_at": "2019-02-14T15:41:09Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": {
- "description": "desc",
- "id": "219efc01-4bdc-4e63-ab59-3da1eaefd262",
- "lat": null,
- "lng": null,
- "photo": {
- "large": "/uploads/photos/5d7e6daa-7107-4bb6-8158-96e098ca034a/5d7e6daa-7107-4bb6-8158-96e098ca034a_large.jpg",
- "original": "/uploads/photos/5d7e6daa-7107-4bb6-8158-96e098ca034a/5d7e6daa-7107-4bb6-8158-96e098ca034a_original",
- "thumb": "/uploads/photos/5d7e6daa-7107-4bb6-8158-96e098ca034a/5d7e6daa-7107-4bb6-8158-96e098ca034a_thumb.jpg"
}, - "title": null,
- "type": 3,
- "url": null,
- "video": {
- "original": null
}
}, - "body": "hi",
- "client_id": null,
- "created_at": "2019-02-14T16:24:15Z",
- "id": "dc2171b4-d4ce-41a6-94e1-899299795b2e",
- "status": 1,
- "type": 0,
- "updated_at": "2019-02-14T16:24:15Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-01-23T19:00:46Z"
}, - {
- "appointment_id": null,
- "created_at": "2018-12-21T17:04:20Z",
- "id": "79e49106-f243-459a-abac-161715a4add4",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "Hello",
- "client_id": "1119fe66-c93a-47e0-bb31-2629d344144e",
- "created_at": "2018-12-21T19:58:14Z",
- "id": "62affc57-ed77-4ba3-b663-bc4e7baabcd9",
- "status": 1,
- "type": 0,
- "updated_at": "2018-12-21T19:58:14Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "1eac2c82-98f3-42b0-af33-d573a512abd8",
- "created_at": "2018-12-21T19:58:12Z",
- "id": "cc897e27-fafa-4c24-bbeb-4b4a5f9c8313",
- "status": 1,
- "type": 0,
- "updated_at": "2018-12-21T19:58:12Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "ddd69cbf-f3b0-42f9-bc6e-1996616906b8",
- "created_at": "2018-12-21T19:56:32Z",
- "id": "db37638a-1c49-4fd9-bf66-0ed7ba6566a3",
- "status": 1,
- "type": 0,
- "updated_at": "2018-12-21T19:56:32Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "name": "Conversation v2",
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2018-12-21T17:04:20Z"
}
]
Create Conversation
Creates a Conversation.
Conversation Object Attributes
Name | Type | Description |
---|---|---|
name | String | The name of the conversation |
type | Integer | The type of conversation |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "conversation": {
- "name": "Sitata Conversation",
- "type": 0
}
}
Response samples
- 200
{- "appointment_id": null,
- "created_at": "2019-11-04T20:00:35Z",
- "id": "f88da2e4-7041-407c-8b48-3a6d4e1c15f7",
- "issue_id": null,
- "messages": [ ],
- "name": "Sitata Conversation",
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-11-04T20:00:35Z"
}
Get Conversation For Issue
Returns the conversation for a particular issue. When an issue is created, a conversation is created for the issue. This participants of this conversation usually include the traveller and any responders that are handling the issue.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | UUID of the issue to request conversation |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "participants": [
- {
- "username": "astjohn",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": 360,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}
], - "name": null,
- "messages": [
- {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-17T19:59:23.132317Z",
- "type": 0,
- "status": 0,
- "id": "f678b585-d0ba-43b0-a07e-4e68b54b734d",
- "created_at": "2018-09-17T19:59:23.132304Z",
- "client_id": "47e7e816-fa9a-48a2-ae58-da9afc25d457",
- "body": "Hello11",
- "asset": { }
}
], - "id": "9355628b-4aaa-4fc3-92a2-0eb962dff50f"
}
Get Conversation For Appointment
Returns conversation for an appointment.
Request Parameters
Name | Type | Description |
---|---|---|
appointment_id | String | The id of the appointment |
path Parameters
appointment_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "participants": [
- {
- "username": "astjohn",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": 360,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}
], - "name": null,
- "messages": [
- {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-17T19:59:23.132317Z",
- "type": 0,
- "status": 0,
- "id": "f678b585-d0ba-43b0-a07e-4e68b54b734d",
- "created_at": "2018-09-17T19:59:23.132304Z",
- "client_id": "47e7e816-fa9a-48a2-ae58-da9afc25d457",
- "body": "Hello11",
- "asset": { }
}
], - "id": "9355628b-4aaa-4fc3-92a2-0eb962dff50f"
}
Get Conversation
Returns a singular conversation.
Request Parameters
Name | Type | Description |
---|---|---|
convo_id | String | UUID of the conversation |
path Parameters
convo_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "participants": [
- {
- "username": "astjohn",
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}
], - "name": null,
- "messages": [
- {
- "user_id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "updated_at": "2019-01-19T16:42:17.028183Z",
- "type": 0,
- "status": 1,
- "id": "7e48ff33-0231-4414-96ee-459f53ba23c7",
- "created_at": "2019-01-19T16:42:17.028163Z",
- "client_id": "7137be26-e509-4e4f-86a3-3904c3402701",
- "body": "how are you doing?",
- "asset": null
}
], - "id": "6f623c1c-f3fc-4ade-91b7-bb7a9a8ef3f6"
}
Create Video For Conversation
Create a video channel for a conversation. Returns the video object structure and access token. This endpoint can be used to request a new access token.
Request Parameters
Name | Type | Description |
---|---|---|
convo_id | String | UUID of the conversation to request a video token for |
path Parameters
convo_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
""
Response samples
- 201
{- "video_codecs": [
- "VP8",
- "H264"
], - "unique_name": "9279279e-955c-4618-a839-6e64d073997a",
- "status": "in-progress",
- "access_token": "eyJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIiwidHlwIjoiSldUIn0.eyJleHAiOjE1Mzc3MzAwNzksImdyYW50cyI6eyJpZGVudGl0eSI6ImUxMzc2ZGM3LWYyZDMtNGI1Yi05YTU0LTMxN2JiOTBhYWRhZiIsInZpZGVvIjp7InJvb20iOiI5Mjc5Mjc5ZS05NTVjLTQ2MTgtYTgzOS02ZTY0ZDA3Mzk5N2EifX0sImlzcyI6IlNLNzA3YWZlMzJjODkwNTc3NDNlMzg1ZGJmNDdmZWY3MTMiLCJqdGkiOiJTSzcwN2FmZTMyYzg5MDU3NzQzZTM4NWRiZjQ3ZmVmNzEzLTE1Mzc3MjI4NzkiLCJzdWIiOiJBQzA0NTYzNGUyY2Q2YzAyMDRkODhlOGFkOTc2Mjc2OTdiIn0.6oRt2_rN7qcYQuIsgKuqw092NB-cpQ-keDFrkbiAP5w"
}
Join Conversation
Joins a conversation
Request Parameters
Name | Type | Description |
---|---|---|
conversation_id | String | The id of the conversation |
path Parameters
conversation_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "appointment_id": "7adc8426-30cc-4128-a15f-2aeda8069bf4",
- "created_at": "2019-02-27T15:37:21Z",
- "id": "5f3d23c0-b235-4d39-88fb-9991b00875f0",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "?",
- "client_id": "f598b738-7897-4ac6-b473-44fb74cb0ed7",
- "created_at": "2019-09-24T14:40:36Z",
- "id": "b0e6aa29-dbcc-42fa-8d98-974e233155ba",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:40:36Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "asset": null,
- "body": "grjigrgjik m",
- "client_id": "4c712929-f676-429d-8757-2d0a16a3faae",
- "created_at": "2019-09-27T16:33:50Z",
- "id": "e7ddbb46-c1b2-4076-a033-3921cd67f2e9",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-27T16:33:50Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "presence",
- "client_id": "4e05e2cf-8839-4e17-8f20-34a84574342b",
- "created_at": "2019-09-24T14:40:55Z",
- "id": "f9d2a67c-434c-40e6-a15e-f8d78d6c96e6",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:40:55Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "kkk",
- "client_id": "6f3fed58-bc8d-45b8-b184-65c2384560c8",
- "created_at": "2019-09-27T16:33:55Z",
- "id": "e271e127-5079-4e2f-b842-d20de9fb9c64",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-27T16:33:55Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "fafc5a8d-ac77-401e-bf85-f20fe56b002e",
- "created_at": "2019-07-29T16:59:38Z",
- "id": "7e2e58df-fccc-4ba1-9689-60b1a1525cd7",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "live socket",
- "client_id": "5585ddff-5a65-42c4-a6f3-be87fcca22e8",
- "created_at": "2019-07-29T16:59:46Z",
- "id": "52b43a50-5251-4c1a-a05e-c6620fbb7728",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "fe",
- "client_id": "d98c8854-ad91-46bb-bb1f-77a32dd23fbc",
- "created_at": "2019-07-29T16:59:58Z",
- "id": "c12b6964-5ca5-416c-95be-a644916b8f6c",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "fe",
- "client_id": "9888294a-ade2-435c-bf4c-26b950436041",
- "created_at": "2019-07-29T16:59:59Z",
- "id": "a92b6d0d-f5c6-45d6-8a83-95f00d3b5230",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "901b83c5-b453-4a4e-afb3-40bb6ce3c834",
- "created_at": "2019-08-26T16:46:22Z",
- "id": "e9af3376-a0a0-4f75-ba74-2feb36524c2f",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "kejiekker",
- "client_id": "3c8f4ed1-bd40-4607-af85-790a0c12d851",
- "created_at": "2019-09-27T16:36:59Z",
- "id": "620d89db-0a63-43f8-a231-6183bc373bf0",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-27T16:36:59Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "86f66da9-e4b8-4725-a852-348c63e062ce",
- "created_at": "2019-07-10T19:02:58Z",
- "id": "347fc5c3-a2a6-4bd7-bcbd-278349f81667",
- "status": 2,
- "type": 0,
- "updated_at": "2019-07-10T19:53:14Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "c6a2cc2b-795e-400b-b5dc-06d585607416",
- "created_at": "2019-07-10T19:03:26Z",
- "id": "d8df3e19-d550-410c-8d48-f9aa4de51385",
- "status": 2,
- "type": 0,
- "updated_at": "2019-07-10T19:53:14Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "msg",
- "client_id": "c8e0b50a-1fab-4877-8056-4bfb91e37db5",
- "created_at": "2019-09-04T15:38:08Z",
- "id": "212d9349-80f7-441f-90e4-2d604a34c5f8",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "msg",
- "client_id": "97a8f339-2cdb-4cfb-a645-aac7ddd3978a",
- "created_at": "2019-09-04T15:38:09Z",
- "id": "6076cec2-1db2-4d7c-9732-766ad64bd5c1",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}
], - "updated_at": "2019-11-04T20:06:28Z"
}
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
created_at | Datetime | The datetime the issue was created |
updated_at | Datetime | The time the issue was last updated |
type | Integer | The type of coupon |
description | String | Short description which shows on invoices |
percent_off | Decimal | Percentage discount |
redeem_before | DateTime | The time that the coupon must be redeemed before |
max_redemptions | Integer | The total number of redemptions allowed for this coupon |
times_redeemed | Integer | The number of redemptions used for this coupon |
duration | Integer | The duration type (see below) |
Value | Description |
---|---|
0 | Forever. Coupon is applied for current and all future payments. |
1 | Once. Coupon is applied for only one payment. |
Get Coupon
Request details for a coupon.
Request Parameters
Name | Type | Description |
---|---|---|
coupon_id | String | The id of the coupon |
path Parameters
coupon_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "updated_at": "2019-06-25T13:15:42.691186Z",
- "type": 0,
- "times_redeemed": 0,
- "redeem_before": null,
- "product_identifier": "sitata-yearly",
- "percent_off": 25,
- "max_redemptions": null,
- "id": "6998d304-1cc1-4489-9e5d-c8fc4359bddb",
- "human_id": "25off",
- "duration": 0,
- "description": "25% off",
- "created_at": "2019-06-24T17:18:22.724810Z"
}
Name | Type | Description |
---|---|---|
id | String | The id of the checkin |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
capital | String | The name of the capital |
language | String | The languages spoken |
currency_name | String | The name of the currency |
currency_code | String | The currency code |
division_name | String | What major administration regions are called. e.g. Province or State |
region_name | String | What minor adminstration regions are called. e.g. Municipality |
topojson_url | String | Url to the country's topojson file. |
geojson_url | String | Url to the country's geojson file. |
facts | String | Facts about the country in markdown format |
sec_areas | String | Areas to avoid in markdown format |
sec_ext_viol | String | Extreme violence in markdown format |
sec_personal | String | Personal security in markdown format |
sec_pol_unr | String | Political unrest in markdown format |
name | String | Name of the country |
country_code | String | Two character country code |
country_code_3 | String | Three character country code |
sec_emer_num | String | Note about emergency numbers |
center_lat | Double | Latitude of center point of country |
center_lng | Double | Longitude of center point of country |
ne_bound_lat | Double | Latitude of north east bounds of country |
ne_bound_lng | Double | Longitude of north east bounds of country |
sw_bound_lat | Double | Latitude of south west bounds of country |
sw_bound_lng | Double | Longitude of south west bounds of country |
flag | Map | Map of urls to images of the country's flag |
banner | String | Url of the country's banner image |
travel_status | Integer | Travel status for the country (see below) |
emerg_numbers | [ContactDetail] | List of emergency numbers (contact details) for the country (see below) |
Value | Description |
---|---|
0 | Use normal safety precautions |
1 | Exercise high caution |
2 | Avoid travel |
Name | Type | Description |
---|---|---|
id | String | Id for the contact detail |
typ | Integer | Type of contact detail (see below) |
val | String | Value of contact detail |
note | String | A short description of the contact detail where applicable |
order | Integer | Specifies what in order to display a list of contact details |
Value | Description |
---|---|
0 | Office phone |
1 | Fax |
2 | Home phone |
3 | Phone number |
4 | URL |
5 | Email address |
6 | Mailing address |
90 | Police emergency number |
91 | Fire emergency number |
92 | Ambulance emergency number |
93 | Tourist emergency number |
98 | Other emergency number |
99 | Other |
Get Countries
Returns a list of countries. You may specify the page only when requesting a full list of countries(short param is false, or omitted entirely).
Request Parameters
Name | Type | Description |
---|---|---|
short | Boolean | When true, will return all countries with fewer properties. Default is false and will return all properties. |
page | Integer | The page of countries to request. |
query Parameters
page | integer Example: page=1 The page number |
short | boolean Example: short=true When true, will return a list of countries with a smaller set of properties. This is useful for caching a list. |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept-Language | string Example: all |
Responses
Response samples
- 200
[- {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Port Vila",
- "center_lat": -15.376706,
- "center_lng": 166.959158,
- "country_code": "VU",
- "country_code_3": "VUT",
- "created_at": "2017-10-30T00:58:59Z",
- "currency_code": "VUV",
- "currency_name": "Vanuatu vatu",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "1367dbfc-50bd-4705-936d-25e0ca251844",
- "note": "Private medical ambulance",
- "order": 2,
- "typ": 92,
- "val": "115"
}, - {
- "id": "23ac97ce-c6ff-4245-bff4-9e4bdfdb28cd",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "113"
}, - {
- "id": "941a34e0-1013-4dcd-9b20-6b97e3434969",
- "note": "Public ambulance",
- "order": 1,
- "typ": 92,
- "val": "112"
}, - {
- "id": "43d1cdaf-8e92-4be2-9947-232668cef518",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "111"
}
], - "facts": "The Republic of Vanuatu is an island nation of more than 80 islands in the South Pacific Ocean. The population is about 272,000 people. Prior to the 18th century, there were many waves of colonizers to the islands, and as a result, this small nation has more than 100 local languages.\r\n\r\nFormerly known as the New Hebrides, the islands were jointly administered by the French and British from 1906. After a movement for independence developed in the 1970s, the islands gained independence in 1980 and adopted the name, Vanuatu. The government is a parliamentary republic with a president as chief of state and a prime minister as head of government. \r\n\r\nMuch of Vanuatu is covered with tropical rainforests. There are several active volcanoes. The area is at risk for earthquakes, tsunamis and cyclones. In 2015, Cyclone PAM caused much devastation.\r\n\r\nCoral reefs, caves, and one of the largest shipwrecks in the world provide scuba diving opportunities. Visitors can enjoy eco tours, fishing, hiking trails, kayaking, and beautiful beaches.",
- "flag": {
- "list": "/uploads/countries/VU/592559d8-0fbf-40cc-ad0a-14a09efd620b_list_VU-1d455dc6-54e0-4f1c-b543-83f6c13da26d.jpg?v=63680415994",
- "main": "/uploads/countries/VU/592559d8-0fbf-40cc-ad0a-14a09efd620b_main_VU-1d455dc6-54e0-4f1c-b543-83f6c13da26d.jpg?v=63680415994",
- "original": "/uploads/countries/VU/592559d8-0fbf-40cc-ad0a-14a09efd620b_original_VU-1d455dc6-54e0-4f1c-b543-83f6c13da26d.jpg?v=63680415994"
}, - "flag_emoji": "🇻🇺",
- "id": "592559d8-0fbf-40cc-ad0a-14a09efd620b",
- "language": "Bislama; English; French",
- "name": "Vanuatu",
- "ne_bound_lat": -12.8064449,
- "ne_bound_lng": 170.5023193,
- "region_name": "None",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft is increasing and can occur in any crowded area or tourist destination. Take precautions for your personal safety as you would anywhere. There have been some reports of attacks against tourists, however, these were in remote or isolated areas. Avoid walking in isolated areas or alone at night.\r\n\r\nKeep valuables secured and out of sight. Safeguard your important documents, such as your passport. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nRoad travel outside Port Vila and Luganville can be unsafe. Roads may be in poor condition, and vehicles may not be in good repair.\r\n\r\nSharks are common in waters around Vanuatu, especially around Malekula and Espiritu Santo islands. Check with the local authorities before swimming.\r\n\r\nDrug offences bring penalties of fines and possibly prison.\r\n\r\nVanuatu is a conservative country. Therefore, follow a conservative mode of behaviour and dress. Although homosexuality is not illegal, open displays of affection between same-sex partners may offend some people and bring unwanted attention.\r\n\r\nIf you enter non-public areas, including beaches, you may be charged an access fee by the landowner. Always get permission from the local landowner before going onto their property.",
- "sec_pol_unr": "",
- "sw_bound_lat": -20.5350773,
- "sw_bound_lng": 166.0583495,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Valletta",
- "center_lat": 35.937496,
- "center_lng": 14.375416,
- "country_code": "MT",
- "country_code_3": "MLT",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Regions",
- "emerg_numbers": [
- {
- "id": "c7f319f2-599f-41f8-bb48-f5b0c47a5cee",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Malta is an island nation archipelago in the Mediterranean Sea, south of Sicily, Italy, with an area of 122 square miles. The Maltese archipelago consists of the islands of Malta, Gozo, Comino, Comminotto and Filfla. The government is a parliamentary republic with a president as chief of state and a prime minister as head of government. The population is about 415,200 people.\r\n\r\nThe island of Malta was first colonized by the Phoenicians and Carthaginians between 1000 and 600 BCE. Over the centuries, the country was ruled by Arabs and Normans. From 1814, Malta was part of the British empire and was an important naval base for the Allies. In 1964, Malta gained independence, and in 1974, became the Republic of Malta.\r\n\r\nMalta has become a popular tourist destination and a destination for medical tourism. Travellers are attracted by the beaches, warm climate, opportunities for surfing and diving, and three UNESCO World Heritage Sites. ",
- "flag": {
- "list": "/uploads/countries/MT/dc84414f-b9a9-48a6-a025-39c70eb9f316_list_MT-cdfa2780-9725-430b-9ee3-68f6799df3fc.jpg?v=63680415996",
- "main": "/uploads/countries/MT/dc84414f-b9a9-48a6-a025-39c70eb9f316_main_MT-cdfa2780-9725-430b-9ee3-68f6799df3fc.jpg?v=63680415996",
- "original": "/uploads/countries/MT/dc84414f-b9a9-48a6-a025-39c70eb9f316_original_MT-cdfa2780-9725-430b-9ee3-68f6799df3fc.jpg?v=63680415996"
}, - "flag_emoji": "🇲🇹",
- "id": "dc84414f-b9a9-48a6-a025-39c70eb9f316",
- "language": "English; Maltese",
- "name": "Malta",
- "ne_bound_lat": 36.0853,
- "ne_bound_lng": 14.5765999,
- "region_name": "localities - local councils",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in Malta, and most travellers have no trouble. Violent crime is rare. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur. Be particularly cautious on public transportation, around markets and stores in Valletta and Marsaxlokk, beaches, and the nightclub areas of Paceville in St. Julian’s (San Ġiljan) and Sliema. Exercise caution on buses, especially the 12, 13, 14 and 15 services from Sliema, St. Julian's and Paceville to Valletta. Always be alert in your surroundings. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night.\r\n\r\nThere have been reports of travellers being drugged and robbed at bars. Do not accept drinks or food from strangers and never leave your drinks out of your sight. The lack of crowd control and excessive drinking has led to violent incidents, some racially motivated, in the Paceville nightclub area.\r\n\r\nTraffic drives on the left. Roads may be in poor condition, and drivers may not follow standard rules of the road.\r\n\r\nSelling, using or possessing illegal drugs in Malta can bring severe penalties.\r\n\r\nThere are no laws against same-sex relationships or behaviour in Malta.\r\n",
- "sec_pol_unr": "In any country, avoid public demonstrations or protests. These situations can escalate and turn violent quickly and unexpectedly.",
- "sw_bound_lat": 35.79960000000001,
- "sw_bound_lng": 14.1801001,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:36Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Beirut",
- "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "created_at": "2017-10-30T00:58:12Z",
- "currency_code": "LBP",
- "currency_name": "Lebanese pound",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "4352b1b6-c425-4f37-aa60-1c88a40d92c6",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Lebanon is located in the Middle East between Syria and Israel and has a long coastal border on the eastern shore of the Mediterranean Sea. Lebanon's population is about 4.1 million people.\r\n\r\nThe government is a republic, with a special system referred to as confessionalism. This system strives for fair representation of the country's 18 recognized religious groups. The chief of state is a president, and the head of government is a prime minister.\r\n\r\nPrior to the 15-year civil war (1975-1990), Lebanon was stable and prosperous, along with a strong economy fueled by tourism, banking, and agriculture. The capital, Beirut, was once known as “the Paris of the Middle East,” and the country was known as the “Switzerland of the East.” After the civil war, the Lebanese made great efforts to rebuild the country and renew the economy. Lebanon again had stability until 2006 when the Israel-Lebanon conflict led to much civilian death and heavy damage to the country's infrastructure.\r\n\r\nLebanon recovered from this conflict; and while the world was experiencing global economic crises, Lebanon experienced economic growth of about 7 percent in 2009 and 2010 along with a huge increase in tourism.\r\n\r\nRecent incidents in the southern area of Lebanon continue to threaten the country's safety and security.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/LB/00d8ac94-6e9d-4b59-a6a6-a04c4ad3aad2_list_LB.jpg?v=63680415938",
- "main": "/uploads/countries/LB/00d8ac94-6e9d-4b59-a6a6-a04c4ad3aad2_main_LB.jpg?v=63680415938",
- "original": "/uploads/countries/LB/00d8ac94-6e9d-4b59-a6a6-a04c4ad3aad2_original_LB.jpg?v=63680415938"
}, - "flag_emoji": "🇱🇧",
- "geojson_url": null,
- "id": "00d8ac94-6e9d-4b59-a6a6-a04c4ad3aad2",
- "language": "Arabic. Also widely spoken are French, English and Armenian.",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "region_name": "municipality",
- "sec_areas": "The following areas should be avoided:\r\n\r\nThe Bekaa Valley and the southern suburbs of Beirut, including the neighbourhoods of Ghobeiry, Chuya,Haret, Hraik, Burj Al Brajne, Mraije, Er Rouais and Laylake, due to the risk of kidnapping of foreigners.\r\n\r\nThe Tripoli neighbourhoods of Jabal Mohsen and Bab al Tabbaneh due to violent community clashes.\r\n\r\nThe Hermel Area, including Arsal, Baalbek. \r\n\r\nAll areas of the Syrian border.\r\n\r\nAreas south of the Litani River, including areas near the border with Israel due to military conflict. Lebanon and Israel have not agreed on an international border and areas around the border are heavily mined.\r\n\r\nIt is strongly advised that travel to Palestinian refugee camps be avoided due to the unpredictable nature of the security situation and the frequent incidents of violence within some camps. Refugee camps are sometimes located near urban areas and are not always labelled. Travellers should be aware of their surroundings as they may accidentally enter a refugee camp.\r\n \r\n \r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "The risk of terrorism is high in Lebanon. Attacks have occurred throughout the country in the past few years, involving residential armed conflict, grenade attacks, bombings, assassinations, shelling, and unofficial roadblocks and checkpoints. These attacks have occurred in public places and commercial establishments frequented by foreigners. Travellers should remain vigilant and maintain a high degree of caution as terrorist incidents can occur without warning. \r\n",
- "sec_personal": "The security situation in Lebanon is unpredictable and there is a strong security forces presence in Lebanon. Travellers should carry their documentation with them at all times and obey security personnel.\r\n\r\nPetty crime, such as car theft and break-ins, occurs in Lebanon. Ensure valuables and travel documents are secure at all times.\r\n\r\nKidnapping of foreigners occurs in Lebanon. Travellers should exercise caution and be aware of their surroundings and personal safety at all times.\r\n\r\nUnmarked land mines are a threat in Lebanon, particularly in the south. Travellers should stay on roads and obey posted landmine warnings.\r\n\r\nTravellers should be aware that some areas are controlled by groups other than Lebanese authorities, particularly Hezbollah in the southern suburbs of Beirut, southern Lebanon and several other areas.\r\n\r\nRecent sectarian conflict in northern Lebanon between groups that support and oppose the government in the Syrian civil war has decreased personal security for all travellers.\r\n",
- "sec_pol_unr": "Demonstrations and armed conflict occur often in Lebanon. Travellers should avoid these and all other political gatherings as they can become violent with little warning.\r\n\r\nTravellers should monitor the local security situation in Lebanon as it is subject to change.\r\n",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:20:55Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Lusaka",
- "center_lat": -13.133897,
- "center_lng": 27.849332,
- "country_code": "ZM",
- "country_code_3": "ZMB",
- "created_at": "2017-10-30T00:58:38Z",
- "currency_code": "ZMK",
- "currency_name": "Zambian",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "f32301eb-5192-463b-b278-6cbe5aee92e1",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "991"
}, - {
- "id": "745ec073-f5f9-4a3c-90a8-96890e814345",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "999"
}, - {
- "id": "1b910784-3509-4d58-bf8c-802a98df9f1f",
- "note": "From mobile phones",
- "order": 1,
- "typ": 98,
- "val": "112"
}, - {
- "id": "929d1607-3b46-4878-8a34-28d640013e01",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "993"
}
], - "facts": "The Republic of Zambia is located in southern Africa between the Democratic Republic of the Congo to the north and Zimbabwe to the south. The population is approximately 13.8 million people. The population is concentrated mainly around Lusaka in the south and the Copperbelt to the northwest. Although the official language is English, many officially recognised regional languages are spoken (Bemba, Nyanja, Tonga, Lozi, Lunda, Kaonde, Luvale, and Chichewa).\r\n\r\nThe government of Zambia is a republic with a president as chief of state and head of government. The president is elected by popular vote.\r\n\r\nIn 1924 this territory was under the British Colonial Office. In 1953, the Federation of Rhodesia and Nyasaland was formed from remnants of lands, and boundaries were drawn with no consideration for tribal areas and lands or natural boundaries. The lack of cohesiveness led to constant political turmoil for a long period of time. This Federation dissolved in 1963, and in 1964, what was formerly Northern Rhodesia became the independent Republic of Zambia.\r\n\r\nZambia's economy has depended on copper mining and exports and, therefore, has had strong growth with high copper prices in recent years. Despite the strong copper sector, Zambia is one of the world's poorest countries and still struggles with high poverty rates, with a majority of the population living below the poverty line. Zambia's economy is also impacted by high birth rates and very high incidence of HIV/AIDS. The country has received thousands of refugees fleeing the fighting in the Democratic Republic of the Congo. The country's strong reliance on the copper and mining sector also makes the economy vulnerable to any fluctuations in the price of copper.\r\n\r\nThe tourism sector in Zambia is small, but in 2007, the parliament passed a mandate to promote and market Zambia as a tourist destination. Zambia has wildlife parks and also Victoria Falls in the southwest. The Zambezi River contains rare species of fish, and the country has diverse species of birds.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ZM/d3142f52-98b8-4419-9d96-c1b2fe35123d_list_ZM.jpg?v=63680415958",
- "main": "/uploads/countries/ZM/d3142f52-98b8-4419-9d96-c1b2fe35123d_main_ZM.jpg?v=63680415958",
- "original": "/uploads/countries/ZM/d3142f52-98b8-4419-9d96-c1b2fe35123d_original_ZM.jpg?v=63680415958"
}, - "flag_emoji": "🇿🇲",
- "geojson_url": null,
- "id": "d3142f52-98b8-4419-9d96-c1b2fe35123d",
- "language": "English",
- "name": "Zambia",
- "ne_bound_lat": -8.203284,
- "ne_bound_lng": 33.7090305,
- "region_name": "municipality",
- "sec_areas": "If possible, avoid all travel to areas bordering the Democratic Republic of Congo, Mozambique, and Angola due to border conflicts and the risk of land mines.\r\n",
- "sec_emer_num": "Police response, particularly outside major cities, may be delayed due to lack of resources.\r\n",
- "sec_ext_viol": "",
- "sec_personal": "When travelling in Zambia, be alert and aware of personal safety in your surroundings due to the high level of crime in the country. Tourists can be at risk of petty crime, such as pick-pocketing. Valuables, passports, and travel documents should be kept safe and out of sight at all times. Avoid showing signs of affluence, such as expensive clothing. Armed muggings can also occur, particularly in urban areas and transportation hubs. Avoid walking alone after dark.\r\n\r\nDo not accept food or drink or packages from strangers. There have been some reports of the use of the date rape drug in Lusaka.\r\n\r\nIllegal drug trafficking occurs. Trafficking is defined as possession of more than .5 grams of an illegal substance. There are severe penalties for drug-related offences.\r\n\r\nSafety risk increases after dark. Do not walk alone after dark. When driving, keep doors and windows closed and locked. Avoid driving after dark outside main towns. Vehicles may not be well maintained and may not meet safety standards, and drivers may not follow standard rules of the road. It is illegal to talk on cell phones when driving and also illegal to drink and drive. Road conditions outside main towns may be poor.\r\n\r\nPublic transportation can be dangerous due to unsafe vehicles, unsafe driving standards, and poor road conditions.\r\n\r\nSame-sex relations are illegal in Zambia. Anyone caught engaging in same sex behaviours could receive a long prison sentence.\r\n\r\nIt is illegal to photograph sites that could be considered sensitive, such as military installations, military personnel, government buildings or infrastructure such as bridges.\r\n\r\n",
- "sec_pol_unr": "Minimize safety risk by avoiding public and political gatherings and demonstrations in any city since even peaceful protests can quickly and unexpectedly become violent.",
- "sw_bound_lat": -18.077418,
- "sw_bound_lng": 21.999351,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:24:02Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Praia",
- "center_lat": 16.5388,
- "center_lng": -23.0418,
- "country_code": "CV",
- "country_code_3": "CPV",
- "created_at": "2017-10-30T00:58:47Z",
- "currency_code": "CVE",
- "currency_name": "Cape Verdean escudo ",
- "division_name": "municipalities",
- "emerg_numbers": [
- {
- "id": "c49bed56-78bc-4070-bcd5-cbed4d064093",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "132"
}, - {
- "id": "0df0eda4-13fc-40e0-91de-8feb34a02dfc",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "131"
}
], - "facts": "The Republic of Cabo Verde is a group of ten islands and five islets in the North Atlantic Ocean, west of Senegal. The government is a republic and has a stable democratic government. A president is chief of state and prime minister is head of government. The population is about 538,000 people.\r\n\r\nIn the 15th century, the islands were discovered and colonized by the Portuguese. Until 1879, Cape Verde and Guinea-Bissau were ruled by Portugal as a single colony. Cabo Verde gained independence in 1975.\r\n\r\nCabo Verde has few natural resources, and the land is too dry for farming. During the second part of the 20th century, repeated droughts were the cause of about 200,000 deaths, and many Cabo Verdeans left the country. Today there are more expatriates than native-born people. In spite of the difficulties, Cabo Verde is economically and politically stable.\r\n\r\nTourism is a growing industry since travellers can enjoy the white sand beaches, diving, sailing and trekking. Some ecotourism is developing, and the town of Cidade Velha on Santiago is a UNESCO World Heritage Site.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CV/16f2866c-056e-4328-a66e-2c8d5252bbe2_list_CV-0d1f00eb-b858-4d60-91ee-c2bf8d57e97d.jpg?v=63680415970",
- "main": "/uploads/countries/CV/16f2866c-056e-4328-a66e-2c8d5252bbe2_main_CV-0d1f00eb-b858-4d60-91ee-c2bf8d57e97d.jpg?v=63680415970",
- "original": "/uploads/countries/CV/16f2866c-056e-4328-a66e-2c8d5252bbe2_original_CV-0d1f00eb-b858-4d60-91ee-c2bf8d57e97d.jpg?v=63680415970"
}, - "flag_emoji": "🇨🇻",
- "geojson_url": null,
- "id": "16f2866c-056e-4328-a66e-2c8d5252bbe2",
- "language": "Portuguese (official); recognized regional language is Cape Verdean Creole",
- "name": "Cape Verde",
- "ne_bound_lat": 17.3191764,
- "ne_bound_lng": -22.5933839,
- "region_name": "parishes",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Crime rates in this country are low, however, petty crime, such as pickpocketing and theft is common. Avoid isolated and dark areas at night. Travel in groups if possible. Avoid carrying valuables or large amounts of cash. Exercise caution in crowded areas, especially market areas.\r\n\r\nSea conditions can be dangerous due to strong currents and waves. Never swim alone.\r\n\r\nHomosexual activity is illegal.\r\n\r\nThere are strict penalties for possession, use, or trafficking of illegal drugs. Make sure any prescription medications are adequately labelled. Some travellers have been arrested for carrying unlabelled pills.\r\n\r\n",
- "sec_pol_unr": "The political situation in this country is generally stable.\r\n\r\n",
- "sw_bound_lat": 14.7270733,
- "sw_bound_lng": -25.383911,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:02Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Saint John's",
- "center_lat": 17.060816,
- "center_lng": -61.796428,
- "country_code": "AG",
- "country_code_3": "ATG",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "XCD",
- "currency_name": "East Caribbean dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "58353151-87c6-444b-a49f-8a83075ce610",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "999"
}, - {
- "id": "b07dabf6-73fb-4780-92be-c23f28b99723",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Antigua and Barbuda is a nation composed of islands located between the Caribbean Sea and the Atlantic Ocean. In addition to the two major inhabited islands, Antigua and Barbuda, it includes a number of smaller islands (Great Bird, Green, Guinea, Long, Maiden and York Islands). These are low lying islands with some volcanic areas at a higher elevation. The overall population is approximately 88,000 people.\r\n\r\nAntigua and Barbuda became an independent state of the British Commonwealth of Nations on November 1, 1981. The British Empire strongly influenced the nation's governance, language, and culture. The government is a constitutional monarchy with a parliamentary system of government.\r\n\r\nThe economy mainly depends upon tourism. Antigua and Barbuda attract tourists with the dry tropical climate, white sand beaches and crystal blue waters. The US dollar is widely accepted in this nation.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/AG/3eddde58-86ff-4275-9c44-c8ef782487db_list_AG.jpg?v=63680415918",
- "main": "/uploads/countries/AG/3eddde58-86ff-4275-9c44-c8ef782487db_main_AG.jpg?v=63680415918",
- "original": "/uploads/countries/AG/3eddde58-86ff-4275-9c44-c8ef782487db_original_AG.jpg?v=63680415918"
}, - "flag_emoji": "🇦🇬",
- "geojson_url": null,
- "id": "3eddde58-86ff-4275-9c44-c8ef782487db",
- "language": "English. Antiguan creole is the local language.",
- "name": "Antigua & Barbuda",
- "ne_bound_lat": 17.7499946,
- "ne_bound_lng": -61.6394,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Travellers should be aware that medical resources in Antigua and Barbuda are limited.\r\n\r\nAlthough most travellers have no trouble in Antigua and Barbuda, petty crime and armed violence can occur. Travellers should not travel alone at night or in isolated areas. Local authorities can inform travellers as to which beaches are safe. Avoid showing signs of affluence, such as expensive jewellery and clothing, and ensure your personal belongings and travel documents are safe at all times.\r\n\r\nUse only licensed taxis.\r\n\r\nExercise caution when driving. Roads may not be well maintained, may have blind corners, or may not be well marked. Keep doors locked and do not stop if flagged down by pedestrians.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 16.9018,
- "sw_bound_lng": -62.38100009999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:04Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Victoria",
- "center_lat": -4.679574,
- "center_lng": 55.491977,
- "country_code": "SC",
- "country_code_3": "SYC",
- "created_at": "2017-10-30T00:58:44Z",
- "currency_code": "SCR",
- "currency_name": "Seychellois rupee",
- "division_name": "districts",
- "emerg_numbers": [
- {
- "id": "a540ee2d-9e68-4a71-8e1f-bb8375d66ac8",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Republic of Seychelles is an island nation located in the Indian Ocean, northeast of Madagascar. The archipelago is made of more than one hundred granite islands and flat coral atolls. Most of the population of about 90,000 is concentrated on Mahé, the largest island. The Seychelles’ government is a presidential republic with a president as both chief of state and head of government.\r\n\r\nFrom the late 1550s to about the mid-1700s, the islands were a haven for pirates. France claimed the territory in 1756. After a French-English war, France ceded the area to Britain in 1814. The Seychelles gained independence in 1976. There was a period of instability, however, now the Seychelles have achieved stability and prosperity with a high per capita income, good education and health care.\r\n\r\nTravellers are attracted by the tropical climate, the wildlife, which includes giant sea turtles, tortoises and sea bird colonies, and white sand beaches.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/SC/d965cc55-db87-4c36-af5a-602179a9d1ba_list_SC-e723b00a-533b-4967-bc72-7de4f99cd17b.jpg?v=63680415968",
- "main": "/uploads/countries/SC/d965cc55-db87-4c36-af5a-602179a9d1ba_main_SC-e723b00a-533b-4967-bc72-7de4f99cd17b.jpg?v=63680415968",
- "original": "/uploads/countries/SC/d965cc55-db87-4c36-af5a-602179a9d1ba_original_SC-e723b00a-533b-4967-bc72-7de4f99cd17b.jpg?v=63680415968"
}, - "flag_emoji": "🇸🇨",
- "geojson_url": null,
- "id": "d965cc55-db87-4c36-af5a-602179a9d1ba",
- "language": "French, English, Creole",
- "name": "Seychelles",
- "ne_bound_lat": -4.0766037,
- "ne_bound_lng": 56.3928224,
- "region_name": "districts",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "Piracy does occur in coastal waters and has occurred as far as 1,000 nautical miles from the coast of Somalia. Piracy is a significant threat in the Gulf of Aden and Indian Ocean.\r\n\r\n",
- "sec_personal": "Crime is relatively low in this country, but petty theft does occur. Travellers should safeguard valuables and personal documents. Recently, hikers on trails have been robbed. Stay with a group and do not carry valuables with you. Theft has also occurred from parked cars, accommodations, and beaches.\r\n\r\nAvoid isolated areas, including isolated beaches. Be particularly vigilant on the back streets of Victoria or Beau Vallon.\r\n\r\nExercise caution when swimming. In some areas, swimming can be dangerous due to strong currents, and drownings have occurred.\r\n\r\nUnless taking part in an official military activity, the government of Seychelles prohibits wearing camouflage clothing.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": -10.4716073,
- "sw_bound_lng": 45.9832764,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:22Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Lisbon",
- "center_lat": 39.39987199999999,
- "center_lng": -8.224454,
- "country_code": "PT",
- "country_code_3": "PRT",
- "created_at": "2017-10-30T00:58:19Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5723e21e-6d8e-4666-9105-0426283a86e1",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Portuguese Republic (Portugal) is located in southwestern Europe on the Iberian Peninsula west of Spain and is the westernmost country of Europe. Portugal's coastline lies on the Atlantic Ocean. The Atlantic archipelagos of the Azores and Madeira Islands are Portuguese territories. The population of Portugal is about 10.6 million people.\r\n\r\nThe government of Portugal is a democratic republic with a president as head of state and a prime minister as head of government.\r\n\r\nPortugal, as one of the oldest states in Europe, reflects its history with medieval castles, ancient villages, cathedrals, and architecture. The beaches at Cascais and Sagres are major tourist attractions.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/PT/de7c6f58-e70c-4145-baeb-ab96732a9348_list_PT.jpg?v=63680415944",
- "main": "/uploads/countries/PT/de7c6f58-e70c-4145-baeb-ab96732a9348_main_PT.jpg?v=63680415944",
- "original": "/uploads/countries/PT/de7c6f58-e70c-4145-baeb-ab96732a9348_original_PT.jpg?v=63680415944"
}, - "flag_emoji": "🇵🇹",
- "geojson_url": null,
- "id": "de7c6f58-e70c-4145-baeb-ab96732a9348",
- "language": "Portuguese and Mirandese",
- "name": "Portugal",
- "ne_bound_lat": 42.1543111,
- "ne_bound_lng": -6.189159200000001,
- "region_name": "municipality",
- "sec_areas": "Travellers should be wary if visiting the suburb of Queluz to visit the palace, and avoid the northeast suburb of Amadora. If visiting the Estoril coast, be careful at Guincho Beach near the town of Cascais, at the Mouth of Hell tourist site, as well as in the village of Sintra, and at its castle and palace. Do not walk alone after dark in Porto, especially along the waterfront of the Douro River.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most visitors to Portugal do not experience problems. There are no serious security or safety concerns, however, travellers should still maintain an appropriate level of personal security awareness at all times and in all places.\r\n\r\nAlthough the crime rate in Portugal is low, ensure all travel documents and valuables are kept safe and secure since petty crimes, such as pick-pocketing, can occur in crowded, urban areas. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 32.2895,
- "sw_bound_lng": -31.4647999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:16Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Santiago",
- "center_lat": -35.675147,
- "center_lng": -71.542969,
- "country_code": "CL",
- "country_code_3": "CHL",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "CLP",
- "currency_name": "Chilean peso",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "7a1eab99-0e4a-44f0-ad5a-f6d78cc01f8e",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "133"
}, - {
- "id": "9097449f-7468-488c-9ff3-97cf17109de8",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "132"
}, - {
- "id": "32bdd30c-1a38-440d-b020-143e420d7575",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "131"
}
], - "facts": "The Republic of Chile is located in western South America between the Andes Mountains and the Pacific Ocean. Peru, Bolivia and Argentina are neighbouring countries. Chile is unique with a north-south length of approximately 6,435 kilometres (4000 miles) and width that never exceeds 240 km (150 miles). Chile also claims about 1,250,000 square kilometres (480,000 sq mi) of Antarctica. The country's population is about 17,000,000 people.\r\n\r\nThe government is a republic. A president is elected by the people and serves as the chief of state and head of government.\r\n\r\nChile endured a 17-year long military dictatorship (1973–1990) under General Augusto Pinochet that left more than 3,000 people dead or missing. Today, Chile is one of South America's most stable and prosperous nations.\r\n\r\nChile is known for its volcanoes and geysers, beaches and islands, and also wines and fruits. Southern Chile is covered in forests and grazing lands and also volcanoes and lakes, and the southern coast is made up of fjords, inlets, peninsulas, and islands. Chile is also known for the tourist attractions of Easter Island and the Isla Robinson Crusoe.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CL/3738e2dc-5796-4fee-bf85-2e9508709f9b_list_CL.jpg?v=63680415928",
- "main": "/uploads/countries/CL/3738e2dc-5796-4fee-bf85-2e9508709f9b_main_CL.jpg?v=63680415928",
- "original": "/uploads/countries/CL/3738e2dc-5796-4fee-bf85-2e9508709f9b_original_CL.jpg?v=63680415928"
}, - "flag_emoji": "🇨🇱",
- "geojson_url": null,
- "id": "3738e2dc-5796-4fee-bf85-2e9508709f9b",
- "language": "Spanish",
- "name": "Chile",
- "ne_bound_lat": -17.4983293,
- "ne_bound_lng": -66.3327,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Travellers to Chile usually do not experience any safety and security issues, although petty crime does occur in urban areas. Assault and robbery has also been reported in Santiago, Valparaíso, and Viña del Mar. Avoid showing signs of affluence and pay close attention to personal belongings when in crowded tourist locations and transportation hubs. Avoid the Cerro San Cristóbal Park after dark, as well as poorer residential areas, known as poblaciones.\r\n\r\nUnmarked land mines are still a serious threat in remote areas of the follow regions: Arica-Parinacota, Tarapaca, Antofagasta, Valparíso, southern areas of Magallanes and Antártica, near the border with Argentina, Lauca and Llullaillaco national parks, the Los Flamencos National Reserve, and the Salar de Surire National Monument. Travellers should avoid wandering off trails and entering less-travelled areas without checking with park authorities first.\r\n",
- "sec_pol_unr": "Demonstrations sometimes occur in Santiago. Travellers should avoid these and large crowds as demonstrations can become violent with little warning.\r\n",
- "sw_bound_lat": -56.1455,
- "sw_bound_lng": -110.0281,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:27Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Lima",
- "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "created_at": "2017-10-30T00:58:19Z",
- "currency_code": "PEN",
- "currency_name": "Neuvo sol",
- "division_name": "Region",
- "emerg_numbers": [
- {
- "id": "ea448785-1261-4da3-ab27-e1500d1e2ab0",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "116"
}, - {
- "id": "95baf797-d76a-43e9-9e58-df7f33a4cce5",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "117"
}, - {
- "id": "dd892f49-f6a7-4bc4-b014-e2e1065b3c55",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "105"
}, - {
- "id": "a1e59349-74ca-453d-9dbb-70b54a03aae2",
- "note": "Tourist police central office number",
- "order": 3,
- "typ": 90,
- "val": "460-1060"
}
], - "facts": "Peru is a country in the western part of South America located between Chile and Ecuador and bordering on the Pacific Ocean. The population is over 29 million people.\r\n\r\nPeru's government is a constitutional republic. The president is the chief of state and head of government. There is a prime minister, however, this position does not exercise executive power.\r\n\r\nSome of the world's oldest civilizations were located in Peru, including the Inca civilization. The Spanish defeated the Inca's in 1533, and Peru remained under Spanish rule until independence was declared in 1821. Most visitors travel to Peru to see Cusco, the Inca Empire capital, and the ruins of Macchu Picchu or any of the activities afforded by the Andes Mountains, Amazon rainforest, and beaches on the coast.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/PE/4249d83b-ab3d-4498-862e-e7720ff45146_list_PE.jpg?v=63680415943",
- "main": "/uploads/countries/PE/4249d83b-ab3d-4498-862e-e7720ff45146_main_PE.jpg?v=63680415943",
- "original": "/uploads/countries/PE/4249d83b-ab3d-4498-862e-e7720ff45146_original_PE.jpg?v=63680415943"
}, - "flag_emoji": "🇵🇪",
- "geojson_url": null,
- "id": "4249d83b-ab3d-4498-862e-e7720ff45146",
- "language": "Spanish and Quechua",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "region_name": "District",
- "sec_areas": "Avoid travel to the border with Colombia and the following areas due to attacks from rebel groups, such as the Shining Path, and drug trafficking: La Mar and Huanta in the Department of Ayacucho; Marañon, Huacaybamba, Leoncio Prado and Humalies in the Department of Huanuco; Huallaga and Tocache in the Department of San Martín; Padre Abad in the Department of Ucayali; Tayacaja in the Department of Huancavelica; La Convención in the Department of Cuzco; Satipo and Concepción in the Department of Junin; and the Upper Huallaga and Ene river valleys (Huánuco and San Martín Departments). Avoid travel to areas around the border with Ecuador as there is a risk of unexploded landmines.\r\n\r\nTerrorist activity, such as robberies, invasions of small villages, and bombings, has occurred in areas of the following departments: Puno, Piura, Lambayeque, La Libertad, Junin, Ayacucho, Cuzco, Ucayali, San Martín, Huanuco, Huancavelica and Apurímac. Travel in these areas may not be safe.\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers should always be aware of their surroundings and exercise a high degree of personal security in Peru due to social conflict and the risk of terrorist attacks. Violent crime, such as assault, armed robbery, rape, and kidnapping is also common. Travellers should travel in groups and avoid travelling at night. Only use secure taxi services. To reduce the chance of becoming a target, travellers should avoid showing signs of affluence, such as expensive clothing or vehicles.\r\n\r\nPetty crime, such as pick-pocketing and purse-snatching, is common in the cities of Peru, particularly in crowded public areas and hotels. Travellers should ensure their personal belongings and travel documents are safe at all times. Be wary of thieves posed as police officers. Ask to see identification if stopped, and record the officer’s name, badge number and district.\r\n\r\nThere have been reports of travellers being drugged and robbed through the use of drugs like scopolamine, which can be easily administered through cigarettes, gum, aerosols, or in powder form. Do not accept food or drink from strangers or new acquaintances.\r\n\r\nCheck with your embassy regarding entry and exit requirements. You are required to have a Peruvian entry stamp in your passport. You may need to show an exit stamp from the last country you visited in order to leave Peru.",
- "sec_pol_unr": "Strikes occur frequently in Peru and can create traffic congestion that hinders sightseeing. Protesters may block access to tourist sites, as well as making travel to and from Machu Picchu difficult. Always minimize safety risk by avoiding public and political gatherings and demonstrations in any city since even peaceful protests can quickly and unexpectedly become violent.\r\n",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:29Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bujumbura",
- "center_lat": -3.373056,
- "center_lng": 29.918886,
- "country_code": "BI",
- "country_code_3": "BDI",
- "created_at": "2017-10-30T00:58:47Z",
- "currency_code": "(BIF)",
- "currency_name": "Burundian franc",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "4449c878-04a9-4a41-9dfe-4d6da3c7bf69",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "8218c8e2-ab92-4653-8e5a-625776ef75c5",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "118"
}, - {
- "id": "6d517335-e450-4cde-beb4-d43f14e53ed4",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "117"
}
], - "facts": "The Republic of Burundi is located in Africa and bordered by the Democratic Republic of the Congo, Rwanda, Tanzania and the southwest border on Lake Tanganyika. The population of about 10.3 million people is composed of mainly three Bantu tribes that date back to the 14th century: the Tutsis, the Hutus, and the Twa Pygmies. The government is a republic with a president as chief of state and head of government.\r\n\r\nIn early 1993, the first democratically elected president took office but was assassinated after serving only 100 days in office. Tribal warfare broke out between the Hutus and Tutsis and continued for about 12 years. About 200,000 people died and hundreds of thousands were displaced or became refugees. In 2003, an agreement allowed for power sharing between the two groups, and in 2005, a new constitution was established.\r\n\r\nOne of the poorest countries in the world, Burundi has been adversely affected by the war, government corruption, the impact of HIV/AIDS, and poor educational opportunities.\r\n\r\nThere are many nature reserves and national parks in Burundi, such as Kibira National Park, Rusizi Natural Reserve, or the Vyanda Natural Reserve. However, tourism is not well-developed in Burundi and the infrastructure for tourists is limited.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BI/ffff11bf-3a08-467f-abac-b3e6c26ef3d1_list_BI-f5ef81be-fa07-4640-8758-0becff9fccd1.jpg?v=63680415970",
- "main": "/uploads/countries/BI/ffff11bf-3a08-467f-abac-b3e6c26ef3d1_main_BI-f5ef81be-fa07-4640-8758-0becff9fccd1.jpg?v=63680415970",
- "original": "/uploads/countries/BI/ffff11bf-3a08-467f-abac-b3e6c26ef3d1_original_BI-f5ef81be-fa07-4640-8758-0becff9fccd1.jpg?v=63680415970"
}, - "flag_emoji": "🇧🇮",
- "geojson_url": null,
- "id": "ffff11bf-3a08-467f-abac-b3e6c26ef3d1",
- "language": "Kirundi; French",
- "name": "Burundi",
- "ne_bound_lat": -2.3097302,
- "ne_bound_lng": 30.8495447,
- "region_name": "commune",
- "sec_areas": "Due to the unpredictable security situation, including risk of kidnapping, armed violence and robbery, and/or cross-border armed clashes between rebel groups and government forces, avoid the following areas:\r\n\r\n- Areas near the border with the Democratic Republic of Congo\r\n\r\n- The Ruvubu and Kibiria forests and the area within 10 kilometres of these two forests.\r\n\r\n- The Rukoko National Park \r\n\r\n- Provinces of Bujumbura Rural, Bubanza and Cibitoke\r\n",
- "sec_emer_num": "Due to lack of resources, emergency assistance in this country may be limited.\r\n",
- "sec_ext_viol": "There are high levels of serious crime and threat of terrorist attack.\r\n\r\n",
- "sec_personal": "There is a high risk of petty crime such as pickpocketing, purse snatching, etc. in Burundi. Be particularly careful when withdrawing money from ATMs. There are high levels of serious crime in Burundi such as carjackings, robbery, muggings and burglaries. Armed groups are reported operating in Burundi, and violence and use of weapons is common.\r\n\r\nAvoid public transportation and taxis. If hiring a taxi is necessary, attempt to get a “recommended” taxi.\r\n\r\nAvoid travel at night due to the unpredictable security situation,the risk of robbery, and poor road conditions throughout Burundi. Some countries advise against all overland travel outside Bujumbura. The US Embassy and United Nations advise their staff not to walk after dark or use public transport at any time due to the lack of security. Avoid road travel outside Bujumbura between 5:30 pm and 8 am.",
- "sec_pol_unr": "To minimize safety risk, always avoid public gatherings or demonstrations in foreign countries.\r\n\r\n",
- "sw_bound_lat": -4.4693288,
- "sw_bound_lng": 29.000993,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:21:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Doha",
- "center_lat": 25.354826,
- "center_lng": 51.183884,
- "country_code": "QA",
- "country_code_3": "QAT",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "QAR",
- "currency_name": "Riyal",
- "division_name": "Municipalities",
- "emerg_numbers": [
- {
- "id": "2ce680f8-6918-4e1f-a4f1-7a695468cdec",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The State of Qatar is located in the Middle East on a peninsula that protrudes into the Persian Gulf and shares a border with Saudi Arabia. This small country covers 4,416 square miles and has a population of about 2.3 million people. With a political system that is an absolute monarchy, the Al Thani family has ruled Qatar since 1825. This country’s constitution states that Qatar’s religion is Islam and Shari'a law is a main source of its legislation. \r\n\r\nThere was no strong central government in Qatar until the late 18th century when Saudi Muslims gained control. Ottoman Turks occupied this region until 1916 when Qatar became a British protectorate. Qatar became independent in 1971\r\n\r\nQatar was once one of the poorest states in the Gulf. Oil was discovered in the 1940s and brought great wealth to the country. Oil and natural gas revenues have funded improvements in transportation, housing and public health.\r\n\r\nQatar is home to Al Jazeera, the popular Arabic satellite television network.\r\n\r\nQatar offers many points of interest for the traveller, such as the market area, Souq Waqif; the Corniche, a waterfront promenade in Doha; the State Grand Mosque, and the Khor Al Udeid beach area with its remarkable sand dunes that rise as high as 40 meters. The capital city, Doha, is known for skyscrapers and modern architecture, and the Museum of Islamic Art.",
- "flag": {
- "list": "/uploads/countries/QA/0c158a06-e7c4-4834-b75b-526cccee9ee7_list_QA-3787b126-59a3-4639-a448-180079a46793.jpg?v=63680415996",
- "main": "/uploads/countries/QA/0c158a06-e7c4-4834-b75b-526cccee9ee7_main_QA-3787b126-59a3-4639-a448-180079a46793.jpg?v=63680415996",
- "original": "/uploads/countries/QA/0c158a06-e7c4-4834-b75b-526cccee9ee7_original_QA-3787b126-59a3-4639-a448-180079a46793.jpg?v=63680415996"
}, - "flag_emoji": "🇶🇦",
- "id": "0c158a06-e7c4-4834-b75b-526cccee9ee7",
- "language": "Arabic (official) ; English is commonly used as a second language",
- "name": "Qatar",
- "ne_bound_lat": 26.2171,
- "ne_bound_lng": 51.6769,
- "region_name": "Zones",
- "sec_areas": "",
- "sec_emer_num": "If you become a victim of sexual assault, contact your own embassy as soon as possible.",
- "sec_ext_viol": "Terrorist activity is low in Qatar. However, Islamist extremism is a threat throughout the Middle East. Some extremist organizations have called on supporters to attack foreigners wherever they are. It is prudent to exercise caution with respect to safety in any foreign country.",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. Women travellers should exercise greater caution when travelling alone, particularly at night. Unaccompanied women are occasionally harassed. Qatar is an Islamic country and travellers should wear modest, conservative clothing. Shoulders should be covered. Avoid sleeveless shirts, tank tops, short skirts or shorts. Athletic clothing should only be worn in public when engaging in sports activities. The penal code in Qatar punishes and forbids the wearing of revealing or indecent clothing.\r\n\r\nIntimate behaviour between men and women of any age in public can lead to arrest.\r\n\r\nHomosexual relations/behaviour is illegal in this country and penalties are severe.\r\n\r\nAlways have a copy of your passport in your possession for proof of identity, or authorities can and may detain you for questioning.\r\n\r\nProselytizing is against the law and the penalty can include deportation or imprisonment. Any behaviour that appears as an attempt to convert someone to another religion or even sharing information about your faith can be considered “proselytizing.” \r\n\r\nRespect local customs, laws, traditions and religions at all times. Be mindful and avoid any actions that might offend the cultures or religious beliefs in Qatar. \r\n\r\nIt is illegal to import drugs, alcohol, religious materials/books, pornography or pork products. Luggage is scanned on arrival. The penalties for drug offenders are severe.\r\n\r\nIt is illegal to drink alcohol or be intoxicated in public. There are severe penalties for public drunkenness or other alcohol-related offences. This country has a zero-tolerance policy for driving and drinking.\r\n\r\nIncidents such as obscene language or gestures or even insulting comments can lead to fines and/or arrest and overnight imprisonment.\r\n\r\nBe aware that one could be arrested for being a potential witness to a crime (including traffic accidents that involve injuries, slander, etc), road rage, for being a relative of a suspect, or a crime suspect. You may not have access to legal counsel. Even rude gestures can result in major penalties. You could be imprisoned and barred from leaving the country until your case has been resolved. Serious cases could take as long as six months to resolve.\r\n\r\nUse only registered taxis. Do not take a taxi late at night unaccompanied.\r\n\r\nQatar has a very high road accident fatality rate. Drivers may not follow standard rules of the road and may drive at high speeds. Rural roads may be poorly lit, and animals may wander onto roads. If you are involved in a vehicle accident, do not leave the scene of the accident. If there are no injuries, you can remove your vehicle to a safer place if necessary. Seat belts must be worn at all times. Do not use cell phones when driving. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 24.471118,
- "sw_bound_lng": 50.7211001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:46Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Cayenne",
- "center_lat": 3.933889,
- "center_lng": -53.125782,
- "country_code": "GF",
- "country_code_3": "GUF",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Canton",
- "emerg_numbers": [
- {
- "id": "d18ccace-e590-48b8-b1c2-8c9f96a161ff",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "17"
}, - {
- "id": "16c89a55-7809-4253-ab53-99b2e16e949f",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "2c4028ef-401e-4585-a66f-63f240c31152",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "15"
}, - {
- "id": "3f23b0ee-67fb-41d3-9aa3-020fe1d350a0",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "18"
}
], - "facts": "French Guiana is located on the northeastern coast of South America on the Atlantic Ocean and shares borders with Brazil and Suriname.\r\n\r\nFrench Guiana became a French colony in 1667 and has been an overseas department of France since 1946. The ethnically diverse population of about 250,000 people enjoy a higher standard of living compared to many countries in South America. Citizens participate in the French social security system. French subsidies contribute to the economy.\r\n\r\nFor nearly 100 years, convicts were sent to penal colonies in the territory, including Devil's Island, and thousands died of yellow fever and malaria. Another former prison, Kourou, is now the location of the Guiana Space Centre from where the European Space Agency and Arianespace launch satellites as well as supplies for the space station.\r\n\r\nTourism has not contributed significantly to the economy so far, but the French government of Guiana has started working on a tourism strategy for 2011-2021. Attractions include wildlife and natural beauty, rainforests and beaches, but also museums and guided tours of former prison camps.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GF/38861156-f828-4766-8212-0a0945344ae1_list_GF-4dacbfc6-87de-4535-a3cf-626d4a1d57c3.jpg?v=63680415979",
- "main": "/uploads/countries/GF/38861156-f828-4766-8212-0a0945344ae1_main_GF-4dacbfc6-87de-4535-a3cf-626d4a1d57c3.jpg?v=63680415979",
- "original": "/uploads/countries/GF/38861156-f828-4766-8212-0a0945344ae1_original_GF-4dacbfc6-87de-4535-a3cf-626d4a1d57c3.jpg?v=63680415979"
}, - "flag_emoji": "🇬🇫",
- "geojson_url": null,
- "id": "38861156-f828-4766-8212-0a0945344ae1",
- "language": "French",
- "name": "French Guiana",
- "ne_bound_lat": 5.9548,
- "ne_bound_lng": -51.6164491,
- "region_name": "Commune",
- "sec_areas": "",
- "sec_emer_num": "Phone lines will usually be answered in French only.",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft does occur. Serious crime, such as armed assault or theft, also occurs. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night.\r\n\r\nAvoid driving after dark.\r\n\r\nAvoid isolated beaches and avoid all beaches after dark.\r\n\r\n",
- "sec_pol_unr": "Demonstrations and strikes occur in French Guiana. Transportation can be disrupted, roadblocks may be set up, curfews may be declared, and situations can turn violent. Always avoid public gatherings and demonstrations in foreign countries.",
- "sw_bound_lat": 2.109287,
- "sw_bound_lng": -54.5544379,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:48Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Road Town",
- "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "USD",
- "currency_name": "US dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "9ebe46cc-613d-431b-acc9-cb3319e8c5a0",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The British Virgin Islands are located between the Caribbean Sea and the North Atlantic Ocean and are made up of over 50 islands and islets. The population is approximately 25 million people.\r\n\r\nThe British Virgin Islands are a British overseas territory with Queen Elizabeth II as chief of state. A governor is appointed by the monarch to be her representative. The head of government is a premier.\r\n\r\nThe economy of the islands depends heavily on tourism and on the financial sector. Offshore registration is available to international businesses who wish to incorporate in the British Virgin Islands. Tourists are drawn to the beaches, snorkeling around the coral reefs, and the opportunities for sailing. Peter Island and Normal Island have underwater caves that divers and snorkelers can explore.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/VG/4f7ae190-234e-4fb3-9dff-0a88a3af8bde_list_VG.jpg?v=63680415925",
- "main": "/uploads/countries/VG/4f7ae190-234e-4fb3-9dff-0a88a3af8bde_main_VG.jpg?v=63680415925",
- "original": "/uploads/countries/VG/4f7ae190-234e-4fb3-9dff-0a88a3af8bde_original_VG.jpg?v=63680415925"
}, - "flag_emoji": "🇻🇬",
- "geojson_url": null,
- "id": "4f7ae190-234e-4fb3-9dff-0a88a3af8bde",
- "language": "English",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Travellers to the British Virgin Islands rarely have any serious safety and security problems, although petty crime does occur. Ensure your belongings and valuables are kept safe, do not accept food or drink from strangers, and avoid unpopulated beaches after dark.\r\n\r\nPossession of even small quantities of illegal drugs can bring large fines or prison terms.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:49Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Moscow",
- "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "created_at": "2017-10-30T00:58:19Z",
- "currency_code": "RUB",
- "currency_name": "Russian ruble",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "fb4ebadb-d806-4fd3-b55e-30d2c9536942",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Russian Federation is located in northern Asia between Europe and the Pacific Ocean and is the largest country in the world. The population is about 139 million people. While Russian is the official language, there are many co-official regional languages.\r\n\r\nThe government is a federation with a president as chief of state and a premier as head of government. The president is elected by popular vote. The premier is appointed by the president with the approval of the Duma (the lower house).\r\n\r\nThe Russian Revolution of 1917 created the Union of Soviet Socialist Republics that became the world's first socialist state and a recognised superpower. After the fall of the Soviet Union in 1991, the Russian Federation was founded. Moving from a centrally planned economy to a free market system caused great stress in the Russian economy. After an economic crisis in 1998, reforms and tight fiscal policy, along with Russia's natural resources of oil and gas, contributed to a decade of sustained growth.\r\n\r\nRussia is known for its many scientists and inventors, folk culture, folk music as well as classical composers, and early architecture. Russia is also known for its arts, Russian ballet and opera, literature and philosophy. Tourism has grown rapidly in recent years. Popular tourist destinations are Moscow and St. Petersburg, with sights such as the Hermitage, Kremlin, Red Square, the Bolshoi and many museums and palaces.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/RU/a90ca3e5-e00e-41e8-a9e7-6fd2c713fb1a_list_RU.jpg?v=63680415945",
- "main": "/uploads/countries/RU/a90ca3e5-e00e-41e8-a9e7-6fd2c713fb1a_main_RU.jpg?v=63680415945",
- "original": "/uploads/countries/RU/a90ca3e5-e00e-41e8-a9e7-6fd2c713fb1a_original_RU.jpg?v=63680415945"
}, - "flag_emoji": "🇷🇺",
- "geojson_url": null,
- "id": "a90ca3e5-e00e-41e8-a9e7-6fd2c713fb1a",
- "language": "Russian",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "region_name": "municipality",
- "sec_areas": "Avoid the regions bordering the Ukrainian provinces of Donetsk, Lugansk and Kharkiv.\r\n\r\nAvoid travel to the North Caucasus, particularly the regions of Chechnya, Dagestan, Ingushetia, North Ossetia, the southeast part of Stavropol bordering Chechnya, Kabardino-Balkaria (including the Mount Elbrus area), and Karachay-Cherkessia due to the high risk of terrorist activity and unstable security situation.\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Most visitors to Russia do not experience safety problems. However, petty crime does occur in Russia, particularly in cities. With respect to your personal safety, be cautious and always be aware of your surroundings, especially at night.\r\n\r\nBe alert to the possibility of mugging, pickpocketing and theft from vehicles or hotel rooms. Avoid showing signs of wealth and keep valuables out of sight to avoid being targeted for theft. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not carry large sums of cash.\r\n\r\nDo not accept drinks or food from strangers and never leave your drinks out of your sight. Spiking of drinks with drugs is not uncommon is bars and nightclubs. \r\n\r\nTourists have been targeted by scams. If you suspect that someone who is not an official officer has stopped you, ask to see his or her identification. Be aware of scams, such as someone dropping a wad of cash and another person picking it up and giving you half. The person who dropped the cash or a “police officer” demands the full amount. Tourists have been forced to go to ATMs and come up with the other half of the money. If you see anything suspicious, do not help or accept anything and walk away quickly.\r\n\r\nMany taxis are not licensed. Get your hotel to call a taxi. Agree on a fare before getting into the taxi.\r\n\r\nRoad conditions and road safety are often poor outside the major cities.\r\n\r\nWhen travelling by train, do not leave your belongings in the sleeping compartment. Theft occurs on trains and the compartment locks are not secure. Never agree to look after the luggage or belongings of others or store their belongings in your compartment.\r\n\r\nReports indicate that in St Petersburg, well-organised gangs have targeted tourists in street crime incidents. There have been reports of bogus police officers that harass and/or rob tourists. If you are stopped, always insist on seeing identification.\r\n\r\nTaking pictures of any military establishment or site of strategic importance (including airports) is illegal.\r\n\r\nThe Russian president has signed a law that calls for the arrest of anyone who is openly gay or supportive of gay rights. People, including tourists, can be heavily fined (up to 200,000 rubles) for “propaganda of non-traditional sexual relations.“ The new Russian law permits the government to arrest and detain gay or pro-gay foreigners for up to 14 days before expelling them from the country. For example, illegal “pro-gay” displays could range from hand holding or gay-affirmative speech to even displaying a rainbow flag on a backpack.\r\n\r\nRacially motivated attacks have occurred in Russia, particularly toward those of Asian or Afro-Caribbean descent. Attacks tend to increase around 20 April, the anniversary of Adolf Hitler’s birthday.\r\n\r\nTerrorist incidents have occurred in Russia. Violent incidents in major cities are usually linked to criminal/business activities and are not usually directed against foreign visitors. However, remain cautious, particularly in public places, and monitor the local news reports. \r\n",
- "sec_pol_unr": "Political rallies can occur in Moscow, St. Petersburg and other places across Russia. Check media for the latest information, be vigilant, and avoid any demonstrations or public gatherings, since these situations can escalate and turn violent quickly and unexpectedly.",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:56Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "San Marino",
- "center_lat": 43.94236,
- "center_lng": 12.457777,
- "country_code": "SM",
- "country_code_3": "SMR",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "411f38fa-88e9-4621-84a4-b0119d33d45b",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "02b7789e-af6a-4733-bd65-57cb65043618",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "115"
}
], - "facts": "The Republic of San Marino is located in southern Europe, surrounded by Italy and is one of the smallest countries in the world. The population is approximately 32,000 people.\r\n\r\nAlthough the country is not a member of the European Union, they are allowed to use the Euro as the official currency.\r\n\r\nSan Marino's government is a republic. A council of 60 members, with a Great and General Council, is elected to five-year terms by the general public. Two heads of state, referred to as captains-regent, are elected by the Council every six months, serving six-month terms. The head of the government is the Secretary of State for Foreign and Political Affairs.\r\n\r\nTourism dominates the economy. San Marino became a UNESCO World Heritage Site in 2008. Travellers can see castles, medieval architecture, churches and small museums. Of interest, San Marino produces stamps and coins which attract collectors throughout the world.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/SM/4e8740c9-f7ef-4a08-96e0-4bde2a17d389_list_SM.jpg?v=63680415929",
- "main": "/uploads/countries/SM/4e8740c9-f7ef-4a08-96e0-4bde2a17d389_main_SM.jpg?v=63680415929",
- "original": "/uploads/countries/SM/4e8740c9-f7ef-4a08-96e0-4bde2a17d389_original_SM.jpg?v=63680415929"
}, - "flag_emoji": "🇸🇲",
- "geojson_url": null,
- "id": "4e8740c9-f7ef-4a08-96e0-4bde2a17d389",
- "language": "Italian",
- "name": "San Marino",
- "ne_bound_lat": 43.992075,
- "ne_bound_lng": 12.5167041,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "San Marino is a safe country with a low crime rate. Travellers do not usually have any safety and security issues in San Marino, however, personal belongings and travel documents should be kept safe at all times.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 43.8936809,
- "sw_bound_lng": 12.4034824,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:21:56Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kigali",
- "center_lat": -1.940278,
- "center_lng": 29.873888,
- "country_code": "RW",
- "country_code_3": "RWA",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "RWF",
- "currency_name": "Rwandan franc",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "04cb89a4-f029-4288-91c1-88e08b73ee22",
- "note": "Traffic accidents",
- "order": 2,
- "typ": 99,
- "val": "113"
}, - {
- "id": "28af3455-1095-4885-8e1e-03bf62e83462",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "111"
}, - {
- "id": "2cdcf5d6-7ce6-48e1-82f3-6095abdee919",
- "note": "Abuse by a police officer, including bribery",
- "order": 3,
- "typ": 99,
- "val": "3511"
}, - {
- "id": "fa6a1bd6-34a7-46cb-94df-b4bfedc81b1c",
- "note": "Calls to this number might not be answered.",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "5d59b35a-cb0e-4e48-bd73-75af519f2cde",
- "note": "Gender-based violence",
- "order": 4,
- "typ": 99,
- "val": "3512"
}
], - "facts": "The Republic of Rwanda is a country in Africa, bordered by the Democratic Republic of the Congo, Uganda, Tanzania, and Burundi. The population is about 12 million people and made up of mainly three groups, the Hutus, Tutsis, and Twa (Pygmy). The government of Rwanda is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nDuring World War I, Belgium began to administer Rwanda and Burundi and set up a system whereby the Tutsis were the dominant group. In 1959, the Hutus, the majority, ousted the Tutsi king, and following this, thousands of Tutsis were murdered or displaced. By 1962 Rwanda gained independence from Belgium. Tutsis who were in exile began to form the Rwandan Patriotic Front, and in 1990, waged the Rwandan Civil War. In April 1994, the president was killed when his airplane was shot down, igniting genocide that resulted in the killing of about 800,000 people in about 100 days.\r\n\r\nSince the genocide of the mid-1990s, Rwanda has made much progress developing the economy and building infrastructure. A period of reconciliation is ongoing. However, some human rights groups point out that civil and political liberties and freedom of speech are quite restricted, and that the government does not tolerate opposition or criticism.\r\n\r\nRwanda has been referred to as The Land of A Thousand Hills. Visitors can experience beautiful scenery, wildlife, volcanoes, Parc National Des Volcans, and resorts. This country claims to have one-third of the Mountain Gorillas remaining in the world and one-third of Africa’s species of birds.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/RW/d2b4a857-5c31-4c19-9b61-77cc2fbfd4c2_list_RW-590bafef-f330-43c3-9169-71816da64e4d.jpg?v=63680415972",
- "main": "/uploads/countries/RW/d2b4a857-5c31-4c19-9b61-77cc2fbfd4c2_main_RW-590bafef-f330-43c3-9169-71816da64e4d.jpg?v=63680415972",
- "original": "/uploads/countries/RW/d2b4a857-5c31-4c19-9b61-77cc2fbfd4c2_original_RW-590bafef-f330-43c3-9169-71816da64e4d.jpg?v=63680415972"
}, - "flag_emoji": "🇷🇼",
- "geojson_url": null,
- "id": "d2b4a857-5c31-4c19-9b61-77cc2fbfd4c2",
- "language": "Kinyarwanda; French, English",
- "name": "Rwanda",
- "ne_bound_lat": -1.0473753,
- "ne_bound_lng": 30.8991179,
- "region_name": "District",
- "sec_areas": "Avoid areas bordering the Democratic Republic of the Congo, including the towns of Cyangugu, Kibuye, and Gisenyi. Armed groups operate in these areas, and at times, create an unstable and unpredictable security situation.\r\n\r\nDeadly grenade attacks have occurred in Kigali, Musanze and Southern Province.\r\n\r\nAvoid travel to areas near the border of Burundi, including the Nyungwe Forest, due to the risk of armed conflict and banditry.\r\n\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "Violence and criminal activity does occur in Rwanda. Grenade attacks have occurred sporadically since 2009, including in Southern Province, the capital of Kigali, and Musanze.\r\n\r\nThe United Nations has named April 7 as the Day of Remembrance of the Victims of the Rwanda Genocide. Travellers should be particularly cautious around the time of the Genocide Commemorations.\r\n\r\n",
- "sec_personal": "Crime is relatively low in Rwanda. Petty crime does occur, such as purse snatching, pickpocketing, mugging and theft from hotel rooms or vehicles. Keep valuables secure and out of sight.\r\n\r\nSome violent crime does occur in Rwanda but rarely against foreigners.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": -2.8399383,
- "sw_bound_lng": 28.861754,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:23:12Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tbilisi",
- "center_lat": null,
- "center_lng": null,
- "country_code": "GE",
- "country_code_3": "GEO",
- "created_at": "2017-10-30T00:58:08Z",
- "currency_code": "GEL",
- "currency_name": "Lari",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "565690bf-4dee-46d0-a1cb-ed067961882e",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "Georgia is a country in southwestern Asia between Turkey and Russia and bordering the Black Sea. Neighbouring countries also include Armenia and Azerbaijan. The population of Georgia is about 4.5 million people.\r\n\r\nGeorgia's government is a republic. A president is chief of state and is also the head of government for the Ministries of Defense and Internal Affairs. A prime minister is head of government for all other ministries.\r\n\r\nGeorgia was formerly part of the Union of Soviet Socialist Republics. At the beginning of the 19th century, Russia annexed Georgia. After the Russian Revolution of 1917, Georgia was annexed again, this time by the Soviet Union. After the fall of the Soviet Union, Georgia went through a period of political and economic crises until the new democratic reforms were introduced through the Rose Revolution. Today the relations with Russia are strained, and Georgia is developing closer relationships with the United States and the European Union.\r\n\r\nVisitors to Georgia can enjoy ski resorts, wineries, cave monasteries and other historical sights.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GE/f0d77b89-8aa1-4031-b58d-a68694e77de8_list_GE.jpg?v=63680415934",
- "main": "/uploads/countries/GE/f0d77b89-8aa1-4031-b58d-a68694e77de8_main_GE.jpg?v=63680415934",
- "original": "/uploads/countries/GE/f0d77b89-8aa1-4031-b58d-a68694e77de8_original_GE.jpg?v=63680415934"
}, - "flag_emoji": "🇬🇪",
- "geojson_url": null,
- "id": "f0d77b89-8aa1-4031-b58d-a68694e77de8",
- "language": "Georgian",
- "name": "Georgia",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "region_name": "municipality",
- "sec_areas": "Avoid travel to South Ossetia, Abkhazia, and all other regions bordering Russia. These areas are dangerous due to crime, terrorist activity, tensions between Russia and Georgia, as well as mines and other unexploded ordnance from the 2008 armed conflict. Exercise caution if you use the M27/M1 road, and avoid travelling this road after dark. There is a risk of criminal activity between the Stepantsminda/Gudauri turnoff and Gori, and also between Gori and Khashuri. \r\n\r\nDo not travel across the land border with Russia as there is no official border control, and these regions are extremely dangerous. It is illegal to cross into Georgia from Russia at Abkhazia or South Ossetia, and the penalty for illegal entry can be up to four years in prison. A passport stamp by separatist authorities might be considered illegal.\r\n\r\nAvoid travel to the Pankisi Gorge north of Akhmeta due to the potential for armed clashes with Chechen armed groups or criminal activity.\r\n",
- "sec_emer_num": "The dispatcher speaks Georgian and Russian, but will transfer a call to an English-speaking operator.\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Petty crime, such as pickpocketing, is common in Georgia, especially in busy areas like transportation hubs or markets. Travellers should avoid carrying large sums of cash, showing signs of affluence (jewelry, etc), and ensure their personal belongings and travel documents are secure at all times.\r\n\r\nViolent crime, including sexual assaults and muggings, has occurred against foreigners in urban areas of Georgia. Kidnappings of travellers and foreign residents also occur, particularly in the regions bordering Russia. To avoid becoming a target, it is recommended that you vary your daily routine, travel in groups, and avoid walking or taking public transportation after dark.\r\n\r\nThose who want to participate in extreme sports should be aware that the emergency response might be very limited in the event of an accident. Companies that organize these activities might not meet adequate safety standards.\r\n\r\nDriving can be hazardous, particularly at night due to poorly maintained roads and cars, lack of adequate lighting and road signs, and animals straying onto roads. Drivers may not follow safe driving practices. The law requires the use of seat belts. Drinking and driving is against the law. Landslides are common.\r\n",
- "sec_pol_unr": "Minimize safety risk by avoiding public and political gatherings and demonstrations since even peaceful protests can quickly and unexpectedly escalate and become violent.",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:23:22Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tirana",
- "center_lat": 41.153332,
- "center_lng": 20.168331,
- "country_code": "AL",
- "country_code_3": "ALB",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "ALL",
- "currency_name": "Albanian Lek",
- "division_name": "Counties ",
- "emerg_numbers": [
- {
- "id": "b23496c0-9ffd-425c-a913-df5381ee5e6b",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "112"
}, - {
- "id": "a4a16e31-d1ec-48dc-8ac4-bc2ca3a08d4d",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "127"
}, - {
- "id": "251805b4-6e37-4ac5-a64d-a2d4c81bd071",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "128"
}, - {
- "id": "3f03afea-cd58-419d-83f1-b63659b85863",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "129"
}
], - "facts": "The Republic of Albania, located in southeastern Europe, borders the Adriatic Sea to the west, the Ionian Sea and Greece to the south, Macedonia and Kosovo to the East and Montenegro to the North. Since becoming independent in November 28, 1912, Albania has been occupied and allied with many nations. In 1991, after many years of communist rule through its associations with the USSR and China, Albania held its first democratic, multi-party elections. Albania is a parliamentary republic with a president as the chief of state and prime minister as the head of government. In 2013, Albania’s population was estimated to be 2.8 million people. \r\n\r\nAs one of Europe’s poorest nations, economic re-development has been slow due to corruption, poor infrastructure and crime. Nevertheless, the Albanian government has acted to improve the economic situation. Albania has become a NATO member and now claims status as a candidate nation for accession into the European Union. \r\n\r\nAlbania boasts stunning mountain landscapes and beautiful beaches. This small European nation welcomes travellers who seek to explore an undiscovered gem.",
- "flag": {
- "list": "/uploads/countries/AL/91be8715-c1a7-497a-aa73-6dbe22d466a9_list_AL-5201605c-07bf-4353-ba91-3a94370aa767.jpg?v=63680415999",
- "main": "/uploads/countries/AL/91be8715-c1a7-497a-aa73-6dbe22d466a9_main_AL-5201605c-07bf-4353-ba91-3a94370aa767.jpg?v=63680415999",
- "original": "/uploads/countries/AL/91be8715-c1a7-497a-aa73-6dbe22d466a9_original_AL-5201605c-07bf-4353-ba91-3a94370aa767.jpg?v=63680415999"
}, - "flag_emoji": "🇦🇱",
- "id": "91be8715-c1a7-497a-aa73-6dbe22d466a9",
- "language": "Albanian",
- "name": "Albania",
- "ne_bound_lat": 42.6610819,
- "ne_bound_lng": 21.0572394,
- "region_name": "Municipalities",
- "sec_areas": "Travellers should reconsider their need to travel to Lazarat. Historically, this area has been a major marijuana growing region, and there are reports of violent altercations between police and growers. \r\n\r\nExercise caution in remote regions where security is poor, gang violence is more common and travellers are at a higher risk of carjacking attacks. Carjacking with the use of small explosives has been reported. \r\n",
- "sec_emer_num": "Ensure travel and medical insurance is acquired before departing. ",
- "sec_ext_viol": "",
- "sec_personal": "There is general hospitality towards tourists in Albania. Nevertheless, travellers are advised to take necessary precautions to stay safe and to avoid petty crime and theft. Always be alert in your surroundings. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight. \r\n\r\nAlthough political instability has subsided in Albania, travellers should avoid political demonstrations and large public gatherings which have historically turned violent.\r\n\r\nTravellers should note that Albania has strict laws on drug possession.\r\n\r\nRoad travel can be unsafe due to aggressive driving, poor road conditions, weather concerns and power outages impacting traffic lights. Avoid road travel at night, especially due to the risk of power outages and subsequent reduced visibility. Albania has one of the highest death rates from road accidents in Europe. \r\n\r\nTravellers should exercise caution when taking public transportation (bus or rail) due to the lower safety standards and road conditions. The use of taxis instead of public transportation is recommended. \r\n\r\nAlbania has been officially cleared of landmines since December 2009. However, travellers should avoid unmarked and unfrequented areas, particularly in regions bordering Kosovo, as demining continues in Kosovo. \r\n\r\nDue to Albania’s location in an active seismic zone, small earthquakes are not uncommon. Although it is safe to swim at most beaches, there are reports of improper sewage disposal affecting beaches, making some waters unsafe for swimming. \r\n\r\nLGBTI travellers are advised that although same-sex relations are not illegal in Albania, there is a lack of social tolerance. Same sex marriage is illegal in Albania.",
- "sec_pol_unr": "",
- "sw_bound_lat": 39.6447296,
- "sw_bound_lng": 19.1217,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:39Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Hagatna (Agana)",
- "center_lat": 13.444304,
- "center_lng": 144.793731,
- "country_code": "GU",
- "country_code_3": "GUM",
- "created_at": "2017-10-30T00:59:01Z",
- "currency_code": "USD",
- "currency_name": "US Dollar",
- "division_name": "Villages",
- "emerg_numbers": [
- {
- "id": "b99e9ac2-d66e-4add-8489-d3a2e1f0f728",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Territory of Guam is a small island located in Oceania, in the north Pacific Ocean. The island was occupied by Spain until 1898 when Spain ceded control of Guam to the United States (U.S.). In 1941, during World War II, Guam was briefly captured by Japan, but control of the island was quickly reassumed by the Americans in 1944. Today, the island is a self-governing territory of the U.S., administered by the American government. In this presidential democracy, the chief of state is the president of the U.S., while the head of government is the governor of Guam. The people of Guam are American citizens, though they do not have the right to vote in U.S. presidential elections. \r\n\r\nGuam’s location in Oceania contributes to its tropical climate. The temperature varies little throughout the year. Precipitation, cyclones, major flooding and landslides are common in the rainy season (July-December). \r\n\r\nThe U.S. military occupies approximately one-third of the island’s territory, making Guam an important U.S. military base. The military operations in Guam also play an important role in supporting the island’s economy. \r\n\r\nThe population of Guam is approximately 162,742 people (2016 estimate) with people from European, Asian, American and indigenous cultures. This cultural diversity, along with the territory’s beautiful island landscapes and climate, is what draws over 1 million tourists to the island each year. On the island of Guam, tourists can find this cultural blend permeating the food, music and the arts, making the island of Guam a unique tourist destination. \r\n",
- "flag": {
- "list": "/uploads/countries/GU/040db48a-8490-4792-b453-bce7f199cab6_list_GU-c5ab2a59-9708-4427-a196-4464fe2739ca.jpg?v=63680416004",
- "main": "/uploads/countries/GU/040db48a-8490-4792-b453-bce7f199cab6_main_GU-c5ab2a59-9708-4427-a196-4464fe2739ca.jpg?v=63680416004",
- "original": "/uploads/countries/GU/040db48a-8490-4792-b453-bce7f199cab6_original_GU-c5ab2a59-9708-4427-a196-4464fe2739ca.jpg?v=63680416004"
}, - "flag_emoji": "🇬🇺",
- "id": "040db48a-8490-4792-b453-bce7f199cab6",
- "language": "English and Chamorro",
- "name": "Guam",
- "ne_bound_lat": 13.7994072,
- "ne_bound_lng": 145.112915,
- "region_name": "None",
- "sec_areas": "",
- "sec_emer_num": "Although high quality medical facilities may be available in Guam, medical costs are very high. ",
- "sec_ext_viol": "",
- "sec_personal": "There is general hospitality towards tourists in Guam. Nevertheless, travellers are advised to take normal precautions to stay safe and avoid petty crime and theft. Always be alert in your surroundings. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Keep identification with you at all times. Avoid walking alone at night. Do not accept drinks or food from strangers and never let your drink out of your sight.\r\n\r\nSafety standards for transportation and adventure activities may be lower in Guam, and the traveller should exercise caution. \r\n\r\nDue to Guam’s location in an active earthquake zone, seismic activity is not uncommon. Tsunamis may result from this seismic activity. \r\n\r\nThe traveller should be aware of whether they are travelling during monsoon season (June to December) as monsoons may result in infrastructure damage, flooding and landslides. Be aware that tropical storms can occur throughout the year and can cause similar damage as monsoons. The traveller should inform themselves of the region’s evacuation plan in the case of a natural disaster and should monitor weather updates from the World Meteorological Organization.\r\n\r\nIn 2015, Guam became the first US territory to legalize same-sex marriage. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 13.1022175,
- "sw_bound_lng": 144.4647218,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:44Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Honiara",
- "center_lat": -9.64571,
- "center_lng": 160.156194,
- "country_code": "SB",
- "country_code_3": "SLB",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "SBD",
- "currency_name": "Solomon Islands dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "881dff38-a7b9-4fb3-b612-b116424ffbfc",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "911"
}, - {
- "id": "36ee31d4-5250-4d34-980a-7dfa718bca79",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}, - {
- "id": "4d84c31a-84f1-42b3-9941-743b749d5eba",
- "note": "National Disaster",
- "order": 3,
- "typ": 99,
- "val": "955"
}, - {
- "id": "03880427-d09d-4c46-ac3f-65d5b948b237",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "988"
}
], - "facts": "The Solomon Islands include more than 900 islands in the South Pacific Ocean, southeast of Papua New Guinia, with a population of about 635,000 people. The government is a parliamentary democracy under a constitutional monarchy with the chief of state being the monarch of Great Britain, represented by a governor-general. A prime minister is head of government. \r\n\r\nThe islands were inhabited as early as 1000 BC, however, early attempts at colonization were not successful. Europeans did not establish their presence until the mid-1800s. Britain declared the islands as a protectorate in 1893.\r\n\r\nDuring World War II, the body of water at the centre of the Soloman Islands, known as “The Slot” and the island of Guadalcanal, were the scenes of fierce naval warfare. Many American and Japanese ships are on the bottom. After World War II, the country moved toward independence. In 1976, self-government was achieved, and in 1978, the Solomon Islands adopted a constitution and gained independence.\r\n\r\nIn 1998, tribal rivalries erupted into violent confrontations between the Gwale people on Guadalcanal and the Malaitans on the island of Malaita. The ongoing civil unrest between 1998 and 2003 was very damaging to the country. In mid-2003, the prime minister called on Australia to help in negotiations to reestablish law and order. An Australian-led multinational force was brought in. The country is still recovering from the conflict and struggles with an unstable economic situation.\r\n\r\nTourism is not a developed sector of the economy of the islands. For travellers to the Solomon Islands, there are opportunities for diving around World War II wrecks, snorkelling, surfing, exploring lagoons and staying at eco lodges.",
- "flag": {
- "list": "/uploads/countries/SB/bca3687a-fb04-4ef3-9d21-ce9ac64f2709_list_SB-8ca3e18c-9b92-40d1-8f34-8741750e8c32.jpg?v=63680415998",
- "main": "/uploads/countries/SB/bca3687a-fb04-4ef3-9d21-ce9ac64f2709_main_SB-8ca3e18c-9b92-40d1-8f34-8741750e8c32.jpg?v=63680415998",
- "original": "/uploads/countries/SB/bca3687a-fb04-4ef3-9d21-ce9ac64f2709_original_SB-8ca3e18c-9b92-40d1-8f34-8741750e8c32.jpg?v=63680415998"
}, - "flag_emoji": "🇸🇧",
- "id": "bca3687a-fb04-4ef3-9d21-ce9ac64f2709",
- "language": "English",
- "name": "Solomon Islands",
- "ne_bound_lat": -6.075011,
- "ne_bound_lng": 168.0249023,
- "region_name": "City",
- "sec_areas": "",
- "sec_emer_num": "The police force response times may be slow due to limited resources.",
- "sec_ext_viol": "",
- "sec_personal": "Overall most travellers to the Solomon Islands have no safety problems, however, some crime does occur and has involved violence. Pickpocketing, theft, and bag snatching is common, particularly in the area of the central market in Honiara. Due to criminal activity around the Japanese WWII Memorial, try to go with a group tour. Do not visit the memorial alone. Alway be alert and aware in your surroundings.\r\n\r\nAvoid travel or walking around Honiara at night if possible. Exercise caution in the squatter settlements around Honiara, White River and the Lungga Bridge, Sun Valley, Mataniko Bridge, Burns Creek and Henderson (airport) area. Security incidents in these areas have included road blocks, rock throwing and more serious crimes, including sexual assault, robbery and vehicle hijacking.\r\n\r\nHome invasions and violent crime increases in the time leading up Christmas holidays. There have been reports of yachts being robbed, even when the boats are anchored off-shore.\r\n\r\nIf your travel plans include visiting rural Guadalcanal, day trips from Honiara, or visiting the island of Malaita, get an update on the security situation from the High Commission of the Solomon Islands before travelling.\r\n\r\nSafety measures for water sports, such as scuba diving, may not be at a level expected in western countries. In addition, emergency response times may be delayed. Ensure that adequate safety precautions are in place. You may need to provide your own safety equipment, such as life preservers. In Honiara, there is a decompression chamber that is staffed by volunteers. Travellers with medical problems associated with diving accidents may need medical evacuation to New Zealand, which is the closest location for reliable medical care.\r\n\r\nGet local advice before entering waters, and exercise caution in both fresh and salt water. Fresh and salt water crocodiles and sharks are common in many areas of the Solomon Islands. Crocodiles have been seen regularly offshore and on beaches.\r\n\r\nPossession of pornographic material is against the law and brings fines and possible imprisonment.\r\n\r\nSame-sex relationships are illegal in the Solomon Islands. It would be prudent to avoid public displays of affection.\r\n\r\nRoad travel is difficult since roads are often in disrepair with many potholes. Infrastructure, such as bridges, may not be maintained and some bridges have even collapsed. Drivers may not adhere to rules of the road. It is common for drivers to chew betel nut, and open doors while driving at speed to spit. \r\n\r\nIf you are involved in a driving accident, the law requires you to stop and remain at the scene of the accident. However, if a hostile crowd gathers, drive to the nearest police station to report the accident.\r\n",
- "sec_pol_unr": "Civil unrest may occur at times of Parliamentary sessions, court cases, and sporting or cultural events.\r\n",
- "sw_bound_lat": -12.6832149,
- "sw_bound_lng": 155.1187134,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:38Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kuwait City",
- "center_lat": 29.31166,
- "center_lng": 47.481766,
- "country_code": "KW",
- "country_code_3": "KWT",
- "created_at": "2017-10-30T00:58:12Z",
- "currency_code": "KWD",
- "currency_name": "Kuwaiti dinar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "aa8b55df-846f-4950-9b09-997778ddc8ae",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The State of Kuwait is in the Middle East on the northeast corner of the Arabian Peninsula, between Iraq and Saudi Arabia, and bordering on the Persian Gulf. The population is about 3 million people.\r\n\r\nThe government of Kuwait is a constitutional monarchy with a parliamentary system of government. The Emir is the head of state, and is chosen by the ruling Al-Sabah family and confirmed by the National Assembly. The Emir appoints the prime minister.\r\n\r\nFollowing World War I, Kuwait became an independent sheikdom under the protection of the British Empire. After Kuwait gained independence from the United Kingdom in 1961, the nation's oil reserves led to rapid economic growth. Iraq’s invasion in 1990 resulted in the United State's intervention and restoration of Kuwait's independent status.\r\n\r\nAlthough a small country, Kuwait is the world's fifth most wealthy country with a relatively open economy. Oil exports make up about 95 percent of Kuwait's government revenue. Kuwait was the first oil-producing country in the Middle East to share its wealth from oil with all its people. With the government support for education, the literacy rate is about 93 percent, one of the highest in the Arab world.\r\n\r\nKuwait City, the main attraction in Kuwait, is a modern city with excellent restaurants, shopping centres, marinas, and beach resorts. There are still some remnants of the Iraqi invasion of 1990, and a high level of security is maintained around hotels.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/KW/394781c4-3edf-43ad-9e92-39c86f03b659_list_KW.jpg?v=63680415938",
- "main": "/uploads/countries/KW/394781c4-3edf-43ad-9e92-39c86f03b659_main_KW.jpg?v=63680415938",
- "original": "/uploads/countries/KW/394781c4-3edf-43ad-9e92-39c86f03b659_original_KW.jpg?v=63680415938"
}, - "flag_emoji": "🇰🇼",
- "geojson_url": null,
- "id": "394781c4-3edf-43ad-9e92-39c86f03b659",
- "language": "Arabic. English is widely spoken.",
- "name": "Kuwait",
- "ne_bound_lat": 30.1036993,
- "ne_bound_lng": 48.5184,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "There is a high threat of terrorism throughout the Arabian Peninsula and Jordan. Targets usually include public areas, tourist sites, government buildings, and Western interests. Travellers should remain vigilant and exercise caution at all times. Avoid crowded public areas, monitor local news, and obey local authorities.\r\n",
- "sec_personal": "Violence is rare in Kuwait and the crime rate is low, however, travellers should still be aware of their personal safety. Avoid secluded areas after dark.\r\n\r\nWomen travelling in Kuwait should be aware that there have been reports of physical and verbal harassment towards women. Avoid travelling alone, particularly after dark.\r\n\r\nUnexploded munitions from the Gulf War are sometimes found in rural areas and beaches. Do not touch unfamiliar objects and monitor children closely.\r\n\r\nCrossing the border from Iraq or Saudi Arabia into Kuwait can only be done legally through official border crossings. Borders are patrolled by armed guards.\r\n",
- "sec_pol_unr": "Demonstrations and political gatherings sometimes occur, specifically in response to socio-economic conditions. Travellers should avoid demonstrations as they can become violent without warning.\r\n",
- "sw_bound_lat": 28.5244463,
- "sw_bound_lng": 46.55303989999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:24:02Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Brasilia",
- "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "BRL",
- "currency_name": "Real",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5513d415-8e42-4f8c-ac12-e84df5943a86",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "193"
}, - {
- "id": "ac60f3e3-98c1-4607-bda8-5c0d6bbf5972",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "190"
}, - {
- "id": "9ec255d2-dd0e-491d-8c28-efdf38426b5b",
- "note": "Mercosul area emergency number",
- "order": 3,
- "typ": 90,
- "val": "128"
}, - {
- "id": "f826b789-9b75-4629-a33a-d6e0c5ad8340",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "192"
}
], - "facts": "The Federative Republic of Brazil is Latin America's largest country and the world's fifth largest country, located on the east coast of South America. It is bordered by the Atlantic Ocean on the east, stretching from Venezuela in the north to Uruguay in the south, and west as far as Peru and Bolivia. The population is about 191,000,000 people.\r\n\r\nThe government is a federal republic with a federal district and 26 states. The head of state and head of government is a president.\r\n\r\nMost Brazilians are now middle class, and the strong and developing economy is said to be the largest in South America. Brazil is geographically diverse with beaches, tropical islands, forests, wetlands, mountains, savannahs, and jungles. As a tourist destination, Brazil is known for the Carnaval in Rio de Janeiro, Ipanema Beach, colonial towns, and many other beaches and water sports.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BR/78814cbc-2f3e-47b1-905a-052a5304fffb_list_BR.jpg?v=63680415923",
- "main": "/uploads/countries/BR/78814cbc-2f3e-47b1-905a-052a5304fffb_main_BR.jpg?v=63680415923",
- "original": "/uploads/countries/BR/78814cbc-2f3e-47b1-905a-052a5304fffb_original_BR.jpg?v=63680415923"
}, - "flag_emoji": "🇧🇷",
- "geojson_url": null,
- "id": "78814cbc-2f3e-47b1-905a-052a5304fffb",
- "language": "Portuguese",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "region_name": "municipality",
- "sec_areas": "Drug trafficking occurs along border areas, such as the states of Amazonas, Acre, Mato Grosso, and Rondônia, making these areas dangerous to tourists.\r\n\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Crime rates in Brazil are high. Violent crime, including the use of firearms, can occur anywhere, particularly in cities, such as Rio de Janeiro, Recife, Salvador, and São Paolo. Tourists can be targeted, and robberies can be violent. If robbed, hand over all your valuables and do not attempt to resist. Be particularly vigilant in areas outside the south side of Rio de Janeiro, as well as in areas around the Rodoviaria (bus station). Crime levels in shantytowns (favelas) are extremely high.\r\n\r\nPetty crime, such as pickpocketing, is common in Brazil, particularly in crowded, public areas. Ensure your personal belongings, valuables, and travel documents are kept secure at all times. To minimize risk, avoid showing signs of affluence, such as expensive jewelry and clothing. Avoid walking alone after dark, especially in poorly lit and isolated areas. Be cautious with recent acquaintances offering help, friendship, or hospitality.\r\n\r\nKidnappings where victims are forced to withdraw money from automated banking machines (ABMs) occur throughout the country. Some ATMs have an anti-theft system that marks notes with pink ink if the machine has been tampered with. If you receive cash marked with pink ink, immediately take your receipt and cash into the bank for an exchange. \r\n\r\nThere have been reports of people being robbed when using unregistered taxis or on public buses. Use registered taxis that display a photographic license.\r\n\r\nSexual assault against foreigners can occur. Female travellers should be cautious and never accept rides or food and drink from strangers or casual acquaintances.\r\n\r\nTour companies and city police cannot guarantee your safety if you enter a favela.\r\n\r\nDrink spiking has been reported. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nTheft is common on beaches. Always avoid isolated areas on or around beaches. Do not carry valuables or important documents, such as passports, to a beach.\r\n\r\nCarjackings do occur. Remain vigilant in your car with windows up and doors locked. Be especially careful at traffic lights, particularly at night. Have your keys in hand and ready when you are approaching your car. Keep valuables out of sight since theft from cars is common.\r\n\r\nBrazilian authorities require all individuals to carry identification with them at all times, particularly passport and visa documentation for travellers. If possible, travellers should lock their personal documents in a secure hotel safe and carry photocopies of their identification with them.\r\n",
- "sec_pol_unr": "Protests and demonstrations occur frequently in Brazil, and in some cases, have turned violent. To minimize safety risk, avoid all public gatherings and demonstrations due to unpredictability of these situations.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.982817,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:24:05Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Amsterdam",
- "center_lat": 52.132633,
- "center_lng": 5.291265999999999,
- "country_code": "NL",
- "country_code_3": "NLD",
- "created_at": "2017-10-30T00:58:16Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "167b4fc4-d707-4b0f-9fa6-c4316475ffb4",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "21b91176-5c9e-4cf3-ad16-85dc0cb33c7c",
- "note": "Tourist dental services",
- "order": 3,
- "typ": 99,
- "val": "020 570 9595"
}, - {
- "id": "215f7276-a6a1-4754-8aba-136cb948ff8b",
- "note": "Tourist physician services",
- "order": 1,
- "typ": 99,
- "val": "020 592 3355"
}, - {
- "id": "ef07717d-7964-482b-861c-47dbb82859c0",
- "note": "Alternate number for tourist physician services",
- "order": 2,
- "typ": 99,
- "val": "020 4275011"
}
], - "facts": "The Kingdom of the Netherlands is located in northwestern Europe, between Belgium and Germany and the North Sea. The population is about 16 million people. Amsterdam, the capital, is the largest city, and The Hague is the seat of government. The Hague is sometimes referred to as the legal capital of the world.\r\n\r\nThe government is a hereditary constitutional monarchy and a parliamentary democracy. A queen is the chief of state and a prime minister is the head of government.\r\n\r\nThe Netherlands is a low-lying country with about 20 per cent of its area located below sea level. Large areas of land have been reclaimed from the sea and preserved, and most of the country is very flat.\r\n\r\nAlthough the Dutch are considered a conservative people, they are recognised for liberal policies and social tolerance values. Visitors to the Netherlands can enjoy many things the country is known for, such as windmills, dikes, canals, cheeses, and museums. The Netherlands are also famous for the old Dutch Masters, and for their tulips and bulb flowers which are exported all over the world.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/NL/f296c168-f4cb-47af-929b-c495c6b6501b_list_NL.jpg?v=63680415941",
- "main": "/uploads/countries/NL/f296c168-f4cb-47af-929b-c495c6b6501b_main_NL.jpg?v=63680415941",
- "original": "/uploads/countries/NL/f296c168-f4cb-47af-929b-c495c6b6501b_original_NL.jpg?v=63680415941"
}, - "flag_emoji": "🇳🇱",
- "geojson_url": null,
- "id": "f296c168-f4cb-47af-929b-c495c6b6501b",
- "language": "Dutch",
- "name": "Netherlands",
- "ne_bound_lat": 53.6316,
- "ne_bound_lng": 7.227510199999999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers have no safety issues when visiting the Netherlands. Violent crime in the Netherlands rarely occurs, however, petty crime, such as pick pocketing, is common. Ensure valuables are kept safe and avoid carrying large sums of money. Theft of passports and other valuables occurs frequently from hostels in Amsterdam. Travellers should be aware that robberies by those who operate in gangs occur frequently on trains to and from Schiphol Airport and the Central Station and other public transportation. A disturbance or an attempt to distract you, such as asking directions, might be an attempt to draw your attention away from your belongings. Keep your luggage and other belongings in sight at all times.\r\n\r\nThere have been reports of drink spiking. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n",
- "sec_pol_unr": "Demonstrations and strikes sometimes occur in larger cities. Large gatherings and demonstrations should be avoided as they can become violent without warning.",
- "sw_bound_lat": 50.75038379999999,
- "sw_bound_lng": 3.3316001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:00Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Monaco",
- "center_lat": 43.73841760000001,
- "center_lng": 7.424615799999999,
- "country_code": "MC",
- "country_code_3": "MCO",
- "created_at": "2017-10-30T00:58:16Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "1b3025ca-98a8-4f16-9a70-30c18ffb33b1",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Principality of Monaco is located in Western Europe bordering France and with coastline on the Mediterranean Sea. This country is the second smallest independent state in the world after the Vatican City. The population of about 31,000 people is 100 percent an urban population. The largest populated quarter is Monte Carlo.\r\n\r\nThe government of Monaco is a constitutional monarchy. The chief of state is the Prince and the head of government is the Minister of State.\r\n\r\nMonaco has a high standard of living. The country is a major banking centre and tax haven for foreign companies and individuals who have established residency. Tourism is a major sector of the economy with visitors attracted to the Mediterranean seaside location and the famous Le Grande Casino de Monte Carlo, established in 1858. Interestingly, citizens of Monaco are not allowed to gamble or even to enter the casinos. The country is also known for the Monaco Grand Prix held every year in the streets of Monaco.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/MC/1f656ee3-021e-4b18-bd27-62a502cd3d23_list_MC.jpg?v=63680415940",
- "main": "/uploads/countries/MC/1f656ee3-021e-4b18-bd27-62a502cd3d23_main_MC.jpg?v=63680415940",
- "original": "/uploads/countries/MC/1f656ee3-021e-4b18-bd27-62a502cd3d23_original_MC.jpg?v=63680415940"
}, - "flag_emoji": "🇲🇨",
- "id": "1f656ee3-021e-4b18-bd27-62a502cd3d23",
- "language": "French. Also commonly spoken are English, Italian, and Monegasque.",
- "name": "Monaco",
- "ne_bound_lat": 43.7519029,
- "ne_bound_lng": 7.4426,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Monaco is a safe country with a low crime rate. Generally, travellers do not have any safety and security problems, however, petty crime, such as pick-pocketing, does occur in tourist areas and transportation hubs. Ensure your personal belongings are kept safe.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 43.7237999,
- "sw_bound_lng": 7.4091049,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:25:40Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kathmandu",
- "center_lat": 28.394857,
- "center_lng": 84.12400799999999,
- "country_code": "NP",
- "country_code_3": "NPL",
- "created_at": "2017-10-30T00:58:16Z",
- "currency_code": "NPR",
- "currency_name": "Nepalese rupee",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "39920725-d6e5-4ee1-954f-9a529f8c2aad",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "100"
}, - {
- "id": "7a77db80-466a-4e33-b0cf-7041613bc33c",
- "note": "Tourist Police",
- "order": 1,
- "typ": 90,
- "val": "+977-1-424-7041"
}
], - "facts": "The Federal Democratic Republic of Nepal is located in Southern Asia in the Himalayas between India and China. The population is approximately 29 million people. Although, Nepali is the official language, English and Hindi are also spoken in business and government. There are also over 100 regional languages spoken in Nepal.\r\n\r\nThe government of Nepal became a republic in May 2008. A president is chief of state, and the head of government is a prime minister.\r\n\r\nNepal is one of the world's poorest countries, with about half the population living in poverty. Agriculture is the main sector of the economy. Tourism is growing after being hindered by political events and the recent global economic crisis. Travellers are attracted to the trekking and mountaineering, since eight of the world's 10 highest peaks, including Mt. Everest, are in Nepal. Religion plays an important part of life in Nepal with the majority of the people following Hinduism and second, Buddhism. Visitors can also see temples, shrines, pilgrimage sites, and festivals.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/NP/7e8cfce9-9e7c-48bb-ac32-ba07b13d1e4f_list_NP.jpg?v=63680415941",
- "main": "/uploads/countries/NP/7e8cfce9-9e7c-48bb-ac32-ba07b13d1e4f_main_NP.jpg?v=63680415941",
- "original": "/uploads/countries/NP/7e8cfce9-9e7c-48bb-ac32-ba07b13d1e4f_original_NP.jpg?v=63680415941"
}, - "flag_emoji": "🇳🇵",
- "geojson_url": null,
- "id": "7e8cfce9-9e7c-48bb-ac32-ba07b13d1e4f",
- "language": "Nepali",
- "name": "Nepal",
- "ne_bound_lat": 30.4469452,
- "ne_bound_lng": 88.20152569999999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "While police officials may speak English, always speak slowly and clearly enunciate to avoid misunderstanding.",
- "sec_ext_viol": "Attacks sometimes occur as a result of political and ethnic conflict, for example the Maoist insurgency. Travellers are not directly targeted, however, the attacks still pose a risk to foreigners as they are unpredictable and have caused deaths and injuries, particularly in the Terai region. Travellers should expect to encounter military and police checkpoints, particularly at night.\r\n",
- "sec_personal": "Travellers should always be aware of their surroundings and aware of personal security in Nepal. Armed robberies sometimes occur, in particular at tourist hotels or against tourist climbing groups. Petty crime, such as pick-pocketing, is also common at tourist locations, hotel rooms, and on public transportation. Crime increases during the festival season, from September to November. Ensure your personal belongings are kept safe at all times. Avoid travelling after dark.\r\n\r\nTravellers should avoid showing signs of affluence such as expensive clothing. Female travellers in particular should wear conservative clothing to avoid harassment and verbal abuse.\r\n\r\nTrekking can be dangerous in Nepal. There have been reports of Maoists asking for “donations” on popular hiking trails and then threatening or injuring climbers when no donations are offered. Travellers should comply with these requests to avoid injury and report any incidents. Emergency services, such as airlifts and rescues, might not be immediately available and accidents resulting in deaths have occurred. It is recommended that trekkers hire an experienced guide from a reputable trekking company and never trek alone. Trekkers should also ensure they have travel insurance that covers medical emergency and rescue services.\r\n\r\nPublic transportation should be avoided if possible. Serious collisions occur frequently resulting in deaths and severe injuries, especially at night. Tourist buses are generally safer.\r\n\r\nThe Monsoon season in Nepal normally runs from June to September. Travel in rural areas at this time may be hazardous. ",
- "sec_pol_unr": "The political situation remains unstable after a period of civil unrest. Demonstrations and disruptive general strikes known as bandhs may occur. Although they are usually peaceful, travellers should avoid these political gatherings as they can become violent and lead to rioting without warning.\r\n",
- "sw_bound_lat": 26.3479661,
- "sw_bound_lng": 80.05846980000001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:14Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Hamilton",
- "center_lat": 32.3078,
- "center_lng": -64.7505,
- "country_code": "BM",
- "country_code_3": "BMU",
- "created_at": "2017-10-30T00:58:36Z",
- "currency_code": "(BMD)",
- "currency_name": "Bermudian dollar",
- "division_name": "parish",
- "emerg_numbers": [
- {
- "id": "fde915c1-6512-42ce-bf9b-8dbbd72acf09",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Bermuda is an British Overseas Territory in the North Atlantic Ocean off the coast of the eastern United States. The population is about 69,000 people. The government is a parliamentary democracy and constitutional monarchy. Bermuda recognises the Queen of England as chief of state but with authority exercised by the governor as head of state. Bermuda has been self-governing since 1968.\r\n\r\nIn 1690, shipwrecked colonists from a British ship of the Virginia Company decided to settle on this island, and the country retains strong ties to England. Bermuda is one of the world’s most prosperous economies as a centre for international business and offshore finance.\r\n\r\nBermuda is a popular tourist destination and receives about half million visitors annually. Tourists are attracted to the mild climate, beautiful hilly scenery, beaches and golf courses.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BM/a89bbee3-b773-46ee-b3f6-e511f8f7cf2a_list_BM.jpg?v=63680415955",
- "main": "/uploads/countries/BM/a89bbee3-b773-46ee-b3f6-e511f8f7cf2a_main_BM.jpg?v=63680415955",
- "original": "/uploads/countries/BM/a89bbee3-b773-46ee-b3f6-e511f8f7cf2a_original_BM.jpg?v=63680415955"
}, - "flag_emoji": "🇧🇲",
- "geojson_url": null,
- "id": "a89bbee3-b773-46ee-b3f6-e511f8f7cf2a",
- "language": "English",
- "name": "Bermuda",
- "ne_bound_lat": 32.3961,
- "ne_bound_lng": -64.6413999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Bermuda has a low to moderate crime rate. Violent crime is rare, and the most common offenses are petty crime and crimes of opportunity, such as burglary, theft from unattended items, baggage, tourist accommodations, or from rental scooters. Exercise normal precautions by remaining aware of your surroundings and keeping valuables out of sight.\r\n\r\nTravellers should stay in well-lit areas and avoid darker, isolated areas. There have been some reports of sexual assault.\r\n\r\nTourists are not allowed to drive cars in Bermuda.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 32.2424975,
- "sw_bound_lng": -64.89139999999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:31Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bratislava",
- "center_lat": 48.669026,
- "center_lng": 19.699024,
- "country_code": "SK",
- "country_code_3": "SVK",
- "created_at": "2017-10-30T00:58:59Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Region",
- "emerg_numbers": [
- {
- "id": "d290630c-ac86-4443-8170-f7c8db9f0c01",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "112"
}
], - "facts": "The Slovak Republic is a landlocked country in Central Europe south of Poland. This country, with a population of over 5 million people, shares borders with Austria, Czech Republic, Hungary, Poland, and Ukraine. The government is a parliamentary democracy with a president as chief of state and a prime minister as head of government.\r\n\r\nThe area of Slovakia was under the control of the Hungarians from the early tenth century until 1918. After World War I, when the Austro-Hungarian Empire was defeated, the Czechs and the Slovaks were united to form the nation of Czechoslovakia. In 1939, Slovakia became independent and allied with Hitler. After World War II, Czechoslovakia was re-formed, and in 1948 fell to the Communists.\r\n\r\nCommunist rule ended in 1989 with the “Velvet Revolution.” In 1993, the country again divided after the peaceful “Velvet Divorce” into the Slovak Republic and the Czech Republic. Slovakia became a member of the Economic Union (EU) and NATO in 2004.\r\n\r\nFor the traveller, Slovakia has mountains and ski resorts, caves and caverns, spas, and medieval towns and castles. There are five Slovak caves that are designated with UNESCO World Heritage Site status.",
- "flag": {
- "list": "/uploads/countries/SK/13278c1b-ffdc-44d0-b3d2-f7e3b5a7285f_list_SK-92ac9b75-e30d-4aae-91a4-138da81ddf4f.jpg?v=63680415993",
- "main": "/uploads/countries/SK/13278c1b-ffdc-44d0-b3d2-f7e3b5a7285f_main_SK-92ac9b75-e30d-4aae-91a4-138da81ddf4f.jpg?v=63680415993",
- "original": "/uploads/countries/SK/13278c1b-ffdc-44d0-b3d2-f7e3b5a7285f_original_SK-92ac9b75-e30d-4aae-91a4-138da81ddf4f.jpg?v=63680415993"
}, - "flag_emoji": "🇸🇰",
- "id": "13278c1b-ffdc-44d0-b3d2-f7e3b5a7285f",
- "language": "Slovak",
- "name": "Slovakia",
- "ne_bound_lat": 49.61380510000001,
- "ne_bound_lng": 22.5589338,
- "region_name": "District",
- "sec_areas": "",
- "sec_emer_num": "Police usually do not speak English. Languages spoken by the population will be Slovak and usually English.",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Slovakia do not have safety or security problems. However, petty crime, such as pickpocketing or bag snatching, does occur, particularly in cities like Bratislava, in main tourist areas and markets. To minimize the risk of becoming a victim of petty crime, avoid showing signs of wealth. Keep valuables and money out of sight. Do not carry large sums of cash. Safeguard your important documents, such as your passport. Be cautious and always be aware of your surroundings, especially at night.\r\n\r\nDo not accept drinks or food from strangers and never leave your drinks out of your sight. Spiking of drinks with drugs does occur.\r\n\r\nTheft from foreign-licensed cars does occur. There have been reports of “road pirates” who may fake a car breakdown and ask for help or who may puncture tires and then pretend to stop and help. Be very cautious of anyone offering help.\r\n\r\nForeigners and minorities have been the victims of racially-motivated.\r\n\r\nEveryone over 15 years of age is required by law to carry a passport at all times. A photocopy is not acceptable. If your passport is damaged, worn or appears to have been altered, authorities can refuse to allow entry into the country. Do not leave your passport with car rental companies or hotels.\r\n\r\nIt is illegal to take photographs of military or government buildings and installations.\r\n\r\nDrinking and driving is illegal and the permissible blood alcohol level is zero.\r\n\r\nThere have been reports of scams by taxi drivers. Insist that you only pay the fee registered on the meter.\r\n",
- "sec_pol_unr": "As in any foreign country, minimize safety risk by avoiding protests or demonstrations as even peaceful situations can escalate quickly and unexpectedly.\r\n",
- "sw_bound_lat": 47.731159,
- "sw_bound_lng": 16.8331821,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:42Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Podgorica",
- "center_lat": 42.708678,
- "center_lng": 19.37439,
- "country_code": "ME",
- "country_code_3": "MNE",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Municipality",
- "emerg_numbers": [
- {
- "id": "a8d7d91b-0747-4daf-a4d5-ecea82ea2d5e",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "123"
}, - {
- "id": "cce13880-899e-425e-9b74-f339c16aab79",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "122"
}, - {
- "id": "1a048085-db61-47f0-9823-6764c199baad",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "124"
}
], - "facts": "Montenegro, in southeastern Europe, has coastline on the Adriatic Sea and shares borders with Albania, Bosnia and Herzegovina, Croatia and Serbia. With a population of about 650,000 people, Montenegro is a sovereign republic. An elected president serves as head of state, with a prime minister as head of the executive branch of government. The Parliament of Montenegro is the country’s legislative body. Montenegro also recognizes the Royal House of Petrović-Njegoš, which is entrusted with promoting Montenegrin identity through non-political activities.\r\n\r\nFollowing the end of World War I, Montenegro was part of Yugoslavia until its dissolution in 1992. Subsequently Montenegro joined with Serbia to form the Socialist Federated Republic of Yugoslavia. In 2003, the federation decentralized and became the state union of Serbia and Montenegro. In 2006 Montenegro exercised a constitutional provision and held a referendum that led to its status as a fully independent state. Montenegro became a member of NATO in June 2017.\r\n\r\nToday, Montenegro’s economy relies on the export of non-precious metals and tourism. The Montenegrin Adriatic coastline, with pristine beaches and well-preserved ancient towns, is incredibly picturesque and a prime destination for vacationing Europeans. Travellers looking for beauty off the beaten path can hike and bike through unspoiled forests and mountain ranges.",
- "flag": {
- "list": "/uploads/countries/ME/c8ea3307-b196-4002-8524-e9b2d808f92b_list_ME-4330a486-01e6-41e8-b886-c1eceed4d8ec.jpg?v=63680415982",
- "main": "/uploads/countries/ME/c8ea3307-b196-4002-8524-e9b2d808f92b_main_ME-4330a486-01e6-41e8-b886-c1eceed4d8ec.jpg?v=63680415982",
- "original": "/uploads/countries/ME/c8ea3307-b196-4002-8524-e9b2d808f92b_original_ME-4330a486-01e6-41e8-b886-c1eceed4d8ec.jpg?v=63680415982"
}, - "flag_emoji": "🇲🇪",
- "geojson_url": null,
- "id": "c8ea3307-b196-4002-8524-e9b2d808f92b",
- "language": "Montenegrin; Serbian widely spoken",
- "name": "Montenegro",
- "ne_bound_lat": 43.558743,
- "ne_bound_lng": 20.3574869,
- "region_name": "Urban municipality",
- "sec_areas": "In areas bordering Kosovo, stay on main roads. Unexploded land mines are known to be along the Kosovo border.\r\n\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Petty crime occurs on public transport and in other crowded areas, particularly in Podgorica and other large towns.\r\n\r\nWith respect to personal safety and security, always be alert in your surroundsings. Keep valuables secured and out of sight. Avoid signs of affluence (expensive clothing or jewelry) to avoid being targeted by thieves, and do not carry large amounts of cash. Safeguard your important documents. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nAvoid the areas where there may be military or security force activities, particularly along the southern border.\r\n\r\nOrganized crime is regarded as being widespread, but does not target tourists.\r\n\r\nMontenegrin roads are poorly maintained and secondary roads are narrow. The two-lane Moraca Canyon in Montenegro can be particularly dangerous, due to poor road conditions and overcrowding. Roads leading to Montenegro’s coastal areas are in better condition but can be overcrowded during the summer season.\r\n\r\nYou are required by law to carry with you a valid form of identification at all times, for example, a driving license or passport, or you may be subject to a fine. Keep a photocopy of your passport in a safe place. \r\n",
- "sec_pol_unr": "Travellers are advised to avoid demonstrations and political gatherings as they are unpredictable and can become violent with little warning.\r\n\r\n",
- "sw_bound_lat": 41.8297,
- "sw_bound_lng": 18.4337921,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:38Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Georgetown",
- "center_lat": 4.860416,
- "center_lng": -58.93018,
- "country_code": "GY",
- "country_code_3": "GUY",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "GYD",
- "currency_name": "Guyanese dollar",
- "division_name": "Regions",
- "emerg_numbers": [
- {
- "id": "8d63eab6-2885-49a6-8cbf-f1f4507493bc",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "912"
}, - {
- "id": "d1617d21-c9a4-44a6-9fd9-8bf4a0a65c6d",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "913"
}, - {
- "id": "d6f38bfe-eec7-425e-8570-48f327ff4011",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Cooperative Republic of Guyana is located on the northern coast of South America and shares borders with Venezuela and Suriname. The country was a Dutch colony in the 17th century, and became a British possession known as British Guiana in 1815. The country gained independence from Great Britain in 1966. The population is about 735,000 people. The government is a republic with a president as chief of state and a prime minister as head of government. Guyana is a member of the Caribbean Community (CARICOM) but is not an island.\r\n\r\nGuyana’s economy has suffered from economic mismanagement, political instability, ethnic rivalry between two main groups, and falling prices of their main exports. As a result, many Guyanans emigrate to make a living elsewhere. Guyana also has long-term border disputes with both Suriname and Venezuela.\r\n\r\nMost of the population lives along the coast and the interior of the country is not developed. Tourist infrastructure is not well developed. However, travellers interested in eco-tourism can enjoy the tropical rainforests. \r\n",
- "flag": {
- "list": "/uploads/countries/GY/1efbd098-2006-4837-a4cf-3e65dd43ab3a_list_GY-7f47016b-6fdf-4ae4-8bab-e62441b72654.jpg?v=63680415985",
- "main": "/uploads/countries/GY/1efbd098-2006-4837-a4cf-3e65dd43ab3a_main_GY-7f47016b-6fdf-4ae4-8bab-e62441b72654.jpg?v=63680415985",
- "original": "/uploads/countries/GY/1efbd098-2006-4837-a4cf-3e65dd43ab3a_original_GY-7f47016b-6fdf-4ae4-8bab-e62441b72654.jpg?v=63680415985"
}, - "flag_emoji": "🇬🇾",
- "geojson_url": null,
- "id": "1efbd098-2006-4837-a4cf-3e65dd43ab3a",
- "language": "English; Eleven recognized regional languages also spoken ",
- "name": "Guyana",
- "ne_bound_lat": 8.722199999999999,
- "ne_bound_lng": -56.49112,
- "region_name": "Neighbourhood councils",
- "sec_areas": "Road travel after dark is dangerous on the road between the Cheddi Jagan Airport and Georgetown and also along the Timerhi/Linden Highway. Avoid travel after dark in the East Bank and East Coast Demerara regions.\r\n\r\nAlthough these areas are generally safe during the day, avoid the sea wall and surrounding areas after dark.\r\n\r\nBe vigilant after dark when in or around the National Park, the neighbourhoods of Bourda, Stabroek, Buxton and Agricola, Tiger Bay and Albouystown areas, Sophia, all of south Georgetown, the Stabroek Market area, St. George’s cathedral area.\r\n\r\nReports indicate an increase in violent crime on the east coast, in Bartica, and in tourist areas along the Essequibo River.\r\n\r\nBe particularly alert if visiting the Botanic Gardens at dawn or dusk hours, and do not go alone.\r\nExercise caution if travelling in border areas with Venezuela or Suriname due to ongoing border disputes.\r\n\r\nUsing a water taxi from Suriname to Guyana could get you arrested, imprisoned and deported. Use only scheduled ferry services when crossing the Corentyne River.\r\n",
- "sec_emer_num": "The emergency calls may go unanswered. Police capacity to respond may be limited.",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Guyana do not have problems, however, crime levels are high. Petty theft, such as pickpocketing and bag snatching, does occur. Serious and violent crime, such as armed robbery, muggings, carjackings, do occur and police sometimes respond with firearms. There is potential to get caught in a criminal incident, such as an indiscriminate shooting. Be aware of your surroundings and personal security at all times. Do not travel or walk alone, particularly at night after dark.\r\n\r\nThere is a large disparity between wealthy and poor. To avoid becoming a target, use sensitivity and keep valuables or signs of wealth out of sight. Safeguard your important documents, such as your passport. Be vigilant when using an ATM or leaving a bank, and also check to see if you are being followed.\r\n\r\nBe cautious when opening your hotel room door since hotel break-ins have occurred.\r\n\r\nKeep vehicle doors locked and windows up. Do not leave valuables in vehicles.\r\n\r\nPublic transportation is not recommended due to poor vehicle maintenance, lack of security, overcrowding and unsafe driving practices. Taxis are the safest mode of transportation in Guyana. When using taxi services, always ask hotel staff or airport authorities for official taxi services and note the taxi license plate. The Government of Guyana licenses all yellow taxis. Robberies have occurred in other or unofficial taxis.",
- "sec_pol_unr": "Demonstrations and protests are rare but have occurred in Georgetown. Always avoid large public gatherings or protests since even a peaceful demonstration can turn violent.",
- "sw_bound_lat": 1.164724,
- "sw_bound_lng": -61.414905,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:38Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Ljubljana",
- "center_lat": 46.151241,
- "center_lng": 14.995463,
- "country_code": "SI",
- "country_code_3": "SVN",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Municipalities",
- "emerg_numbers": [
- {
- "id": "2e860a5c-d695-44ec-bf94-e4a46ec24e08",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "8f13ecb8-ac6d-4e88-b3b7-ab525030fdd8",
- "note": "For reporting crimes to local police",
- "order": 1,
- "typ": 90,
- "val": "113"
}
], - "facts": "Slovenia is located in southeastern Europe bordered by Italy, Austria, Hungary, Croatia and 46 kilometres along the Adriatic Sea. This small country has a population of about 2 million people. The government is a parliamentary republic with a president as chief of state and a prime minister as head of government.\r\n\r\nThe area of Slovenia was part of the Austro-Hungarian Empire until the end of World War I. In 1918, the Slovenes, Croats and Serbs formed a new country, which, in 1929, was named Yugoslavia. Over the year, the Slovenes were not content with resource allocation to other parts of Yugoslavia and power of the Serbs who were the majority. In 1990, the Slovenes overwhelmingly supported a referendum for independence. In 1991, Slovenia declared independence. The country has become a full member of the European Union and a member of NATO.\r\n\r\nSlovenia has much to offer travellers. Ljubljana, the capital city, boasts interesting architecture. There are plenty of opportunities for outdoor activities, such as hiking and exploring the Triglav National Park, the Škocjan Caves (a UNESCO World Heritage Site), the Julian Alps and the Kamnik Alps, Adriatic coast, as well as medieval towns and castles.",
- "flag": {
- "list": "/uploads/countries/SI/1dd790f1-0bbb-4eed-b6ad-30eb94d60994_list_SI-49ed8f85-b00f-4370-b140-a34c67c5cb5f.jpg?v=63680415997",
- "main": "/uploads/countries/SI/1dd790f1-0bbb-4eed-b6ad-30eb94d60994_main_SI-49ed8f85-b00f-4370-b140-a34c67c5cb5f.jpg?v=63680415997",
- "original": "/uploads/countries/SI/1dd790f1-0bbb-4eed-b6ad-30eb94d60994_original_SI-49ed8f85-b00f-4370-b140-a34c67c5cb5f.jpg?v=63680415997"
}, - "flag_emoji": "🇸🇮",
- "id": "1dd790f1-0bbb-4eed-b6ad-30eb94d60994",
- "language": "Slovene",
- "name": "Slovenia",
- "ne_bound_lat": 46.876659,
- "ne_bound_lng": 16.6107038,
- "region_name": "Regions",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, breaking into vehicles, or other theft does occur. Always be alert in your surroundings. Keep valuables secured and out of sight. Avoid walking alone at night. Do not accept drinks or food from strangers, and never leave your drinks out of your sight.\r\n\r\nExercise caution at night clubs. There have been reports that at some “gentlemen’s clubs”, foreign customers have received huge bar bills and were threatened if they refused to pay.\r\n\r\nBe sure to keep a copy of your passport with you at all times for identification. Foreigners are required to register with the police within 3 days of arriving or risk being fined. Usually your hotel or other accommodation will handle this for you as part of checking in. If you are not staying in a registered accommodation, you will need to visit a police station to register as a visitor in Slovenia.\r\n\r\nPenalties for use, possession or sale of illegal drugs are severe and can bring heavy fines and prison sentences.\r\n\r\nUse only a designated cross walk to cross a road. There are heavy fines for jaywalking, and you can be fined on the spot.\r\n\r\nInspectors can legally ask for purchase receipts when you leave a store or business. Be sure to get a receipt for any purchase.\r\n\r\nThere are no laws against same-sex relationships. Anti-discrimination laws protect those who are part of the LGBTI community.\r\n\r\nIf renting a car, you will need to purchase a “Vignette,” which is required for all vehicles under 3.5 tonnes in weight. These Vignettes can be purchased for weekly, monthly or yearly motorway travel and are available at gas/service stations, the DARS (the Slovenian Motorway Company), and outlets in neighbouring countries near the Slovene border. Failure to have or display a Vignette can carry a fine of up to 800 Euros.\r\n\r\nWhen driving, headlights must be on at all times. Also when driving, you are required to have a reflective jacket, a warning triangle and a first aid kit in the vehicle. Winter equipment is a requirement from November 15 until March 15 and whenever there are winter weather conditions. The vehicle must have winter tires or, if tires are not winter tires, you must have chains in the trunk of the vehicle.\r\n\r\nPolice can impose on-the-spot fines for any driving offences and for not having required equipment in the vehicle.",
- "sec_pol_unr": "There are occasional strikes, protests, and rallies in Slovenia. Protests in Ljubljana are usually held around Kongresni Trg (Congress Square). To minimize safety risk, avoid large public gatherings or demonstrations. Even peaceful situations can quickly and unexpectedly escalate and become violent.",
- "sw_bound_lat": 45.4218356,
- "sw_bound_lng": 13.3753355,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:37Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bandar Seri Begawan",
- "center_lat": 4.535277,
- "center_lng": 114.727669,
- "country_code": "BN",
- "country_code_3": "BRN",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": "BND",
- "currency_name": "Brunei dollar",
- "division_name": "District",
- "emerg_numbers": [
- {
- "id": "861ed530-60c0-4945-bdf6-21c085bf3650",
- "note": "Search and rescue",
- "order": 2,
- "typ": 99,
- "val": "998"
}, - {
- "id": "7a331193-39f2-439f-b274-9160b1996131",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "993"
}, - {
- "id": "469a50ea-7a9f-4339-8257-1a3d07896ea4",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "995"
}
], - "facts": "The Sultanate of Brunei is located in Southeast Asia in the South China sea, along the northern coast of the island of Borneo. The government is a constitutional sultanate (monarchy) with a sultan as both chief of state and head of government. The sultan also serves as head of the Islamic faith. The royal family has ruled Brunei for over 600 years. This small country, with a population of about 430,000 people, has a very high standard of living due to rich energy resources. Citizens do not pay income taxes or capital gains tax and receive free medical care and education through the university level. The Brunei Dollar is pegged to the Singapore dollar and both currencies are legal tender in both Brunei and Singapore under a Currency Interchangeability Agreement. Although Malay is the official language, English is widely spoken.\r\n\r\nFrom about the 15th to the 17th centuries, Brunei controlled large areas of northwest Borneo and the southern Philippines. After a period of internal conflict over royal succession, and as a result of European colonial expansion, Brunei became a British protectorate in 1888, and gained full independence in 1984.\r\n\r\nIn spite of strong international criticism, Brunei became the first East Asian country to adopt Islamic sharia law and penal code in 2014. In spite of a large non-Muslim population, the country is officially Muslim.\r\n\r\nTravellers to Brunei can enjoy one of the many eco-tours, visit the Belalong National Park in the rainforest, river cruises and diving among shipwrecks. The country is home to many species of plants and animals, including the proboscis monkeys and other primates, macaques, kingfishers.",
- "flag": {
- "list": "/uploads/countries/BN/af3b57be-1a19-462e-99c5-69768c6858a0_list_BN-13cc8330-6c09-40c5-8d6f-e70d1e015801.jpg?v=63680415995",
- "main": "/uploads/countries/BN/af3b57be-1a19-462e-99c5-69768c6858a0_main_BN-13cc8330-6c09-40c5-8d6f-e70d1e015801.jpg?v=63680415995",
- "original": "/uploads/countries/BN/af3b57be-1a19-462e-99c5-69768c6858a0_original_BN-13cc8330-6c09-40c5-8d6f-e70d1e015801.jpg?v=63680415995"
}, - "flag_emoji": "🇧🇳",
- "id": "af3b57be-1a19-462e-99c5-69768c6858a0",
- "language": "Malay",
- "name": "Brunei",
- "ne_bound_lat": 5.0978001,
- "ne_bound_lng": 115.3639552,
- "region_name": "Mukin (province)",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no problems. However, occasional petty crime, such as pickpocketing or other theft, can occur. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport.\r\n\r\nBrunei is an Islamic state. It is against the law to sell alcohol, and there are strict laws governing bringing alcohol into the country. Gambling is illegal. Smoking in public places is not allowed. Dress and behave conservatively to avoid offending or drawing unwanted attention.\r\n\r\nIt is illegal to make negative comments about the royal family or matters involving the royal family.\r\n\r\nRoad travel can be unsafe. Drivers may not follow standard rules of the road, and speeding is common. If you are involved in a traffic accident, do not leave the scene or move your vehicle until police have arrived.\r\n\r\nCommitting adultery with a Muslim or close proximity between a man and woman is a legal offence and may bring a fine and/or imprisonment or even corporal punishment. Homosexual relations and behaviours are illegal. Penalties can include imprisonment and even the death penalty.\r\n\r\nAfter an attack on a hiker in September 2014, the police advise individuals against hiking alone in the forest, including at well-known recreation areas. Use reputable guides.",
- "sec_pol_unr": "To minimize safety risk, always avoid any large public gatherings or demonstrations. Even peaceful situations can quickly and unexpectedly escalate and become violent. In some countries, it is illegal for foreigners to participate in political activities.",
- "sw_bound_lat": 4.002460999999999,
- "sw_bound_lng": 114.0752,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:42Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Pago Pago",
- "center_lat": -14.270972,
- "center_lng": -170.132217,
- "country_code": "AS",
- "country_code_3": "ASM",
- "created_at": "2017-10-30T00:59:01Z",
- "currency_code": "USD",
- "currency_name": "U.S. Dollar",
- "division_name": "District",
- "emerg_numbers": [
- {
- "id": "35932428-5b3f-421c-ba52-7ec8f4b8b6c8",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Territory of American Samoa, formed from five small islands, is located in the south Pacific Ocean between Hawaii and New Zealand. The Samoan islands were first settled by the European people in the 18th century. In 1899, the Samoan archipelago was officially divided into German and American territories. The American portion of the islands, American Samoa, is a self-governing territory of the U.S., administered by the American government. In this presidential democracy, the chief of state is the president of the US, while the head of government is the governor of American Samoa. \r\n\r\nAmerican Samoa’s location in Oceania contributes to its tropical climate. The temperature varies little throughout the year, but precipitation, cyclones, major flooding and landslides are common in the rainy season (November to April). The islands of American Samoa are volcanic and mountainous, however, volcanic activity has been limited since the 19th century.\r\n\r\nThe population of American Samoa is approximately 54,194 people (2016 estimate). The Samoan economy relies heavily on the tuna fishing, processing and canning industries and on support from the U.S government. Unfortunately, the economy of American Samoa is limited by its remote location, limited transport systems and its geography, making it prone to natural disasters. \r\n",
- "flag": {
- "list": "/uploads/countries/AS/2b1df8bb-ac72-4ce0-9225-d38c7e451ade_list_AS-3cb6968f-8802-4607-b2e9-2ebfc7d5454a.jpg?v=63680416005",
- "main": "/uploads/countries/AS/2b1df8bb-ac72-4ce0-9225-d38c7e451ade_main_AS-3cb6968f-8802-4607-b2e9-2ebfc7d5454a.jpg?v=63680416005",
- "original": "/uploads/countries/AS/2b1df8bb-ac72-4ce0-9225-d38c7e451ade_original_AS-3cb6968f-8802-4607-b2e9-2ebfc7d5454a.jpg?v=63680416005"
}, - "flag_emoji": "🇦🇸",
- "id": "2b1df8bb-ac72-4ce0-9225-d38c7e451ade",
- "language": "English; Samoan",
- "name": "American Samoa",
- "ne_bound_lat": -13.4056506,
- "ne_bound_lng": -169.2059326,
- "region_name": "Atoll",
- "sec_areas": null,
- "sec_emer_num": "Local police may not respond quickly outside of the capital city.\r\n\r\nEnsure travel and medical insurance is acquired before departing. American Samoa has limited medical facilities and, in the case of severe injury or illness, evacuation to Hawaii, New Zealand or Australia may be required. \r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "There is general hospitality towards tourists in American Samoa and the crime rate is low. Nevertheless, take necessary precautions to stay safe and to avoid petty crime and theft. Always be alert in your surroundings. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight. Also be aware of stray dogs and do not approach them as they may become aggressive.\r\n\r\nThere is history of disputes between government officials and villagers, resulting in protests and road blocks. Avoid these large public gatherings as they can turn violent.\r\n\r\nRoad travel can be unsafe due to poor road conditions and weather concerns. Avoid travel at night. Buses and taxis are the only forms of public transportation. Driving is on the right-hand side of the road.\r\n\r\nDue to American Samoa’s location in an active seismic zone, earthquakes and resulting tsunamis may occur. Swimming accidents are also common due to strong currents. Only swim in designated areas.\r\n\r\nTropical cyclones are common in American Samoa, especially during the rainy season (November to April). Flooding, landslides, major damage to infrastructure and disruption to travel plans may result. Be aware of the evacuation routes. Move inland during these natural disasters, in accordance with the region’s evacuation plan. Monitor weather updates from the World Meteorological Organization. \r\n\r\nLGBTI travellers are advised that although same-sex relations are not illegal in American Samoa, same-sex couples of American Samoa have limited rights and there is a lack of tolerance towards gay behaviour.\r\n\r\nAll travellers are advised to dress and behave conservatively in respect for the culture, religion and customs of the area. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": -14.7217608,
- "sw_bound_lng": -171.0076904,
- "travel_status": 0,
- "updated_at": "2017-12-13T20:26:45Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Ottawa",
- "center_lat": 56.130366,
- "center_lng": -106.346771,
- "country_code": "CA",
- "country_code_3": "CAN",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "CAD",
- "currency_name": "Canadian dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "c310903a-f196-4006-815c-62f0cf42e3a7",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Canada occupies most of northern North America, extending from the Atlantic Ocean to the Pacific Ocean and north to the Arctic Ocean. Canada is the world's second largest country by total area and shares a common border in the south and northwest with the United States. The population is about 34,000,000.\r\n\r\nCanada's government is a parliamentary democracy and a constitutional monarchy. A prime minister is the head of government.\r\n\r\nCanada is one of the world's highly developed countries and has a diversified economy that relies on rich natural resources and trade in commodities.\r\n\r\nThis country is noted for its geography, ranging from the Rocky Mountains in the west, huge glaciers in the north, to oceans on the east and west coasts. Wildlife are common to this country with grizzly bears, wolves, mountain lions, moose, polar bears, and humpback whales. Activities, such as hiking, skiing, snowmobiling or snowboarding, are popular and are available in areas that are short distances from major cities.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CA/d538cd08-8dad-492f-9614-8b5d739fd448_list_CA.jpg?v=63680415929",
- "main": "/uploads/countries/CA/d538cd08-8dad-492f-9614-8b5d739fd448_main_CA.jpg?v=63680415929",
- "original": "/uploads/countries/CA/d538cd08-8dad-492f-9614-8b5d739fd448_original_CA.jpg?v=63680415929"
}, - "flag_emoji": "🇨🇦",
- "geojson_url": null,
- "id": "d538cd08-8dad-492f-9614-8b5d739fd448",
- "language": "English and French",
- "name": "Canada",
- "ne_bound_lat": 83.6381,
- "ne_bound_lng": -50.9766,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Canada do not experience any safety or security risks as the country is generally safe. Crime against tourists is rare, however, theft can sometimes occur at tourist and recreational sites and from unattended vehicles. Travellers should ensure their personal belongings and travel documents are kept secure.\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 41.6765559,
- "sw_bound_lng": -141.00187,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:26:45Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Vilnius",
- "center_lat": 55.169438,
- "center_lng": 23.881275,
- "country_code": "LT",
- "country_code_3": "LTU",
- "created_at": "2017-10-30T00:58:56Z",
- "currency_code": "LTL",
- "currency_name": "Euro",
- "division_name": "County",
- "emerg_numbers": [
- {
- "id": "1a2b6f27-39bb-4a2b-903b-efe5efd76839",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Lithuania borders the Baltic Sea in Eastern Europe, sharing borders with Latvia, Poland, Belarus and Russia. The population is about 3.5 million people. Lithuania's government is a parliamentary republic with a president serving as head of state and a prime minister serving as head of government. \r\n\r\nLithuania declared independence in 1918; however, the country was occupied by the Soviets and Nazi Germany during World War II and was integrated into the Soviet Union following the end of the war. In 1990, a year before the formal breakup of the Soviet Union, Lithuania became the first Soviet republic to declare independence. Lithuania gained membership in the European Union and NATO in 2004. While Lithuania was hit hard by the 2009 financial crisis, the government’s efforts to reform the economy and attract foreign investment have resulted in one of the fastest growing economies in Europe. Lithuania continues to shift towards a knowledge-based economy, with an emphasis on biotechnology.\r\n\r\nLithuania is known for its beautiful lakes and forests. The Curonian Spit National Park provides excellent trails and an opportunity to see elk, deer and avian wildlife, as well as great views of the dunes. The capital, Vilnius, is known for the architecture of its old town. Travellers looking for a summer seaside resort can visit Palanga, a city with a population of 10,000 that grows to 600,000 in July and August.\r\n",
- "flag": {
- "list": "/uploads/countries/LT/c9f979ac-8d72-4480-a95e-fcadaa3722f1_list_LT-127c1104-54a7-4098-9a20-5a27b92ca741.jpg?v=63680415989",
- "main": "/uploads/countries/LT/c9f979ac-8d72-4480-a95e-fcadaa3722f1_main_LT-127c1104-54a7-4098-9a20-5a27b92ca741.jpg?v=63680415989",
- "original": "/uploads/countries/LT/c9f979ac-8d72-4480-a95e-fcadaa3722f1_original_LT-127c1104-54a7-4098-9a20-5a27b92ca741.jpg?v=63680415989"
}, - "flag_emoji": "🇱🇹",
- "geojson_url": null,
- "id": "c9f979ac-8d72-4480-a95e-fcadaa3722f1",
- "language": "Lithuanian",
- "name": "Lithuania",
- "ne_bound_lat": 56.45032089999999,
- "ne_bound_lng": 26.8355914,
- "region_name": "Municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The level of crime in Lithuania is low. However, petty crime such as pickpocketing and bag snatching does occur in crowded areas, bars and restaurants. Travellers should be aware of their surroundings and personal valuables at all times. The risk of being mugged is particularly elevated at night, especially near bars and nightclubs. Avoid walking alone in parks, poorly lit areas, parking lots, side streets and alleys, particularly in the Old Town and Užupis neighbourhoods of Vilnius. Members of the LGBT community have experienced verbal and sometimes physical harassment.\r\n\r\nSeek recommendations for bars and clubs from trustworthy sources. Vilnius police publish a list of clubs where they have received the highest number of reported crimes. There have been reports of drink spiking, therefore, do not accept food and drink from strangers in bars, nightclubs and restaurants. Be aware that foreign tourists have been charged exorbitant prices for drinks and have had fraudulent transactions debited against credit or debit cards.\r\n\r\nTravelling at night in rural areas can be hazardous due to slow-moving horse-drawn carts, bicycles and vehicles travelling without tail lights or reflectors.\r\n\r\nUse taxi services that are arranged by telephone. Avoid isolated ATMs after dark.\r\n",
- "sec_pol_unr": "Sitata reminds travellers to minimize safety risk by avoiding public and political gatherings and demonstrations in any city since even peaceful protests can quickly and unexpectedly become violent.",
- "sw_bound_lat": 53.89687869999999,
- "sw_bound_lng": 20.931,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:33Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tripoli",
- "center_lat": 26.3351,
- "center_lng": 17.228331,
- "country_code": "LY",
- "country_code_3": "LBY",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "LYD",
- "currency_name": "Libyan dinar",
- "division_name": "District",
- "emerg_numbers": [ ],
- "facts": "Libya is a country in northern Africa that shares borders with the countries of Tunisia, Algeria, Niger, Chad, Sudan, and Egypt and has a coastline on the Mediterranean Sea. The population is about 6.2 million people. There is a transitional government with a president as chief of state and prime minister as head of government.\r\n\r\nLibya was an Italian colony from about 1911 until World War II when the Italians and Germans were defeated in the North African Campaign. In a peace treaty in 1947 with the Allies, Libya gained independence from Italy. In 1969, Muammar Gaddafi staged a military coup, ousted the king, and began a system that combined Islam and socialism.\r\n\r\nCivil unrest erupted in 2011, and the government’s crackdown on the protests led to a civil war. Gadaffi was killed in October 2011, ending his 42-year rule. In 2012, Libyans voted in the first free national elections in about 60 years, and elected a General National Congress. However, at the time of writing, political instability and lack of security are significant problems for this country.\r\n\r\nTravellers to this country can visit oasis towns, ancient ruins, and five UNESCO World Heritage Sites.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/LY/2d473438-47f2-47f8-a8bb-56553729af2e_list_LY-7fb7ed92-2051-4b37-bbfa-e1a00952fbc2.jpg?v=63680415973",
- "main": "/uploads/countries/LY/2d473438-47f2-47f8-a8bb-56553729af2e_main_LY-7fb7ed92-2051-4b37-bbfa-e1a00952fbc2.jpg?v=63680415973",
- "original": "/uploads/countries/LY/2d473438-47f2-47f8-a8bb-56553729af2e_original_LY-7fb7ed92-2051-4b37-bbfa-e1a00952fbc2.jpg?v=63680415973"
}, - "flag_emoji": "🇱🇾",
- "geojson_url": null,
- "id": "2d473438-47f2-47f8-a8bb-56553729af2e",
- "language": "Arabic: with Italian and English widely spoken",
- "name": "Libya",
- "ne_bound_lat": 33.2203,
- "ne_bound_lng": 25.2686,
- "region_name": "None",
- "sec_areas": "Avoid travel to border areas with Chad, Sudan, Algeria, and Niger due to activities of armed groups, some mined areas, and the risk of kidnapping. Due to mined areas, avoid leaving the main road along the coast and towards Nafusa.\r\n\r\nSome countries warn against all travel outside Tripoli.",
- "sec_emer_num": "There is no functioning emergency telephone number in Libya. For medical emergencies, travellers would need to arrange their own transportation to a hospital.\r\n",
- "sec_ext_viol": "Terrorist attacks do occur in Libya.\r\n\r\nSince December 2013, foreign nationals have been shot and killed throughout the country.\r\n\r\nThere is a high risk of kidnapping. Since the beginning of 2014, foreign nationals, including foreign diplomats, have been kidnapped in various places throughout Libya.\r\n\r\n",
- "sec_personal": "At this time, many countries advise their citizens to avoid all travel to Libya due to the unstable political situation and armed conflict.\r\n\r\nPetty crime, such as pickpocketing, bag snatching, or other theft can occur. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night.\r\n\r\nViolent crime is on the increase in Libya, including armed robbery, carjacking, kidnapping, murder and burglary.\r\n\r\nDo not discuss Libyan politics.\r\n\r\nDo not take photographs of any military installation, border crossings or government buildings.\r\n\r\nDress modestly to avoid unwanted attention or harassment.\r\n\r\nThere are heavy penalties for drug use or possession.\r\n\r\nDriving can be hazardous in Libya due to lack of road signs, high speed driving, and drivers who may not follow the rules of the road.\r\n",
- "sec_pol_unr": "Protests and demonstrations occur frequently in Libya. Avoid any public gathering or demonstration as these situations in any country can escalate into violence unexpectedly.\r\n\r\nCelebratory gunfire into the air has occurred, and falling bullets have inadvertently killed some people.\r\n\r\n",
- "sw_bound_lat": 19.5,
- "sw_bound_lng": 9.391466,
- "travel_status": 2,
- "updated_at": "2019-09-19T15:25:54Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Banjul",
- "center_lat": 13.443182,
- "center_lng": -15.310139,
- "country_code": "GM",
- "country_code_3": "GMB",
- "created_at": "2017-10-30T00:58:38Z",
- "currency_code": "GMD",
- "currency_name": "Gambian dalasi ",
- "division_name": "division",
- "emerg_numbers": [
- {
- "id": "0f56c983-8894-4f60-b942-7099dfef5856",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "116"
}, - {
- "id": "08cda41c-f74f-4941-9317-1f8de4d138e0",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "117"
}, - {
- "id": "447e371e-4653-4da3-b343-74b1ba5c0640",
- "note": "Gambian Police Force 24-hour line",
- "order": 3,
- "typ": 90,
- "val": "(220) 422-4914"
}, - {
- "id": "fc5b9ee4-5b7f-49f0-bfe0-a404b028feb3",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "118"
}
], - "facts": "The Gambia is in West Africa surrounded by Senegal and with about 80 kilometres of coastline bordering the North Atlantic Ocean on the west. The country is about 300 miles long and about 15 miles wide, with the Gambia River running east to west through the middle of the country. The population is about 1.8 million people. The Gambia’s government is a republic with a president serving as as chief of state and head of government.\r\n\r\nThis country achieved independence from the United Kingdom in 1965 and has experienced long periods of stability. Gambia is considered to be one of the safest countries in Africa.\r\n\r\nGambia’s economy is greatly dependent upon agriculture, specifically peanuts, however, less than half of the arable land is cultivated. The tourism sector brings in about one-fifth of the gross domestic product. Tourists can enjoy many wildlife reserves, such as the River Gambia National Park or Kiang West National Park, eco-tourism, and beautiful beaches on the North Atlantic Ocean.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GM/309b218a-4998-410c-8c7c-33ffbceefd21_list_GM.jpg?v=63680415960",
- "main": "/uploads/countries/GM/309b218a-4998-410c-8c7c-33ffbceefd21_main_GM.jpg?v=63680415960",
- "original": "/uploads/countries/GM/309b218a-4998-410c-8c7c-33ffbceefd21_original_GM.jpg?v=63680415960"
}, - "flag_emoji": "🇬🇲",
- "geojson_url": null,
- "id": "309b218a-4998-410c-8c7c-33ffbceefd21",
- "language": "English",
- "name": "Gambia",
- "ne_bound_lat": 13.8249497,
- "ne_bound_lng": -13.7928726,
- "region_name": "district",
- "sec_areas": "Avoid land travel through the Casamance area along the border with southern Senegal. Travellers have been attacked on roads leading north from Ziguinchor to Banjul. There have been reports of armed banditry, and the personal security situation is unpredictable.\r\n\r\n",
- "sec_emer_num": "In The Gambia, emergency resources may be limited, and there may be delays in response. Emergency services may not be available in your language.",
- "sec_ext_viol": "",
- "sec_personal": "Although The Gambia is considered to be one of the safest African countries, petty crime and theft against tourists is increasing. Theft of passports and also valuables from hotel rooms is increasing. Some tourists have had their passports stolen by individuals posing as security at the international airport, therefore, ask to see a photo ID badge. Tourists have been mugged when walking on the beach alone at night. Pickpocketing is common in markets, on ferries, and along the beaches in resort areas.\r\n\r\nIn general, while travelling, avoid carrying large amounts of cash and keep valuables out of sight. Arrange for alternative ways to access your money since credit cards are not widely accepted and there are very few ATMs. Travellers may have trouble exchanging currency other than British Pounds outside of the resort areas and the city of Banjul.\r\n\r\nPolitely avoid conversation or help from young unemployed men, referred to as “bumsters” who hustle tourists to try to receive money from them.\r\n\r\nTravellers are advised against accepting “free rides” from anyone in a vehicle without a yellow license plate. Public taxis are safe and inexpensive.\r\n\r\nTravellers are advised to carry proof of prescriptions for medications as some citizens have been detained for possession of unmarked pills. There are heavy penalties for illegal drugs.\r\n\r\nThere is no tolerance for gay and lesbian people. Private citizens have the power to make arrests for offences “against the order of nature” according to the Gambian Criminal Code. Increasingly, there has been homophobic rhetoric from the government.\r\n\r\nThe Gambian Criminal Code has recently been amended to criminalise a variety of behaviour including “causing a public nuisance”, which carries a 5-year prison term.\r\n\r\n",
- "sec_pol_unr": "Political demonstrations are rare in The Gambia. ",
- "sw_bound_lat": 13.0098999,
- "sw_bound_lng": -16.9464001,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:16:11Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Luanda",
- "center_lat": -11.202692,
- "center_lng": 17.873887,
- "country_code": "AO",
- "country_code_3": "AGO",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "AOA",
- "currency_name": "Kwanza",
- "division_name": "province",
- "emerg_numbers": [ ],
- "facts": "The Republic of Angola is a country in south-central Africa bordering the Atlantic Ocean on the west and bordering the neighbouring countries of Zambia, Namibia, and the Democratic Republic of the Congo. The population is about 13,000,000 people.\r\n\r\nThe government is a republic, multiparty presidential regime, and a president is the chief of state and head of government.\r\n\r\nAngola was a Portuguese colony from the 16th century until 1975, when intense civil war broke out and continued until 2002. Because of the years of constant warfare, the country remains remote and untravelled. Although a peace treaty was signed with the warring factions, a separatist guerrilla group is still active in the North.\r\n\r\nAngola has wildlife parks, expansive beaches and ruins of Portuguese colonialism. Although Angola’s infrastructure and security situation have improved, travel in Angola remains challenging in spite of the improving transportation network.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/AO/da49fef3-5772-4b16-bc54-34c6280cb500_list_AO.jpg?v=63680415917",
- "main": "/uploads/countries/AO/da49fef3-5772-4b16-bc54-34c6280cb500_main_AO.jpg?v=63680415917",
- "original": "/uploads/countries/AO/da49fef3-5772-4b16-bc54-34c6280cb500_original_AO.jpg?v=63680415917"
}, - "flag_emoji": "🇦🇴",
- "geojson_url": null,
- "id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "language": "Portuguese. Other African languages also spoken.",
- "name": "Angola",
- "ne_bound_lat": -4.3879439,
- "ne_bound_lng": 24.0878855,
- "region_name": "municipality",
- "sec_areas": "Travellers should avoid visiting any area in Angola, except for the cities of Luanda, Huambo, Benguela, Lubango, Malange, Sumbe, Kuito, Soyo, Namibe and all other provincial capitals. Any travels outside of these cities should only be conducted with the support of international organizations with extensive knowledge of Angola.\r\n",
- "sec_emer_num": "Emergency operators will likely only speak Portuguese.",
- "sec_ext_viol": "The city of Cabinda is particularly dangerous due to renewed insurgency. Armed groups have targeted and attacked foreigners in this region in the past, despite a ceasefire signed between the government and insurgents in 2006.\r\n",
- "sec_personal": "Tourist facilities are limited. There is limited food, lodging, medicine, transportation, utilities, and water throughout most of the country, with the exception of Luanda. Costs can be high and credit card use is very limited.\r\n\r\nCrime levels are high in Angola. Violent street crimes, such as muggings, carjacking, and purse-snatching can occur. Local police resources are limited. If targeted by carjackers or thieves, do not resist. Do not make eye contact or indicate that you may be able to identify them. Travellers should not show any signs of affluence, such as expensive jewellery or clothing, and avoid travel after dark.\r\n\r\nLocally certified copies of passports should be carried at all times, as well as up-to-date original travel documents issued by Angolan authorities, such as visas, resident or work permits, and driver’s licenses. Military and police checkpoints are common throughout Angola. Travellers should be prepared with their documents and not challenge the authorities.\r\n\r\nLandmines continue to be a hazard in Angola. Never venture off of paved roads, and do not touch any unknown objects.\r\n",
- "sec_pol_unr": "Travellers who must visit Angola should be vigilant. Demonstrations and public gatherings should be avoided, as they are unpredictable and can become violent without warning.\r\n",
- "sw_bound_lat": -18.0391039,
- "sw_bound_lng": 11.4696999,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:15:20Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Rabat",
- "center_lat": 31.791702,
- "center_lng": -7.092619999999999,
- "country_code": "MA",
- "country_code_3": "MAR",
- "created_at": "2017-10-30T00:58:16Z",
- "currency_code": "MAD",
- "currency_name": "Moroccan dirham",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "273582dc-ec3b-46d5-8aca-b3fec238b562",
- "note": "Tourist Police Office in Rabat",
- "order": 4,
- "typ": 99,
- "val": "+212 37 673 918"
}, - {
- "id": "02d67986-c9cf-44b2-a936-ccc665175b52",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "15"
}, - {
- "id": "344c3399-e8e4-4517-8cb6-0257c29ab8b5",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "190"
}, - {
- "id": "2c4cae65-8ffd-4380-94f4-a736ef9df2d6",
- "note": "Rural police",
- "order": 1,
- "typ": 99,
- "val": "177"
}, - {
- "id": "7663908e-3dfc-4c7c-9c37-0f1a87b599ab",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "15"
}
], - "facts": "The Kingdom of Morocco is located in North Africa, bordering the Western Sahara, Algeria and the North Atlantic Ocean. It has a population of nearly 32 million people. The largest city is Casablanca.\r\n\r\nMorocco is a constitutional hereditary monarchy with the king as chief of state. A prime minister is head of government and appointed by the king after legislative elections. The King of Morocco holds extensive executive powers, including the ability to dissolve parliament.\r\n\r\nIn recent history, Morocco was a protectorate of France; and in 2006, Moroccans celebrated the 50th anniversary of independence from France. Arabs conquered the Berber region in the 7th century, bringing their civilization and Islam. The first Moroccan state was founded in the 8th century and became the first Islamic state separate from the Arab Empire. Therefore, this country has a strong sense of culture based on a long, ancient history. Vistors can enjoy the well-known cities of Casablanca, Tangier, and Marrakech with bazaars and medinas, as well as caves, tombs, Roman ruins, and museums.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/MA/5044474d-a3e5-4212-be54-3b292e043c15_list_MA.jpg?v=63680415940",
- "main": "/uploads/countries/MA/5044474d-a3e5-4212-be54-3b292e043c15_main_MA.jpg?v=63680415940",
- "original": "/uploads/countries/MA/5044474d-a3e5-4212-be54-3b292e043c15_original_MA.jpg?v=63680415940"
}, - "flag_emoji": "🇲🇦",
- "geojson_url": null,
- "id": "5044474d-a3e5-4212-be54-3b292e043c15",
- "language": "Arabic. Also spoken are Berber, French and Spanish.",
- "name": "Morocco",
- "ne_bound_lat": 35.9344,
- "ne_bound_lng": -0.996976,
- "region_name": "municipality",
- "sec_areas": "The legal and political status of Western Sahara, a non-autonomous territory, is undetermined. If travellers need to visit Western Sahara, travel should be restricted to official tourist areas due to the risk of unexploded landmines from previous conflict. Do not travel in remote areas or in the desert areas in the south without an official guide recommended by a hotel or travel agency.\r\n\r\nThe border between Morocco and Algeria is closed. Do not attempt to cross into Algeria by land.\r\n",
- "sec_emer_num": "Emergency operators rarely speak English. Most police and other officials speak Arabic; some may speak French.\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Morocco do not experience safety and security problems. Petty crime, such as pickpocketing, assaults, muggings, and scams occur frequently in Morocco. Credit card fraud and thefts around ATMs are common. Always ensure your travel documents, valuables, and personal belongings are kept secure. Avoid showing any signs of affluence, such as expensive clothing, particularly after dark.\r\n\r\nNever accept food or drink, invitations, or rides from strangers.\r\n\r\nMorocco is a Muslim country, so travellers should respect the local customs and religion.\r\n\r\nWomen travelling alone may experience harassment and verbal abuse. Women should be prepared for the possibility of propositions, suggestive comments or catcalls, and ignore them. Female travellers should take cues from the local women - avoid wearing provocative, form-fitting clothing and maintain a formal demeanour at all times.\r\n\r\nSame-sex sexual relations are against the law in Morocco, and penalties include fines and jail terms.",
- "sec_pol_unr": "Demonstrations and protests do occur in Morocco and are generally peaceful. Minimize safety risk by avoiding public and political gatherings and demonstrations since even peaceful protests can quickly and unexpectedly escalate and become violent.",
- "sw_bound_lat": 27.6672694,
- "sw_bound_lng": -13.3044001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:15:32Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Minsk",
- "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "BYR",
- "currency_name": "Belarussian ruble",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "c5f045f6-d5bb-4b7c-bf4f-a6e6e44443e4",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "102"
}, - {
- "id": "eeca8349-6015-49c8-8e6f-f27881c6c840",
- "note": "",
- "order": 3,
- "typ": 92,
- "val": "103"
}, - {
- "id": "5fee4c62-5ec6-4baa-8bba-50793e2114b3",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "101"
}, - {
- "id": "eb6de6a0-ed31-4c21-bbf3-ae3e73316e6a",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "Belarus is located in eastern Europe, between Poland and Russia. It is a flat country with large areas of marsh land. The population is about 9,500,000 people.\r\n\r\nThe government is officially listed as a republic. A president serves as head of state and a prime minister serves as head of government.\r\n\r\nBelarus gained independence in 1991 after the collapse of the Soviet Union. The country has a state-controlled economy that is heavily dependent on Russia for trade and for energy.\r\n\r\nWorld War II caused much devastation to Belarus, resulting in loss of historical areas. Also, Belarus received about 70 percent of the radioactive fallout from the Chernobyl nuclear disaster, and about one-fifth of the land is contaminated.\r\n\r\nThere are two impressive national parks, the Pushcha National Park and the Pripyatsky National Park. Visitors can also see the home of the artist, Marc Chagall and visit the numerous museums.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BY/24cf3d19-aef0-4929-a22a-6d8bb7feed94_list_BY.jpg?v=63680415921",
- "main": "/uploads/countries/BY/24cf3d19-aef0-4929-a22a-6d8bb7feed94_main_BY.jpg?v=63680415921",
- "original": "/uploads/countries/BY/24cf3d19-aef0-4929-a22a-6d8bb7feed94_original_BY.jpg?v=63680415921"
}, - "flag_emoji": "🇧🇾",
- "geojson_url": null,
- "id": "24cf3d19-aef0-4929-a22a-6d8bb7feed94",
- "language": "Belarussian and Russian",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Belarus have no trouble. Pickpocketing and other petty crime can occur, particularly in cities, such as Minsk, Brest, Gomel, Mogilev, Vitebsk, and Grodno, and mainly in hotels and other tourist areas. To avoid being targeted for theft, keep valuables out of sight and avoid showing signs of affluence.\r\n\r\nExercise extra caution on trains, particularly on overnight trips, where theft is common. The risk of mugging is increased when crossing the border with Poland at Brest.\r\n\r\nNever leave food or drink unattended and never accept drinks from strangers or casual acquaintances as there have been incidents of food or drink being spiked and tourists robbed while unconscious.",
- "sec_pol_unr": "Minimize risk by avoiding demonstrations and strikes as they can become violent at any time, and bystanders may face arrest. \r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:11Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Vientiane",
- "center_lat": 19.85627,
- "center_lng": 102.495496,
- "country_code": "LA",
- "country_code_3": "LAO",
- "created_at": "2017-10-30T00:58:12Z",
- "currency_code": "LAK",
- "currency_name": "Kip",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "e17ada28-1330-456e-b986-8ec30b9cc517",
- "note": "For City of Vientiane Police",
- "order": 4,
- "typ": 90,
- "val": "1191"
}, - {
- "id": "8531ad1f-4e28-4960-b87f-5ed0ff055e49",
- "note": "Dedicated police number for road accidents",
- "order": 5,
- "typ": 90,
- "val": "+856 20 5666 9090"
}, - {
- "id": "6bf238dd-d3a0-49ac-bf4f-21ab2b889165",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "1190"
}, - {
- "id": "9c44bd9b-2ef8-4458-aa03-25a15bbaf550",
- "note": "",
- "order": 3,
- "typ": 92,
- "val": "1195"
}, - {
- "id": "e5f1429c-c8b3-4fd8-a598-4bc81c543b53",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "1190"
}, - {
- "id": "4ba138c2-a2be-4307-9944-c7f1b10e3c5d",
- "note": "Tourist Police located in Vientiane",
- "order": 1,
- "typ": 99,
- "val": "021-251-128"
}
], - "facts": "The Lao People's Democratic Republic is located in Southeast Asia between Thailand and Vietnam. Neighbouring countries include Burma, China, and Cambodia. Laos has a population of approximately 6.8 million.\r\n\r\nThe government of Laos is a communist single-party state. The president is chief of state, and the prime minister is the head of government.\r\n\r\nLaos was ruled by a monarchy that lasted for six centuries. After the fall of Saigon in 1974, the Communist Pathet Lao took control and ended the rule of the monarchy. A strict socialist regime was instituted and was closely aligned to Vietnam.\r\n\r\nLaos' tourism sector has grown in the past 10 years. The country is known for its relaxed lifestyle that has remained simple and traditional. Tourists attractions are the the ancient monasteries and temples, hill tribes, Plain of Jars, and the UNESCO World Heritage sites of Wat Phu and Luang Prabang, to name a few.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/LA/7c3df6fa-6308-4f36-bb85-b7402b520070_list_LA.jpg?v=63680415938",
- "main": "/uploads/countries/LA/7c3df6fa-6308-4f36-bb85-b7402b520070_main_LA.jpg?v=63680415938",
- "original": "/uploads/countries/LA/7c3df6fa-6308-4f36-bb85-b7402b520070_original_LA.jpg?v=63680415938"
}, - "flag_emoji": "🇱🇦",
- "geojson_url": null,
- "id": "7c3df6fa-6308-4f36-bb85-b7402b520070",
- "language": "Lao",
- "name": "Laos",
- "ne_bound_lat": 22.502872,
- "ne_bound_lng": 107.69483,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "Response to emergency calls may be limited. Emergency calls may not be answered. Travellers have reported finding police stations closed, or police without transportation to investigate crimes at night.",
- "sec_ext_viol": "There is an increased risk of violence due to terrorism and ethnic conflict in Laos. Bombings have occurred in Vientiane and northern areas of Laos. Tensions between government forces and militant groups could lead to conflict in these northern areas, particularly in Vang Vieng.\r\n\r\nTravellers to these areas should remain vigilant, especially in crowded public areas, such as hotels, restaurants, and tourist areas.\r\n",
- "sec_personal": "Petty crime, such as pick-pocketing and bag-snatching, is common in cities, with tourists being the main targets. Travellers should avoid showing signs of affluence, like expensive clothing or jewellery, and ensure their personal belongings and travel documents are safe at all times. \r\n\r\nSexual assaults are being reported more frequently in Vientiane, Vang Vieng, and Luang Prabang. Women, in particular, should avoid walking alone in isolated areas and after dark. Avoid accepting food or drink from strangers or new acquaintances. There have been reports of drinks being laced with drugs. \r\n\r\nIt is popular in some areas frequented by tourists to ingest food or beverages that contain opium and other drugs. Travellers should be aware that it is dangerous to ingest any amount of opiates or unknown drugs, particularly in areas where medical facilities are limited. There have been tourist deaths in Laos due to drug overdose from ingesting drug-laced food or drink. Fatal drug overdoses have occurred with very small quantities. There are no adequate mental health facilities in Laos. Treatment might involve medical transfer to another country with services.\r\n\r\nThere are reports of banditry on Route 6, Route 7, and Route 13, with deaths occurring during attacks on vehicles. Travellers should be especially alert when driving on these routes. Checkpoints and roadblocks may occur in some areas, and authorities are able to search and detain travellers if identification is not provided.\r\n\r\nCarry official identification at all times. If you cannot present your identification upon request, you can be heavily fined.\r\n\r\nDo not leave your passport as a deposit when you are renting a motorcycle or other sports equipment.\r\n\r\nTravellers should never leave well-used roads and trails due to the risk of unexploded land mines and other munitions, especially in the following areas: Xieng Khouang Province (Plain of Jars) and at the Lao-Vietnamese border areas formerly traversed by the Ho Chi Minh Trail.\r\n",
- "sec_pol_unr": "Demonstrations and political gatherings should be avoided as they can become violent with little warning.\r\n",
- "sw_bound_lat": 13.90972,
- "sw_bound_lng": 100.0832139,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:15:37Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Basseterre",
- "center_lat": 17.357822,
- "center_lng": -62.782998,
- "country_code": "KN",
- "country_code_3": "KNA",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "XCD",
- "currency_name": "East Caribbean dollar",
- "division_name": "Parish",
- "emerg_numbers": [
- {
- "id": "ff2644da-87e8-42c6-8834-dd09e693cd7e",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Saint Kitts and Nevis are located in the Caribbean Sea and consist of two main volcanic islands. The population is about 51,000 people. The government is a parliamentary democracy with the Queen of the United Kingdom as chief of state and who is represented by a governor general, with a prime minister as head of government.\r\n\r\nThe British settled this area in about 1623, and the islands gained independence in 1983 becoming St. Kitts and Nevis. The island of Nevis continues efforts to separate from Saint Kitts.\r\n\r\nThe economy depends on tourism, service businesses and offshore finance. Travellers can enjoy the beaches and tropical climate of Saint Kitts and Nevis.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/KN/cd11e7fc-8718-4c4c-8f09-857fc2833fcc_list_KN-f8bfffc6-774e-43ab-9801-20950a9e94e2.jpg?v=63680415981",
- "main": "/uploads/countries/KN/cd11e7fc-8718-4c4c-8f09-857fc2833fcc_main_KN-f8bfffc6-774e-43ab-9801-20950a9e94e2.jpg?v=63680415981",
- "original": "/uploads/countries/KN/cd11e7fc-8718-4c4c-8f09-857fc2833fcc_original_KN-f8bfffc6-774e-43ab-9801-20950a9e94e2.jpg?v=63680415981"
}, - "flag_emoji": "🇰🇳",
- "geojson_url": null,
- "id": "cd11e7fc-8718-4c4c-8f09-857fc2833fcc",
- "language": "English",
- "name": "Saint Kitts & Nevis",
- "ne_bound_lat": 17.4205891,
- "ne_bound_lng": -62.52369989999999,
- "region_name": "Division",
- "sec_areas": "",
- "sec_emer_num": "\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not carry large amounts of cash. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nViolent crime does occur in Saint Kitts and Nevis. Even if visiting family, remain alert to personal safety.\r\n\r\nRoads are generally in good condition, but exercise caution at night as some areas are not well lit and animals sometimes stray onto the roads.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 17.07861,
- "sw_bound_lng": -62.86949999999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:36Z"
}, - {
- "banner": {
- "large": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_large_1_THRh4--2uAqVuBM_Iab78A.jpg?v=63724051691",
- "medium": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_medium_1_THRh4--2uAqVuBM_Iab78A.jpg?v=63724051691",
- "original": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_original_1_THRh4--2uAqVuBM_Iab78A.png?v=63724051691",
- "small": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_small_1_THRh4--2uAqVuBM_Iab78A.jpg?v=63724051691"
}, - "capital": "Kubol",
- "center_lat": 33.93911,
- "center_lng": 67.709953,
- "country_code": "AF",
- "country_code_3": "AFG",
- "created_at": "2017-10-30T00:58:57Z",
- "currency_code": "AFN",
- "currency_name": "Afghani",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "5e171040-fb80-4f69-b9f3-1dd537f8d854",
- "note": "Mobile only; Kabul only",
- "order": 3,
- "typ": 92,
- "val": "112"
}, - {
- "id": "a0f17d24-a6b8-43d6-af03-82c63047a095",
- "note": "Kabul only",
- "order": 1,
- "typ": 92,
- "val": "112"
}
], - "facts": "The Islamic Republic of Afghanistan is in southern Asia, east of Iran and north and west of Pakistan. The country lies at the crossroads of Central Asia, along the ancient “Silk Route.” Afghanistan’s government is an Islamic presidential republic with a president as chief of state and head of government. The population of about 31 million people represents more than 50 ethnic groups, with over 30 languages spoken. \r\n\r\nAfghanistan has been ravaged by war and instability since before Alexander the Great. During the 1800s, the British invaded from India and installed governments that continually failed. From 1933 to 1973, the country enjoyed a period of stability during the reign of King Zahir Shah. This king was overthrown by his brother-in-law who in turn, was ousted by the communist party. Subsequently, a series of assassinations, a coup and a counter-coup prompted the Soviet Union to send troops to support the communist government and help stabilize the country. However, a long and devastating war ensued, followed by civil wars, and the US-led military action to remove the Taliban for sheltering Osama Bin Laden.\r\n\r\nAlthough Afghanistan gained its first democratically elected president in 2004 and has made some progress toward a stable central government, the country faces daunting challenges in restoring security and stability. The years of conflict have taken a huge toll on the economy and the society. Although Afghanistan is very rich in natural resources, it remains one of the poorest nations in the world and is still recovering from years of conflict.\r\n",
- "flag": {
- "list": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_list_7ae79b48-7160-4ad0-9db5-1fbe49b245c3_list_AF-1e2091df-68aa-4fd4-b105-c32505b51b7c.jpg?v=63724049386",
- "main": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_main_7ae79b48-7160-4ad0-9db5-1fbe49b245c3_list_AF-1e2091df-68aa-4fd4-b105-c32505b51b7c.jpg?v=63724049386",
- "original": "/uploads/countries/AF/7ae79b48-7160-4ad0-9db5-1fbe49b245c3_original_7ae79b48-7160-4ad0-9db5-1fbe49b245c3_list_AF-1e2091df-68aa-4fd4-b105-c32505b51b7c.jpg?v=63724049386"
}, - "flag_emoji": "🇦🇫",
- "id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3",
- "language": "Dari (Afghan Persian); Pashto",
- "name": "Afghanistan",
- "ne_bound_lat": 38.49087670000001,
- "ne_bound_lng": 74.8898619,
- "region_name": "District",
- "sec_areas": "Due to the lack of safety and security, avoid all travel to the following areas:\r\n\r\nKabul: Avoid all travel to the Surobi, Paghman, Musayhi, Khak-e Jabbar and Chahar Asyab districts of Kabul province.\r\n\r\nAvoid all unnecessary travel to the city of Kabul.\r\n\r\nNorthern Afghanistan: Avoid all travel to Balkh, Kunduz, Badakhshan and the Baghlan-e Jadid District of Baghlan where there is the risk of armed conflict and terrorist attack, including attacks on aid workers.\r\n\r\nAvoid all unnecessary travel to Takhar, Faryab, Jawzjan, Samangan, Sari Pul and the remainder of Baghlan.\r\n\r\nSouthern Afghanistan: Avoid all travel to Helmand, Kandahar, Nimroz, Uruzgan and Zabul where there is general lawlessness.\r\n\r\nEastern Afghanistan: Avoid all travel to Ghazni, Kapisa, Khost, Kunar, Laghman, Logar, Nangarhar, Nuristan, Paktika, Wardak and Paktya where there is the risk of armed conflict, bombings, and general lawlessness.\r\n\r\nAvoid all unnecessary travel to Bamiyan, Parwan and Panjshir.\r\n\r\nWestern Afghanistan: Avoid all all travel to Badghis and Farah, and the Shindand and Gozarah Districts of Herat province where there is the risk of armed conflict, kidnapping, and general lawlessness.\r\n\r\nAvoid all unnecessary travel to Dai Kundi, Ghor and remaining districts in Herat.",
- "sec_emer_num": "Local operators speak only local language. Emergency services are only available in the major cities. At times, the number may not be answered and response times could be quite long.",
- "sec_ext_viol": "Major terrorist attacks occur frequently throughout Afghanistan, particularly in Kabul and in the eastern and southern provinces. Attacks have become more frequent. Credible terrorist threat reports indicate that venues that could be targeted include shopping and market areas, government and military installations, diplomatic missions, hotels, airports, and any areas frequented by foreigners. The Kabul international airport and the roads leading to it are at risk for attack. Foreigners are at serious risk for kidnapping. Aid workers are also at risk.\r\n\r\nIf you travel to Afghanistan, it is recommended that you have personal safety and security plans. Have secure plans for transportation and accommodations. Consider hiring professional protection.",
- "sec_personal": "There is a high level of crime in Afghanistan. To minimize the risk of becoming a victim of petty crime, avoid showing signs of wealth. Keep valuables and money out of sight. Do not carry large sums of cash. Safeguard your important documents, such as your passport. Avoid walking alone at night.\n\nKeep your passport with you at all times. In some areas, you can be detained if you cannot show your passport.\n\nDriving under the influence of alcohol is a serious crime with penalties of up to several months in jail.\n\nYou can be detained for photographing military installations, government buildings or military personnel.\n\nThere is freedom of religion in Afghanistan, however, evangelizing or proselytizing is considered a major crime and can be punishable by death.\n\nSame-sex relations and behaviours are considered major crime and can be punishable by death.\n\nRoad travel is extremely dangerous throughout Afghanistan due to terrorist attack, kidnapping and violent crime. If you travel in Afghanistan, get professional security advice. Consider using armoured vehicles and security protection\n\nRoads are poor. Drivers may not follow standard rules of the road. \n\n",
- "sec_pol_unr": "Violent riots and protests have occurred. Due to lack of security and safety, avoid any public gatherings and demonstrations.",
- "sw_bound_lat": 29.3772,
- "sw_bound_lng": 60.5170005,
- "travel_status": 2,
- "updated_at": "2019-09-19T15:26:53Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Antananarivo",
- "center_lat": -18.766947,
- "center_lng": 46.869107,
- "country_code": "MG",
- "country_code_3": "MDG",
- "created_at": "2017-10-30T00:58:12Z",
- "currency_code": "MGA",
- "currency_name": "Malagasy ariary",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "21f73d31-fed0-4b15-a992-6a426bebbf2a",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "117"
}, - {
- "id": "fe2307ff-acf3-4590-8adb-89f868d70a9c",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "118"
}
], - "facts": "The Republic of Madagascar is an island country in the Indian Ocean, located off Southern Africa, east of Mozambique. The population is approximately 21 million people.\r\n\r\nThe government is a republic with a president as chief of state, elected by popular vote. A prime minister is head of government and is appointed by the president. In March 2009, the elected president stepped down and handed the government over to the military. The military appointed the opposition leader to be the President of the High Transitional Authority in a power sharing agreement.\r\n\r\nMadagascar exports textiles, coffee, seafood, petroleum products and is the world's leading producer of vanilla. Madagascar tourism targets the eco-tourism sector. About three-quarters of the species of animals in this country are not found anywhere else in the world.\r\n\r\nSome of the problems in Madagascar include poverty, food shortages, and competition for agricultural land. A majority of the people live on less than one dollar a day, and Madagascar is considered one of the world's poorest countries.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/MG/51792028-4b22-4169-aebb-8a6a0f7d208a_list_MG.jpg?v=63680415939",
- "main": "/uploads/countries/MG/51792028-4b22-4169-aebb-8a6a0f7d208a_main_MG.jpg?v=63680415939",
- "original": "/uploads/countries/MG/51792028-4b22-4169-aebb-8a6a0f7d208a_original_MG.jpg?v=63680415939"
}, - "flag_emoji": "🇲🇬",
- "geojson_url": null,
- "id": "51792028-4b22-4169-aebb-8a6a0f7d208a",
- "language": "French and Malagasy",
- "name": "Madagascar",
- "ne_bound_lat": -11.4369999,
- "ne_bound_lng": 50.9985001,
- "region_name": "municipality",
- "sec_areas": "Avoid all non-essential travel to Andohahela National Park and all travel on road RN13 between Ambovombe and Ihosy. \r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "There have been recent reports of armed attacks on villages in the Anosy Region of southeast Madagascar resulting in deaths and hundreds of people being displaced. Travellers in the southeast region of Madagascar should exercise extreme caution.\r\n",
- "sec_personal": "Travellers to Madagascar should maintain an awareness of their personal security at all times due to political tensions in the country.\r\n\r\nThe crime rate is fairly high due to civil unrest and recent economic crisis. Robberies, gang activity, kidnappings, and home invasions can occur and are often violent. Foreigners and employees of non-governmental organizations are sometimes targeted. Road travel can be dangerous. Armed attacks have occurred on main highways, particularly at night and in the southern region of the country between Fianarantsoa and Tulear.\r\n\r\nTravellers should avoid persons claiming to be “guides”, as they are generally criminals in disguise with intentions to assault or steal from travellers. Do not travel alone at night or on beaches in coastal tourist areas or any other isolated area.\r\n\r\nPetty crime, such as purse snatching, pick-pocketing, and theft from vehicles is common. Travellers should avoid showing signs of affluence and ensure their belongings and documents are secure at all times. Do not leave your bags unattended.\r\n\r\nWhile driving, keep the windows up and the doors locked. Armed attacks sometimes occur on highways, particularly at night and in the southern region of the country between Fianarantsoa and Tulear. Taxis and public transportation are also targeted.\r\n",
- "sec_pol_unr": "Demonstrations and looting may occur until a legitimate government is returned to power. Such demonstrations, street disturbances, and political gatherings should be avoided as they can become violent with little warning.\r\n\r\nTravellers should ensure they have supplies of food, water, fuel, money and medications in case of extreme civil unrest.\r\n",
- "sw_bound_lat": -26.2146,
- "sw_bound_lng": 42.7368,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:15:40Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Zagreb",
- "center_lat": 45.1,
- "center_lng": 15.2000001,
- "country_code": "HR",
- "country_code_3": "HRV",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "HRK",
- "currency_name": "Kuna",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "e763e988-5f67-4e2e-a5a1-60f2a9843850",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Croatia is located in central and southeastern Europe, bordering on the Adriatic Sea. The population is approximately 4.4 million people. Neighbouring countries include Slovenia, Hungary, Bosnia and Herzogovenia, Serbia and Montenegro. The government is a parliamentary republic with a president as chief of state and a prime minister as head of government.\r\n\r\nCroatia declared its independence from the former Yugoslavia in 1991. The Croatian War of Independence subsequently broke out, and in the following four years, there was bitter fighting with Serbia in the former Yugoslavia. The war ended in Croatian victory, and in 1998, under the supervision of the United Nations, the last Serbian-held area was returned to Croatia.\r\n\r\nIn 2011, Croatia signed a European Union accession treaty which will lead the way toward full membership on 1 July 2013. In January 2012, Croatian voters voted two to one in a referendum to back joining the European Union.\r\n\r\nThe return of tourism is one sector that has helped Croatia's economy. Visitors can enjoy the coastline of the Adriatic Sea, Dubrovnic, monuments, museums, churches and other historic sites. There are seven UNESCO World Heritage Sites in Croatia.",
- "flag": {
- "list": "/uploads/countries/HR/e547b0c2-692e-4d6c-a3b0-3baffe119c47_list_HR.jpg?v=63680415928",
- "main": "/uploads/countries/HR/e547b0c2-692e-4d6c-a3b0-3baffe119c47_main_HR.jpg?v=63680415928",
- "original": "/uploads/countries/HR/e547b0c2-692e-4d6c-a3b0-3baffe119c47_original_HR.jpg?v=63680415928"
}, - "flag_emoji": "🇭🇷",
- "geojson_url": null,
- "id": "e547b0c2-692e-4d6c-a3b0-3baffe119c47",
- "language": "Croatian",
- "name": "Croatia",
- "ne_bound_lat": 46.5549857,
- "ne_bound_lng": 19.4480523,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Violent crime in Croatia is rare. Petty crime, such as pickpocketing, can occur in tourist areas, particularly along the Adriatic Coast. Organized crime has increased, but travellers and foreigners are not targeted. Keep valuables out of sight, and avoid showing signs of affluence to avoid being targeted for theft. Keep backpacks and bags in sight at all times. \r\n\r\nRemaining landmines are a serious risk in Croatia, especially in eastern Slavonia (Vukovar, Osijek), the counties of Sisak-Moslavna, Zadar, Lika-Senj, Brodsko-Posavska, Karlovac, the areas around the Plitvice Lake region, the border area with Serbia and Montenegro and south of Dubrovnik, near Konavle. Although some signs indicate that landmines may have been removed, visitors are strongly advised to stay on paved roads and avoid open fields, ditches, or off-road areas not clearly marked as landmine-free. For more information, travellers may find the Croatian Mine Action Center (CROMAC) at http://www.hcr.hr/en/index.asp.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 42.3385087,
- "sw_bound_lng": 13.3649,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:13Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Montevideo",
- "center_lat": -32.522779,
- "center_lng": -55.765835,
- "country_code": "UY",
- "country_code_3": "URY",
- "created_at": "2017-10-30T00:58:44Z",
- "currency_code": "UYU",
- "currency_name": "Uruguayan peso",
- "division_name": "department",
- "emerg_numbers": [
- {
- "id": "6e4fedc4-27a6-4d15-a02a-f34c26429351",
- "note": "Tourist Attention and Information Service",
- "order": 1,
- "typ": 99,
- "val": "0800 8226"
}, - {
- "id": "567480b8-5f56-402d-b42a-2a3b411e6949",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Oriental Republic of Uruguay, the second-smallest country in South America, lies between Argentina and Brazil. The population is about 3.3 million people. The government is a constitutional republic with a president as both chief of state and head of government.\r\n\r\nIn the 1680s, Portugal established the first European settlement in Uruguay and the Spanish settled Montevideo in the 1720s. In the 1820s, Portugal annexed Uruguay as part of Brazil. Nationalistic feelings in the 19th century led to independence after an 1828 war.\r\n\r\nSince 1985, Uruguay has had a civilian government. This country is one of the few countries in South America with a large middle class and was the first country in South America to establish a welfare state. Referred to as the “Switzerland of South America,\" the country enjoys a stable government and social benefits, such as free education. Uruguay became part of the One Laptop Per Child project and was the first country in the world to provide a laptop for every primary school student.\r\n\r\nVisitors to Uruguay can enjoy beach resorts, mild climate, and colonial towns.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/UY/db9de118-b4ae-48e6-9b25-e3c9b5b36fa8_list_UY-f249dbea-5d51-4751-8ea4-2c5b90697c03.jpg?v=63680415967",
- "main": "/uploads/countries/UY/db9de118-b4ae-48e6-9b25-e3c9b5b36fa8_main_UY-f249dbea-5d51-4751-8ea4-2c5b90697c03.jpg?v=63680415967",
- "original": "/uploads/countries/UY/db9de118-b4ae-48e6-9b25-e3c9b5b36fa8_original_UY-f249dbea-5d51-4751-8ea4-2c5b90697c03.jpg?v=63680415967"
}, - "flag_emoji": "🇺🇾",
- "geojson_url": null,
- "id": "db9de118-b4ae-48e6-9b25-e3c9b5b36fa8",
- "language": "Spanish",
- "name": "Uruguay",
- "ne_bound_lat": -30.0852149,
- "ne_bound_lng": -53.0779286,
- "region_name": "department",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "There is a low rate of violent crime in Uruguay.",
- "sec_personal": "Visitors to Uruguay should exercise the usual precautions recommended for travellers, such as keep valuables in a hotel safe, exercise care when withdrawing money from an ATM, do not carry large amounts of cash, stay away from poorly lit or isolated areas, etc. Avoid walking alone or at night. Keep your personal belongings secure, and do not display money or expensive items, such as jewellery, watches, etc.\r\n\r\nPetty crime does occur in Uruguay, such as pickpocketing, robbery, mugging or theft from cars, particularly in Montevideo. The tourist police patrol Montevideo. Pay particular attention when in the Old City, the port area, Avenida 18 de Julio, and Plaza Independencia. There have been some reports of smash and grab theft from cars stopped at traffic lights.\r\n\r\nAvoid the “Cerro” neighbourhood. \r\n\r\nTraffic accidents are common. Drivers may not follow rules of the road and traffic may be disorganized, and many roads are winding and hilly.\r\n\r\nAlthough Uruguay has recently legalized the sale of marijuana by registered pharmacies for recreational use, only Uruguayan nationals in possession of a licence may purchase it. Tourists are not allowed to buy marijuana.",
- "sec_pol_unr": "Demonstrations occur frequently, but violence is rare to nonexistent. Transportation services can be disrupted, particularly on bridges connecting Uruguay and Argentina.\r\n\r\nAvoid taking photographs of political demonstrations.\r\n\r\n",
- "sw_bound_lat": -35.1558001,
- "sw_bound_lng": -58.4913609,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:50Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Mexico City",
- "center_lat": 23.634501,
- "center_lng": -102.552784,
- "country_code": "MX",
- "country_code_3": "MEX",
- "created_at": "2017-10-30T00:58:16Z",
- "currency_code": "MXN",
- "currency_name": "Peso",
- "division_name": "state",
- "emerg_numbers": [
- {
- "id": "be7dae13-c048-4c77-8a3b-dc533c885b30",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "066"
}, - {
- "id": "de72099c-3f43-4796-bbc2-225aca594ffa",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "066"
}, - {
- "id": "02ee24ee-9f05-4596-8f53-26c627af344a",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "066"
}
], - "facts": "The United Mexican States is located between the United States on the north and Belize and Honduras on the south and has coastline on the Pacific Ocean, Gulf of California, Caribbean Sea, and Gulf of Mexico. The population of Mexico is approximately 112 million people. Mexico City has a population of about 20 million people.\r\n\r\nMexico's government is a federal republic. The chief of state and head of government is a president elected by popular vote.\r\n\r\nMexico is considered a newly industrialized country with a rapidly growing middle class. However, income distribution is highly unequal and many people live below the poverty line. The economy is strongly linked to those of its North American Free Trade Agreement (NAFTA) partners, the United States and Canada.\r\n\r\nMexico has a rich history of highly developed, advanced cultures, such as the Maya, Aztec, Zapotec, Toltec, that prospered prior to the arrival of the Europeans. After Spain conquered and colonized the territory, it was administered by Spain until gaining independence in 1821. The Mexican Revolution of 1910 finally led to the emergence of the country's current democratic political system.\r\n\r\nTourism plays an important role in the Mexican economy with over 21.4 million international visitors in 2009. Tourists can enjoy a wide range of activities and destinations, from mountainous areas to jungles and beaches, along with museums, architecture, haciendas, beach resorts, and archaeological sites, to name a few.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/MX/986b11ba-0939-4510-83db-30ffa8ec1868_list_MX.jpg?v=63680415940",
- "main": "/uploads/countries/MX/986b11ba-0939-4510-83db-30ffa8ec1868_main_MX.jpg?v=63680415940",
- "original": "/uploads/countries/MX/986b11ba-0939-4510-83db-30ffa8ec1868_original_MX.jpg?v=63680415940"
}, - "flag_emoji": "🇲🇽",
- "geojson_url": null,
- "id": "986b11ba-0939-4510-83db-30ffa8ec1868",
- "language": "Spanish",
- "name": "Mexico",
- "ne_bound_lat": 32.7186534,
- "ne_bound_lng": -86.5887,
- "region_name": "municipality",
- "sec_areas": "Travellers should avoid the following northern states due to violence and organized crime: Northern Baja California, Sonora, Chihuahua, Coahuila, Nuevo León, Tamaulipas, Ciudad Juarez, Durango, Jalisco and Sinaloa (excluding Mazatlán).\r\n\r\nTravellers to Monterrey, in the State of Nuevo León, should avoid travel after dark and avoid leaving the suburb of San Pedro Garza García.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most visitors to Mexico do not experience problems, however, travellers should monitor the local news and still exercise a high degree of caution due to high crime levels and violence throughout the country. Travellers should be particularly cautious in northern Mexico and all cities bordering the United States, particularly in Tijuana and Ciudad Juárez due to sporadic conflict between the military and drug cartels. There are also high levels of violence and organized crime in the states of Guerrero (including Acapulco), Nayarit, Michoacán and Veracruz. \r\n\r\nCrime is common in Mexico. Travellers should always keep their valuables out of sight, watch their bags and backpacks closely, and always pay close attention to their own personal security.\r\n",
- "sec_pol_unr": "Demonstrations occur in large cities in Mexico. Travellers should avoid political gatherings and demonstrations as they can become violent without warning. Mexican authorities prohibit foreigners from participating in political demonstrations.\r\n",
- "sw_bound_lat": 14.3895,
- "sw_bound_lng": -118.6523001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:15:53Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Riyadh",
- "center_lat": 23.885942,
- "center_lng": 45.079162,
- "country_code": "SA",
- "country_code_3": "SAU",
- "created_at": "2017-10-30T00:58:21Z",
- "currency_code": "SAR",
- "currency_name": "Saudi Riyal",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "fb49cb13-6d36-4a27-a9ca-e5360b317693",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Kingdom of Saudi Arabia is the largest Arab country of the Middle East located north of Yemen and south of Iraq and Jordon. It borders on the Persian Gulf and the Red Sea. The estimated population is 26 million people. The government of Saudi Arabia is an Islamic absolute monarchy, with the king as chief of state and prime minister. Saudi Arabia's economy is dominated by oil exports that account for more than 90 percent of all exports and about 75 percent of government revenues.\r\n\r\nThe Kingdom is sometimes called \"The Land of the Two Holy Mosques\" since it is the location for the two holiest cities in Islam, Mecca and Medina. In 2010, approximately three million people participated in the Hajj, the annual pilgrimage to the holy places of Islam. The resulting crowded conditions can spread diseases quickly, and the potential for accidental injury is a serious concern. The government of Saudi Arabia requires additional health measures for participation in the Hajj, including meningococcal, polio, and influenza vaccinations. Pilgrims are screened for other diseases, such as dengue fever, meningococcal meningitis, and yellow fever.\r\n\r\nThe extreme heat and extensive walking involved in the pilgrimage can also cause heat stroke and heat cramps as a result of dehydration.\r\n\r\nThis country was essentially closed to outsiders for centuries. Today tourism is mainly connected with the religious pilgrimages and brings in about 12 million visitors overall annually.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/SA/e0557c1d-316e-48cf-90b5-0587ddfe7a7e_list_SA.jpg?v=63680415946",
- "main": "/uploads/countries/SA/e0557c1d-316e-48cf-90b5-0587ddfe7a7e_main_SA.jpg?v=63680415946",
- "original": "/uploads/countries/SA/e0557c1d-316e-48cf-90b5-0587ddfe7a7e_original_SA.jpg?v=63680415946"
}, - "flag_emoji": "🇸🇦",
- "geojson_url": null,
- "id": "e0557c1d-316e-48cf-90b5-0587ddfe7a7e",
- "language": "Arabic",
- "name": "Saudi Arabia",
- "ne_bound_lat": 32.154284,
- "ne_bound_lng": 55.6666999,
- "region_name": "municipality",
- "sec_areas": "Do not travel to areas within 30 kilometers of the border with Yemen.",
- "sec_emer_num": "",
- "sec_ext_viol": "There is an ongoing general threat of terrorism. Saudi Arabia has experienced terrorist attacks in the past, however, Saudi authorities continue to take action successfully against terrorist groups. Travellers are advised to be alert to personal security and safety, especially in areas frequented by tourists. Avoid large crowds and large gatherings in public. If you encounter large groups or demonstrations, have an exit route. Identify safe places, such as hospitals, police stations, etc.\r\n",
- "sec_personal": "The crime rate in Saudi Arabia is low and most travellers do not experience security problems. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. \r\n \r\nReports of pickpocketing and other theft have increased in Makkah and particularly in the regions of the Grand Mosque and in Medina. \r\n \r\nDo not take photographs at the Holy Mosque at Makkah or at the Prophet’s Mosque at Medina. \r\n",
- "sec_pol_unr": "Although public demonstrations are illegal in this country, demonstrations can occur. In any country, avoid public gatherings or protests since even peaceful demonstrations can escalate into violence.",
- "sw_bound_lat": 16.0036,
- "sw_bound_lng": 34.5299999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:14Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Freetown",
- "center_lat": 8.460555,
- "center_lng": -11.779889,
- "country_code": "SL",
- "country_code_3": "SLE",
- "created_at": "2017-10-30T00:58:25Z",
- "currency_code": "SLL",
- "currency_name": "Leone",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "090ad3cd-efe3-40f1-98bc-2761a4a41e34",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Republic of Sierra Leone is a country in western Africa between Guinea and Liberia, with the west coast bordering the Atlantic Ocean. The population is approximately 5.7 million people.\r\n\r\nThe government of Sierra Leone is a constitutional democracy, and a president serves as both chief of state and head of government and elected by popular vote.\r\n\r\nSierra Leone is still recovering from a civil war that lasted from 1991 to 2001. The country is known for “blood diamonds” which were sold during the war to buy weapons. More than one-third of the population was displaced and tens of thousands of people died during the war. Much of the economy was destroyed. Recovery will depend upon outside assistance from foreign donors, the government's ability to limit official corruption, and the effectiveness of the government in managing natural resources. Poverty and unemployment remain major problems for the country.",
- "flag": {
- "list": "/uploads/countries/SL/970db24b-1086-469a-9e13-a077c067ee96_list_SL.jpg?v=63680415947",
- "main": "/uploads/countries/SL/970db24b-1086-469a-9e13-a077c067ee96_main_SL.jpg?v=63680415947",
- "original": "/uploads/countries/SL/970db24b-1086-469a-9e13-a077c067ee96_original_SL.jpg?v=63680415947"
}, - "flag_emoji": "🇸🇱",
- "geojson_url": null,
- "id": "970db24b-1086-469a-9e13-a077c067ee96",
- "language": "English",
- "name": "Sierra Leone",
- "ne_bound_lat": 9.9999737,
- "ne_bound_lng": -10.271683,
- "region_name": "municipality",
- "sec_areas": "Due to armed conflicts between the military and militias and criminal activity, avoid areas bordering the countries of Liberia and Guinea.\r\n",
- "sec_emer_num": "Some sources indicate that emergency response in Sierra Leone is limited to nonexistant. Travellers may want to record their Embassy's emergency telephone number.",
- "sec_ext_viol": "",
- "sec_personal": "With respect to your personal safety, be cautious and always be aware of your surroundings in Sierra Leone. Most travellers have no trouble in this country. The security situation in Sierra Leone has improved since the end of the civil war, however, the crime rate remains high due to poor economic conditions.\r\n\r\nPetty crime, such as pick-pocketing, is common in urban areas. Violent armed robberies and burglaries targeting expatriate and foreign officials’ homes also occur. Avoid showing signs of wealth and ensure that your personal belongings and travel documents are safe at all times. Avoid walking after dark and do not walk alone. Do not leave bags unattended.\r\n\r\nTourist facilities are limited and travellers should check the security at their accommodations before booking. Tourist facilities are rare in isolated areas and essential services may be unavailable outside the capital. Keep a supply of essential goods, like food and water, since shortages often occur. Telecommunications may also be unavailable at times.\r\n\r\nThere are strong currents at some beaches, and drownings have occurred. There are no lifeguards at beaches.\r\n\r\nAvoid road travel outside the Freetown peninsula after dark.\r\n",
- "sec_pol_unr": "Demonstrations and public gatherings should be avoided as they can become violent.\r\n",
- "sw_bound_lat": 6.8446,
- "sw_bound_lng": -13.4032999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:23Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Suva",
- "center_lat": -17.713371,
- "center_lng": 178.065032,
- "country_code": "FJ",
- "country_code_3": "FJI",
- "created_at": "2017-10-30T00:58:07Z",
- "currency_code": "FJD",
- "currency_name": "Fijian dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "bf8093b9-295e-42ed-91ec-f8a3df56e5bc",
- "note": "Crime Stoppers",
- "order": 2,
- "typ": 99,
- "val": "919"
}, - {
- "id": "f3594285-6f24-4fa0-a460-12c13e5a4fe9",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "917"
}, - {
- "id": "6e0b49e5-d6e9-43d7-9bf1-3089e7533b29",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Republic of the Fiji Islands is an island nation in the South Pacific Ocean between Hawaii and New Zealand, and includes about 332 islands of which only 100 are inhabited. The country gained independence from Great Britain in 1970. The population of Fiji is about 880,000 people.\r\n\r\nThe government of Fiji is a parliamentary republic with a president as chief of state and a prime minister as head of government. The government was overthrown in a military coup in 2006, and a military junta has been in power since that time.\r\n\r\nFiji's economy is one of the most developed in the Pacific with sugar processing, as well as fish, mineral, and forest resources. Tourism is an important sector of the economy, and Fiji is known for the natural beauty of beaches, clear water, coral reefs and for its diving and snorkeling.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/FJ/981d201a-3dd4-4d33-89e1-16ff5966cc89_list_FJ.jpg?v=63680415933",
- "main": "/uploads/countries/FJ/981d201a-3dd4-4d33-89e1-16ff5966cc89_main_FJ.jpg?v=63680415933",
- "original": "/uploads/countries/FJ/981d201a-3dd4-4d33-89e1-16ff5966cc89_original_FJ.jpg?v=63680415933"
}, - "flag_emoji": "🇫🇯",
- "geojson_url": null,
- "id": "981d201a-3dd4-4d33-89e1-16ff5966cc89",
- "language": "Fijian and English",
- "name": "Fiji",
- "ne_bound_lat": -12.2084957,
- "ne_bound_lng": -177.8686523,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Crime rates are low in Fiji, and most travellers have no safety or security problems. Petty crime is common. Keep valuables secure and out of sight. Ensure that personal belongings and travel documents are secure at all times. Be wary when withdrawing money from automated banking machines. Taxi drivers are sometimes robbed, so never let the driver pick up additional passengers. Avoid walking alone after dark, and avoid isolated areas. Women travelling alone should exercise caution as there have been reports of sexual assaults against foreign nationals.\r\n\r\nAt this time, there is no hyperbaric (decompression) chamber in Fiji. The decompression chamber located at the Colonial War Memorial Hospital in Suva is not operational at this time due to long-term maintenance. If you plan to dive, do so well within safety limits. Have travel and health insurance that would cover any costs associated with diving and medical evacuation.\r\n",
- "sec_pol_unr": "In any country, avoid public demonstrations or protests since these situations can escalate unexpectedly.\r\n\r\nAuthorities in Fiji have extensive powers of arrest and detention. Travellers are advised to avoid any provocation of the authorities.\r\n",
- "sw_bound_lat": -20.8998713,
- "sw_bound_lng": 176.7919922,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:29Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Manama",
- "center_lat": 26.0667,
- "center_lng": 50.5577,
- "country_code": "BH",
- "country_code_3": "BHR",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "BHD",
- "currency_name": "Bahraini dinar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5791c4f7-8dc1-4993-a5b0-4b5419cdfe40",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "112"
}, - {
- "id": "2e5461be-5109-4a1e-a9c1-366319b64dae",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "Bahrain is an island nation in the Persian Gulf, connected to Saudi Arabia by the King Faud Causeway, and near Qatar across the Gulf of Bahrain. The nation is an archipelago of about 36 islands, and the largest island is Bahrain Island. The population is about 1,235,000 people.\r\n\r\nBahrain's government is a constitutional monarchy. The king is the chief of state, and the head of government is a prime minister appointed by the king.\r\n\r\nBahrain has been known for oil and petroleum processing. The country has also been known for pearls. Off-shore fresh water springs allowed the formation of pearls which was a source of the country's early wealth.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BH/6ff6de18-ea05-4396-b9d1-92e4c729741c_list_BH.jpg?v=63680415920",
- "main": "/uploads/countries/BH/6ff6de18-ea05-4396-b9d1-92e4c729741c_main_BH.jpg?v=63680415920",
- "original": "/uploads/countries/BH/6ff6de18-ea05-4396-b9d1-92e4c729741c_original_BH.jpg?v=63680415920"
}, - "flag_emoji": "🇧🇭",
- "geojson_url": null,
- "id": "6ff6de18-ea05-4396-b9d1-92e4c729741c",
- "language": "Arabic. English, Urdu, and Farsi are also commonly spoken.",
- "name": "Bahrain",
- "ne_bound_lat": 26.3315761,
- "ne_bound_lng": 50.8509064,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "There continues to be a high terrorist threat throughout the Arabian Peninsula and Jordan. Travellers should monitor local news and follow the advice of the local authorities.\r\n",
- "sec_personal": "Most travellers to Bahrain do not experience any safety and security problems.\r\n\r\nWhile violent crime is rare, petty crime, such as pickpocketing, can occur. Visitors should be especially vigilant in old market areas (souks), village areas, and poorer districts, particularly after dark. Avoid showing signs of affluence, such as expensive clothing, and ensure that belongings, passports, and other documents are kept secure and out of sight at all times.\r\n\r\nThere have been reports of women being harassed, particularly those travelling alone. Women should be prepared for the possibility of propositions, suggestive comments or catcalls, and ignore them. Women should take cues from the local women - dress conservatively and maintain a formal demeanour at all times.\r\n",
- "sec_pol_unr": "Demonstrations and protests do occur in Bahrain due to political and religious tensions. All political gatherings, crowds and demonstrations should be avoided since some have become violent. The districts in and around Manama and Al-Seef are particularly prone to protests and demonstrations.\r\n",
- "sw_bound_lat": 25.5349999,
- "sw_bound_lng": 50.3448485,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:55Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Khartoum",
- "center_lat": 12.862807,
- "center_lng": 30.217636,
- "country_code": "SD",
- "country_code_3": "SDN",
- "created_at": "2017-10-30T00:58:56Z",
- "currency_code": "SDC",
- "currency_name": "Sudanese pound",
- "division_name": "States",
- "emerg_numbers": [
- {
- "id": "455f4cfa-7c22-41f7-a9e1-4360146919ce",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Republic of the Sudan is located in the northeastern area of Africa between Egypt and Eritrea and has over 800 kilometers of coastline on the Red Sea. The population is about 35 million people. Joint British-Egyptian rule over Sudan ended in 1956 and was followed by years of military regime governments. The present government is a federal republic with a president serving as both chief of state and head of government.\r\n\r\nMany years of armed conflict, including the conflict in western Darfur, led to many thousands of deaths and millions of displaced persons. The prolonged north-south conflict in Sudan led to the secession and the formation of South Sudan in 2011 after a referendum that overwhelmingly endorsed an independent state. However, border demarcation and sharing of oil revenues are issues that are yet to be resolved with South Sudan. \r\n\r\nSudan faces the challenge of influxes of refugees from surrounding countries, mainly Ethiopia, South Sudan, Central African Republic, Chad, and Eritrea. Sudan could prosper in the absence of armed conflict given the large areas of cultivatable land, as well as gold and oil reserves.",
- "flag": {
- "list": "/uploads/countries/SD/0b67c6e3-ce44-4efd-b486-09f6a353bc06_list_SD-daf7c6e8-9ab5-42c3-a4ca-44a999580218.jpg?v=63680415990",
- "main": "/uploads/countries/SD/0b67c6e3-ce44-4efd-b486-09f6a353bc06_main_SD-daf7c6e8-9ab5-42c3-a4ca-44a999580218.jpg?v=63680415990",
- "original": "/uploads/countries/SD/0b67c6e3-ce44-4efd-b486-09f6a353bc06_original_SD-daf7c6e8-9ab5-42c3-a4ca-44a999580218.jpg?v=63680415990"
}, - "flag_emoji": "🇸🇩",
- "geojson_url": null,
- "id": "0b67c6e3-ce44-4efd-b486-09f6a353bc06",
- "language": "Arabic; English",
- "name": "Sudan",
- "ne_bound_lat": 22.224918,
- "ne_bound_lng": 38.69379989999999,
- "region_name": "Districts",
- "sec_areas": "Many countries advise citizens to avoid all travel in Sudan outside Khartoum due to armed conflict and the dangerous security situation. Other countries advise citizens to avoid all but necessary travel to Khartoum. There is a risk of kidnapping both in rural and urban areas. Border areas are particularly dangerous.",
- "sec_emer_num": "Service is in Arabic and emergency response may be limited.",
- "sec_ext_viol": "There is a high threat of terrorist attack in this country. There is a high threat of kidnapping in this country, including kidnapping of foreigners and aid workers.",
- "sec_personal": "With the exception of Darfur, street and petty crime is low in Khartoum and other major cities in Sudan. However, there is a high risk of terrorism and kidnapping. There have been reports of westerners being targeted. Always be alert to your personal safety and security. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport.\r\n\r\nIn a number of Sudan states, a state of emergency is in place and the government has greater powers of arrest. There have been reports of random detentions in Sudan, including in Khartoum and including foreign nationals.\r\n\r\nPermits are required for foreigners to travel outside Khartoum. For travel, reputable travel firms and guides should be used to avoid increased safety risk.\r\n",
- "sec_pol_unr": "Demonstrations can occur at short notice in Khartoum. Minimize safety risk by avoiding public and political gatherings and demonstrations since even peaceful protests can quickly and unexpectedly become violent.",
- "sw_bound_lat": 9.3472209,
- "sw_bound_lng": 21.814939,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:30Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Asmara",
- "center_lat": 15.179384,
- "center_lng": 39.782334,
- "country_code": "ER",
- "country_code_3": "ERI",
- "created_at": "2017-10-30T00:58:47Z",
- "currency_code": "ERN",
- "currency_name": "Nafka",
- "division_name": "Region",
- "emerg_numbers": [
- {
- "id": "201ce469-ad1b-4572-bc92-8326d6f57260",
- "note": "See note below",
- "order": 2,
- "typ": 91,
- "val": "12-44-22"
}, - {
- "id": "b315f0c1-c12e-4ea2-a438-3960db5e9f5a",
- "note": "See note below",
- "order": 0,
- "typ": 90,
- "val": "12-77-99"
}, - {
- "id": "e70e018d-f327-4781-b222-bb5b07da2e15",
- "note": "See note below",
- "order": 1,
- "typ": 92,
- "val": "12-44-22"
}
], - "facts": "The State of Eritrea is in eastern Africa in the Horn of Africa bordering Ethiopia, Djibouti and Sudan with coastline and islands in the Red Sea. The population is about 6.3 million people. The government is a presidential republic with a president as both chief of state and head of government.\r\n\r\nItalians, who established Eritrea as a colony in 1890 and ruled for 50 years, left infrastructure for government, education, and transportation that was advanced compared to most of Africa. The British ousted the Italians in 1941. After World War II, Eritrea was given to Ethiopia with the agreement that Eritrea would be a self-governing territory. However, a 30-year war began when Ethiopia annexed Eritrea in 1962. Eritrea gained independence in 1993.\r\n\r\nIn recent years, the country has been relatively stable, and there is potential to develop the travel industry. The country hopes to develop the Red Sea coastline as a tourist attraction. There is potential for tourism at beaches, archeological sites, Massawa Island, and the capital city of Asmara.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ER/79c9a91f-3ae1-45f9-ab55-74db9ef26eab_list_ER-b877ee8b-f697-4120-a87f-1d74ee986a53.jpg?v=63680415971",
- "main": "/uploads/countries/ER/79c9a91f-3ae1-45f9-ab55-74db9ef26eab_main_ER-b877ee8b-f697-4120-a87f-1d74ee986a53.jpg?v=63680415971",
- "original": "/uploads/countries/ER/79c9a91f-3ae1-45f9-ab55-74db9ef26eab_original_ER-b877ee8b-f697-4120-a87f-1d74ee986a53.jpg?v=63680415971"
}, - "flag_emoji": "🇪🇷",
- "geojson_url": null,
- "id": "79c9a91f-3ae1-45f9-ab55-74db9ef26eab",
- "language": "Tigrinya, Arabic, and English",
- "name": "Eritrea",
- "ne_bound_lat": 18.0204137,
- "ne_bound_lng": 43.2312,
- "region_name": "District",
- "sec_areas": "Avoid travel within 25 kilometres of the border with either Ethiopia or Djibouti due to the potential for military clashes. The border with Ethiopia is closed, and reports indicate the area has been mined.\r\n\r\nAvoid travel near the border with Sudan due to the activities of extremist groups.\r\n\r\nAvoid travel to the towns of Teseney, Barentu and Assab due to unstable safety and security situation.\r\n\r\n",
- "sec_emer_num": "There is no national emergency telephone number, and the ability to respond to emergencies may be limited.\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime level is low in Eritrea, but due to shortages and inflation, some may resort to crime to support their family. Take precautions to safeguard valuables and keep them out of sight. Do not walk alone at night.\r\n\r\nRoad conditions may be poor in some areas, particularly during rainy season. Avoid travelling after dark.\r\n\r\nThere was extensive use of mines in Eritrea and mine fields are a problem. Do not leave the road. Avoid hiking or walking in the countryside. Some mines have been detonated on well-travelled roads in the Gash Barka area of the country.\r\n\r\nThe movements of foreigners are restricted. All foreign nationals must apply for a travel permit to leave Asmara.\r\n\r\n",
- "sec_pol_unr": "Protests do occur in Eritrea and may turn violent and/or disrupt transportation. Always avoid large public gatherings or demonstrations since the situation can be unpredictable.\r\n\r\n",
- "sw_bound_lat": 12.354723,
- "sw_bound_lng": 36.433348,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:17:14Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Muscat",
- "center_lat": 21.4735329,
- "center_lng": 55.975413,
- "country_code": "OM",
- "country_code_3": "OMN",
- "created_at": "2017-10-30T00:58:59Z",
- "currency_code": "OMR",
- "currency_name": "Rial",
- "division_name": " Governorate",
- "emerg_numbers": [
- {
- "id": "fac03f5d-d2f0-4fd4-aaa1-c133ea926b59",
- "note": "Royal Oman Police",
- "order": 0,
- "typ": 90,
- "val": "9999"
}
], - "facts": "The Sultanate of Oman is located in the Middle East between Yemen and United Arab Emirates, with coastline on the Arabian Sea, Gulf of Oman, and the Persian Gulf. This oldest independent state in the Arab world has a population of about 3.2 million people. The government is a monarchy with a hereditary sultan as both chief of state and head of government.\r\n\r\nUntil the 1970s, Oman was one of the most isolated countries and is still one of the more traditional countries in the Gulf region. Sultan Qaboos seized power from his father in 1970, moved away from the policy of isolationism, began a program of economic reform, and increased funding for health, education and welfare.\r\n\r\nOman’s economy depends heavily on oil. Tourism is growing and is expected to be one of the largest sectors of the economy. For the traveller, Oman has a diverse environment, including unspoiled coastlines, mountains, and deserts. The capital city, Muscat, is a destination with an old walled city, forts, palaces, shopping in the souk, and the Grand Mosque.\r\n",
- "flag": {
- "list": "/uploads/countries/OM/b943e25e-c82b-4707-b3cd-b11648ab54fb_list_OM-68074bdc-b25f-4adf-9195-2592302033bb.jpg?v=63680415992",
- "main": "/uploads/countries/OM/b943e25e-c82b-4707-b3cd-b11648ab54fb_main_OM-68074bdc-b25f-4adf-9195-2592302033bb.jpg?v=63680415992",
- "original": "/uploads/countries/OM/b943e25e-c82b-4707-b3cd-b11648ab54fb_original_OM-68074bdc-b25f-4adf-9195-2592302033bb.jpg?v=63680415992"
}, - "flag_emoji": "🇴🇲",
- "id": "b943e25e-c82b-4707-b3cd-b11648ab54fb",
- "language": "Arabic",
- "name": "Oman",
- "ne_bound_lat": 26.4361001,
- "ne_bound_lng": 60.30399999999999,
- "region_name": "Wilayat",
- "sec_areas": "Avoid unnecessary travel to border areas with Yemen.",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in Oman, and travellers rarely experience safety and security problems. However, petty crime can occur in any crowded area or tourist destination. With respect to your personal safety, be cautious and always be aware of your surroundings, especially at night.\r\n\r\nKeep valuables secured and out of sight. Safeguard your important documents, such as your passport. \r\n\r\nTravellers should keep their passport available at all times for identification.\r\n\r\nIf driving outside Muscat, be aware that animals can wander onto roads, sudden rains can cause flooding on roads, and drivers may not follow standard rules of the road.\r\n\r\nOman is an Islamic country, and visitors should be sensitive to the culture and respect local customs. Dress modestly and avoid wearing revealing clothing, including sleeveless blouses. At hotel pool areas and beaches, swimming and beach clothing is acceptable.\r\n\r\nThere is zero tolerance for drinking and driving. It is illegal to drink or be drunk in public. Penalties for drug use, possession or trafficking are severe.\r\n\r\nTo express anger or frustration, either verbally or otherwise, is considered abusive and one can be charged with personal defamation. Any citizen or visitor can file these charges. Visitors charged with defamation cannot leave the country until the issue is resolved, usually with an apology and fine paid to the “victim.”\r\n\r\nSame-sex relationships and behaviours are illegal in Oman.\r\n",
- "sec_pol_unr": "Political demonstrations do occur throughout Oman. Minimize risk by avoiding large public gatherings and demonstrations due to unpredictability of these situations.",
- "sw_bound_lat": 16.4571999,
- "sw_bound_lng": 52.0000018,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:26Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Madrid",
- "center_lat": 40.46366700000001,
- "center_lng": -3.74922,
- "country_code": "ES",
- "country_code_3": "ESP",
- "created_at": "2017-10-30T00:58:26Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "2b5bdaef-d4f9-4499-bdea-b92cd3c680df",
- "note": "Medical emergencies",
- "order": 1,
- "typ": 99,
- "val": "061"
}, - {
- "id": "212676d3-d116-4c65-931f-5bf0e5df0400",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Kingdom of Spain is located in southwestern Europe between Portugal and France, with borders on the Mediterranean Sea, the Bay of Biscay, and the North Atlantic Ocean. The population of Spain is approximately 46 million people. While Spanish is the official language, there are recognised regional languages of Aranese, Basque, Catalan, and Galician.\r\n\r\nThe government of Spain is a constitutional monarchy with a king as chief of state and a president as head of government. The monarchy is hereditary. The president is proposed by the monarch and is usually the leader of the majority party or majority coalition.\r\n\r\nSpain was one of the great powers in history. This country left its influence in the many areas and countries that were explored or colonized. In more recent history, Spain has experienced civil war and dictatorships; but with the death of General Franco in 1975, there has been a firmly established parliamentary democracy. Spain is a developed country with a large modern economy and very high living standards.\r\n\r\nSpain is second only to Italy in numbers of UNESCO World Heritage Sites; and worldwide, Spain has the greatest number of World Heritage Cities.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ES/7d3c2e01-e5b5-4276-9fba-d8e2438698a2_list_ES.jpg?v=63680415948",
- "main": "/uploads/countries/ES/7d3c2e01-e5b5-4276-9fba-d8e2438698a2_main_ES.jpg?v=63680415948",
- "original": "/uploads/countries/ES/7d3c2e01-e5b5-4276-9fba-d8e2438698a2_original_ES.jpg?v=63680415948"
}, - "flag_emoji": "🇪🇸",
- "geojson_url": null,
- "id": "7d3c2e01-e5b5-4276-9fba-d8e2438698a2",
- "language": "Spanish",
- "name": "Spain",
- "ne_bound_lat": 43.8504,
- "ne_bound_lng": 4.6362,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "Attacks on the island of Mallorca, such as car bombings and small-scale explosions continue to occur despite increased security. The Basque terrorist group ETA (Euskadi Ta Askatasuna – Basque Homeland and Liberty) has been responsible for many shootings and bombings in Spain over the past 50 years. Spanish institutions, tourist areas, and transportations sites are generally targeted by the group. \r\n",
- "sec_personal": "Most travellers to Spain do not experience any safety or security risks as the country is generally safe, and violent crime is rare. However, petty crime against tourists does occur, especially in major cities and during holidays and festivals.\r\n\r\nTravellers are advised to be wary of people attempting to create distractions, particularly in crowded areas, as pickpockets often work in teams. Some may also pose as police officers and demand to see valuables and documentation. Travellers should ensure their valuables and travel documents, especially passports, are kept hidden and secure at all times.\r\n",
- "sec_pol_unr": "Planned and spontaneous demonstrations occur in Spain frequently, particularly in Madrid and Barcelona. Minimize safety risk by avoiding public and political gatherings and demonstrations since even peaceful protests can unexpectedly escalate and become violent.",
- "sw_bound_lat": 27.4985,
- "sw_bound_lng": -18.2648001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:30Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Ouagadougou",
- "center_lat": 12.238333,
- "center_lng": -1.561593,
- "country_code": "BF",
- "country_code_3": "BFA",
- "created_at": "2017-10-30T00:58:44Z",
- "currency_code": "XOF",
- "currency_name": "West African CFA franc",
- "division_name": "Region",
- "emerg_numbers": [
- {
- "id": "72fd36c2-d1a9-4553-b3b2-f9684597534b",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "17"
}, - {
- "id": "c63484cb-9de0-4c4a-88f4-1da1d9812396",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "18"
}, - {
- "id": "ad313682-39e6-4a4b-bf39-999975af9b75",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "18"
}
], - "facts": "Burkina Faso is located in Western Africa, north of Ghana and also bordering with the countries of Benin, Mali, Niger, Cote d’Ivoire, and Togo. Until 1984, Burkina Faso was known as Upper Volta, named for the three branches of the Volta River that run through the country. The population is approximately 18 million people. The government is a parliamentary republic with a president as chief of state and prime minister as head of government.\r\n\r\nBurkina Faso gained independence from France in 1960. During the 1970s and 80s, the country underwent multiple military coups. The country is one of the poorest in the world, and the economy and people suffer from the droughts and hunger. There are few natural resources.\r\n\r\nTravellers to Burkina Faso can visit the wildlife reserves of Mole, Waza, and Pandjari. At the Nazinga Reserve, there are crocodiles, monkeys, warthogs, antelopes, elephants, and many varieties of birds. Other sites to visit are the Nahouri Peak, and the Voodoo Trail.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BF/a83fac76-73ef-40a4-942a-a279e1a2cf41_list_BF-c3e557b6-f9b8-4982-b12a-130fbcf76930.jpg?v=63680415968",
- "main": "/uploads/countries/BF/a83fac76-73ef-40a4-942a-a279e1a2cf41_main_BF-c3e557b6-f9b8-4982-b12a-130fbcf76930.jpg?v=63680415968",
- "original": "/uploads/countries/BF/a83fac76-73ef-40a4-942a-a279e1a2cf41_original_BF-c3e557b6-f9b8-4982-b12a-130fbcf76930.jpg?v=63680415968"
}, - "flag_emoji": "🇧🇫",
- "geojson_url": null,
- "id": "a83fac76-73ef-40a4-942a-a279e1a2cf41",
- "language": "French; Recognized regional languages are Mòoré, Mandinka, and Bambara",
- "name": "Burkina Faso",
- "ne_bound_lat": 15.0840032,
- "ne_bound_lng": 2.4043598,
- "region_name": "Department",
- "sec_areas": "Many countries advise against all travel to the northern area of Burkina Faso, especially near the Mali and Niger borders. There have been warnings to avoid travel to the towns of Djibo, Dori, as well as all areas north of the road that connects these two cities.",
- "sec_emer_num": "",
- "sec_ext_viol": "There have been reports of armed robberies in Burkina Faso. With respect to terrorist attacks, there has been little risk of bombings or kidnappings. However, due to the armed conflict in Mali, some countries warn their citizens that terrorist groups could cross the border and carry out attacks in Burkina Faso.",
- "sec_personal": "Burkina Faso is considered by some to be one of the safest countries in western Africa, however, many western countries warn their citizens about the risks of crime in this country. Travellers should always be cautious and aware of personal security. Petty crime is common, and travellers should avoid carrying valuables or large amounts of cash. Safeguard important documents, such as passports. Avoid walking alone at night. Street crime occurs around the former Central Market in Ouagadougou and also around the UN Circle.\r\n\r\nRoad travel can be risky. Roads conditions can be rough and vehicles may be in very poor condition.\r\n\r\nThere have been reports of armed robberies of private vehicles and public transportation, especially at night.\r\n\r\nAvoid road travel between towns at night on both main and secondary roads. On the road between Niger and Burkina Faso, there have been reports of banditry and even the use of land mines to rob trucks. If you must travel by road, travel in a convoy if possible.\r\n\r\n",
- "sec_pol_unr": "There have been some demonstrations that have turned violent, although the country is generally politically stable. To minimize safety risk, always avoid any public gatherings or demonstrations.\r\n\r\n",
- "sw_bound_lat": 9.4104719,
- "sw_bound_lng": -5.5157196,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:19Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Charlotte Amalie",
- "center_lat": 18.335765,
- "center_lng": -64.896335,
- "country_code": "VI",
- "country_code_3": "VIR",
- "created_at": "2017-10-30T00:58:33Z",
- "currency_code": "USD",
- "currency_name": "US dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "43a71469-8ad7-4fb0-ab25-65f0f36f5101",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "The US Virgin Islands are located between the North Atlantic Ocean and the Caribbean Sea. The population is approximately 110,000 people.\r\n\r\nThe US Virgin Islands are an organized, unincorporated territory of the United States. The chief of state is the president of the United States and the head of government is a governor elected by popular vote. The citizens of the US Virgin Islands do not vote in the US federal presidential elections, however, they may vote in the presidential primary elections for delegates to the Democratic and Republican party conventions.\r\n\r\nTourism accounts for 80 percent of the GDP and employment. The islands are famous for the white sand beaches, climate, and clear blue water. The island of St. John is known for parkland and beaches, hiking and snorkeling. St. Thomas is the most commercialized island and is a stop for many cruise lines. St. Croix has rainforest, sugar plantations and forts, and scuba diving.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/VI/bf4814b0-81dd-42fe-a379-6d867668144f_list_VI.jpg?v=63680415952",
- "main": "/uploads/countries/VI/bf4814b0-81dd-42fe-a379-6d867668144f_main_VI.jpg?v=63680415952",
- "original": "/uploads/countries/VI/bf4814b0-81dd-42fe-a379-6d867668144f_original_VI.jpg?v=63680415952"
}, - "flag_emoji": "🇻🇮",
- "geojson_url": null,
- "id": "bf4814b0-81dd-42fe-a379-6d867668144f",
- "language": "English",
- "name": "U.S. Virgin Islands",
- "ne_bound_lat": 18.4239,
- "ne_bound_lng": -64.4391,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers to the US Virgin Islands rarely have any serious safety and security problems, although petty crime does occur. Ensure your belongings and valuables are kept safe, do not accept food or drink from strangers, and avoid unpopulated beaches after dark.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 17.5482999,
- "sw_bound_lng": -65.1101,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:32Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Quito",
- "center_lat": -1.831239,
- "center_lng": -78.18340599999999,
- "country_code": "EC",
- "country_code_3": "ECU",
- "created_at": "2017-10-30T00:58:05Z",
- "currency_code": "USD",
- "currency_name": "US dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "b7880bc6-bad8-4695-b9a7-7c16f39b786e",
- "note": "For Guayaquil, Cuenca and Loja for all emergencies",
- "order": 1,
- "typ": 90,
- "val": "112"
}, - {
- "id": "61334309-8ff5-4495-8c53-7b309bcc3dc9",
- "note": "All other areas",
- "order": 4,
- "typ": 92,
- "val": "102"
}, - {
- "id": "a8e5a222-b622-44c3-8b46-d3f17166a062",
- "note": "All other areas",
- "order": 3,
- "typ": 91,
- "val": "102"
}, - {
- "id": "0938ff5f-0318-4348-b185-786d5fb3df38",
- "note": "Local Red Cross",
- "order": 5,
- "typ": 99,
- "val": "131"
}, - {
- "id": "ec81ddf7-2dc3-4e34-b3cf-536ff40667c6",
- "note": "All other areas",
- "order": 2,
- "typ": 90,
- "val": "101"
}, - {
- "id": "31c3c23a-49c6-4b46-be53-d99acdb63796",
- "note": " For Quito and Ibarra for all emergencies. Emergency numbers vary by area and operators tend to speak Spanish only.",
- "order": 0,
- "typ": 90,
- "val": "911"
}, - {
- "id": "f54f86ef-95f5-4dfc-9269-ccacb1680539",
- "note": "Ministry of Tourism for complaints",
- "order": 6,
- "typ": 99,
- "val": "1-800 8874766"
}
], - "facts": "The Republic of Ecuador is located in western South America between Colombia and Peru, and borders the Pacific Ocean at the Equator. The Galapagos Islands in the Pacific Ocean are also part of Ecuador, about 1000 kilometres west of the mainland. Ecuador's population is about 15 million.\r\n\r\nThe government of Ecuador is a republic with a president as chief of state and head of government.\r\n\r\nEcuador is known for incredible diversity with Amazon rainforest, the Andes Mountains, volcanos, cloud forests, and the Pacific coastline. Ecuador was the first country to include legislation in its constitution to protect the ecology. The Galapagos Islands are a UNESCO World Heritage Site.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/EC/d84cde55-8367-48fc-b98f-43491e53b6e2_list_EC.jpg?v=63680415932",
- "main": "/uploads/countries/EC/d84cde55-8367-48fc-b98f-43491e53b6e2_main_EC.jpg?v=63680415932",
- "original": "/uploads/countries/EC/d84cde55-8367-48fc-b98f-43491e53b6e2_original_EC.jpg?v=63680415932"
}, - "flag_emoji": "🇪🇨",
- "geojson_url": null,
- "id": "d84cde55-8367-48fc-b98f-43491e53b6e2",
- "language": "Spanish. Some Amerindian languages also spoken.",
- "name": "Ecuador",
- "ne_bound_lat": 2.2955,
- "ne_bound_lng": -75.188794,
- "region_name": "municipality",
- "sec_areas": "Travellers to Ecuador should avoid travel to the Colombian border and to the town of San Lorenzo due to the risk of violence from organized crime, drug trafficking, demonstrations, kidnapping, armed assaults, and extortion.\r\n\r\nTravellers should also avoid travel to areas south of Cuenca, including the provinces of El Oro, Morona-Santiago, and Zamora-Chinchipe due to the prevalence of unmarked landmines.\r\n\r\nParticularly dangerous areas for robberies and armed assault include: transportation hubs in urban areas, especially Guayaquil, Quito, Manta, and Cuenca; the Pinchincha volcano, outside the limits of the Teleferico and its pathways; and the hiking trail up Cerro Mandango near Vilcabamba, Loja. \r\n\r\nAvoid travelling in Provinces of Carchi, Orellana, and Sucumbios where safety and security is tenuous. \r\n\r\nIn Quito, particularly dangerous areas include El Panecillo, Carolina Park, Guapulo, Old Quito, South Quito, and Mariscal Sucre.\r\n\r\nIn Guayaquil, dangerous areas include the downtown area, the waterfront (El Malecón), the market area, and the Christ Statue (Sagrado Corazón de Jesús) on Cerro del Carmen. Kidnappings are a risk in Guayaquil.\r\n",
- "sec_emer_num": "Quito has a Tourist Police Unit with branches in the north and old town of the city.\r\n\r\nThe Ministry of Tourism also has a tourist service complaints management system e-mail: denuncias@turismo.gob.ec",
- "sec_ext_viol": "",
- "sec_personal": "Petty crime and violent crime are common in urban areas, especially busy transportation hubs. Criminals sometimes target stopped cars in traffic for carjackings. Be aware of your surroundings at all times, keep valuables out of sight, and avoid showing signs of affluence, such as expensive clothes or jewellery. Ensure your travel documents are secured at all times, and carry photocopies of your identification documents with you. Avoid carrying large sums of money. Avoid walking on deserted beaches. Only use reputable radio taxi companies, as taxi drivers have been involved in kidnappings.\r\n\r\nTravellers should be wary when their credit cards are being handled by others during payment, particularly in restaurants and bars, as credit card fraud is increasing in Ecuador. Ensure that the automatic banking machine you use has not been modified by criminals.\r\n\r\nTravellers, particularly women, should avoid walking alone and walking at night. Sexual assaults against female tourists have been reported throughout the country. Travel in groups and be aware of your surroundings at all times. Never accept food or drink from strangers or new acquaintances and do not leave your food or drink unattended.\r\n",
- "sec_pol_unr": "Always avoid demonstrations as they can become violent without warning. In Ecuador, foreigners are prohibited from participating in demonstrations and can be arrested for doing so.\r\n",
- "sw_bound_lat": -5.0143511,
- "sw_bound_lng": -92.60379999999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:15Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "N’Djamena",
- "center_lat": 15.454166,
- "center_lng": 18.732207,
- "country_code": "TD",
- "country_code_3": "TCD",
- "created_at": "2017-10-30T00:58:47Z",
- "currency_code": "XAF",
- "currency_name": "Central African CFA franc ",
- "division_name": "Region",
- "emerg_numbers": [ ],
- "facts": "The Republic of Chad is located in central Africa bordering Libya, Central African Republic, Sudan, Nigeria, Niger, and Cameroon. The northern two-thirds of Chad is in the Sahara Desert. The government is a republic with a president as chief of state and a prime minister as head of government. The population is about 11.4 million people.\r\n\r\nChad has a rich culture with a diverse population, diverse religions, and about 200 ethnic groups. However, ethnic and regional conflict has prevented this country from thriving. Since gaining independence from France in 1960, there has been political instability, conflict between government and rebels groups, and ethnic tension.\r\n\r\nThe country is rich in natural resources, such as gold, uranium and oil and has recently acquired status as an oil-exporting country. However, Chad remains a poor country with little infrastructure. Chad has been rated as the world’s most corrupt country.\r\n\r\nTourism has yet to be developed in Chad. At this time, there is a lack of infrastructure for travellers, including very few paved roads, and travel is not safe in this country.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/TD/9f4acd8f-0f03-49da-8611-aa7fadf14382_list_TD-7a6d9a30-148f-4aff-a122-0e816f7fa137.jpg?v=63680415972",
- "main": "/uploads/countries/TD/9f4acd8f-0f03-49da-8611-aa7fadf14382_main_TD-7a6d9a30-148f-4aff-a122-0e816f7fa137.jpg?v=63680415972",
- "original": "/uploads/countries/TD/9f4acd8f-0f03-49da-8611-aa7fadf14382_original_TD-7a6d9a30-148f-4aff-a122-0e816f7fa137.jpg?v=63680415972"
}, - "flag_emoji": "🇹🇩",
- "geojson_url": null,
- "id": "9f4acd8f-0f03-49da-8611-aa7fadf14382",
- "language": "Arabic; French",
- "name": "Chad",
- "ne_bound_lat": 23.449228,
- "ne_bound_lng": 24.0000011,
- "region_name": "Department",
- "sec_areas": "",
- "sec_emer_num": "There is no emergency number for Chad, and at the time of writing, there are no emergency services.\r\n\r\n",
- "sec_ext_viol": "Violent crime does occur in Chad. Terrorism is a threat in this region of Africa in retaliation for the French military intervention in Mali.\r\n\r\n",
- "sec_personal": "Some countries advise citizens to avoid all travel to Chad due to lawlessness, threat of kidnapping, other serious crime and terrorism. Many countries advise only essential travel to the capital, N’Djamena.\r\n\r\nPetty crime, such as purse snatching, pickpocketing and theft occurs in Chad. Pay close attention to your personal security. Keep all valuables secured and out of sight. Theft from hotel rooms does occur. Do not walk after dark. Violent crime does occur, including murder, robbery, kidnapping, carjacking, etc.\r\n\r\nKeep vehicle doors locked and windows up when driving. Road conditions are poor and only main roads are paved. Drivers may not follow rules of the road. Vehicles may be poorly maintained, and may not have headlights. Be sure to carry any needed supplies, including water and fuel. Armed robbery can occur on roads.\r\n\r\nTravel to all border areas is considered dangerous due to the activities of armed groups, areas with land mines, the high risk of crime and violence.\r\n\r\n",
- "sec_pol_unr": "Demonstrations and protests do occur in Chad. Avoid all public gatherings and demonstrations, as the situation can turn violent without warning.\r\n\r\n",
- "sw_bound_lat": 7.442975,
- "sw_bound_lng": 13.4699999,
- "travel_status": 2,
- "updated_at": "2019-09-19T15:19:37Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Havana",
- "center_lat": 21.521757,
- "center_lng": -77.781167,
- "country_code": "CU",
- "country_code_3": "CUB",
- "created_at": "2017-10-30T00:58:04Z",
- "currency_code": "CUP and CUC",
- "currency_name": "National peso and Convertible peso",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "324d8b12-36c9-444f-8b96-5ae859050127",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "105"
}, - {
- "id": "8e8fa0a2-0119-46be-9843-876b7bfeee38",
- "note": "Servimed - a Cuban for-profit health system for foreigners; includes medical tourism",
- "order": 2,
- "typ": 99,
- "val": "07- 24-01-41"
}, - {
- "id": "0084926c-b362-480b-a2cb-2f71b6a6b398",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "106"
}
], - "facts": "The Republic of Cuba is a country located in the Caribbean, the largest island of the West Indies. Cuba, Jamaica, Hispaniola, and Puerto Rico make up the Greater Antilles archipelago. The population is approximately 11 million people.\r\n\r\nThe Government of Cuba is a totalitarian communist state. The current government came to power in 1959 when the lawyer, Fidel Castro, led a socialist revolution against the oppressive dictatorial regime of Fulgencio Batista. Batista fled the country on January 1, 1959, and Castro became the leader. In 2008 Castro stepped down, and his brother, Raul Castro, assumed the presidency.\r\n\r\nWhen relations with the United States soured, Cuba began to receive aid from the Soviet Union. With the collapse of the USSR in 1991, the economy greatly suffered from the loss of the significant financial support that Cuba had received from the USSR. In recent years, tourism has brought some economic relief.\r\n\r\nTourists to Cuba enjoy beautiful beaches, tour Old Havana, walk along the Malecon, visit museums, such as the Museum of the Revolution, and enjoy the music that is pervasive throughout the country.\r\n\r\n**Note** : The government of the United States does not allow its citizens to travel to Cuba, however, recently the US has liberalized its policies regarding travel to Cuba for certain types of travel. US travellers may wish to consult with the United States Department of State regarding travel policies.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CU/9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec_list_CU.jpg?v=63680415930",
- "main": "/uploads/countries/CU/9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec_main_CU.jpg?v=63680415930",
- "original": "/uploads/countries/CU/9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec_original_CU.jpg?v=63680415930"
}, - "flag_emoji": "🇨🇺",
- "geojson_url": null,
- "id": "9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec",
- "language": "Spanish",
- "name": "Cuba",
- "ne_bound_lat": 23.3776001,
- "ne_bound_lng": -73.9545,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers rarely experience safety and security problems in Cuba, however, always remain alert and aware of your personal surroundings.\r\n\r\nPetty crime, such as theft, pick-pocketing, and purse-snatching, is now more common in Cuba than in previous times. Avoid showing any signs of affluence such as expensive clothing. Ensure personal belongings, valuables, and travel documents are kept secure at all times. Reports indicate that theft from luggage at the airport and theft from hotel rooms and casa particulares does occur. Violent crime is rare but can occur. \r\n\r\nIf you are involved in a driving accident in which someone is killed, notify your embassy immediately. You can be detained until a completed investigation which can take months. If found at fault, the penalty can be two years in jail in Cuba.",
- "sec_pol_unr": "In Cuba there is a strong police presence and level of social control. There are restrictions on public gatherings and demonstrations, as well as freedom of speech. Avoid large public gatherings or protests since these gatherings may not be approved by the government and police may move to break up a crowd.",
- "sw_bound_lat": 19.6529001,
- "sw_bound_lng": -85.1715001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:32Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Brazzaville",
- "center_lat": -0.228021,
- "center_lng": 15.827659,
- "country_code": "CG",
- "country_code_3": "COG",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "XAF",
- "currency_name": "Central African CFA franc",
- "division_name": "Department",
- "emerg_numbers": [
- {
- "id": "2b036264-ca64-4fa1-912b-2708f165c7f2",
- "note": "See note below",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of the Congo is located in Africa with a coastline on the South Atlantic Ocean and sharing borders with Angola, Gabon, Cameroon, Democratic Republic of the Congo and Central African Republic. The population is about 4.6 million people. The government is a republic with a president as chief of state and head of government. The current president was reelected in March 2002 with a large majority of the vote. However, all opponents either withdrew from the election or were barred from the country. In 2009, the president was elected to a 7-year term, and this time, the opposition boycotted the election.\r\n\r\nThis country, sometimes referred to as Congo-Brazzaville, gained independence from France in 1960. Although the Republic of Congo has been a main producer of oil, little of the wealth has reached the people, and about 70 percent of the population remains in poverty.\r\n\r\nThe country has been beleaguered by civil wars and conflicts. However, since about 2002, the Congo has been relatively stable economically and politically.\r\n\r\nLack of tourism infrastructure and a six-year civil conflict (1993-1999) has discouraged development of the tourist industry. The Congo is known for having about 80 percent of the world’s population of gorillas and wild chimpanzees. Travellers can also visit the Odzala National Park, Lefini Reserve, Lesio Louna Gorilla Reserve, and the Douli National Park where one can see fish that glow and photokinetic plants and insects.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CG/ea26e575-ecc2-4c6b-bd86-b3207a555596_list_CG-4a5d7417-a4c6-432d-ac8b-3b58901e4922.jpg?v=63680415978",
- "main": "/uploads/countries/CG/ea26e575-ecc2-4c6b-bd86-b3207a555596_main_CG-4a5d7417-a4c6-432d-ac8b-3b58901e4922.jpg?v=63680415978",
- "original": "/uploads/countries/CG/ea26e575-ecc2-4c6b-bd86-b3207a555596_original_CG-4a5d7417-a4c6-432d-ac8b-3b58901e4922.jpg?v=63680415978"
}, - "flag_emoji": "🇨🇬",
- "geojson_url": null,
- "id": "ea26e575-ecc2-4c6b-bd86-b3207a555596",
- "language": "French - Widely spoken are Lingala, Kikongo and Kituba",
- "name": "Republic of the Congo - Brazzaville",
- "ne_bound_lat": 3.707791,
- "ne_bound_lng": 18.643611,
- "region_name": "Commune",
- "sec_areas": "Avoid travel to the Pool region due to armed bandits and activities of rebels. Armed groups left over from the civil war, known as Ninjas, still operate in the southern Pool area, and war-related crime is a risk, including murder and rape of civilians.\r\n\r\nRoad travel in the Pool area requires a permit from the Congolese army.\r\n\r\nAvoid travelling around the country at night.\r\n\r\n",
- "sec_emer_num": "Emergency services are non-existent in this country, except for Brazzaville and Pointe-Noire where services are extremely limited. Response time to emergency calls can take 45 minutes or longer.",
- "sec_ext_viol": "",
- "sec_personal": "Crime levels are low in Brazzaville and Pointe Noire. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur anywhere. Always be alert to your surroundings and personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not carry large amounts of cash. Your risk of being targeted increases in rural areas.\r\n\r\nIn some areas, road travel can be difficult due to poor condition of roads. Vehicles may be in poor repair. Drivers may not adhere to rules of the road. There have been reports of roadblocks for the purpose of collecting bribes.\r\n\r\n",
- "sec_pol_unr": "Always avoid any public gathering or protest since even peaceful demonstrations can quickly escalate into violence.\r\n\r\n",
- "sw_bound_lat": -5.0964,
- "sw_bound_lng": 11.1182001,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:19:38Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Papeete",
- "center_lat": -17.679742,
- "center_lng": -149.406843,
- "country_code": "PF",
- "country_code_3": "PYF",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "XPF",
- "currency_name": "CFP franc",
- "division_name": "Commune",
- "emerg_numbers": [
- {
- "id": "87346dc3-3386-4e1f-9bca-e251ec85811d",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "15"
}, - {
- "id": "028cdc19-9be0-40f3-b6c8-59a29171062d",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "18"
}, - {
- "id": "bb66cd97-5ee7-4a79-9bae-daa67f389ce1",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "17"
}
], - "facts": "The Overseas Lands of French Polynesia are located in the Pacific Ocean between Australia and South America. It is a group of five archipelagoes, with Tahiti being the most well-known island. The population is about 280,000 people. As a French overseas territory, the French president is chief of state and is represented by a high commissioner. A president of French Polynesia is head of government.\r\n\r\nThe French annexed various Polynesian islands during the 19th century and later formed the French colony of Oceania. In 1946, the islands became a French overseas territory, and subsequently, the country has moved toward obtaining autonomy. In 2004, French Polynesia acquired the status of “overseas country,” and today eventual independence is important on the political agenda.\r\n\r\nFrance conducted atomic testing on the atolls between 1966 and 1996. In 1995, the nuclear testing resulted in violent protests in Papeete and widespread international demonstrations. The nuclear test site was dismantled in 1998.\r\n\r\nTourism is well developed in French Polynesia. The islands offer volcanic mountains, beaches and lagoons, sailing, snorkeling and diving. Tahiti and Bora Bora are well known destinations.",
- "flag": {
- "list": "/uploads/countries/PF/ad9f7ac6-a17f-48fa-a209-46de5086233c_list_PF-89a8f654-0ee4-400a-a751-419f7db39934.jpg?v=63680415984",
- "main": "/uploads/countries/PF/ad9f7ac6-a17f-48fa-a209-46de5086233c_main_PF-89a8f654-0ee4-400a-a751-419f7db39934.jpg?v=63680415984",
- "original": "/uploads/countries/PF/ad9f7ac6-a17f-48fa-a209-46de5086233c_original_PF-89a8f654-0ee4-400a-a751-419f7db39934.jpg?v=63680415984"
}, - "flag_emoji": "🇵🇫",
- "geojson_url": null,
- "id": "ad9f7ac6-a17f-48fa-a209-46de5086233c",
- "language": "French; Polynesian",
- "name": "French Polynesia",
- "ne_bound_lat": -6.4682,
- "ne_bound_lng": -134.0551932,
- "region_name": "Subdivision",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in French Polynesia, and most travellers have no trouble. However, petty crime, such as pickpocketing or other theft, can occur. With respect to your personal safety, be cautious and always be aware of your surroundings, especially at night. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.",
- "sec_pol_unr": "",
- "sw_bound_lat": -28.61346,
- "sw_bound_lng": -155.125483,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tehran",
- "center_lat": 32.427908,
- "center_lng": 53.688046,
- "country_code": "IR",
- "country_code_3": "IRN",
- "created_at": "2017-10-30T00:58:43Z",
- "currency_code": "IRR",
- "currency_name": "Rial",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "68c9505c-3919-49c5-b04e-2dd4440a702b",
- "note": "From mobile phones",
- "order": 1,
- "typ": 90,
- "val": "112"
}, - {
- "id": "a62caa68-f287-4d8a-af0f-b217766929cb",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "125"
}, - {
- "id": "73089276-e376-43f9-9a46-be84acec8b31",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "115"
}, - {
- "id": "392b6f17-e8cf-4a4b-a8d2-2d1e08b7c470",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "110"
}
], - "facts": "The Islamic Republic of Iran is located in the Middle East between Iraq and Pakistan with borders on the Caspian Sea, Gulf of Oman, and the Persian Gulf. The population is estimated to be about 79.8 million people. Known as Persia until 1935, Iran has a history that goes back several thousand years.\r\n\r\nDuring the 1960s, the ruling shah instituted many social and economic reforms. Many Muslims felt the reforms brought a western focus and violated religious law. In 1979, the monarchy was overthrown and the country became an Islamic republic. Conservative and fundamental Islamic principles were instituted and a theocratic republic was established led by clerics. The government has a supreme leader as chief of state and a president as head of government.\r\n\r\nIn 2011, Iran received about 3 million tourists (and this number is expected to grow with relaxed visa rules). Iran is home to many ancient archaeological and architectural attractions and has 16 UNESCO World Heritage Sites. Some of these sites include the Persian Garden, Persepolis, and Tabriz Historic Bazaar Complex. Travellers can enjoy visiting ancient cities and tombs, palaces, and museums.",
- "flag": {
- "list": "/uploads/countries/IR/1203e605-0fe2-4d70-894d-42c783c5bb2c_list_IR.jpg?v=63680415966",
- "main": "/uploads/countries/IR/1203e605-0fe2-4d70-894d-42c783c5bb2c_main_IR.jpg?v=63680415966",
- "original": "/uploads/countries/IR/1203e605-0fe2-4d70-894d-42c783c5bb2c_original_IR.jpg?v=63680415966"
}, - "flag_emoji": "🇮🇷",
- "geojson_url": null,
- "id": "1203e605-0fe2-4d70-894d-42c783c5bb2c",
- "language": "Persian (fārsi)",
- "name": "Iran",
- "ne_bound_lat": 39.782056,
- "ne_bound_lng": 63.3333366,
- "region_name": "counties",
- "sec_areas": "Avoid all travel to areas within 100 kilometers of the length of the border with Afghanistan. Avoid all travel to the province of Sistan-Baluchistan. Avoid all travel to the area east of the line running from Bam to Jask, including Bam. Avoid all travel to the towns of Zahedan, Zabol and Mirjaveh. These areas are known for drug trafficking from Afghanistan and Pakistan.\r\n\r\nAvoid travel to areas within 10 kilometers of the length of the border with Iraq, particularly Kurdistan, West Azerbaijan and Ilam provinces and Khorramshahr in Khuzestan province, due to a dangerous security situation. Reports indicate violent clashes in these areas, as well as armed conflict between Kurdish militants and Iranian forces.",
- "sec_emer_num": "",
- "sec_ext_viol": "Political violence occurs throughout Iran. There is an ongoing threat of terrorist attack against Western interests in Iran. Other targets for bombings are military parades, religious sites or processions, and government buildings.\r\n\r\n",
- "sec_personal": "Iran has a low crime rate, but petty crime does occur. Men on motorcycles have snatched bags out of open car windows or from people on the street. Stay alert in your surroundings at all times. Fake policemen pretending to check identification or pretending to conduct searches for counterfeit money have robbed tourists.\r\n\r\nTravel advisories and personal safety can depend on your country’s political relations with Iran. Travellers should check with their own country’s recommendations prior to travelling to Iran.\r\n\r\nThere have been reports of Western travellers being arbitrarily detained and questioned. Your country may be limited in the consular services it can offer if you have trouble.\r\n\r\nIran does not recognize dual citizenship. If you are detailed or jailed and are a dual citizen, you will be treated as an Iranian citizen. You are at risk of arrest and prosecution if you converted from Muslim to another religion or if you encourage Muslims to convert.\r\n\r\nAvoid hailing taxis on the street, but rather ask a hotel to book a taxi.\r\n\r\nTraffic accidents with fatalities are very common. Travellers should be very cautious with overland travel. You may encounter roadblocks with inexperienced personal. Always have your identification and documents available and avoid confrontations.\r\n\r\n",
- "sec_pol_unr": "Anti-Western sentiment and domestic unrest may lead to political demonstrations. Travellers should avoid all public and political gatherings, especially after Friday prayers, since the situation can become violent.\r\n\r\n",
- "sw_bound_lat": 24.8066999,
- "sw_bound_lng": 44.0326949,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:16:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "London",
- "center_lat": 55.378051,
- "center_lng": -3.435973,
- "country_code": "GB",
- "country_code_3": "GBR",
- "created_at": "2017-10-30T00:58:36Z",
- "currency_code": "GBP",
- "currency_name": "Pound sterling",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "8af19c58-e461-494b-97aa-081ba558dc1c",
- "note": "For Gibraltar",
- "order": 1,
- "typ": 98,
- "val": "112"
}, - {
- "id": "82d5954e-e472-4677-9796-dd8553f9b92e",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The United Kingdom of Great Britain and Northern Ireland (UK) is located off the northwestern coast of Europe, northwest of France, and is surrounded by the Atlantic Ocean, the North Sea, the Irish Sea, and the English Channel. The UK is made up of England, Wales, Scotland, Northern Ireland, and many smaller islands. The population is approximately 63 million people. Although the official language is English, other regional languages are recognised including Scots, Scottish Gaelic, Welsh, Irish, and Cornish.\r\n\r\nThe government is a constitutional monarchy and a parliamentary democracy. The chief of state is Queen Elizabeth II, and the monarchy is hereditary. The head of government is a prime minister.\r\n\r\nThe UK was the world's first industrialized nation. During the 19th century, the British empire was at its peak and would have covered about one-fourth of the world. Two world wars and the withdrawal of the Irish Republic diminished the country's strength and helped bring about the end of the empire. After World War II, Britain had to recover and redefine its role in the world. Today the UK has the world's sixth largest economy with significant political, economic, and military power, and widespread cultural influence.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GB/8ada025e-eeba-46ab-b2fd-c80eb053aff5_list_GB.jpg?v=63680415954",
- "main": "/uploads/countries/GB/8ada025e-eeba-46ab-b2fd-c80eb053aff5_main_GB.jpg?v=63680415954",
- "original": "/uploads/countries/GB/8ada025e-eeba-46ab-b2fd-c80eb053aff5_original_GB.jpg?v=63680415954"
}, - "flag_emoji": "🇬🇧",
- "geojson_url": null,
- "id": "8ada025e-eeba-46ab-b2fd-c80eb053aff5",
- "language": "English",
- "name": "United Kingdom",
- "ne_bound_lat": 60.91569999999999,
- "ne_bound_lng": 33.9165549,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most visitors to the United Kingdom do not experience problems. There are no serious security or safety concerns, however, maintain an appropriate level of personal safety awareness at all times. Petty crime does occur, especially in tourist areas. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 34.5614,
- "sw_bound_lng": -8.8988999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:54Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Belmopan",
- "center_lat": 17.189877,
- "center_lng": -88.49765,
- "country_code": "BZ",
- "country_code_3": "BLZ",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "BZD",
- "currency_name": "Belize dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "9fb5488a-f4d8-4f2c-afd9-0e9b3ab82c3b",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Belize (formerly British Honduras) is located in Central America between Mexico, Guatemala and the Caribbean Sea. It has a diverse population composed of many cultures. With only 8,867 square miles of territory and an estimated population of 320,000 people, Belize has the lowest population density in Central America. Belize, the only country in Central America with a British colonial history, gained independence in 1981.\r\n\r\nThe government of Belize is a parliamentary democracy and constitutional monarchy. The head of government is a prime minister.\r\n\r\nTourism is the backbone of the economy. Annually Belize attracts more than 850,000 visitors and is a popular cruise stop. UNESCO has designated the Belize Barrier Reef System as a World Heritage Site, the reef being second in size to Australia's Great Barrier Reef. The country has unique ecosystems, national parks, wildlife sanctuaries, and Mayan sites.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BZ/13aa1f8a-9b8d-4a8e-ba57-abc5bf631366_list_BZ.jpg?v=63680415922",
- "main": "/uploads/countries/BZ/13aa1f8a-9b8d-4a8e-ba57-abc5bf631366_main_BZ.jpg?v=63680415922",
- "original": "/uploads/countries/BZ/13aa1f8a-9b8d-4a8e-ba57-abc5bf631366_original_BZ.jpg?v=63680415922"
}, - "flag_emoji": "🇧🇿",
- "geojson_url": null,
- "id": "13aa1f8a-9b8d-4a8e-ba57-abc5bf631366",
- "language": "English. Spanish and other local languages are also spoken.",
- "name": "Belize",
- "ne_bound_lat": 18.4959419,
- "ne_bound_lng": -87.41269989999999,
- "region_name": "municipality",
- "sec_areas": "Avoid the George Street and Kraal Road areas of Belize City. These areas are particularly dangerous due to gang violence and gun crime.\r\n\r\nArmed robberies sometimes occur near the western border with Guatemala, including in and around Caracol. Travel to areas near the border and across the border should be done during daylight hours only. Use only official border crossings.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers have no trouble in Belize. However, there have been reports of both petty and violent crime that involved tourists. Travellers should be alert to surroundings and personal security. To minimize risk, keep valuables out of sight and avoid showing signs of affluence, such as expensive jewelry or watches. Travel in groups and avoid isolated areas or dark streets. Use taxis rather than walking at night, and never walk alone in the dark. Never accept food, drinks or transportation from strangers.",
- "sec_pol_unr": "Demonstrations sometimes occur in Belize. Sitata reminds travellers to minimize risk by avoiding large public gatherings and demonstrations due to unpredictability of these situations.",
- "sw_bound_lat": 15.8856189,
- "sw_bound_lng": -89.22758789999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:24Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Maputo",
- "center_lat": -18.665695,
- "center_lng": 35.529562,
- "country_code": "MZ",
- "country_code_3": "MOZ",
- "created_at": "2017-10-30T00:58:41Z",
- "currency_code": "MZN",
- "currency_name": "Mozambican metical",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "3eff3e31-f5bf-4bfa-b0a1-a455d1013fe5",
- "note": "Medical emergency number - English and Portuguese spoken",
- "order": 0,
- "typ": 99,
- "val": "+ 258 82 012 3455 "
}
], - "facts": "The Republic of Mozambique is in southeastern Africa bordering South Africa, Tanzania, Malawi, Zambia, Zimbabwe, and Swaziland and with coastline on the Mozambique Channel of the Indian Ocean. The population is about 24 million people. Although Portuguese is the official language, Swahili, Makhuwa, and Sena are commonly spoken regional languages. The government is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nMozambique was a Portuguese colony for almost 500 years. Independence was achieved in 1975, but the country suffered years of political and economic instability due to famine, civil war, and corruption. After 1975, the country began to emerge as one of the fastest growing economies, especially with the natural resources of oil and gas, coal and titanium.\r\n\r\nMozambique has excellent tourism opportunities, however, the tourism sector of the economy is small for many reasons. There are limited hotel accommodations. Air travel to and from Mozambique is limited and fares are expensive. Visa regulations present difficulties. There is a need for tour operators and for funding to promote tourism in Mozambique.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/MZ/c31f3c3f-40c4-44d1-95d7-c10bb8454945_list_MZ.jpg?v=63680415965",
- "main": "/uploads/countries/MZ/c31f3c3f-40c4-44d1-95d7-c10bb8454945_main_MZ.jpg?v=63680415965",
- "original": "/uploads/countries/MZ/c31f3c3f-40c4-44d1-95d7-c10bb8454945_original_MZ.jpg?v=63680415965"
}, - "flag_emoji": "🇲🇿",
- "geojson_url": null,
- "id": "c31f3c3f-40c4-44d1-95d7-c10bb8454945",
- "language": "Portuguese",
- "name": "Mozambique",
- "ne_bound_lat": -10.3128929,
- "ne_bound_lng": 41.3965,
- "region_name": "districts",
- "sec_areas": "Exercise caution if travelling to the Sofala Province. Armed clashes occurred in this province until a peace accord was signed in September 2014. Banditry and political tensions are still a problem in remote areas around the Gorongosa hills, as well as in Muxungue, Chibabava, Meringue, Macoss and Canxixi.\r\n\r\nIn the southern and central provinces (Gaza, Inhambane, Manica, Tete, Sofala), mines still exist in some areas away from main roads. Stay on well-travelled roads, or always get advice from authorities before travelling in off-road areas. Minefields existed in the northern provinces of Nampula, Zambezia, Niassa, and Cabo Delgao, but all “known” minefields in these areas have been cleared.\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Mozambique is considered a generally safe country to visit compared to other countries in the region, and most visitors do not experience any trouble. However, certain precautions should be followed to minimize safety risk.\r\n\r\nPetty street crime, such as pickpocketing or robbery, does occur, and tourists or those who appear better off could be targeted. The risk is greater after dark. Avoid walking after dark even in tourist areas. Travellers should keep cash and valuables out of sight, and avoid carrying large amounts of cash. Petty crime is most common in Maputo, but is also increasing in tourist areas. There have been reports of restaurants being robbed after dark.\r\n\r\nAvoid walking on Maputo’s Avenida Marginal between the Waterfront Restaurant and the Southern Sun Hotel (formerly the Holiday Inn) due to an increase in violent crime in this area.\r\n\r\nThere have been some reports of carjackings, and travel at night can be dangerous. There are reports that car-jackers wear military style clothing and stop cars in deserts or isolated areas. Travellers should keep doors locked and windows up as a precaution.\r\n\r\nSince 2012, the business community has been targeted in a number of kidnappings in the Maputo area.\r\n\r\nThere is no security on beaches or offshore islands.\r\n\r\nBe cautious at ATMs and avoid withdrawing cash at night.\r\n\r\nDo not pick up hitchhikers or pedestrians or other motorists who appear to have trouble. This can be a tactic for robbery. If you believe someone is in trouble, notify the police on their behalf. Outside of Maputo and major cities, only travel by road during daytime hours and if possible, only travel in a convoy and on main roadways.\r\n\r\nThere have been reports of serious assault and robberies at two coastal resorts in the Inhambane province. Isolated beaches and picnic spots should be avoided.\r\n\r\n",
- "sec_pol_unr": "Minimize safety risk by avoiding public and political gatherings and demonstrations. Even peaceful protests can quickly and unexpectedly escalate. It is illegal in some countries for foreigners to participate in protests or demonstrations.",
- "sw_bound_lat": -26.9612,
- "sw_bound_lng": 30.2155501,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:56Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Amman",
- "center_lat": 30.585164,
- "center_lng": 36.238414,
- "country_code": "JO",
- "country_code_3": "JOR",
- "created_at": "2017-10-30T00:58:43Z",
- "currency_code": "JOD",
- "currency_name": "Jordanian dinar",
- "division_name": "governorates",
- "emerg_numbers": [
- {
- "id": "6da2314d-56d3-4b29-8031-596242b27fec",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "199"
}, - {
- "id": "7f8cd4aa-bf17-48c0-bcdf-b36d8cb1d3bd",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "191"
}, - {
- "id": "2dd55547-1844-4291-b5dc-307865af2ad1",
- "note": "For some areas of Amman",
- "order": 1,
- "typ": 98,
- "val": "911"
}
], - "facts": "The Hashemite Kingdom ofJordan is located in the Middle East, northwest of Saudi Arabia, between Israel and Iraq. The population is about 6.4 million people. The government is a constitutional monarchy with a king as chief of state and a prime minister as head of government.\r\n\r\nJordan gained independence from Britain in 1946. King Hussein was in power from 1953 to 1999. He was very successful at balancing pressures from Arab states, Israel, Palestinians, and major powers, and therefore, Jordan has played a major role in Middle Eastern affairs. Although Western culture influences the lives of many Jordanians, traditional Islamic beliefs and values are an integral part of the country's customs, laws, and practices. Sunni Muslims make up about 92 percent of the population.\r\n\r\nTourism is an important sector of Jordan’s economy with over 8 million visitors in 2010. Tourism has suffered recently, however, due to the political instability in the region. Visitors can experience Jordan’s modern cities and also visit ancient sites of biblical history, Roman ruins, and Petra, to name a few.",
- "flag": {
- "list": "/uploads/countries/JO/aca15c54-49c4-425d-be02-70d8de4a95bc_list_JO.jpg?v=63680415966",
- "main": "/uploads/countries/JO/aca15c54-49c4-425d-be02-70d8de4a95bc_main_JO.jpg?v=63680415966",
- "original": "/uploads/countries/JO/aca15c54-49c4-425d-be02-70d8de4a95bc_original_JO.jpg?v=63680415966"
}, - "flag_emoji": "🇯🇴",
- "geojson_url": null,
- "id": "aca15c54-49c4-425d-be02-70d8de4a95bc",
- "language": "Arabic",
- "name": "Jordan",
- "ne_bound_lat": 33.3746878,
- "ne_bound_lng": 39.301154,
- "region_name": "nahias",
- "sec_areas": "Many countries advise their citizens to avoid travel to the Za’atri refugee camp due to unpredictable security, including for humanitarian workers. Exercise a high degree of caution around refugee camps. Exercise caution at the borders with Israel and Iraq, especially if using service taxis. Also, these borders may close on short notice. Use extreme caution if travelling close to the Syrian border, particularly north of the Route 10 road from Mafraq to the Iraqi border at the Al Karamah crossing. Exercise a high level of caution when travelling along highway 10 east from the intersection with highway 5. In June 2013, violence resulted in one death in this area. Some countries warn against any travel near the Syrian border due to armed conflict.\r\n\r\nDemonstrations are likely to occur, especially after Friday mid-day prayers, in the following areas: near key government and diplomatic buildings, major intersections, mosques, downtown Amman, Irbid, Zarqa, Mafraq, Madaba, Karak, Tafileh, Ma’an, Ajloun and on the major highways connecting these towns. Because of violence and protests in Ma’an, the Desert Highway has been closed.\r\n\r\nThere is a risk of landmines and unexploded munitions near military installations and borders, including the Dead Sea area. Minefields are usually fenced and marked but could be difficult to see.\r\n\r\nThere have been cases where passengers travelling into Iraq have been handed over to kidnappers once over the Iraqi border.\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "There is a general terrorist threat throughout Jordan. Locations that could be targeted are government and diplomatic buildings, tourist sites and Western interests. Security measures are currently in place and can be suddenly reinforced. Exercise caution in areas known to be frequented by foreigners.\r\n\r\n",
- "sec_personal": "Most tourists visit Jordan without incident, however, petty crime, such as pickpocketing or purse snatching, does occur. To minimize the risk of being targeted for theft, avoid wearing or displaying expensive jewellery or clothing, and keep cash and valuables out of sight.\r\n\r\nWomen have reported sexual harassment and assaults. Women should dress conservatively in this country. When using taxis, women should sit in the back seat, travel in groups, and travel in daylight.\r\n\r\nUse taxis that have been recommended by your hotel. Do not hitchhike.\r\n\r\nKeep official identification documents with you for random police security checks.\r\n\r\nIf driving, be aware that speed limits are strictly enforced. If you hit a pedestrian, you are automatically guilty and could face imprisonment.\r\n\r\nBe aware of personal security and your surroundings as you plan travel activities.\r\n\r\nWesterners can be targeted at tourist attractions throughout Jordan and other locations, such as places frequented by expatriates, Western businesses, markets, etc.",
- "sec_pol_unr": "Since early 2011, demonstrations have occurred in many parts of Jordan on Fridays after mid-day prayers and sometimes on other days of the week. Protests may occur in response to events in Gaza and the West Bank. Violent clashes have been known to occur on university campuses and at refugee camps. There have been fatalities during clashes in Ma’an and at the university there.\r\n\r\n",
- "sw_bound_lat": 29.1850361,
- "sw_bound_lng": 34.9441001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:58Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tallinn",
- "center_lat": 58.595272,
- "center_lng": 25.0136071,
- "country_code": "EE",
- "country_code_3": "EST",
- "created_at": "2017-10-30T00:58:06Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "add7530b-52c3-4b29-ac81-7d8e0bfe59e9",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Estonia is located in eastern Europe between Latvia and Russia, and borders on both the Baltic Sea and the Gulf of Finland. Estonia is one of the countries in the European Union with the smallest population, 1.2 million people.\r\n\r\nThe government of Estonia is a parliamentary republic. The head of state is a prime minister who is nominated by the president and approved by the parliament.\r\n\r\nOver the centuries, Estonia has had many conquerors. After occupation by the Soviet Union following World War II, Estonia regained its independence in 1991. Today, Estonia is considered a stable democracy with a growing economy. The economy has a strong electronic and telecommunications sector. Estonians developed Skype, providing free internet calls the world over.\r\n\r\nTourism has grown in Estonia, and the country is known for medieval castles, churches, and other sites. The capital, Tallinn, has been named a UNESCO World Heritage Site and dates back to the 13th century.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/EE/37128027-e65e-432f-8d38-16ce0486aab6_list_EE.jpg?v=63680415933",
- "main": "/uploads/countries/EE/37128027-e65e-432f-8d38-16ce0486aab6_main_EE.jpg?v=63680415933",
- "original": "/uploads/countries/EE/37128027-e65e-432f-8d38-16ce0486aab6_original_EE.jpg?v=63680415933"
}, - "flag_emoji": "🇪🇪",
- "geojson_url": null,
- "id": "37128027-e65e-432f-8d38-16ce0486aab6",
- "language": "Estonian. Russian is also widely spoken.",
- "name": "Estonia",
- "ne_bound_lat": 59.7315,
- "ne_bound_lng": 28.2101389,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "Report any theft in person to Tallinn Central Police Station, Kolde pst 65, 10321 Tallinn, telephone: +372 612 5400.",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers do not experience any safety and security problems in Estonia, however, valuables should be kept out of sight and backpacks and bags watched at all times. Petty crime, such as pickpocketing and mugging, has increased in Tallinn’s Old Town and other tourist areas. Car theft is common. Avoid showing signs of affluence. Carry identification at all times.\r\n\r\nViolent crime can occur, however, travellers are not usually targeted. Avoid parks and poorly lit areas after dark.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 57.50931600000001,
- "sw_bound_lng": 21.6540999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:16:59Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "São Tomé ",
- "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "STD",
- "currency_name": "Dobra",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "c77414ea-0197-4995-938a-0746a06cc578",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "2-22-22-22"
}, - {
- "id": "daa2b8bf-5892-4567-8629-22039d193522",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "112"
}
], - "facts": "The Democratic Republic of São Tomé and Príncipe is an island nation in the Gulf of Guinea, west of Gabon, formed by two main islands and smaller islets that are part of an extinct volcanic mountain range. This is the second smallest country in Africa with a population of about 190,000 people. The government is a republic with a president as chief of state and a prime minister as head of government. São Tomé and Príncipe gained independence from Portugal in 1975. The first free elections were held in 1991.\r\n\r\nThe islands were discovered by Portugal in the late 1400s. Portugal claimed the territory and developed an economy first based on sugar, and later coffee and cocoa, and with a plantation system of slave labour. After a fall in prices of cocoa, the country became dependent on foreign aid. Recently oil has been discovered in the Gulf of Guinea, and São Tomé and Príncipe stand to benefit from the expected revenue.\r\n\r\nSão Tomé and Príncipe is not a well-known tourist destination but is described as a tropical paradise. Travellers can relax on the quiet beaches, enjoy the Obo National Park, dive and snorkel among the coral reefs, or visit Fort São Sebastião and the São Tomé market.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ST/93016dab-dd4b-448a-a698-ddbe4d8d4204_list_ST-92482d34-2773-4810-8096-e076b4a831d9.jpg?v=63680415973",
- "main": "/uploads/countries/ST/93016dab-dd4b-448a-a698-ddbe4d8d4204_main_ST-92482d34-2773-4810-8096-e076b4a831d9.jpg?v=63680415973",
- "original": "/uploads/countries/ST/93016dab-dd4b-448a-a698-ddbe4d8d4204_original_ST-92482d34-2773-4810-8096-e076b4a831d9.jpg?v=63680415973"
}, - "flag_emoji": "🇸🇹",
- "geojson_url": null,
- "id": "93016dab-dd4b-448a-a698-ddbe4d8d4204",
- "language": "Portuguese",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "region_name": "District",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "São Tomé and Príncipe is a very safe country. As in any tourist destination, petty crime such as pickpocketing or bag snatching does occur. Travellers should always be aware of their surroundings and personal safety. To avoid becoming a target for theft, keep valuables out of sight.\r\n\r\nMany roads are not in good condition and are not well lit. Avoid driving at night.\r\n\r\nIt is forbidden to take photographs of military or government installations or the presidential palace buildings.\r\n\r\nThere are severe penalties for possession or sale of illegal drugs in São Tomé and Principe.\r\n\r\nNote that the black cobra snake can be found in the eastern and southern parts of the island. Young cobras are completely black, and adult cobras have pale yellow scales on the front. These snakes are shy and avoid humans. Use caution during outdoor activities.",
- "sec_pol_unr": "There is generally very little civil unrest in São Tomé and Príncipe. In any country, travellers should always minimize safety risk by avoiding public gatherings or demonstrations.\r\n\r\n",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:40Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Tashkent",
- "center_lat": 41.377491,
- "center_lng": 64.585262,
- "country_code": "UZ",
- "country_code_3": "UZB",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "UZS",
- "currency_name": "Uzbekistan som",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "01e96e7f-3910-42ea-8779-0241d664e3b0",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "02"
}, - {
- "id": "17e5fc68-8efb-4a30-a717-9fb87eea37fe",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "03"
}, - {
- "id": "68cf1332-5c14-4c13-a22f-02f850547088",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "01"
}
], - "facts": "The Republic of Uzbekistan is located in central Asia bordering Kazakhstan, Turkmenistan, Tajikistan, Kyrgyzstan, Afghanistan and coastline on the Aral Sea. The population is about 29 million people. The government is a presidential republic that is highly authoritarian with very little power outside the executive branch. A president is the chief of state and a prime minister is the head of government.\r\n\r\nUzbekistan was inhabited as far back as the Stone Age. The oldest and second-largest city is Samarkand, which was an important stop on Asian trading routes for more than 2500 years. In 1885, Russia annexed the regions then known as Turkestan. After the Russian Revolution in 1917, the country tried to establish a western-style democracy. However, in 1924, Soviets took over, and in 1925, the country was admitted to the Soviet Union. Uzbekistan gained independence in 1991.\r\n\r\nThe Uzbek government has begun a program for developing tourism, and Uzbekistan has potential to become a popular destination. Travellers will find ancient cities with interesting architecture, markets and bazaars, as well as UNESCO World Heritage Sites of Ichan Kala, the Historic Centre of Bukhara, the Historic Centre of Shakhrisyabz, and Samarkand Crossroads of Cultures.\r\n",
- "flag": {
- "list": "/uploads/countries/UZ/d79dc915-69f6-460b-9c6d-5056217b53ce_list_UZ-5a962060-38d6-436f-8788-95dba92866f2.jpg?v=63680415983",
- "main": "/uploads/countries/UZ/d79dc915-69f6-460b-9c6d-5056217b53ce_main_UZ-5a962060-38d6-436f-8788-95dba92866f2.jpg?v=63680415983",
- "original": "/uploads/countries/UZ/d79dc915-69f6-460b-9c6d-5056217b53ce_original_UZ-5a962060-38d6-436f-8788-95dba92866f2.jpg?v=63680415983"
}, - "flag_emoji": "🇺🇿",
- "geojson_url": null,
- "id": "d79dc915-69f6-460b-9c6d-5056217b53ce",
- "language": "Uzbek (official); Recognized regional language is Karakalpak",
- "name": "Uzbekistan",
- "ne_bound_lat": 45.590075,
- "ne_bound_lng": 73.148946,
- "region_name": "District",
- "sec_areas": "Avoid Andijan and the eastern area of the Ferghana Valley.\r\n\r\nAvoid border areas with Tajikistan, Kyrgyzstan and Afghanistan. The security situation in these areas is unstable. There is the risk of armed conflict, border disputes, and unmarked landmine areas. Borders may be closed with short notice.\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Uzbekistan have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur, and foreigners have been targeted. Always be alert to your personal safety and security. Keep valuables secured and out of sight to avoid being targeted. Safeguard your important documents, such as your passport. Avoid walking alone at night. Thefts have been reported by those travelling in unofficial taxis and on trains. There have been reports of police or imposters harassing foreigners. If there is any question, ask for identification or ask to pay any fines at a police station.",
- "sec_pol_unr": "In any country, avoid public demonstrations or protests since these situations can escalate unexpectedly.",
- "sw_bound_lat": 37.1722571,
- "sw_bound_lng": 55.9982179,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:16Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kingston",
- "center_lat": 18.109581,
- "center_lng": -77.297508,
- "country_code": "JM",
- "country_code_3": "JAM",
- "created_at": "2017-10-30T00:58:12Z",
- "currency_code": "JMD",
- "currency_name": "Jamaican dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "8eca6134-56a2-4d4e-a91c-4ea3b800b4ad",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}, - {
- "id": "3caf9304-174f-4d03-b149-c3eaf8d239ee",
- "note": "",
- "order": 2,
- "typ": 90,
- "val": "119"
}, - {
- "id": "70ca5041-2d7c-4d80-b9c4-b6f652ec159e",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "112"
}
], - "facts": "Jamaica is an island nation south of Cuba and in the Caribbean Sea. Jamaica, along with Cuba, Hispaniola, and Puerto Rico make up the Greater Antilles archipelago. The population is about 2.8 million people.\r\n\r\nJamaica achieved independence from the United Kingdom in 1962. The government is a parliamentary democracy and constitutional monarchy. The head of state is the English monarch. The head of government is a prime minister.\r\n\r\nThe Jamaican economy depends on services, mining, and tourism. The country faces problems such as high unemployment, serious crime and gang violence. For years, Jamaica has had one of the highest murder rates in the world. Many areas and resort areas are relatively safe, and Jamaica receives about 1.3 million tourists annually.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/JM/76288e97-c78f-48a9-972b-6073c8cf4e39_list_JM.jpg?v=63680415936",
- "main": "/uploads/countries/JM/76288e97-c78f-48a9-972b-6073c8cf4e39_main_JM.jpg?v=63680415936",
- "original": "/uploads/countries/JM/76288e97-c78f-48a9-972b-6073c8cf4e39_original_JM.jpg?v=63680415936"
}, - "flag_emoji": "🇯🇲",
- "geojson_url": null,
- "id": "76288e97-c78f-48a9-972b-6073c8cf4e39",
- "language": "English. National language is Jamaican Patois",
- "name": "Jamaica",
- "ne_bound_lat": 18.5697821,
- "ne_bound_lng": -76.1448669,
- "region_name": "municipality",
- "sec_areas": "Particularly dangerous areas include poorer areas such as the following: August Town, Cassava Piece, Central Village, Denham Town, Drewsland, Flankers, Grant’s pen, Hannah Town, Mount Salem, Payne Land, Rockfort, Spanish Town, Tivoli and Olympic Gardens in Kingston, Waterhouse, West Kingston and the downtown Kingston area. \r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is relatively high in Jamaica. Travellers should be alert and aware of their surroundings and personal security. Gang activity and violent crime does occur in urban areas. To minimize risk, avoid signs of wealth, such as expensive clothing or jewelry. Ensure that travel documents and personal belongings are safe at all times. If robbed, do not resist as this can lead to more violence. Check local news for unexpected curfews.\r\n\r\nNever leave food or drinks unattended as there have been cases of people being drugged.\r\n\r\nAvoid isolated areas, including in your resort area.\r\n\r\nIllegal drug use does occur in tourist areas. However, the use, possession or sale of illicit drugs, including marijuana, can lead to arrest and a prison sentence. A law passed in 2015 reduced the penalty for up to 2 ounces of marijuana to a fine of 500 Jamaican dollars payable within 30 days.\r\n\r\nThere are tourist police near resort areas and are identified by white shirts, black pants, and white hats.\r\n\r\nThere have been reports of robberies when travelling to private accommodations from the Norman Manley International Airport. When travelling from the airport to your accommodation, keep windows up and doors locked.",
- "sec_pol_unr": "Avoid demonstrations and other political gatherings as they can be unpredictable and dangerous. Roadblocks may be set up on main roads during such gatherings. Do not attempt to cross roadblocks, even if they appear unattended.\r\n",
- "sw_bound_lat": 17.6688854,
- "sw_bound_lng": -78.4073639,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:00Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Copenhagen",
- "center_lat": 56.26392,
- "center_lng": 9.501785,
- "country_code": "DK",
- "country_code_3": "DNK",
- "created_at": "2017-10-30T00:58:04Z",
- "currency_code": "DKK",
- "currency_name": "Danish krone",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "7852a0a4-f4c8-41d8-ac92-6c2ead019f41",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Kingdom of Denmark is a Scandinavian country located in northern Europe, bordering the Baltic Sea and the North Sea and sharing a 68 kilometre border with Germany. The population is about 5.5 million people.\r\n\r\nDenmark has a constitutional monarchy with a parliamentary system of government. The chief of state is a queen and the head of government is a prime minister.\r\n\r\nDenmark is a highly developed country with one of the highest standards of living in the world, free health care and free education. Taxes are among the highest in the world.\r\n\r\nCopenhagen and other major cities offer modern shopping and dining, and well-known sites such as Tivoli Gardens and the Little Mermaid. Throughout the country, visitors can see Viking ruins, medieval churches and castles. Denmark is also the home of the famous author, Hans Christian Anderson.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/DK/8ed79ceb-fe7e-46fa-ae9b-5070ccf4ad08_list_DK.jpg?v=63680415931",
- "main": "/uploads/countries/DK/8ed79ceb-fe7e-46fa-ae9b-5070ccf4ad08_main_DK.jpg?v=63680415931",
- "original": "/uploads/countries/DK/8ed79ceb-fe7e-46fa-ae9b-5070ccf4ad08_original_DK.jpg?v=63680415931"
}, - "flag_emoji": "🇩🇰",
- "geojson_url": null,
- "id": "8ed79ceb-fe7e-46fa-ae9b-5070ccf4ad08",
- "language": "Danish. English is a second language.",
- "name": "Denmark",
- "ne_bound_lat": 58.02846,
- "ne_bound_lng": 15.2298,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers rarely experience safety and security problems in Denmark, however, petty crime, such as pickpocketing, can occur in tourist areas and transportation hubs. Travellers should ensure their personal belongings, valuables, and travel documents are kept secure at all times.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 54.4317001,
- "sw_bound_lng": 7.855200099999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:41Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Castries",
- "center_lat": 13.909444,
- "center_lng": -60.978893,
- "country_code": "LC",
- "country_code_3": "LCA",
- "created_at": "2017-10-30T00:58:20Z",
- "currency_code": "XCD",
- "currency_name": "East Caribbean dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "ec8a5e10-05c6-4eaa-b82c-a4afbb9f50dc",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Saint Lucia is an island in the eastern Caribbean, part of the Lesser Antilles and one of the Windward Islands. It is north of Trinidad and Tobago and south of Martinique. The estimated population is 161,000 people. While English is the official language, French patois is also spoken.\r\n\r\nThe government is a parliamentary democracy and St. Lucia is a Commonwealth realm. The chief of state is the monarch of England, with a governor general as the monarch's representative and appointed by the monarch. The head of government is a prime minister. In 1979, Saint Lucia became an independent state of the British Commonwealth of Nations.\r\n\r\nTourism is the mainstay of St. Lucia’s economy and the largest source of employment. The island has a mountainous terrain with hills leading up to active volcanoes. Tourist attractions include many sandy beaches, rain forests and walking trails. Scuba diving and sailing can be found almost anywhere. St. Lucia’s culture is a reflection of West Indian life with its unique cuisine and reggae music.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/LC/d33f96d0-1e4f-4cc9-b8fc-4cdc9178dcee_list_LC.jpg?v=63680415945",
- "main": "/uploads/countries/LC/d33f96d0-1e4f-4cc9-b8fc-4cdc9178dcee_main_LC.jpg?v=63680415945",
- "original": "/uploads/countries/LC/d33f96d0-1e4f-4cc9-b8fc-4cdc9178dcee_original_LC.jpg?v=63680415945"
}, - "flag_emoji": "🇱🇨",
- "geojson_url": null,
- "id": "d33f96d0-1e4f-4cc9-b8fc-4cdc9178dcee",
- "language": "English",
- "name": "Saint Lucia",
- "ne_bound_lat": 14.1209277,
- "ne_bound_lng": -60.85979460000001,
- "region_name": "municipality",
- "sec_areas": "The following areas should be avoided as they are unsafe and experience high criminal activity: Marchand, Broglie, St. Grass, St. Leslie Land, and Wilton Yard.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Travellers should be aware of their personal safety in Saint Lucia as the country has a moderate crime rate. Petty crime, such as theft and pick-pocketing, is common in tourist areas, and increases during annual festivals. Travellers should ensure their personal belongings, valuables, and travel documents are kept safe at all times.\r\n\r\nViolent muggings can also occur. Travellers should avoid isolated areas and unpatrolled beaches, particularly after dark. \r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 13.7047779,
- "sw_bound_lng": -61.0812378,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:02Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bissau",
- "center_lat": 11.803749,
- "center_lng": -15.180413,
- "country_code": "GW",
- "country_code_3": "GNB",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "XOF",
- "currency_name": "West African CFA franc",
- "division_name": "Regions",
- "emerg_numbers": [
- {
- "id": "e8b59305-71bc-496d-939b-00ba8b022289",
- "note": "See note below",
- "order": 0,
- "typ": 90,
- "val": "117"
}
], - "facts": "The Republic of Guinea-Bissau is in western Africa with coastline on the North Atlantic Ocean and shares borders with Senegal and Guinea. This developing country has an ethnically diverse population of about 1.6 million people. At the time of writing, there is a transitional government with a president as chief of state and prime minister as head of government.\r\n\r\nIn the 16th century, the Portuguese colonized this area around the ports of Bissau and Cacheu and was known as Portuguese Guinea. The country gained independence in 1974 and became Guinea-Bissau. In the past 40 years, the country has been beleaguered by political instability and upheaval and corruption, which has kept the country from developing and has increased poverty.\r\n\r\nTravellers to Guinea-Bissau can visit inland national parks, wildlife sanctuaries, beautiful beaches, coral reefs, and the Bijagós Archipelago, a UNESCO International Biosphere Reserve.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GW/81f7b097-665e-4f00-b51e-b4919c08ce29_list_GW-a9a030b3-7e67-4d0d-8294-0a7b5033c476.jpg?v=63680415973",
- "main": "/uploads/countries/GW/81f7b097-665e-4f00-b51e-b4919c08ce29_main_GW-a9a030b3-7e67-4d0d-8294-0a7b5033c476.jpg?v=63680415973",
- "original": "/uploads/countries/GW/81f7b097-665e-4f00-b51e-b4919c08ce29_original_GW-a9a030b3-7e67-4d0d-8294-0a7b5033c476.jpg?v=63680415973"
}, - "flag_emoji": "🇬🇼",
- "geojson_url": null,
- "id": "81f7b097-665e-4f00-b51e-b4919c08ce29",
- "language": "Portuguese; Crioulo da Guiné-Bissau is widely spoken",
- "name": "Guinea-Bissau",
- "ne_bound_lat": 12.6869468,
- "ne_bound_lng": -13.6265235,
- "region_name": "Sectors",
- "sec_areas": "Avoid the northwestern area of Guinea-Bissau that borders the Casamance region of Senegal. There have been reports of incidents involving bandits and also clashes between the military and separatist groups. The road between São Domingos and Varela is closed due to land mines.\r\n\r\nThe country’s political instability has allowed for corruption and criminal activity. With remote areas and the unprotected coastline, Guinea-Bissau has been a transit point for illegal immigration and trafficking of light-arms and drugs.\r\n\r\n",
- "sec_emer_num": "There is no emergency number in Guinea-Bissau. Due to the lack of resources, police may not be able to respond to emergency situations. Travellers should check with their embassy to learn of any emergency assistance their embassy might provide.\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Guinea-Bissau is an extremely poor country. Petty crime, such as pickpocketing, bag snatching, or other theft can occur in any tourist destination or crowded area. Petty crime commonly occurs at the airport and market, and foreigners are usually the targets. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight. There have been reports of assaults in the capital, Bissau.\r\n\r\nRoads can be in poor condition. Drivers may not follow rules of the road. Avoid travelling at night if possible. There have been reports of carjackings and incidents of banditry.\r\n\r\nIn some areas of Guinea-Bissau, land mines are a risk. The city of Bissau has been declared mine-free. However, take extra care outside of Bissau and stay on paved roads. CAAMI, the national de-mining centre, maintains lists of known minefields.\r\n",
- "sec_pol_unr": "Guinea-Bissau has experienced political instability for many years. While most protests are nonviolent, minimize safety risk by avoiding public and political gatherings and demonstrations since even peaceful protests can quickly and unexpectedly become violent.",
- "sw_bound_lat": 10.7146,
- "sw_bound_lng": -16.9518999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:45Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Saint George's",
- "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "created_at": "2017-10-30T00:58:55Z",
- "currency_code": "XCD",
- "currency_name": "East Caribbean dollar",
- "division_name": "Parish",
- "emerg_numbers": [
- {
- "id": "5649bbb6-89ad-49c8-9cd3-d26a57cf5f7e",
- "note": "",
- "order": 3,
- "typ": 92,
- "val": "774"
}, - {
- "id": "79bf0de2-afd9-445c-8001-a14d6507469b",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "434"
}, - {
- "id": "24fcdb1b-b27f-4060-9064-4057f1808992",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}, - {
- "id": "828f38de-a47a-48bb-b925-e544a565041d",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "724"
}
], - "facts": "Grenada is an island in the Caribbean Sea, north of Trinidad and Tobago. The population is about 110,000 people. The government is a parliamentary democracy and a Commonwealth realm with the Queen of England as chief of state, represented by a governor general, and a prime minister as head of government. Grenada gained full independence in 1974.\r\n\r\nThe Carib Indians originally inhabited Grenada. The French occupied Grenada in the 17th century, and Britain took the island in 1762. Sugar production, and later cacao, was the base for the economy. In the 20th century, nutmeg became the main export and the island became known as the “Spice Island,” also producing cinnamon, cloves, ginger and mace.\r\n\r\nVisitors to Grenada will appreciate the rain forests, hot springs, and beaches, as well as the city of St. George’s. Available activities include hiking, diving, snorkelling, exploring St. George’s, the Grand Etang National Park and Forest Reserve, or a short tour of the Gouyave Nutmeg Processing Station.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/GD/9736c3a7-0726-49f5-a17a-c2fe917ae6f2_list_GD-c0916f47-8586-464e-828b-c9ec695c9ea4.jpg?v=63680415981",
- "main": "/uploads/countries/GD/9736c3a7-0726-49f5-a17a-c2fe917ae6f2_main_GD-c0916f47-8586-464e-828b-c9ec695c9ea4.jpg?v=63680415981",
- "original": "/uploads/countries/GD/9736c3a7-0726-49f5-a17a-c2fe917ae6f2_original_GD-c0916f47-8586-464e-828b-c9ec695c9ea4.jpg?v=63680415981"
}, - "flag_emoji": "🇬🇩",
- "geojson_url": null,
- "id": "9736c3a7-0726-49f5-a17a-c2fe917ae6f2",
- "language": "English",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "region_name": "None",
- "sec_areas": "",
- "sec_emer_num": "On Grenada, there is a main government hospital that can handle many types of treatment. However, for serious illnesses or serious accidents, emergency evacuation may be necessary. Medical care in Grenada can be expensive. Some private clinics may not accept travel health insurance as payment.",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. There have been some reports of armed robbery and sexual assault. With respect to your personal safety, be cautious and always be aware of your surroundings. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night, and avoid walking alone in isolated areas, including beaches. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nIn St. George’s main market square, vendors have employed security, and the level of crime has decreased.\r\n\r\nViolent crime has occurred in Grenada but usually involving members of the community.\r\n\r\nTaxi drivers who are members of the Grenada Taxi Association (GTA) have had additional training from the Grenada Tourism Board. Ask if your driver is a member of the GTA.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:11Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bern",
- "center_lat": 46.818188,
- "center_lng": 8.227511999999999,
- "country_code": "CH",
- "country_code_3": "CHE",
- "created_at": "2017-10-30T00:58:31Z",
- "currency_code": "CHF",
- "currency_name": "Swiss franc",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "b68fb128-5b9c-4699-aa38-b0570f8b0445",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "f219d3fc-ced7-4dd6-ac3a-75ea1bd42c5b",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "117"
}, - {
- "id": "bee101ad-a6d9-477f-842e-214c9a18c7d4",
- "note": "",
- "order": 3,
- "typ": 92,
- "val": "144"
}, - {
- "id": "605df651-76e6-404d-be66-16b7f35bd763",
- "note": "Helicopter for emergency services in areas with difficult access",
- "order": 4,
- "typ": 99,
- "val": "1414"
}, - {
- "id": "67df71ed-7e2a-41d9-b31d-5266142bccd2",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "118"
}
], - "facts": "The Swiss Confederation (Switzerland) is a country in the central part of Europe between Italy and France. The population is about 7.6 million people. The country forms three main linguistic and cultural regions: German, French, and Italian.\r\n\r\nThe government is formally a confederation but the structure is a federal republic. The chief of state and head of government is a president.\r\n\r\nSwitzerland is known for neutrality and is home to many international organizations, including the World Economic Forum, the International Olympic Committee, the Red Cross, the World Trade Organization, FIFA, and the World Health Organization.\r\n\r\nSwitzerland has a very prosperous economy and very high standard of living. This country is known for banking and financial services.\r\n\r\nVisitors can enjoy both summer and winter sports in Switzerland as the country is dominated by the Alps. Visitors are also drawn to metropolitan cities like Geneva, Zürich, Basel and Lausanne. Switzerland is famous for precision watches, clocks and music boxes, as well as for chocolates and cheeses.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CH/5287305a-3e7e-4a2e-97a6-59cba0ec01e8_list_CH.jpg?v=63680415949",
- "main": "/uploads/countries/CH/5287305a-3e7e-4a2e-97a6-59cba0ec01e8_main_CH.jpg?v=63680415949",
- "original": "/uploads/countries/CH/5287305a-3e7e-4a2e-97a6-59cba0ec01e8_original_CH.jpg?v=63680415949"
}, - "flag_emoji": "🇨🇭",
- "geojson_url": null,
- "id": "5287305a-3e7e-4a2e-97a6-59cba0ec01e8",
- "language": "German, French, Italian, and Romansch",
- "name": "Switzerland",
- "ne_bound_lat": 47.8084546,
- "ne_bound_lng": 10.4923401,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Most travellers to Switzerland do not experience any safety or security risks as the country is generally safe. However, petty crime is increasing, particularly in the areas of Berne, Zurich and Geneva. Pickpocketing occurs most commonly in high-traffic public places, such as airports, railway stations, and tourist sites. Pickpockets often work in teams creating a distraction. Ensure that valuables and travel documents are kept hidden and safe. Theft from cars occurs, therefore do not leave bags containing valuables in the trunk of parked cars or on car seats. Secure valuables on overnight trips on trains.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 45.81792,
- "sw_bound_lng": 5.95608,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:03Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bangkok",
- "center_lat": 15.870032,
- "center_lng": 100.992541,
- "country_code": "TH",
- "country_code_3": "THA",
- "created_at": "2017-10-30T00:58:32Z",
- "currency_code": "THB",
- "currency_name": "Baht",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "0c1d3d33-74d3-4f39-b08f-7b3048d87b91",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "199"
}, - {
- "id": "b6968c15-69c0-40dd-8cc3-bc66d644c0e6",
- "note": "Tourism Authority of Thailand",
- "order": 5,
- "typ": 99,
- "val": "1672"
}, - {
- "id": "4ff054e0-8c4a-4ee9-a91c-0d05d7ff1523",
- "note": "Tourist Police - Toll-free emergency assistance for tourists and foreign residents",
- "order": 2,
- "typ": 99,
- "val": "1155"
}, - {
- "id": "dad7abd1-d80b-41e8-9901-f2d32e7cd020",
- "note": "From mobile phones",
- "order": 3,
- "typ": 98,
- "val": "112"
}, - {
- "id": "35d03591-4f2e-469c-9fc1-a388b3d5cb15",
- "note": "Assistance for non-emergency complaints received from foreigners in Thailand. Available 24 hours daily and staffed by representatives of all 20 ministries.",
- "order": 4,
- "typ": 99,
- "val": "1111"
}, - {
- "id": "c05b5a1e-5554-4778-a265-2d0b666f3f1d",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "191"
}
], - "facts": "The Kingdom of Thailand is located in Southeast Asia with extensive coastline on the Gulf of Thailand and the Andaman Sea. Neighbouring countries include Myanmar (Burma), Laos, Cambodia, and Malaysia. The population of Thailand is about 67 million people. Although the official language is Thai, ethnic and regional dialects are also spoken. English is considered the second language.\r\n\r\nThailand's government is a democracy and constitutional monarchy. The head of state is a king, the head of government is the prime minister. The prime minister is elected by the House of Representatives and appointed by the king. The king has little political power but is enormously respected and revered by the people and is seen as a moral authority.\r\n\r\nThailand was known as Siam until 1939. This country is the only country in Southeast Asia to never be colonized by a foreign power. Even during World War I, Thailand was not conquered by the Japanese. Thailand has experienced political instability since a coup in 2006. The political scene has calmed down, but there is concern about what will happen when the present unwell king dies. Thailand's stability is important to peace in the Southeast Asia region.\r\n\r\nTourism is an important sector for the economy of Thailand, and visitors enjoy the various cultures, beaches and resorts, markets, shrines and Buddhist temples, and shopping for items such as silk, bronze, lacquerware, temples bells, weavings and pottery.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/TH/cd5d51ce-7589-4667-9848-e9926720f2dd_list_TH.jpg?v=63680415950",
- "main": "/uploads/countries/TH/cd5d51ce-7589-4667-9848-e9926720f2dd_main_TH.jpg?v=63680415950",
- "original": "/uploads/countries/TH/cd5d51ce-7589-4667-9848-e9926720f2dd_original_TH.jpg?v=63680415950"
}, - "flag_emoji": "🇹🇭",
- "geojson_url": null,
- "id": "cd5d51ce-7589-4667-9848-e9926720f2dd",
- "language": "Thai",
- "name": "Thailand",
- "ne_bound_lat": 20.465143,
- "ne_bound_lng": 105.636812,
- "region_name": "district",
- "sec_areas": "Exercise caution in the Preah Vihear temple (Khao Phra Viharn) area between the Preah Vihear province in Cambodia and the Sisaket province in Thailand. There were violent border disputes until 2013, when the International Court of Justice ruled that this territory belongs to Cambodia. There is a risk of unexploded land mines in this area. Remain on marked paths and exercise caution, particularly around Ta Krabey.\r\n\r\nTourists should avoid the southern provinces of Narathiwat, Pattani, Yala, and Songkhla (including the city of Hat Yai) due to criminally and politically motivated violent incidents attributed to armed insurgents. Attacks against military and civilian targets occur frequently and have included shootings, bombings, beheadings, and arson.\r\n\r\nAvoid the Thai/Burma border. Drug traffickers and criminals are armed and sometimes clash with the Thai police forces.",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Petty crime, such as pickpocketing, occurs throughout Thailand. Do not leave bags unattended, and ensure your personal belongings and travel documents are safe at all times.\r\n\r\nUse only official taxis.\r\n\r\nDo not accept food or drink from strangers or new acquaintances, as there have been reports of drink spiking.\r\n\r\nThere is a high rate of serious road traffic accidents in Thailand. The condition of vehicles may be poor. Drivers may not respect rules of the road. Avoid road travel at night if possible. Most road accident fatalities involve motorcycles. Check your insurance coverage if you plan to rent a motorcycle in Thailand.\r\n\r\nIf you are involved in a motorcycle or jet ski accident, you can be detained by authorities until compensation (sometimes costly) is established.\r\n\r\nIf you plan to use boat travel services, avoid any vessel that appears to be overloaded or poorly maintained. Make sure there are life jackets available.\r\n\r\nIf you plan to attend Full Moon parties, be aware of risks and exercise caution for personal safety. Drug gangs operate with corrupt police, therefore, if someone is selling drugs, be aware this can be a set up. Leave all valuables in your hotel’s safe and ask for a receipt. Carry photocopies of identification.\r\n\r\nPenalties for drug use or possession are harsh and include prison sentences and also the death penalty.\r\n\r\nBe aware that elephant trekking can be risky. Tourists have been killed and seriously injured.\r\n\r\nEnsure that tour guides, operators that rent sports equipment, or companies that offer sports activities are licensed, insured and reputable.",
- "sec_pol_unr": "Political demonstrations and civil unrest have occurred in Bangkok and in many provinces throughout the country. To minimize safety risk, avoid all demonstrations and protest sites. Even peaceful situations can escalate quickly and unexpectedly and become violent.",
- "sw_bound_lat": 5.613038,
- "sw_bound_lng": 97.343396,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:03Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Brades (de facto); Plymouth was abandoned in 1997 due to volcanic activity",
- "center_lat": 16.742498,
- "center_lng": -62.187366,
- "country_code": "MS",
- "country_code_3": "MSR",
- "created_at": "2017-10-30T00:58:56Z",
- "currency_code": "XCD",
- "currency_name": "East Caribbean dollar ",
- "division_name": "Parishes",
- "emerg_numbers": [
- {
- "id": "b359aef3-93cb-496e-9ab2-bf07b445630f",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "999"
}, - {
- "id": "c694963b-0f17-4858-b0f6-76a1dfb47771",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "911"
}, - {
- "id": "14835082-a3e2-4038-8216-fe0cf0e29573",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "911"
}
], - "facts": "Montserrat, an island located in the Caribbean, is part of the British West Indies and is known as the “Emerald Isle of the Caribbean.” The population is about 5,200 people. \r\n\r\nThe island officially became a British possession in 1783 and today is a British Overseas Territory. The chief of state is the Queen of England, who is represented in Montserrat by a governour. The head of government is a premier. Plymouth was the official capital city until the volcanic eruption of the Soufrière Hills Volcano in 1995. Since that time, Brades has been the de facto capital.\r\n\r\nIn the 1990s, eruptions of the Soufrière Hills volcano devastated much of the island. Two thirds of the population of Montserrat fled the country. The volcano has remained highly active since that time, and many people have never returned to their homeland. In 2009 another large eruption occurred, and many were temporarily evacuated. The government warns residents and visitors to be prepared to leave on short notice.\r\n\r\nMontserrat continues to recover and rebuild. Tourism was once a main sector of the economy. However, after the main volcanic eruptions, the capital was destroyed and the airport closed, greatly damaging the economy and bringing an end to much of the tourist activity. The European Union and Britain have provided aid for rebuilding, and a new airport was opened in 2005.\r\n",
- "flag": {
- "list": "/uploads/countries/MS/1fc0cc1e-ca8d-4f83-86a9-b5386b9afe13_list_MS-44a12057-a756-4e29-b2dc-5abec3eea70d.jpg?v=63680415987",
- "main": "/uploads/countries/MS/1fc0cc1e-ca8d-4f83-86a9-b5386b9afe13_main_MS-44a12057-a756-4e29-b2dc-5abec3eea70d.jpg?v=63680415987",
- "original": "/uploads/countries/MS/1fc0cc1e-ca8d-4f83-86a9-b5386b9afe13_original_MS-44a12057-a756-4e29-b2dc-5abec3eea70d.jpg?v=63680415987"
}, - "flag_emoji": "🇲🇸",
- "geojson_url": null,
- "id": "1fc0cc1e-ca8d-4f83-86a9-b5386b9afe13",
- "language": "English",
- "name": "Montserrat",
- "ne_bound_lat": 16.8260672,
- "ne_bound_lng": -62.14262009999999,
- "region_name": "Settlements",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching or other theft can occur in any crowded area or tourist destination. Always be alert to your personal safety and security. Keep valuables secured and out of sight to avoid being targeted for theft. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nThe Soufriere Hills Volcano has been intermittently active since 1995. However, there has been no major volcanic activity since February 2010. Around one-third of the island is virtually unaffected by volcanic activity. The other two-thirds are vulnerable.",
- "sec_pol_unr": "",
- "sw_bound_lat": 16.671007,
- "sw_bound_lng": -62.242584,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:17Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kiev",
- "center_lat": 48.379433,
- "center_lng": 31.1655799,
- "country_code": "UA",
- "country_code_3": "UKR",
- "created_at": "2017-10-30T00:58:33Z",
- "currency_code": "UAH",
- "currency_name": "Hryvnia",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5661abc4-2366-46db-9e13-b1b5c460a30b",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "101"
}, - {
- "id": "d2b9ee87-e4e6-4e86-9312-b110c204a268",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "2cfab620-49aa-46b3-b729-5577709a4de8",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "102"
}, - {
- "id": "69056be1-674f-414a-89fa-b835aa36d4b0",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "103"
}
], - "facts": "Ukraine is located in eastern Europe between Russia on the east and Poland and Romania on the west. Ukraine also has coastline on the Black Sea. The population is approximately 46 million people. Although the official language is Ukrainian, Russian is also widely spoken.\r\n\r\nThe government of Ukraine is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nUkraine, one of the original republics of the USSR, gained independence with the dissolution of the USSR in 1991. The economy has struggled with the transition to a market system. Ukraine has great economic potential with a good education system, fertile agricultural land, a highly skilled labour force, and a well-developed heavy industry. However, the country struggles with issues of corruption, lack of law enforcement, excessive government regulation, and resistance for reform.\r\n\r\nThe government is promoting the development of the tourism sector. Ukraine has over 500 cities with origins dating back more than 900 years. There are thousands of historical monuments, over 600 museums, and many national parks.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/UA/937a30b5-92d6-48b8-95b3-b10e8b1ddce7_list_UA.jpg?v=63680415954",
- "main": "/uploads/countries/UA/937a30b5-92d6-48b8-95b3-b10e8b1ddce7_main_UA.jpg?v=63680415954",
- "original": "/uploads/countries/UA/937a30b5-92d6-48b8-95b3-b10e8b1ddce7_original_UA.jpg?v=63680415954"
}, - "flag_emoji": "🇺🇦",
- "geojson_url": null,
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "language": "Ukrainian",
- "name": "Ukraine",
- "ne_bound_lat": 52.37958099999999,
- "ne_bound_lng": 40.2285809,
- "region_name": "municipality",
- "sec_areas": "Avoid travel to Crimea. Russia annexed the Crimean Peninsula in March 2014, and Russian forces continue to occupy the area. Many countries do not recognize Russia’s control over Crimea, and therefore, the ability to provide consular assistance to citizens is very limited.\r\n\r\nAvoid travel to Donetsk Oblast and Lugansk Oblast due to ongoing conflict and the unstable security situation. Separatists control some areas, and fighting has continued to erupt in regions of Donetsk and Luhansk. Separatist groups have been known to threaten and/or detain foreign nationals.\r\n\r\nConsider only essential travel to Kharkiv Oblast – There have been reports of politically-motivated violence “resulting in fatalities.”\r\n",
- "sec_emer_num": "Operators generally do not speak English. There could be long delays for police and/or emergency services. \r\n",
- "sec_ext_viol": "",
- "sec_personal": "Current travel note: Since March 2014, there has been armed conflict between the Ukrainian armed forces and armed separatists who are backed by Russia. On February 12, 2015, a ceasefire was declared. However, separatists control some areas, and fighting has continued to erupt in regions of Donetsk and Luhansk.\r\n\r\nMost travellers to Ukraine have no safety or security problems. However, petty crime, such as pickpocketing, is common, especially in major cities and tourist areas. With respect to your personal safety, be cautious and always be aware of your surroundings. Exercise caution as you would when travelling in general. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nEthnic violence and harassment can occur with little corrective action from local authorities, or can even be perpetrated by Ukrainian authorities, particularly toward those of Asian or Afro-Caribbean descent. Cooperate with local police at all times.\r\n\r\nBe cautious and aware of the possibility of scams. A common scam occurs in Ukraine where a person drops a bundle of money or wallet in front of a tourist, then claims he has just found it, and offers to share the money. Travellers are strongly advised to walk away and avoid engaging in any conversation. If the victim accepts the money, the criminal will then loudly and aggressively accuse them of stealing and threaten to tell the police. A second criminal poses as a passing police officer and demands to see the victim's wallet to ensure the money was not stolen. The criminal then steals the wallet and flees.\r\n\r\nAlways carry proper documentation and identification. Local police may stop travellers on the street and detain them while identity documents are verified.\r\n",
- "sec_pol_unr": "There have been violent demonstrations and protests in Ukraine. To minimize safety risk, avoid all areas of large public gatherings and demonstrations since these situations can quickly escalate and become violent.",
- "sw_bound_lat": 44.2924,
- "sw_bound_lng": 22.137159,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:24Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Oranjestad",
- "center_lat": 12.52111,
- "center_lng": -69.968338,
- "country_code": "AW",
- "country_code_3": "ABW",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "AWG",
- "currency_name": "Aruban florin ",
- "division_name": "Region",
- "emerg_numbers": [
- {
- "id": "57509e30-455a-47bc-b461-58cd13b9b944",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Aruba is an island located in the Caribbean Sea and is part of the group of islands known as the Netherlands Antilles. Aruba is a constituent country within the Kingdom of the Netherlands with full autonomy for internal affairs. The population is about 110,000 people, and its citizens are Dutch. The chief of state is the King of the Netherlands and a governour general represents the king. A prime minister is head of government.\r\n\r\nThe Dutch acquired Aruba in 1636. The island has been very prosperous, first due to a 19th century gold rush that led to about 100 years of mining. Then, in 1924, an oil refinery opened. The last part of the 20th century brought a tourism boom to the economy.\r\n\r\nAruba is well developed as a tourist destination. Travellers can enjoy beautiful beaches, diving, walks in the city of Orangestad, and the Arikok National Wildlife Park, which covers about 20 percent of the island.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/AW/d9e27f03-b628-43b0-9d9e-5bbe9869d02c_list_AW-e2923f56-3f71-4fc6-a674-bcce01122fa3.jpg?v=63680415979",
- "main": "/uploads/countries/AW/d9e27f03-b628-43b0-9d9e-5bbe9869d02c_main_AW-e2923f56-3f71-4fc6-a674-bcce01122fa3.jpg?v=63680415979",
- "original": "/uploads/countries/AW/d9e27f03-b628-43b0-9d9e-5bbe9869d02c_original_AW-e2923f56-3f71-4fc6-a674-bcce01122fa3.jpg?v=63680415979"
}, - "flag_emoji": "🇦🇼",
- "geojson_url": null,
- "id": "d9e27f03-b628-43b0-9d9e-5bbe9869d02c",
- "language": "Dutch and Papiamento",
- "name": "Aruba",
- "ne_bound_lat": 12.6306179,
- "ne_bound_lng": -69.8644638,
- "region_name": "none",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 12.406093,
- "sw_bound_lng": -70.070114,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Nassau",
- "center_lat": 25.03428,
- "center_lng": -77.39627999999999,
- "country_code": "BS",
- "country_code_3": "BHS",
- "created_at": "2017-10-30T00:58:02Z",
- "currency_code": "BSD",
- "currency_name": "Bahamian dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "3429913f-e8db-469e-9ba5-16ced2ebadc9",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}, - {
- "id": "95bf19dc-9643-47ce-97d8-992a35090102",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "919"
}
], - "facts": "The Commonwealth of the Bahamas consists of 29 islands and hundreds of cays and islets and is located in the Atlantic Ocean north of Cuba and Hispaniola (Dominican Republic and Haiti). The population is about 315,000 people.\r\n\r\nThe Bahamas gained independence from Great Britain in 1973 and remains a Commonwealth country. The government is a constitutional parliamentary democracy.\r\n\r\nThe economy depends mainly on tourism, and the financial service sector is also important to the Bahamian economy. In the Bahamas, there is no tax on income and capital gains, and no wealth or value added tax. The US dollar is commonly accepted.\r\n\r\nThe Bahamas is a popular vacation spot known for beautiful beaches, beautiful waters and a mild climate. African and European colonial traditions have influenced Bahamian customs and culture.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/BS/f658e36e-afbd-4501-9e4f-396349277add_list_BS.jpg?v=63680415919",
- "main": "/uploads/countries/BS/f658e36e-afbd-4501-9e4f-396349277add_main_BS.jpg?v=63680415919",
- "original": "/uploads/countries/BS/f658e36e-afbd-4501-9e4f-396349277add_original_BS.jpg?v=63680415919"
}, - "flag_emoji": "🇧🇸",
- "geojson_url": null,
- "id": "f658e36e-afbd-4501-9e4f-396349277add",
- "language": "English. Bahamian creole also spoken.",
- "name": "Bahamas",
- "ne_bound_lat": 27.263412,
- "ne_bound_lng": -72.70975390000001,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers to the Bahamas usually do not experience any serious safety and security problems, although petty crime does occur. Tourists are usually targeted for robbery and pickpocketing, particularly in Nassau and Freeport. Avoid showing signs of affluence and carrying large sums of money. Ensure your personal belongings and travel documents are secure at all times. Avoid walking alone on deserted beaches and after dark.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 20.9082735,
- "sw_bound_lng": -80.4775603,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:34Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Grand Turk (Cockburn Town)",
- "center_lat": 21.694025,
- "center_lng": -71.797928,
- "country_code": "TC",
- "country_code_3": "TCA",
- "created_at": "2017-10-30T00:58:33Z",
- "currency_code": "USD",
- "currency_name": "US dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "43e85101-1d78-42b0-9dbf-c8a24293d1a0",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}, - {
- "id": "37fb642d-092d-47a1-bbbd-e583710a8275",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Turks and Caicos Islands are in the West Indies in the North Atlantic Ocean. They are located north of Haiti and southeast of The Bahamas. There are two main groups of islands, the Turks Islands and the Caicos Islands. The largest city is Providenciales. The population is approximately 44 million people.\r\n\r\nThe Turks and Caicos are a British overseas territory with a self government. The chief of state is the Queen of England, represented by a governor general who is appointed by the monarch. Due to allegations of widespread corruption, in August 2009, the British government removed the governor from office, suspended the House of Assembly, and imposed direct rule for a two year period. The interim government worked toward strengthening public finances, developing the economy, and modernising legislation leading up to the November 2012 elections.\r\n\r\nThe economy depends predominately on tourism and the offshore financial services sector. With beautiful beaches, good diving opportunities, and consistent moderate temperatures, the Turks and Caicos Islands are a popular tourist destination.\r\n",
- "flag": {
- "list": "/uploads/countries/TC/483d907f-2aeb-467f-a24d-5acfb09c7383_list_TC.jpg?v=63680415951",
- "main": "/uploads/countries/TC/483d907f-2aeb-467f-a24d-5acfb09c7383_main_TC.jpg?v=63680415951",
- "original": "/uploads/countries/TC/483d907f-2aeb-467f-a24d-5acfb09c7383_original_TC.jpg?v=63680415951"
}, - "flag_emoji": "🇹🇨",
- "geojson_url": null,
- "id": "483d907f-2aeb-467f-a24d-5acfb09c7383",
- "language": "English",
- "name": "Turks & Caicos Islands",
- "ne_bound_lat": 22.0016285,
- "ne_bound_lng": -71.05949989999999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "Travellers do not usually have any safety and security issues in the Turks and Caicos Islands (U.K.). However, petty crime, such as pickpocketing, does occur in busy tourist areas and transportation hubs. Reports of armed robbery also occur. Ensure your personal belongings are kept safe and avoid carrying large amounts of cash and valuables on your person or to the beach. Avoid secluded areas and empty beaches after dark, and do not leave drinks or food unattended.\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 21.1459922,
- "sw_bound_lng": -72.52069999999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:35Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Abu Dhabi",
- "center_lat": 23.424076,
- "center_lng": 53.847818,
- "country_code": "AE",
- "country_code_3": "ARE",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "AED",
- "currency_name": "Emirati dirham",
- "division_name": "Emirates",
- "emerg_numbers": [
- {
- "id": "6eda8bf2-acfe-4787-a075-8e39ba11cd4e",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The United Arab Emirates is a country of six states that merged in 1971 - Abu Dhabi, Ajman, Sharjah, Fujairah, Dubai, and Ummal Qaiwain, and joined by Ras al Khaimah in 1972. The UAE is located in the Middle East with coastline on the Gulf of Oman and the Persian Gulf, and bordering the countries of Oman, Saudi Arabia, Qatar, Iran and Pakistan. The population of about 5.6 million people is very diverse with about 80 percent of the population coming from countries other than the Emirates.\r\n\r\nThe government is a federation. The federal UAE government retains some powers, and the member emirates have a large degree of independence and retain other powers. A president is chief of state and a prime minister is head of government of the UAE. Each emirate has its own sheikh or king.\r\n\r\nThe UAE is a very modern country with a well-developed tourist infrastructure. The roads throughout the UAE are excellent. Dubai is building extensive public transportation systems, but there is little public transportation in the other emirates. Dubai International Airport has been listed as the busiest airport in the world. Travellers may be drawn to the modern city of Dubai, beaches, Hajar Mountains, Al Ain oases, and deserts.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/AE/69434fb7-293b-460c-9d92-5f539d382c7f_list_AE-ce12079c-dd7e-474b-a34d-5fcaa1895353.jpg?v=63680415973",
- "main": "/uploads/countries/AE/69434fb7-293b-460c-9d92-5f539d382c7f_main_AE-ce12079c-dd7e-474b-a34d-5fcaa1895353.jpg?v=63680415973",
- "original": "/uploads/countries/AE/69434fb7-293b-460c-9d92-5f539d382c7f_original_AE-ce12079c-dd7e-474b-a34d-5fcaa1895353.jpg?v=63680415973"
}, - "flag_emoji": "🇦🇪",
- "geojson_url": null,
- "id": "69434fb7-293b-460c-9d92-5f539d382c7f",
- "language": "Arabic",
- "name": "United Arab Emirates",
- "ne_bound_lat": 26.0765,
- "ne_bound_lng": 56.4395001,
- "region_name": "None",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area, tourist destination or developing country. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nSexual assault is rare but does happen. There have been reports of female expatriates being harassed by taxi drivers. There have been reports of females being sexually assaulted in underground pedestrian walkways.\r\n\r\nThe UAE is an Islamic country. Be respectful of Islamic traditions and culture and aware of cultural differences. Dress conservatively and modestly. Friendliness may be misinterpreted and bring unwanted attention or harassment.\r\n\r\nPublic displays of affection are not acceptable. Travellers have been jailed for kissing in public.\r\n\r\nSame sex relations and behaviour are criminalized and can bring severe penalties.\r\n\r\nThe UAE has a high rate of deaths by road accident. Drivers tend to speed and may not follow the rules of the road. It is illegal to drive with any alcohol intake whatsoever.\r\n\r\n",
- "sec_pol_unr": "Western nations warn citizens of the global threat of terrorist attack against westerners.",
- "sw_bound_lat": 22.6315138,
- "sw_bound_lng": 51.4723,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:35Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Yaounde",
- "center_lat": 7.369721999999999,
- "center_lng": 12.354722,
- "country_code": "CM",
- "country_code_3": "CMR",
- "created_at": "2017-10-30T00:58:03Z",
- "currency_code": "XAF",
- "currency_name": "Central African franc",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "6bc5215a-3578-4b41-84e0-31984dc85849",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "117"
}, - {
- "id": "77498488-a736-400f-8f4f-c8ce0516e3ad",
- "note": "",
- "order": 0,
- "typ": 92,
- "val": "112"
}, - {
- "id": "6531a0d8-c3f1-4911-be04-8c7a608a4dcc",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "118"
}
], - "facts": "The Republic of Cameroon is located in central western Africa. Cameroon's coastline constitutes part of the Gulf of Guinea and the Atlantic Ocean. The population is about 20,000,000 people.\r\n\r\nThe government is a republic and multiparty presidential regime with a president as chief of state elected by popular vote and a prime minister as head of government, appointed by the president.\r\n\r\nCameroon has some oil, but the economy depends on agriculture, and much is subsistence farming. The country lacks good infrastructure and travel can be difficult, except for a few good toll roads.\r\n\r\nNatural features of the country range from beaches to deserts, mountains, rainforests, and savannas. Cameroon contains some of Africa’s oldest rainforests.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CM/4f2570aa-7e7a-4884-8232-353263b21961_list_CM.jpg?v=63680415927",
- "main": "/uploads/countries/CM/4f2570aa-7e7a-4884-8232-353263b21961_main_CM.jpg?v=63680415927",
- "original": "/uploads/countries/CM/4f2570aa-7e7a-4884-8232-353263b21961_original_CM.jpg?v=63680415927"
}, - "flag_emoji": "🇨🇲",
- "geojson_url": null,
- "id": "4f2570aa-7e7a-4884-8232-353263b21961",
- "language": "English and French. Also spoken are 24 major African languages.",
- "name": "Cameroon",
- "ne_bound_lat": 13.083335,
- "ne_bound_lng": 16.1944081,
- "region_name": "municipality",
- "sec_areas": "Avoid travel to the Far North province; to within 40 kilometers of the border with Nigeria’s Adamawa state in Cameroon’s North and Adamaoua provinces; to within 40 kilometers of the borders with both Chad and the Central African Republic. \r\n\r\nAvoid all travel to the Bakassi Peninsula, a long-disputed area where there are violent incidents between the Cameroonian military and an unknown group. Carjacking, assaults, kidnappings, and armed banditry occur frequently in these areas.\r\n\r\n Travel in convoys of at least two vehicles and inform the local authorities of your presence. Carjacking, banditry, and kidnappings occur in this area. Overland travel in the isolated areas of the northern and eastern provinces of Cameroon is dangerous.\r\n\r\nAvoid all travel to the Bakassi Peninsula, the Gulf of Guinea, and the border areas, particularly with the Central African Republic, Chad and Nigeria’s Adamawa state. Violent incidents have occurred in these areas. The Bakassi Peninsula is a long-disputed area where there are violent incidents between the Cameroonian military and an unknown group. Carjacking, assaults, kidnappings, and armed banditry occur frequently in these areas.\r\n\r\nThe Boko Haram militant group has carried out deadly attacks in the Nigerian states of Adamawa, Borno and Yobe, and Nigeria has declared a state of emergency in these states. Attacks by the Boko Haram and the Nigerian military operations, as well as militants crossing into Cameroon have affected security in the neighbouring areas with Cameroon. Terrorist attacks have occurred.\r\n\r\nViolent crime in Cameroon is high, particularly in Yaoundé and Douala. Travellers should avoid the isolated and poorer areas of Yaoundé, including la Briquetterie, Mokolo, and Mvog-Ada.\r\n",
- "sec_emer_num": "Emergency services may be limited.\r\n\r\n",
- "sec_ext_viol": "The Boko Haram Islamist militant group have threatened Cameroon with attacks due to Cameroon’s joining a multinational force to fight the Boko Haram.",
- "sec_personal": "There is a high level of crime in this country, and travellers are advised to maintain a high degree of caution and vigilance. Armed theft and attacks are common, especially in cities and tourist areas and on rural highways. Do not resist thefts as they can quickly become violent. Petty theft, such as pickpocketing, occurs frequently in trains, buses, and taxis. There have been many reports of crime when using public transportation, including taxis. Use hotel shuttle services wherever possible.\r\n\r\nTravellers should not travel alone or after dark. Avoid travelling outside city limits after dark. Avoid showing signs of affluence, such as expensive jewelry or clothing. Avoid shopping on the street. Carry certified copies of identification and travel documents at all times, with originals kept in a safe place.\r\n\r\nAuthorities have banned the burqa in the Far North region. Also, local authorities have banned motorbikes at night and tinted windows in vehicles.\r\n",
- "sec_pol_unr": "Avoid any demonstrations and large public gatherings. These situations can rapidly escalate and become violent.",
- "sw_bound_lat": 1.6559,
- "sw_bound_lng": 8.3936001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:35Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kampala",
- "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "created_at": "2017-10-30T00:58:33Z",
- "currency_code": "UGX",
- "currency_name": "Ugandan shilling",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "14a4b03c-0698-48fb-a4ac-8195b401243f",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}
], - "facts": "The Republic of Uganda is located in East Africa, between Kenya and the Democratic Republic of the Congo. The population is about 34 million people.\r\n\r\nThe government is a republic. A president is chief of state and head of government and is elected by popular vote.\r\n\r\nUganda gained independence from Britain in 1962. The boundaries created by Britain combined areas with a wide range of ethnic groups with different cultures. Due to these differences, the political situation was unstable, leading to the dictatorship of Idi Amin. During his rule, there was breakdown of social order, the economy declined, and human rights violations were extensive. During the 1970s and 1980s, state-sponsored violence caused the killing of about a half million people. Since 1986, Uganda has had economic growth and has been comparatively peaceful. The human rights situation has improved significantly.\r\n\r\nIn northern Uganda, however, the government has struggled with civil war against the Lord's Resistance Army (LRA). The LRA has operated with the goal of overthrowing the Ugandan government and has murdered and mutilated people and kidnapped thousands of children to serve as child soldiers and slaves.\r\n\r\nUganda does not have a mature infrastructure for tourism. Travellers to Uganda can go on a gorilla safari, raft on the Nile River, and visit game reserves and national parks. Uganda is known for its populations of gorillas.\r\n\r\nStability has returned to most parts of the country. Nevertheless, travel to the north and northeast of Uganda is not advisable due to ongoing violence.",
- "flag": {
- "list": "/uploads/countries/UG/e99f8f73-2611-4fea-91df-3ec31b2f9d43_list_UG.jpg?v=63680415953",
- "main": "/uploads/countries/UG/e99f8f73-2611-4fea-91df-3ec31b2f9d43_main_UG.jpg?v=63680415953",
- "original": "/uploads/countries/UG/e99f8f73-2611-4fea-91df-3ec31b2f9d43_original_UG.jpg?v=63680415953"
}, - "flag_emoji": "🇺🇬",
- "geojson_url": null,
- "id": "e99f8f73-2611-4fea-91df-3ec31b2f9d43",
- "language": "English and Swahili",
- "name": "Uganda",
- "ne_bound_lat": 4.2186278,
- "ne_bound_lng": 35.0330489,
- "region_name": "municipality",
- "sec_areas": "Travel by road in the following areas is not recommended due to banditry and ethnic clashes: areas on the border with the Democratic Republic of the Congo; from Gulu via Atiak and Pakelle to Adjumani and to the Laropi ferry crossing to reach Moyo; to the West Nile sub-region of Arua and Nebbi; and to and within the Karamoja region (particularly the districts of Kotido, Nakapiripiriti, Katakwi, and Moroto).\r\n\r\nGorilla trekking tours that cross into eastern Democratic Republic of Congo are not recommended due to the extreme volatility and unpredictability the area.\r\n\r\nSame-sex relations and behaviours are not tolerated and are illegal in Uganda. Even public displays of affection between members of the same sex could lead to arrest and prison sentences.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "In the northern area of the country, armed conflicts have occurred with the on-going possibility of attacks by rebel groups, especially the Lord's Resistance Army (LRA). These groups pose a serious threat in the Adjumani, Gulu, Kitgum, Pader, Lira, and Apac districts. Although the government and the LRA signed a ceasefire in 2006 aimed at ending their armed conflict in the region, a peace agreement has yet to be concluded.\r\n\r\nMore recently, an armed Islamic group, Boko Haram, has been responsible for violent crimes, including bombing of churches, kidnappings, rape and home invasions.\r\n\r\nTravellers should be cautious around potential targets such as government security facilities, churches, mosques and other places of worship, locations where large crowds gather, such as hotels, clubs, beer parlours, restaurants, markets and shopping malls, and all other areas frequented by expatriates and foreign travellers.",
- "sec_personal": "Uganda has a high level of crime, therefore, avoid venturing away from tourist areas. Remain aware of your surroundings at all times, and avoid travelling after dark. Carjackings are relatively common, especially on the road from Entebbe Airport to Kampala. If travelling to Uganda by road, get information at border police stations regarding the security situation of the destinations you intend to visit.\r\n",
- "sec_pol_unr": "Political unrest and armed conflicts have occurred in many areas of the country. Riots and demonstrations have turned violent in the capital Kampala, and there have been deaths. Monitor the political situation and avoid large crowds and any demonstrations, particularly in urban areas.\r\n",
- "sw_bound_lat": -1.4823179,
- "sw_bound_lng": 29.573433,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:45Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bangui",
- "center_lat": 6.611110999999999,
- "center_lng": 20.939444,
- "country_code": "CF",
- "country_code_3": "CAF",
- "created_at": "2017-10-30T00:58:44Z",
- "currency_code": "XAF",
- "currency_name": "Central African CFA franc",
- "division_name": "Prefecture",
- "emerg_numbers": [
- {
- "id": "fc215a66-92e5-41cf-bdc4-9634202e55ea",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "117"
}, - {
- "id": "8a267a14-054f-489f-ab4f-0c559bd187c0",
- "note": "Gendarmerie",
- "order": 1,
- "typ": 99,
- "val": "2161-2200"
}
], - "facts": "The Central African Republic (CAR) is a landlocked country located in central Africa, south of Chad and Sudan and north of the Democratic Republic of the Congo. The population is about 5 million people. The government is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nThe CAR gained independence from France in 1960. The government has been unstable since that time. Described as a failed state, the CAR remains one of the least developed countries in the world. Human trafficking, children recruited for military use, as well as other human rights violations are large problems in the CAR. Recent violence and ethnic fighting have displaced thousands of people and some groups have warned of genocide. Despite a wealth of rich natural resources, political instability, corruption and ongoing violence keep this country one of the poorest in the world.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CF/a1757555-45dc-4dde-b5b5-05be3bb13b19_list_CF-6661c55f-6466-4408-a49b-153f0d6fe023.jpg?v=63680415969",
- "main": "/uploads/countries/CF/a1757555-45dc-4dde-b5b5-05be3bb13b19_main_CF-6661c55f-6466-4408-a49b-153f0d6fe023.jpg?v=63680415969",
- "original": "/uploads/countries/CF/a1757555-45dc-4dde-b5b5-05be3bb13b19_original_CF-6661c55f-6466-4408-a49b-153f0d6fe023.jpg?v=63680415969"
}, - "flag_emoji": "🇨🇫",
- "geojson_url": null,
- "id": "a1757555-45dc-4dde-b5b5-05be3bb13b19",
- "language": "French; Sangho commonly spoken",
- "name": "Central African Republic",
- "ne_bound_lat": 11.0179569,
- "ne_bound_lng": 27.4583049,
- "region_name": "Sub-prefecture",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "There is a very high risk of extreme violence in CAR.",
- "sec_personal": "The security situation in CAR is very unstable due to armed rebel activity, kidnapping, hostage-taking, banditry and general lawlessness. Armed robbery and theft occur regularly. There is a curfew in place from 8 pm to 5 am. Avoid carrying valuables. Do not walk alone at night.\r\n\r\nTravel by road is dangerous due to armed groups, robbery, and road blocks, both official and illegal. Roads are generally in very poor condition. During the wet season, some roads are impassable. If travelling outside the capital, Bangui, take supplies, including fuel.\r\n\r\nIf travelling outside of Bangui, check to see what restrictions may be in place for foreigners.\r\n\r\nAt the time of writing, there is no institution or government able to exercise authority outside Bangui. There is a very high risk of extreme violence in CAR.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 2.2208493,
- "sw_bound_lng": 14.4150981,
- "travel_status": 2,
- "updated_at": "2019-09-19T15:17:48Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Santo Domingo",
- "center_lat": 18.735693,
- "center_lng": -70.162651,
- "country_code": "DO",
- "country_code_3": "DOM",
- "created_at": "2017-10-30T00:58:04Z",
- "currency_code": "DOP",
- "currency_name": "Dominican peso",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5c047c8f-fe40-4f4e-8c9a-6ab542c8880f",
- "note": "For emergency fire and ambulance services in Samana",
- "order": 2,
- "typ": 98,
- "val": "+1-809-538-3763"
}, - {
- "id": "5fb2ec9d-afff-4ccc-8649-b04aeb85cfd2",
- "note": "For Santo Domingo, Santiago and the north coast (including Puerto Plata) ",
- "order": 0,
- "typ": 98,
- "val": "911"
}, - {
- "id": "b85b2cc6-aaf1-4b52-8553-67538182d261",
- "note": "English-speaking tourist police. For assistance and to file a police report.",
- "order": 3,
- "typ": 99,
- "val": "+1-809-200-3500"
}, - {
- "id": "0cd56e97-e5a2-48c4-8f28-1c9b5b42d9e6",
- "note": "For emergency fire and ambulance services in Punta Cana-Bavaro",
- "order": 1,
- "typ": 98,
- "val": "+1-809-455-1551 "
}
], - "facts": "The Dominican Republic is located in the Caribbean on the island of Hispaniola. Haiti occupies the eastern part of the island. The population is approximately 9.9 million people. Spanish is the official language, but both Spanish and English are taught in schools. The Euro and US dollar are commonly accepted especially in tourist areas.\r\n\r\nThe Dominican government is a democratic republic with a president as chief of state and head of government. The country has a close relationship with the United States. which is its main trading partner. The US dollar is commonly used in most commercial transactions. The economy depends mainly on the service sector, tourism, natural resources, and government services. Despite being recognized as one of the largest economies in the Caribbean, unemployment and income inequality remain problems for this country.\r\n\r\nChristopher Columbus reached this island in 1492 and established the first permanent European settlement in the Americas at Santo Domingo. Santo Domingo was the site of the first university, cathedral, and castle in the Western Hemisphere. The Dominican Republic is known for its all-inclusive beach resorts and has become the Caribbean's most popular tourist destination. The country is also known for its love of baseball, friendly and hospitable people, and for its music and dance, particularly the merenge.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/DO/56c9f6ed-4045-46f9-91fb-981220dd8d5b_list_DO.jpg?v=63680415931",
- "main": "/uploads/countries/DO/56c9f6ed-4045-46f9-91fb-981220dd8d5b_main_DO.jpg?v=63680415931",
- "original": "/uploads/countries/DO/56c9f6ed-4045-46f9-91fb-981220dd8d5b_original_DO.jpg?v=63680415931"
}, - "flag_emoji": "🇩🇴",
- "geojson_url": null,
- "id": "56c9f6ed-4045-46f9-91fb-981220dd8d5b",
- "language": "Spanish. English is also widely spoken.",
- "name": "Dominican Republic",
- "ne_bound_lat": 19.9786989,
- "ne_bound_lng": -68.25260010000001,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "",
- "sec_personal": "The Dominican Republic has a moderate crime rate. Violent crime against tourists rarely occurs in the Dominican Republic, however, petty crime, such as theft and pickpocketing, is common. Travellers should ensure their personal belongings, valuables, and travel documents are kept secure at all times, especially in urban areas. Thefts from resorts, hotel rooms, and hotel room safes can also occur. Travellers should avoid showing signs of affluence. Never leave personal belongings unattended on the beach. Thefts from checked baggage at airports can occur, as well as from carry-on luggage while travellers are going through security. Avoid packing valuables in your checked baggage.\r\n\r\nSwimmers should be aware that beaches may not have lifeguards or adequate safety equipment available, and strong undertows can be very dangerous in certain areas. Travellers should remain in well-marked and supervised areas, and visitors to beaches should avoid walking on deserted beaches after dark.\r\n\r\nNever accept drinks or food from strangers or casual acquaintances. Pay attention to how drinks are prepared and served, and never leave drinks unattended as there have been reports of female travellers being drugged. If a sexual assault or other crime occurs, the crime must be reported immediately as no criminal investigation is possible without a formal complaint to the Dominican authorities.\r\n\r\nThere is a high rate of road accidents in the Dominican Republic. Roads in the Dominican Republic are good overall. However, drivers may not follow standard rules of the road, and vehicles may not be in a good state of repair. Drinking and driving is a common problem. Avoid driving outside a main city at night.",
- "sec_pol_unr": "Political demonstrations and protests sometimes occur in the Dominican Republic, but rarely in tourist areas. Always avoid public gatherings and political protests in foreign countries as the situation can become violent without warning.",
- "sw_bound_lat": 17.3611001,
- "sw_bound_lng": -72.0075099,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:20:17Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Caracas",
- "center_lat": 6.42375,
- "center_lng": -66.58973,
- "country_code": "VE",
- "country_code_3": "VEN",
- "created_at": "2017-10-30T00:58:36Z",
- "currency_code": "VEF",
- "currency_name": "Bolivar fuerte",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "5aa9c257-3ac9-447d-ac2a-dad4b73a1df8",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "171"
}
], - "facts": "The Bolivarian Republic of Venezuela is located on the northern coast of South America, between Colombia and Guyana, and with coastline on the Caribbean Sea and North Atlantic Ocean. The population is approximately 28 million people.\r\n\r\nThe government is a federal republic. The chief of state and head of government is a president elected by popular vote.\r\n\r\nThe economy of Venezuela has been mainly dependent upon the petroleum sector, and this country has some of the world’s largest oil deposits. However, most people live in poverty, and there are large discrepancies between the rich and poor. The government has introduced education and welfare programs and health care programs that have benefited millions of the poorest citizens of Venezuela. Supporters of the current president believe the economic reforms have benefited the poor, while critics believe these policies have led to damage to the economy and high inflation.\r\n\r\nVenezuela is known for a rich diversity of wildlife and landscapes, including forests and jungles, mountains, rivers and waterfalls, plains and beaches. The world's highest waterfall, Angel Falls, is found in the Parque Nacional Canaima.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/VE/71cc7a18-4f6b-4c9e-b0a7-af75285cde98_list_VE.jpg?v=63680415957",
- "main": "/uploads/countries/VE/71cc7a18-4f6b-4c9e-b0a7-af75285cde98_main_VE.jpg?v=63680415957",
- "original": "/uploads/countries/VE/71cc7a18-4f6b-4c9e-b0a7-af75285cde98_original_VE.jpg?v=63680415957"
}, - "flag_emoji": "🇻🇪",
- "geojson_url": null,
- "id": "71cc7a18-4f6b-4c9e-b0a7-af75285cde98",
- "language": "Spanish",
- "name": "Venezuela",
- "ne_bound_lat": 12.6886,
- "ne_bound_lng": -59.805666,
- "region_name": "municipality",
- "sec_areas": "Travellers should avoid all travel to areas near the border with Colombia due to the border violence, drug trafficking, and the threat of kidnapping.\r\n\r\nAvoid all but necessary journey to the State of Táchira.\r\n\r\nLand borders are closed from 6:00 pm until 5:00 am to reduce smuggling.\r\n\r\n",
- "sec_emer_num": "Calls are answered in Spanish.",
- "sec_ext_viol": "",
- "sec_personal": "Travellers should maintain a high level of awareness of surroundings and of personal security due to crime. Venezuela has one of the highest crime rates in the world. Petty crime, such as pickpocketing and theft, is very common. Ensure personal belongings and travel documents are safe and out of sight at all times. To minimize risk of being targeted for theft, avoid showing signs of affluence and wealth, such as expensive jewellery, watches, etc. Violent crime, including murder and armed robbery, also occurs. Travellers should avoid walking or driving in isolated areas, especially after dark.\r\n\r\nPolice response and presence in some areas of Venezuela can be relatively poor.\r\n\r\nWomen, in particular, should be careful about accepting invitations or food and drinks from strangers. Rape is also a serious problem in Venezuela.\r\n\r\nBeware of criminals posing as police officers who demand fines. If confronted, travellers should pay the fine, but ask for the officer's name, badge number, and patrol car number and report the incident to your embassy.\r\n\r\nAirports and areas surrounding airports are considered dangerous. At the Maiquetia Airport in Caracas, corruption is rampant. There are reports of travellers being robbed as well as mugged.\r\n\r\n",
- "sec_pol_unr": "Demonstrations, road blocks, and national strikes are common due to ongoing political tensions. Avoid public gatherings and crowds as these situations can escalate and become violent without warning. Foreigners who appear to take sides related to a political situation can be deported.\r\n",
- "sw_bound_lat": 0.6475291,
- "sw_bound_lng": -73.35155809999999,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:17:51Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Harare",
- "center_lat": -19.015438,
- "center_lng": 29.154857,
- "country_code": "ZW",
- "country_code_3": "ZWE",
- "created_at": "2017-10-30T00:58:38Z",
- "currency_code": "ZWD",
- "currency_name": "Zimbabwe dollar suspended (see Facts below) ",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "b72898b9-bb83-4f30-ada0-b05bdba0d834",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "995"
}, - {
- "id": "cf5aa9d9-be21-4849-9e5a-96669455dfd8",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "999"
}, - {
- "id": "a04fe854-0cf6-4c03-8392-b13f717132b7",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "993"
}, - {
- "id": "163aabe1-e01e-4cc7-b600-07f5220a36af",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "994"
}
], - "facts": "The Republic of Zimbabwe (formerly known as the Republic of Rhodesia) is located in the southern part of Africa, between South Africa and Zambia. The population is approximately 12 million people. Although the official language is English, Shona (a Bantu language) and Ndebele (also a Bantu language) are also recognized.\r\n\r\nDue to severe inflation, the Zimbabwe dollar was suspended and a new currency has not yet been introduced. The government presently uses the South African Rand, the US dollar, and the British pound.\r\n\r\nThe government of Zimbabwe is a parliamentary democracy with a president as chief of state elected by popular vote and a prime minister as head of government.\r\n\r\nRecently, a power-sharing struggle developed between the current president and the prime minister after disputed elections. This situation led to civil unrest and the collapse of the country's economy with widespread poverty and unemployment. There have been reports of repression and human rights violations. Even though the economy is slowly improving, millions are still dependent on food aid, and disease outbreaks are common.\r\n\r\nZimbabwe's tourism sector has declined since 1999 due to the country's political and economic difficulties, and security for travellers remains uncertain. Nevertheless, Zimbabwe is rich in culture with sites such as the ruins of Great Zimbabwe, wildlife preserves, and the famous Victoria Falls on the border with Zambia.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ZW/113ce1ed-0a3e-4838-9b37-818f942b2d8f_list_ZW.jpg?v=63680415958",
- "main": "/uploads/countries/ZW/113ce1ed-0a3e-4838-9b37-818f942b2d8f_main_ZW.jpg?v=63680415958",
- "original": "/uploads/countries/ZW/113ce1ed-0a3e-4838-9b37-818f942b2d8f_original_ZW.jpg?v=63680415958"
}, - "flag_emoji": "🇿🇼",
- "geojson_url": null,
- "id": "113ce1ed-0a3e-4838-9b37-818f942b2d8f",
- "language": "English",
- "name": "Zimbabwe",
- "ne_bound_lat": -15.609319,
- "ne_bound_lng": 33.068236,
- "region_name": "municipality",
- "sec_areas": "Avoid travel in low income districts in cities like Harare and Bulawayo at any time.",
- "sec_emer_num": "Emergency response may be limited or delayed due to lack of resources.\r\n",
- "sec_ext_viol": "",
- "sec_personal": "There is a moderate level of crime in Zimbabwe. Muggings, theft, pickpocketing and other street crimes are very common. With respect to your personal safety, be cautious and always be aware of your surroundings, especially at night. Ensure all personal belongings are safe and out of sight at all times.\r\n\r\nThe safety and security situation is unstable, and tourists should travel with reputable organizations or groups. Robberies have occurred at national parks.\r\n\r\nNever make any derogatory or insulting comments about the president, a member of his government, or the Zimbabwean government itself, as such statements are a criminal offence.\r\n\r\nAvoid travelling alone or after dark. When driving, keep the doors locked and windows closed. Criminals sometimes target stopped cars. Be aware of your surroundings when driving. Try to avoid being caught at a traffic light. Be particularly vigilant along the road to Harare Airport and on the Masvingo-Beitbridge Road.\r\n\r\nDriving outside of cities after dark can be hazardous due to problems such as vehicles without lights, lack of adequate marking of roads, or animals that stray onto the road. Anyone driving longer distances should carry supplies and extra fuel.\r\n\r\nIf possible, avoid public transportation. Vehicles are badly maintained and often overcrowded, and drivers may not follow rules of the road.\r\n\r\nCooperate with the authorities and carry a photo of your passport and travel documents at all times. Both travellers and residents can be randomly detained.\r\n",
- "sec_pol_unr": "Political and union-linked protests are increasing in major cities. Avoid public gatherings and demonstrations as the situation can become escalate and become violent with little warning.",
- "sw_bound_lat": -22.4223538,
- "sw_bound_lng": 25.237368,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:20:27Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Port of Spain",
- "center_lat": 10.691803,
- "center_lng": -61.222503,
- "country_code": "TT",
- "country_code_3": "TTO",
- "created_at": "2017-10-30T00:58:32Z",
- "currency_code": "TTD",
- "currency_name": "Trinidad and Tobago dollar",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "452581d0-c0c1-4906-8745-b0be4b127c05",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "990"
}, - {
- "id": "2f9b5941-0f49-475e-9a8b-1044f0a8c198",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "990"
}, - {
- "id": "15500627-1811-43e0-90fe-9927d143c2e5",
- "note": "SCIEMS - private ambulance service",
- "order": 3,
- "typ": 99,
- "val": "694-2404"
}, - {
- "id": "6c2f460e-ac24-455c-aba0-12765f3ffe84",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "999"
}
], - "facts": "The Republic of Trinidad and Tobago is a nation of two islands northeast of Venezuela, between the Atlantic Ocean and the Caribbean Sea and with a population of about 1.2 million people. Although English is the official language, French, Spanish, and Hindi are also spoken.\r\n\r\nThe government is a parliamentary democracy with a president as chief of state and a prime minister as the head of government.\r\n\r\nDue to its oil and natural gas production, Trinidad and Tobago is one of the most prosperous countries in the Caribbean and enjoys a higher standard of living than many other countries in Latin America. The government is now planning to expand the tourism sector in Tobago.\r\n\r\nTrinidad and Tobago is well known for its annual carnival, soca music, calypso music, and steel-pan bands. Trinidad is more of an industrial island with less tourist infrastructure. Visitors to Tobago can enjoy the beaches, diving, coral reefs, and rainforests .\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/TT/ff052c53-2e24-47ea-a62b-2e2d49db9226_list_TT.jpg?v=63680415950",
- "main": "/uploads/countries/TT/ff052c53-2e24-47ea-a62b-2e2d49db9226_main_TT.jpg?v=63680415950",
- "original": "/uploads/countries/TT/ff052c53-2e24-47ea-a62b-2e2d49db9226_original_TT.jpg?v=63680415950"
}, - "flag_emoji": "🇹🇹",
- "geojson_url": null,
- "id": "ff052c53-2e24-47ea-a62b-2e2d49db9226",
- "language": "English",
- "name": "Trinidad & Tobago",
- "ne_bound_lat": 11.4004,
- "ne_bound_lng": -60.45089989999999,
- "region_name": "municipality",
- "sec_areas": "",
- "sec_emer_num": null,
- "sec_ext_viol": "",
- "sec_personal": "For Tobago:\r\n\r\nThere are high levels of crime in Tobago, including kidnapping. Always be alert and aware of your surroundings. Avoid showing signs of wealth and keep valuables out of sight to avoid being targeted. Avoid carrying large amounts of cash. Keep your belongings in sight at all times.\r\n\r\nEnsure that your accommodations have adequate security, particularly accommodations in isolated areas.\r\n\r\nCriminals have targeted beaches, both popular and isolated. Never walk alone in deserted areas day or night, including the beaches at Englishman’s Bay, King Peter’s Bay and Bacolet Beach unless with an organized group.\r\n\r\nFor Trinidad:\r\n\r\nThere is a high level of serious crime in Trinidad, including against tourists and expatriates. Exercise a high degree of caution. Always be alert and aware of your surroundings. Avoid showing signs of wealth, keep valuables and important documents secured, and avoid carrying large amounts of cash. Never walk in isolated or deserted areas.\r\n\r\nThere have been reports of robberies at tourist sites (day or night), including at Las Cuevas Beach, Maracas Beach, Fort George, the Pitch Lake, nightclubs, restaurants and other businesses, and in the parking areas of malls and supermarkets. Avoid Port of Spain at night. Tourists have been robbed at gunpoint.\r\n\r\nGang-related violent crime occurs in Trinidad, particularly in the neighbourhoods east of the centre of Port of Spain, Laventille, Morvant, and Barataria. Other areas to avoid are Sea Lots, Belmont, inside the Queen’s Park Savannah, and Lady Young Road.\r\n\r\nWhen driving at night, avoid any rest stops or scenic stops after dark.\r\n\r\nAvoid travel outside of populated areas at night. On the road to and from Piarco International Airport, particularly on the Beetham/Churchill Roosevelt Highway and the Lady Young Road, there have been fatal auto accidents due to bad driving. There have been reports of gangs following cars from the airport and attacking people when they reach their destination. Criminals sometimes place debris on the highway, including cars, to force drivers to stop. Travel with windows closed and doors locked.\r\n\r\nBook your taxis through a hotel or with reputable private taxis whose registration plates begin with “H.” Avoid using route taxis, maxi taxis, or shared taxis. Violent crime has occurred when these shared taxis stop to pick up additional passengers.\r\n\r\nExercise caution during festivals and carnival season. \r\n\r\nIt is illegal for civilians to wear army-style or camouflage clothing in Trinidad and Tobago.\r\n",
- "sec_pol_unr": "Avoid any demonstration or large public gathering since the situation can quickly and unexpectedly escalate and become violent.",
- "sw_bound_lat": 9.9930001,
- "sw_bound_lng": -61.9725001,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:18:04Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Panama City",
- "center_lat": 8.537981,
- "center_lng": -80.782127,
- "country_code": "PA",
- "country_code_3": "PAN",
- "created_at": "2017-10-30T00:58:19Z",
- "currency_code": "PAB",
- "currency_name": "Balboa",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "3caf2015-c410-445d-a9a6-4046b28b6b02",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "104"
}, - {
- "id": "d73082ee-8116-4d3e-923a-6bd3bef302ac",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "911"
}
], - "facts": "Panama is located in Central America, between Colombia and Costa Rica, bordering both the Caribbean Sea and the Pacific Ocean. The population is about 3.4 million, with about 1.3 million people living in Panama City. Although the official currency is the balboa, Panama uses the US dollar for paper currency.\r\n\r\nPanama is a republic with a constitutional democracy. A president is chief of state and head of government.\r\n\r\nThe Panama Canal has influenced the history and economy of Panama. An expansion of the canal has begun and is scheduled to be completed in 2014. Since 2006, Panama has seen an economic boom and has been one of the fastest growing economies in Latin America. Despite the economy's performance, about one-third of the people of Panama live in poverty..\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/PA/ce9847c7-45ba-4a2b-a318-215abc3a91ed_list_PA.jpg?v=63680415942",
- "main": "/uploads/countries/PA/ce9847c7-45ba-4a2b-a318-215abc3a91ed_main_PA.jpg?v=63680415942",
- "original": "/uploads/countries/PA/ce9847c7-45ba-4a2b-a318-215abc3a91ed_original_PA.jpg?v=63680415942"
}, - "flag_emoji": "🇵🇦",
- "geojson_url": null,
- "id": "ce9847c7-45ba-4a2b-a318-215abc3a91ed",
- "language": "Spanish",
- "name": "Panama",
- "ne_bound_lat": 9.7145001,
- "ne_bound_lng": -77.15848799999999,
- "region_name": "municipality",
- "sec_areas": "Avoid travel to remote areas of Darién Province and the areas along the Colombian border from the end of the Pan American Highway (southeast of Panama City) to the Colombian border. This includes parts of Darién National Park and tourist resorts in this area. Use air travel to reach these tourist areas and do not leave the protected resort areas. These areas are dangerous due to the risk of armed robberies, kidnappings and murder.\r\n\r\nAvoid the “Mosquito Coast” area along the north coast bounded by Boca de Rio Chiriquí on the west and Coclé Del Norte on the east and stretching inward from the coast for five kilometers. This area is dangerous due to drug trafficking and other illegal activities.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "Although most travellers do not have safety or security problems in Panama, however, there is a high level of criminal activity in this country. Remain alert to your surroundings and personal safety. Petty crime, such as pickpocketing and bag-snatching is common, especially at bus terminals, airports, and on public transportation in Panama City and Colon. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Do not carry large amounts of cash. Exercise caution when using automatic bank teller machines (ATMs). Avoid walking alone at night.\r\n\r\nThere have been reports of robberies in restaurants in areas in Panama City, such as Obarrio, San Francisco and El Cangrejo.\r\n\r\nMore serious crime, such as muggings and armed robbery, can occur throughout the country. Criminals using scams that gain the trust of the victim have targeted foreigners and then other gang members rob the victim. “Express kidnappings” have been reported, where victims are forced to withdraw money from an ATM and then are released.\r\n\r\nThe following areas tend to be high crime areas: El Chorrillo, San Miguel, Santa Ana, Cabo Verde, Curundu, Calidonia, Ancon, Veracruz Beach, Santa Librada, Rio Abajo, San Miguelito, Panama Viejo, Parque Soberania, Tocumen, and the Madden Dam Overlook in the Chagre National Park northeast of Panama City.\r\n\r\nUse only registered yellow taxi companies, and insist that your driver does not pick up additional passengers.\r\n\r\nRoads in Panama are generally good, but drivers may not follow rules of the road and auto accidents are frequent. \r\n",
- "sec_pol_unr": "Travellers should avoid political gatherings and demonstrations, which sometimes occur in Panama City, as they can become violent with little warning.\r\n",
- "sw_bound_lat": 7.0409,
- "sw_bound_lng": -83.05224109999999,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:17:58Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Bamako",
- "center_lat": 17.570692,
- "center_lng": -3.996166,
- "country_code": "ML",
- "country_code_3": "MLI",
- "created_at": "2017-10-30T00:58:44Z",
- "currency_code": "XOF",
- "currency_name": "West African CFA franc",
- "division_name": "Regions",
- "emerg_numbers": [
- {
- "id": "97578a3c-6a16-4676-bdb8-b0b8afcd9926",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "15"
}, - {
- "id": "02e71346-6f98-4408-9b9a-419bd52c8d99",
- "note": "",
- "order": 1,
- "typ": 98,
- "val": "18"
}, - {
- "id": "ca8ac04e-7c8f-431d-940e-8c9939d1b825",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "17"
}
], - "facts": "The Republic of Mali is a landlocked nation in western Africa, bordered by Algeria to the north and Côte d'Ivoire and Burkina Faso to the south. The population is about 16 million people. Although French is the official language, Bambara, Berber, and Arabic are widely spoken. The government is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nOne of the poorest nations, Mali struggles with political turmoil and armed conflict, drought, and land that is almost half Sahara desert.The area that is now Mali was part of a medieval Islamic centre for learning, art and trade. In 1904, after fierce resistance, the French colonised the area that became known as the French Sudan. In 1960, French Sudan gained independence and declared itself the Republic of Mali.\r\n\r\nSince the 1990s, the Tuareg people in the north have struggled for land and rights. In 2012, with weapons from Libya, ethnic militias began a rebellion in the northern region of Mali. The Malian military was taken by surprise and expelled, and Islamic militants took control. In 2013, the French military intervened and regained control of the area. In mid-2013, a democratic election took place and the president was re-elected. At the time of writing, ethnic violence continues in the region, and the security situation is fragile.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ML/318af9af-2cc3-4550-a7c9-c81482d20fa0_list_ML-8986fecf-d3fa-4b2d-92c5-54197898165d.jpg?v=63680415969",
- "main": "/uploads/countries/ML/318af9af-2cc3-4550-a7c9-c81482d20fa0_main_ML-8986fecf-d3fa-4b2d-92c5-54197898165d.jpg?v=63680415969",
- "original": "/uploads/countries/ML/318af9af-2cc3-4550-a7c9-c81482d20fa0_original_ML-8986fecf-d3fa-4b2d-92c5-54197898165d.jpg?v=63680415969"
}, - "flag_emoji": "🇲🇱",
- "geojson_url": null,
- "id": "318af9af-2cc3-4550-a7c9-c81482d20fa0",
- "language": "French",
- "name": "Mali",
- "ne_bound_lat": 25.001084,
- "ne_bound_lng": 4.2673828,
- "region_name": "Communes",
- "sec_areas": "",
- "sec_emer_num": "",
- "sec_ext_viol": "There is a high threat of terrorist attack in Mali, including kidnappings and bombings. If possible, avoid locations frequented by foreigners, such as crowded market or shopping areas, hotels, religious sites, and restaurants and bars. Avoid any location with poor security in place.",
- "sec_personal": "Due to the unstable, dangerous security situation and armed conflict, most countries advise citizens to avoid all travel to this country. There is a high risk of kidnapping, especially for Westerners. The areas in the north and border areas are particularly at risk for armed banditry. Your country’s embassy in Mali may be limited or lack the ability to provide support to citizens if needed.\r\n\r\nRoad travel can be dangerous. Night checkpoints operate from 21:00 (9 pm) until dawn. Road conditions can be bad, and drivers may not follow safe driving practices.",
- "sec_pol_unr": "",
- "sw_bound_lat": 10.147811,
- "sw_bound_lng": -12.2388849,
- "travel_status": 2,
- "updated_at": "2019-09-19T15:17:59Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Basse-Terre",
- "center_lat": 16.265,
- "center_lng": -61.55099999999999,
- "country_code": "GP",
- "country_code_3": "GLP",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "cantons",
- "emerg_numbers": [
- {
- "id": "d2e5c3be-a5f7-4354-a5ad-2406d8037be0",
- "note": "",
- "order": 3,
- "typ": 91,
- "val": "18"
}, - {
- "id": "82fe4f14-d2f5-4e9c-a2ac-580a0b4dc4e0",
- "note": "",
- "order": 2,
- "typ": 92,
- "val": "15"
}, - {
- "id": "df577bb6-87a3-48c7-b9ad-e7df1110626c",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "17"
}, - {
- "id": "35f2bc9e-f8ff-4efd-bf31-580ac4e45a79",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "Guadeloupe is an archipelago of islands in the Caribbean, in the Lesser Antilles. The two main islands are Basse-Terre and Grande-Terre, and the population is about 405,000 people. Guadeloupe became a French colony in 1635 and today is a French territory overseas and thus part of the European Union and the euro area.\r\n\r\nThe head of state is the French President and the head of government is President of its General Council. Guadeloupe sends deputies to the French National Assembly and senators in French Senate.\r\n\r\nTourism is a key component of the economy of Guadeloupe. Some attractions include Ilets Pigeon, a small island and nature reserve and underwater park Cousteau, known for some of the best diving and scuba diving. The National Park of Guadeloupe, Basse-Terre, is recognized as a UNESCO Biosphere Reserve. Travelers can enjoy tropical forests, beaches, and watersports.",
- "flag": {
- "list": "/uploads/countries/GP/8e1f6332-a905-4165-a073-c79618574728_list_GP-bc03e8bd-73b8-46cd-a23c-60f1a4e1b24a.jpg?v=63680415980",
- "main": "/uploads/countries/GP/8e1f6332-a905-4165-a073-c79618574728_main_GP-bc03e8bd-73b8-46cd-a23c-60f1a4e1b24a.jpg?v=63680415980",
- "original": "/uploads/countries/GP/8e1f6332-a905-4165-a073-c79618574728_original_GP-bc03e8bd-73b8-46cd-a23c-60f1a4e1b24a.jpg?v=63680415980"
}, - "flag_emoji": "🇬🇵",
- "geojson_url": null,
- "id": "8e1f6332-a905-4165-a073-c79618574728",
- "language": "French",
- "name": "Guadeloupe",
- "ne_bound_lat": 16.5572273,
- "ne_bound_lng": -60.9473,
- "region_name": "communes",
- "sec_areas": "",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Always be alert to your personal safety and security. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Do not accept drinks or food from strangers and never leave your drinks out of your sight.",
- "sec_pol_unr": "Protests or strikes can occur in Guadeloupe, usually due to labour issues and can disrupt transportation and other services. Always avoid public gatherings and demonstrations since even peaceful gatherings can become confrontational and violent.\r\n\r\n",
- "sw_bound_lat": 15.742032,
- "sw_bound_lng": -61.8468,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:18:06Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Cairo",
- "center_lat": 26.820553,
- "center_lng": 30.802498,
- "country_code": "EG",
- "country_code_3": "EGY",
- "created_at": "2017-10-30T00:58:06Z",
- "currency_code": "EGP",
- "currency_name": "Egyptian pound",
- "division_name": "governorates",
- "emerg_numbers": [
- {
- "id": "b920828d-5b3b-41b8-a2fe-850425db93ab",
- "note": "",
- "order": 1,
- "typ": 92,
- "val": "123"
}, - {
- "id": "7997a3a2-ad9c-4702-91a1-d1597c7735be",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "122"
}
], - "facts": "The Arab Republic of Egypt is located in northern Africa between Libya and the Gaza Strip. The country borders on the Mediterranean Sea and the Red Sea north of Sudan. Egypt's population is about 82 million people, the most populated country in the Middle East. Islam is the state religion and the country is predominantly Sunni Muslim.\r\n\r\nThe government of Egypt is a republic with a president as chief of state and a prime minister as head of government. Egypt experienced a revolution in 2011 that removed Hosni Mubarak, a dictator who had been in power for 30 years. The military assumed leadership until early 2012, when the presidential candidate for the Muslim Brotherhood won the election and a new constitution was approved. As of July 2013, after ongoing massive country-wide protests, another coup has taken place and an interim government is in place. The economy has suffered and the political situation remains unsettled.\r\n\r\nEgypt is one of the world's oldest civilizations, often called \"the cradle of civilisation.\" Egypt’s economy is diversified with tourism, agriculture, industry and services contributing almost equally. Visitors to Egypt can see the pyramids, the Sphinx and other ruins of its ancient civilizations, such as Thebes and Memphis, and the Valley of the Kings.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/EG/ab906486-b2d8-4ad0-a3c0-2ff771ced9ad_list_EG.jpg?v=63680415932",
- "main": "/uploads/countries/EG/ab906486-b2d8-4ad0-a3c0-2ff771ced9ad_main_EG.jpg?v=63680415932",
- "original": "/uploads/countries/EG/ab906486-b2d8-4ad0-a3c0-2ff771ced9ad_original_EG.jpg?v=63680415932"
}, - "flag_emoji": "🇪🇬",
- "geojson_url": null,
- "id": "ab906486-b2d8-4ad0-a3c0-2ff771ced9ad",
- "language": "Arabic. English and French are also widely spoken.",
- "name": "Egypt",
- "ne_bound_lat": 31.8122,
- "ne_bound_lng": 37.0569,
- "region_name": "region",
- "sec_areas": "Avoid all travel to the Governorate of North Sinai due to the significant increase in criminal activity.\r\n\r\nAvoid all but essential travel to the Governorate of South Sinai, with the exception of the Red Sea Resorts including those in the entire region of Sharm el Sheikh, Taba, Nuweiba and Dahab and St Catherine’s Monastery World Heritage Site.\r\n\r\nAvoid all but essential road travel between the Red Sea resorts or from the Red Sea resorts to St. Catherine’s Monastery approaching from the east, and transfers between the resorts and the airports of Taba and Sharm el Sheikh.\r\n\r\nIf travelling to coastal resorts, avoid road travel, and arrive and depart by air.\r\n",
- "sec_emer_num": "\r\n",
- "sec_ext_viol": "There is a threat of terrorism throughout Egypt. Terrorist attacks have occurred in the past throughout the country, including tourist locations. Travellers should remain vigilant, particularly around government facilities, religious buildings and public areas. \r\n",
- "sec_personal": "Many countries are advising travellers to avoid non-essential travel in Egypt except for Sharm El Sheikh, Hurghada, and the main tourist centres of Luxor and Aswan, due to the unpredictable security situation and continuing demonstrations throughout the country. Most tourist sites are open, but the situation across the country remains unpredictable and unsafe since January 2011 when demonstrations began. The police presence has reduced noticeably, and road travel is not recommended due to reports of unauthorized roadblocks.\r\n\r\nCrime has increased in Egypt and kidnappings and carjackings are much more common, even during daylight hours. Travellers are advised not to resist carjackers as they will typically leave the driver unharmed if the driver does not resist.\r\n\r\nPetty crime, such as pickpocketing, may also be on the rise. Ensure that valuables are out of sight, bags and backpacks are monitored at all times, and personal belongings are secure.\r\n\r\nSeek local advice if travelling to areas in the desert or the coast, specifically the Mediterranean shore, the Western Desert, the Sinai Peninsula, and the western shore of the Gulf of Suez due to the risk of unexploded landmines. Known minefields may be enclosed in barbed wire but are not marked by signs.\r\n",
- "sec_pol_unr": "There are frequent political demonstrations in Egypt which can escalate and turn violent without warning. Minimize safety risk by avoiding all public gatherings and demonstrations.",
- "sw_bound_lat": 21.9999999,
- "sw_bound_lng": 24.696775,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:18:06Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Djibouti City",
- "center_lat": 11.825138,
- "center_lng": 42.590275,
- "country_code": "DJ",
- "country_code_3": "DJI",
- "created_at": "2017-10-30T00:58:50Z",
- "currency_code": "DJF",
- "currency_name": "Djiboutian franc",
- "division_name": "Regions",
- "emerg_numbers": [
- {
- "id": "463bc1e0-55b5-4187-84f1-d2e9ba8b2081",
- "note": "",
- "order": 1,
- "typ": 91,
- "val": "18"
}, - {
- "id": "f6e68f3d-86d1-42ea-b9f4-15e06a55975d",
- "note": "",
- "order": 0,
- "typ": 90,
- "val": "17"
}
], - "facts": "The Republic of Djibouti is located in the Horn of Africa sharing borders with Eritrea, Ethiopia, Somalia, and with a coastline on the Gulf of Aden and the Red Sea. The government is a republic with a president as chief of state and a prime minister as head of government. Djibouti has very few natural resources or arable land. Much of the population of about 810,000 people is concentrated in the capital, Djibouti City.\r\n\r\nDjibouti gained independence from France in 1977. The country maintains close ties with France, and France keeps a sizeable military presence in the country. Djibouti’s economy is highly dependent on foreign aid and revenues from shipping taxes and fees. Because the country is located at the mouth of the Red Sea, this strategic location makes it a main shipping centre for the entire region.\r\n\r\nDjibouti has the potential to develop tourism. There are tourist facilities in Djibouti City, but outside the city, facilities are limited. Travellers can enjoy the picturesque landscapes of the country, the lakes, beaches, mountain ranges, and the Day Forest National Park.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/DJ/2907af9c-f6f1-4659-bc6b-8dbbcb2b4eee_list_DJ-97de2ee8-39f2-4aab-ab39-c58897b21d1e.jpg?v=63680415974",
- "main": "/uploads/countries/DJ/2907af9c-f6f1-4659-bc6b-8dbbcb2b4eee_main_DJ-97de2ee8-39f2-4aab-ab39-c58897b21d1e.jpg?v=63680415974",
- "original": "/uploads/countries/DJ/2907af9c-f6f1-4659-bc6b-8dbbcb2b4eee_original_DJ-97de2ee8-39f2-4aab-ab39-c58897b21d1e.jpg?v=63680415974"
}, - "flag_emoji": "🇩🇯",
- "geojson_url": null,
- "id": "2907af9c-f6f1-4659-bc6b-8dbbcb2b4eee",
- "language": "Arabic; French",
- "name": "Djibouti",
- "ne_bound_lat": 12.7136973,
- "ne_bound_lng": 43.4839,
- "region_name": "Districts",
- "sec_areas": "Avoid travel to the border area with Eritrea. There is a border dispute between Djibouti and Eritrea and armed conflict could occur.\r\n\r\nLand mines are common in the northern districts of Obock and Tadjoura and the southern district of Ali Sabeih. In 2012 a person was injured by a land mind near Lac Assal and Ghoubet. These areas are popular tourist destinations.\r\n\r\nSea travel is dangerous near Djibouti. There is a threat of piracy in the Gulf of Aden, and some travellers by sea have been kidnapped and killed.\r\n\r\n",
- "sec_emer_num": "",
- "sec_ext_viol": "Violent crimes against foreigners are rare in Djibouti.\r\n\r\nIn the past, the al Shabaab group has issued threats against Djibouti. Djibout and Western interests potentially could be targeted.\r\n\r\n",
- "sec_personal": "Most travellers have no trouble in Djibouti. However, petty crime, such as pickpocketing, bag snatching, or other theft does occur. Always be alert to your personal safety. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport. Avoid walking alone at night. Avoid isolated beach areas.\r\n\r\nAvoid travelling outside cities at night. Roads may not be adequate for night driving. Roads are poorly lit, and animals and livestock can be on the roads.\r\n\r\n",
- "sec_pol_unr": "While the political situation in Djibouti is largely stable, demonstrations can occur. In any country, avoid public demonstrations or protests, since these situations can escalate and turn violent unexpectedly.\r\n\r\n",
- "sw_bound_lat": 10.9319439,
- "sw_bound_lng": 41.759722,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:18:07Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Pyongyang",
- "center_lat": 40.339852,
- "center_lng": 127.510093,
- "country_code": "KP",
- "country_code_3": "PRK",
- "created_at": "2017-10-30T00:59:00Z",
- "currency_code": " KPW",
- "currency_name": "DPKR won",
- "division_name": "Province",
- "emerg_numbers": [
- {
- "id": "b27ee6e5-6af3-4f7b-ba34-fe6760948e54",
- "note": "General Dispatch",
- "order": 1,
- "typ": 98,
- "val": "119"
}, - {
- "id": "dc054d43-adec-441c-90ec-e9b979893f4d",
- "note": "General Dispatch",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Democratic People’s Republic of North Korea is located in East Asia and the northern half of the Korean Peninsula. North Korea shares borders with China, Russia, South Korea, and is flanked by the Korea Bay on the west and the Sea of Japan on the East. The estimated population of 25 million people is governed by a hereditary dictatorship, with a “supreme leader.” A legislative branch, the Supreme People’s Assembly, is led by a chairman and a cabinet that is led by the premier. \r\n\r\nFollowing the surrender of Japan at the end of World War II, the Korean Peninsula was divided into North Korea and South Korea. It was the Soviet-sponsored Provisional People’s Committee for North Korea, led by Kim Il-Sung, that eventually evolved into today’s hereditary dictatorship. In 1950, North Korea invaded South Korea, starting the Korean War. This war ended in 1953 with no peace agreement, and tension between the two countries remains high. North Korea’s isolationist policies continue to restrict economic growth, although the country has set up specially-designated regions to experiment with private capitalism.\r\n\r\nTourism within North Korea is severely restricted, and travellers are not allowed to tour independently. All tours are conducted under strict supervision from government-approved guides. Those who manage to secure a state-sanctioned tour will live a history lesson, as seen from North Korea, as well as a fascinating glimpse of a nearly-isolated society.",
- "flag": {
- "list": "/uploads/countries/KP/d3171b75-c2f0-41a2-83fe-83285a3f9aca_list_KP-f4fac3c1-b03c-4577-951c-818436797622.jpg?v=63680415998",
- "main": "/uploads/countries/KP/d3171b75-c2f0-41a2-83fe-83285a3f9aca_main_KP-f4fac3c1-b03c-4577-951c-818436797622.jpg?v=63680415998",
- "original": "/uploads/countries/KP/d3171b75-c2f0-41a2-83fe-83285a3f9aca_original_KP-f4fac3c1-b03c-4577-951c-818436797622.jpg?v=63680415998"
}, - "flag_emoji": "🇰🇵",
- "id": "d3171b75-c2f0-41a2-83fe-83285a3f9aca",
- "language": "Korean",
- "name": "North Korea",
- "ne_bound_lat": 43.01159,
- "ne_bound_lng": 130.6990167,
- "region_name": "Counties",
- "sec_areas": "",
- "sec_emer_num": "Operators speak Korean. Some may speak Russian, English or Chinese.",
- "sec_ext_viol": "",
- "sec_personal": "Crime against foreigners is relatively rare in North Korea. However, travellers should be aware that petty crime does occur, particularly at Pyongyang airport and in markets. Valuables should be kept out of sight and backpacks and bags watched at all times. Ensure your personal belongings and travel documents are kept in a secure place.\r\n\r\nWhile in North Korea, do not share or express your political views to others. Any action that could be interpreted as disrespectful towards the North Korean government may be sufficient cause for imprisonment. \r\n\r\nForeigners are not permitted to use the local currency. Cash payments can be made with the Euro (most widely-accepted), US dollar and Chinese RMB. Be sure to carry sufficient funds, as travellers cheques and credit cards are not accepted, and ATM services are generally unavailable. Carry plenty of small denominations, as foreign currency is typically converted on site. It may be difficult to obtain change if large denominations are used.\r\n\r\nTravellers in North Korea are not allowed to tour the country independently. To avoid the risk of imprisonment, travellers should remain with their government-approved tour guides at all times. \r\n\r\nRecently foreign nationals have been detained and prevented from leaving the country. The risk of being detained could increase if the political situation deteriorates.\r\n",
- "sec_pol_unr": "While the Korean War ended in 1953, tensions in the Korean Peninsula remain high. The overall political situation in North Korea is unstable and tensions could escalate with little warning. \r\n\r\nWhile foreigners have access to international satellite TV channels in their hotels, such access could be eliminated in the event of a crisis. Civil unrest, internal instability and/or an escalation of tensions on the Korean Peninsula could arise rapidly, without information on developments being available from within North Korea. ",
- "sw_bound_lat": 37.5892001,
- "sw_bound_lng": 124.1718463,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:20:18Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Jakarta",
- "center_lat": -0.789275,
- "center_lng": 113.921327,
- "country_code": "ID",
- "country_code_3": "IDN",
- "created_at": "2017-10-30T00:58:08Z",
- "currency_code": "IDR",
- "currency_name": "Rupiah",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "904e16d5-4718-40c4-9709-98f84a452726",
- "note": "",
- "order": 3,
- "typ": 92,
- "val": "118"
}, - {
- "id": "4e78b36b-0b18-49cb-a395-1bd401304445",
- "note": null,
- "order": 0,
- "typ": 98,
- "val": "112"
}, - {
- "id": "dda874a4-be55-4c16-8e8a-3695dd35ea79",
- "note": "",
- "order": 1,
- "typ": 90,
- "val": "110"
}, - {
- "id": "d2e2ae87-cd92-4abb-952b-1cf3cb096a30",
- "note": "",
- "order": 2,
- "typ": 91,
- "val": "113"
}
], - "facts": "The Republic of Indonesia, located in Southeast Asia, is an archipelago of 17,508 islands, between the Indian Ocean and the Pacific Ocean. The population is around 245 million people.\r\n\r\nThe government is a republic with a president as both chief of state and head of government, and the president is elected by popular vote.\r\n\r\nIndonesia is a country with the world's largest Muslim population. The country is noted for its distinct ethnic, linguistic, and religious groups. The Javanese are the largest, most politically dominant ethnic group. Indonesia has a high level of biodiversity supported by vast unexplored areas of wilderness. Although the country is rich in natural resources, poverty is widespread.\r\n\r\nIndonesia encourages tourism and visitors can see rice fields, volcanoes, many beaches, jungles in Sumatra, Kalimantan and Papua with large numbers of monkeys, sun bears, leopards, orangutans and marsupials and untouched islands.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/ID/6350e4fd-dfae-4125-a009-7183883d1f75_list_ID.jpg?v=63680415935",
- "main": "/uploads/countries/ID/6350e4fd-dfae-4125-a009-7183883d1f75_main_ID.jpg?v=63680415935",
- "original": "/uploads/countries/ID/6350e4fd-dfae-4125-a009-7183883d1f75_original_ID.jpg?v=63680415935"
}, - "flag_emoji": "🇮🇩",
- "geojson_url": null,
- "id": "6350e4fd-dfae-4125-a009-7183883d1f75",
- "language": "Indonesian",
- "name": "Indonesia",
- "ne_bound_lat": 6.216999899999999,
- "ne_bound_lng": 141.0425,
- "region_name": "municipality",
- "sec_areas": "Sporadic ethnic and religious tensions in areas of Indonesia have resulted in violence and civil unrest. Travellers should avoid the areas of Maluku and Central Sulawesi, particularly Palu, Poso and Tentena, due to religious tensions between Christian and Muslim groups resulting in violent incidents and conflict.\r\n\r\nTravellers should exercise extreme caution in Papua due to the risk of violence in response to political tensions. Note that permits are required to travel to Papua. Entry regulations and permission to remain in Papua may change at any time, so travellers should seek local advice on their travel plans to this area.\r\n\r\nKidnapping and other criminal activity targeting foreigners have occurred in some areas, including Aceh, East Kalimantan and Papua. Travellers should be aware of this risk and only travel to Aceh with a well-established and reputable organization. Extreme caution should be maintained at all times and in all places in Aceh. Sharia law is enforced in parts of Aceh by religious police. Travellers should ensure their behaviour does not offend local sensitivities.\r\n",
- "sec_emer_num": "Response to emergency calls and services may be limited. It may be more expedient to go directly to a police station or hospital for service.",
- "sec_ext_viol": "There is a risk of attacks by Islamist extremists. Indonesian authorities continue to disrupt activities and planning by extremists.",
- "sec_personal": "Travellers should maintain a high level of personal awareness in Indonesia due to fatal terrorist attacks in recent years in, both Bali and Jakarta. Counterterrorism measures have reduced the risk of terrorism, however, the potential for violent incidents remains. High-profile Western facilities or businesses can be potential terrorist targets. Travellers should exercise caution when choosing accommodations, places of worship, shopping areas, restaurants, clubs and other tourist facilities, and be aware of the facilities’ security level.\r\n\r\nLandslides and flooding can occur with little warning in Indonesia, especially in remote areas where extensive deforestation is common. These incidents have led to numerous fatalities and extensive destruction of property. Travellers should monitor regional weather forecasts and follow warnings issued by local authorities.\r\n\r\nIndonesia has strict drug laws and severe penalties for drug offences. In January 2015, six people, including foreigners, were executed on various drug charges, including attempting to smuggle drugs out of Indonesia.\r\n\r\nWomen travellers, in particular, should be aware that the Aceh Province, located at the northern end of Sumatra, implements Islamic law and is the only province implementing Islamic law. As an effort to reduce sexual violence, this province has banned women from entertainment venues, such as internet cafes, tourist sites, sports facilities after 23:00 (11:00 pm) unless accompanied by a husband or male family member. Women travellers should be aware that the province's morality police could detain a woman for being in an entertainment venue after 23:00 (11 pm).\r\n\r\nAlso, unmarried men and women are banned from riding together on a motorbike in one of the districts of Aceh Province. Women are only allowed to ride motorbikes sidesaddle.",
- "sec_pol_unr": "Large and occasionally violent protests have occurred in the past. Travellers should avoid all such demonstrations and gatherings, monitor local news, and follow the advice of local authorities.\r\n",
- "sw_bound_lat": -11.1082999,
- "sw_bound_lng": 94.7351,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:18:07Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Helsinki",
- "center_lat": 61.92410999999999,
- "center_lng": 25.7481511,
- "country_code": "FI",
- "country_code_3": "FIN",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "EUR",
- "currency_name": "Euro",
- "division_name": "Municipality",
- "emerg_numbers": [
- {
- "id": "3037eca6-708d-4b9a-a674-dc5220b55459",
- "note": "",
- "order": 0,
- "typ": 98,
- "val": "112"
}
], - "facts": "The Republic of Finland is located in northern Europe, shares borders with Estonia, Russia, Sweden and Norway, and has a coastline on the Gulf of Finland. The population is about 5.3 million people. The government is a republic with a president as chief of state and a prime minister as head of government. Finland has been ruled by Sweden and later by Russia. Although Finland achieved independence in 1917, Russia continued to exert control until the collapse of the Soviet Union in 1989. Finland became a full member of the Economic Union in 1995.\r\n\r\nFinland was the first country in the world where women gained political rights equal to men and the first country in Europe where women gained the right to vote in 1906.\r\n\r\nFinland’s economy was mainly agrarian until the 1950s. Now, the country has a modern industrialized economy with a broad-based social welfare system. Finland ranks very high in standard of living, health, education, and quality of life.\r\n\r\nTourism is highly developed with widely available tourist facilities. With about two-thirds of the country in forests and lakes and with 37 national parks, there are many outdoor activities available for travellers.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/FI/d4eed044-af86-4faa-a1a4-dacdcb66d061_list_FI-3a8df3f6-7001-4cde-8f5f-e0464426d5f5.jpg?v=63680415979",
- "main": "/uploads/countries/FI/d4eed044-af86-4faa-a1a4-dacdcb66d061_main_FI-3a8df3f6-7001-4cde-8f5f-e0464426d5f5.jpg?v=63680415979",
- "original": "/uploads/countries/FI/d4eed044-af86-4faa-a1a4-dacdcb66d061_original_FI-3a8df3f6-7001-4cde-8f5f-e0464426d5f5.jpg?v=63680415979"
}, - "flag_emoji": "🇫🇮",
- "geojson_url": null,
- "id": "d4eed044-af86-4faa-a1a4-dacdcb66d061",
- "language": "Finnish and Swedish",
- "name": "Finland",
- "ne_bound_lat": 70.0922932,
- "ne_bound_lng": 31.5870999,
- "region_name": "Region",
- "sec_areas": "",
- "sec_emer_num": "\r\n\r\n",
- "sec_ext_viol": "",
- "sec_personal": "The crime rate is low in this country, and most travellers have no trouble. However, petty crime, such as pickpocketing, bag snatching, or other theft can occur in any crowded area or tourist destination. Keep valuables secured and out of sight. Safeguard your important documents, such as your passport.\r\n\r\n",
- "sec_pol_unr": "",
- "sw_bound_lat": 59.693623,
- "sw_bound_lng": 20.4565002,
- "travel_status": 0,
- "updated_at": "2019-09-19T15:19:59Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "Kinshasa",
- "center_lat": -4.4419311,
- "center_lng": 15.2662931,
- "country_code": "CD",
- "country_code_3": "COD",
- "created_at": "2017-10-30T00:58:39Z",
- "currency_code": "CDF",
- "currency_name": "Congolese franc",
- "division_name": "province",
- "emerg_numbers": [
- {
- "id": "0a9d1686-b63e-4290-b145-fcd9fffa01a8",
- "note": "Kinshasa only",
- "order": 0,
- "typ": 90,
- "val": "112"
}, - {
- "id": "6fcb1383-2776-4e04-84d7-13b44903f053",
- "note": "Police Intervention Rapide (PIR) - Serious criminal activity only",
- "order": 1,
- "typ": 90,
- "val": "099-991-0462"
}
], - "facts": "The Democratic Republic of the Congo (DRC) is located in central Africa north of Angola and Zambia and is the second largest country in Africa. The population is about 75.5 million people. Although French is the official language, Swahili, Lingala, Kikongo, and Tshiluba are also recognized national languages. The government of the DRC is a republic with a president as chief of state and a prime minister as head of government.\r\n\r\nThe DRC was at the centre of Africa’s so-called world war, which left the country devastated. Although the war ended in 2003, the UN peacekeeping force continues to monitor the unstable and volatile security situation. In early 2013 the UN was able to secure an agreement to end the rebellion in eastern areas of the country.\r\n\r\nThe infrastructure of the DRC has been badly damaged and socioeconomic conditions are bleak. However, the country is rich in agricultural and mineral resources and has the potential to be one of the richest countries in Africa. With national parks and wildlife, there is huge potential for tourism in the future in the DRC.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/CD/57fed5c2-560a-4308-872b-6e40972ee4a7_list_CD.jpg?v=63680415964",
- "main": "/uploads/countries/CD/57fed5c2-560a-4308-872b-6e40972ee4a7_main_CD.jpg?v=63680415964",
- "original": "/uploads/countries/CD/57fed5c2-560a-4308-872b-6e40972ee4a7_original_CD.jpg?v=63680415964"
}, - "flag_emoji": "🇨🇩",
- "geojson_url": null,
- "id": "57fed5c2-560a-4308-872b-6e40972ee4a7",
- "language": "French",
- "name": "Democratic Republic of the Congo - Kinshasa",
- "ne_bound_lat": -4.293241099999999,
- "ne_bound_lng": 15.4694102,
- "region_name": "district",
- "sec_areas": "Due to unpredictable safety and security, do not travel to the provinces of Kasaï, Kasaï Central, Kasaï Oriental, Bas-Uélé, Haut-Uélé, Haut Lomami, Ituri, North Kivu, South Kivu, Maniema and Tanganyika, areas to the west and east of Kananga including Tshikapa and Mwene-Ditu, and within 50km of the border with the Central African Republic and South Sudan and within a 100 kilometre radius of the town of Kananga.\r\n\r\nAvoid unnecessary travel to the cities of Goma and Bukavu and to the districts of N’djili and Kimbanseke in Kinshasa.",
- "sec_emer_num": "There is no country-wide emergency number.\r\n\r\nEmergency response may be inconsistent, and police have few resources. Remote areas may have no emergency services.\r\n\r\n\r\n",
- "sec_ext_viol": "There is a high level of crime and ongoing armed conflict in eastern DRC. There is a high risk of violent crime and kidnapping in the DRC, including the risk of kidnapping aid workers. ",
- "sec_personal": "Overall, the security situation is unstable and unpredictable in the DRC, and there is a high rate of crime and violent robbery. Risk increases after dark. Foreigners are sometimes the victims of street crime and armed robbery, especially in Kinshasa. Never walk alone day or night. Avoid showing signs of wealth, and keep valuables out of sight. Safeguard your important documents, such as your passport. Do not carry large sums of cash.\r\n\r\nThere is a risk of carjackings and vehicle theft so keep windows and doors closed and locked at all times. Stay on main roads and never park in unsupervised areas. Road travel can be hazardous due to poorly maintained vehicles, roads in poor condition, and drivers not adhering to rules of the road.\r\n\r\nPolice have few resources, are poorly trained, and can be corrupt. DRC security forces may solicit bribes from foreigners. There are reports that roadblocks are sometimes set up, especially at night, and foreign nationals have been arbitrarily arrested. Security personnel may attempt to detain foreigners and bribe them in exchange for their release.\r\n\r\nThere have been reports of robberies by gangs of street children.\r\nThere is no reliable transportation infrastructure in the DRC, including road, rail, or air carriers certified in the DRC.\r\n\r\nYou can be detained for taking pictures of government buildings. When passing a government installation during the raising or lowering of the DRC flag (about 7:30 am and 6:00 pm daily), pedestrians and traffic must stop. Anyone failing to stop can be detained.\r\n\r\nBe aware that you could be arrested, detained or deported for activities that might not be considered crimes in your country of origin.",
- "sec_pol_unr": "Violent political and ethnic demonstrations have occurred, and people have been killed. To minimize safety risk, avoid all areas of public gatherings and protests and be particularly vigilant and cautious during periods of civil unrest.",
- "sw_bound_lat": -4.5093664,
- "sw_bound_lng": 15.1760791,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:18:13Z"
}, - {
- "banner": {
- "large": "/images/country_banner/missing_large.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "small": "/images/country_banner/missing_small.jpg"
}, - "capital": "El Aaiún",
- "center_lat": 24.215527,
- "center_lng": -12.885834,
- "country_code": "EH",
- "country_code_3": "ESH",
- "created_at": "2017-10-30T00:58:54Z",
- "currency_code": "MAD; DZD; MRO",
- "currency_name": "Moroccan dirham; Algerian dinar; Mauritanian ouguiya",
- "division_name": "Provinces",
- "emerg_numbers": [ ],
- "facts": "Western Sahara is a disputed territory located in northern Africa on the Atlantic Ocean. The territory shares borders with Morocco, Algeria, and Mauritania. The legal status of the Western Sahara has been a long-disputed issue between Morocco and the Algerian-backed Polisario Front. Morocco controls the west and the Polisario Front (the Sahrawi Arab Democratic Republic) controls the east. The population of the territory is about 250,000 people.\r\n\r\nThe area became a Spanish province in 1934 and was known as Spanish Sahara. In the early 1970s, the nomadic group, the Saharawis, began a guerrilla insurgency against colonialism; and in 1973, the Polisario Front set itself up as the representative of the Saharan people. In 1976 Spain withdrew. The Polisario Front proclaimed the Western Sahara’s independence. Morocco and Mauritania also laid claim to the territory.\r\n\r\nThe guerrilla war ended in 1991. The United Nations made efforts toward a referendum to give the people a chance to choose between independence or integration into Morocco. Due to disagreement on voter eligibility and other issues, the referendum has never taken place.\r\n\r\nMorocco has established a heavy security presence in this territory. Some neighbouring countries recognise the Sahrawi Arab Democratic Republic, and others recognise Moroccan sovereignty. At the time of writing, Western Sahara is listed by the United Nations as a Non-Self-Governing Territory. The flag shown is that of the Sahrawi Arab Democratic Republic.\r\n\r\n",
- "flag": {
- "list": "/uploads/countries/EH/2fffea3f-4d3d-4f6a-8757-3d8b56a89864_list_EH-cee504ab-eb9e-4417-9dca-e2d0702473f4.jpg?v=63680415980",
- "main": "/uploads/countries/EH/2fffea3f-4d3d-4f6a-8757-3d8b56a89864_main_EH-cee504ab-eb9e-4417-9dca-e2d0702473f4.jpg?v=63680415980",
- "original": "/uploads/countries/EH/2fffea3f-4d3d-4f6a-8757-3d8b56a89864_original_EH-cee504ab-eb9e-4417-9dca-e2d0702473f4.jpg?v=63680415980"
}, - "flag_emoji": "🇪🇭",
- "geojson_url": null,
- "id": "2fffea3f-4d3d-4f6a-8757-3d8b56a89864",
- "language": "Arabic",
- "name": "Western Sahara",
- "ne_bound_lat": 27.7223999,
- "ne_bound_lng": -8.667525,
- "region_name": "Districts",
- "sec_areas": "",
- "sec_emer_num": "Western Sahara has no police force or emergency services.\r\n\r\n",
- "sec_ext_viol": "Due to the French military intervention in Mali, there is a threat of retaliatory terrorist attacks against Western interests.\r\n\r\nKidnapping is a risk in remote and border areas.\r\n\r\n",
- "sec_personal": "Be vigilant to personal safety and security when travelling in Western Sahara.\r\n\r\nThere have been reports of banditry and of people being robbed when giving local people rides. Officials advise against picking up hitchhikers.\r\n\r\nThe area between the Mauritanian police checkpoint and the Moroccan security wall has been reported to be dangerous. Be particularly vigilant if travelling in this area.\r\n\r\nThere are thousands of unexploded land mines in Western Sahara. Avoid driving off main roads. Remain in official tourist areas. The area near the Moroccan security wall is surrounded by land mines. If travelling in Western Sahara, get advice from local authorities and hire only official guides.\r\n\r\n",
- "sec_pol_unr": "Demonstrations occur regularly. Always avoid public demonstrations or protests, since these situations can escalate and turn violent unexpectedly.\r\n\r\n",
- "sw_bound_lat": 20.427,
- "sw_bound_lng": -17.4573001,
- "travel_status": 1,
- "updated_at": "2019-09-19T15:20:01Z"
}
]
Get Country
Returns a country based on id or iso country code.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Example: TW Sitata country identifier or 2 character country code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept-Language | string Example: ru |
Responses
Response samples
- 200
{- "updated_at": "2018-07-20T19:56:07.009418Z",
- "travel_status": 0,
- "sw_bound_lng": -73.982817,
- "sw_bound_lat": -34.0891,
- "sec_pol_unr": "Protests and demonstrations occur frequently in Brazil, and in some cases, have turned violent. To minimize safety risk, avoid all public gatherings and demonstrations due to unpredictability of these situations.",
- "sec_personal": "Crime rates in Brazil are high. Violent crime, including the use of firearms, can occur anywhere, particularly in cities, such as Rio de Janeiro, Recife, Salvador, and São Paolo. Tourists can be targeted, and robberies can be violent. If robbed, hand over all your valuables and do not attempt to resist. Be particularly vigilant in areas outside the south side of Rio de Janeiro, as well as in areas around the Rodoviaria (bus station). Crime levels in shantytowns (favelas) are extremely high.\r\n\r\nPetty crime, such as pickpocketing, is common in Brazil, particularly in crowded, public areas. Ensure your personal belongings, valuables, and travel documents are kept secure at all times. To minimize risk, avoid showing signs of affluence, such as expensive jewelry and clothing. Avoid walking alone after dark, especially in poorly lit and isolated areas. Be cautious with recent acquaintances offering help, friendship, or hospitality.\r\n\r\nKidnappings where victims are forced to withdraw money from automated banking machines (ABMs) occur throughout the country. Some ATMs have an anti-theft system that marks notes with pink ink if the machine has been tampered with. If you receive cash marked with pink ink, immediately take your receipt and cash into the bank for an exchange. \r\n\r\nThere have been reports of people being robbed when using unregistered taxis or on public buses. Use registered taxis that display a photographic license.\r\n\r\nSexual assault against foreigners can occur. Female travellers should be cautious and never accept rides or food and drink from strangers or casual acquaintances.\r\n\r\nTour companies and city police cannot guarantee your safety if you enter a favela.\r\n\r\nDrink spiking has been reported. Do not accept drinks or food from strangers and never leave your drinks out of your sight.\r\n\r\nTheft is common on beaches. Always avoid isolated areas on or around beaches. Do not carry valuables or important documents, such as passports, to a beach.\r\n\r\nCarjackings do occur. Remain vigilant in your car with windows up and doors locked. Be especially careful at traffic lights, particularly at night. Have your keys in hand and ready when you are approaching your car. Keep valuables out of sight since theft from cars is common.\r\n\r\nBrazilian authorities require all individuals to carry identification with them at all times, particularly passport and visa documentation for travellers. If possible, travellers should lock their personal documents in a secure hotel safe and carry photocopies of their identification with them.\r\n",
- "sec_ext_viol": "",
- "sec_emer_num": "",
- "sec_areas": "Drug trafficking occurs along border areas, such as the states of Amazonas, Acre, Mato Grosso, and Rondônia, making these areas dangerous to tourists.\r\n\r\n",
- "region_name": "municipality",
- "ne_bound_lng": -28.650543,
- "ne_bound_lat": 5.2717863,
- "name": "Brazil",
- "language": "Portuguese",
- "id": "f278992a-4866-4f8a-9f97-42871e4b1a55",
- "geojson_url": null,
- "flag": {
}, - "facts": "The Federative Republic of Brazil is Latin America's largest country and the world's fifth largest country, located on the east coast of South America. It is bordered by the Atlantic Ocean on the east, stretching from Venezuela in the north to Uruguay in the south, and west as far as Peru and Bolivia. The population is about 191,000,000 people.\r\n\r\nThe government is a federal republic with a federal district and 26 states. The head of state and head of government is a president.\r\n\r\nMost Brazilians are now middle class, and the strong and developing economy is said to be the largest in South America. Brazil is geographically diverse with beaches, tropical islands, forests, wetlands, mountains, savannahs, and jungles. As a tourist destination, Brazil is known for the Carnaval in Rio de Janeiro, Ipanema Beach, colonial towns, and many other beaches and water sports.\r\n\r\n",
- "emerg_numbers": [
- {
- "val": "190",
- "typ": 90,
- "order": 0,
- "note": "",
- "id": "379308d9-a3af-4a6c-a963-cae2309cd737"
}, - {
- "val": "192",
- "typ": 92,
- "order": 1,
- "note": "",
- "id": "df57893e-2b5e-420c-a4a9-99452d75bd02"
}, - {
- "val": "193",
- "typ": 91,
- "order": 2,
- "note": "",
- "id": "e73a8bca-dc2a-44d9-8855-ce1e47938594"
}, - {
- "val": "128",
- "typ": 90,
- "order": 3,
- "note": "Mercosul area emergency number",
- "id": "cb8be862-9204-4936-8961-e569b3d3ae0a"
}
], - "division_name": "province",
- "currency_name": "Real",
- "currency_code": "BRL",
- "created_at": "2018-02-01T21:01:13.130640Z",
- "country_code_3": "BRA",
- "country_code": "BR",
- "center_lng": -51.92528,
- "center_lat": -14.235004,
- "capital": "Brasilia",
- "banner": {
- "small": "/images/country_banner/missing_small.jpg",
- "original": "/images/country_banner/missing_original.jpg",
- "medium": "/images/country_banner/missing_medium.jpg",
- "large": "/images/country_banner/missing_large.jpg"
}
}
Get Country Travel Status
Returns a limited set of country information including the id and travel status. Will return a list of country divisions that have a travel status not equal to the country status. Will return a list of country regions that have a travel status not equal to their country division status.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "travel_status": 1,
- "regions": [
- {
- "travel_status": 1,
- "name": "F.A.T.A.",
- "id": "b27227f3-127b-41aa-87f0-7e248ca74807",
- "geojson_url": null
}
], - "id": "abb207ae-d634-427d-a2df-8e76b7d92d68",
- "divisions": [
- {
- "travel_status": 2,
- "name": "Federally Administered Tribal Areas",
- "id": "90053237-0da9-420a-b575-36a846c61b2f",
- "geojson_url": null
}, - {
- "travel_status": 2,
- "name": "Northern Areas",
- "id": "5171df8b-cb77-4c56-b640-f88fa70da51f",
- "geojson_url": null
}, - {
- "travel_status": 2,
- "name": "Khyber Pakhtunkhwa",
- "id": "22ce449a-75f5-40fe-b71d-8ef30a126704",
- "geojson_url": null
}, - {
- "travel_status": 2,
- "name": "Azad Kashmir",
- "id": "eb887da9-f10e-48bd-ba45-8e46aa7f417a",
- "geojson_url": null
}
]
}
Get Country Covid19 Summary
This is a special endpoint Sitata created for our partners addressing the covid19 response. The response will include three attributes: country
, summary
, and vaccien
. Please refer to Country
for a description of the fields contained (few fields included). The summary
attribute contains the latest statistic data. Its fields are described below. The vaccine
field contains information about the country's current COVID-19 vaccination effort. The details are explained below.
Response Details
Name | Type | Description |
---|---|---|
country | Map | Country details |
summary | Map | A summary of covid19 details |
Country Details
Name | Type | Description |
---|---|---|
id | String | Country identifier |
country_code | String | ISO Alpha 2 character country code |
population | Integer | The country's population |
topojson_url | String | Url to topojson border file for the country |
Summary
Name | Type | Description |
---|---|---|
sitata_risk | Integer | A scale from 0 to 100 determining the covid risk within the country |
irregular | Boolean | If true, the country has been flagged for irregular reporting |
case_count | Integer | The cumulative number of cases reported |
death_count | Integer | The cumulative number of deaths reported |
recovered_count | Integer | The cumulative number of recoveries reported |
active_count | Integer | Cases less deaths and recoveries |
case_density | Float | The number of cases reported per 100,000 of population |
death_density | Float | The number of deaths reported per 100,000 of population |
recovered_density | Float | The number of recoveries reported per 100,000 of population |
active_density | Float | The number of active cases reported per 100,000 of population |
case_acceleration | Float | The accelartion of change in cases across the past 7 days. If positive, cases are accelerating. |
change_cases_1_day | Integer | The change in the number of cases since the previous day. |
change_cases_3_day | Integer | The change in the number of cases since the previous three days. |
change_cases_7_day | Integer | The change in the number of cases since the previous seven days. |
change_cases_14_day | Integer | The change in the number of cases since the previous 14 days. |
change_cases_30_day | Integer | The change in the number of cases since the previous 30 days. |
change_cases_60_day | Integer | The change in the number of cases since the previous 60 days. |
change_cases_90_day | Integer | The change in the number of cases since the previous 90 days. |
Vaccine
Name | Type | Description |
---|---|---|
daily_vaccinations | Integer | New doses administered per day (7-day smoothed). |
people_fully_vaccinated | Integer | The total number of people who received all doses prescribed by the vaccination protocol. |
people_vaccinated | Integer | The total number of people who received at least one vaccine dose. |
total_boosters | Integer | The total number of COVID-19 vaccination booster doses administered which are beyond the number prescribed by the vaccination protocol. |
total_vaccinations | Integer | The total number of COVID-19 vaccination doses administered. For vaccines that require multiple doses, each individual dose is counted. |
To calculate the percentage of number of people that have received their first dose:
first dose percentage = (people_vaccinated - people_fully_vaccinated) / population * 100
fully vaccinated percentage = people_fully_vaccinated / population * 100
The numbers will not produce exact results comapared to other sources due to variability in vaccine administration reporting and population records.
path Parameters
country_id_or_code required | string Example: SK Country code or identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "country": {
- "country_code": "SK",
- "id": "0e85fc55-02c7-49ae-8fa2-220c5f53f3d9",
- "population": 5428704,
}, - "summary": {
- "active_count": 655,
- "active_density": 12.065494821600145,
- "case_count": 1421,
- "case_density": 26.175676551898942,
- "death_count": 25,
- "death_density": 0.4605150695267231,
- "irregular": false,
- "recovered_count": 741,
- "recovered_density": 13.649666660772073,
- "reported_on": "2020-05-05",
- "sitata_risk": 50.6936460200173
}
}
Get Country Division Covid19 Summary
This is a special endpoint Sitata created for our partners addressing the covid19 response. The response will include two attributes: country
and summary
. Please refer to Country
for a description of the fields contained (few fields included). The summary
attribute contains the latest statistic data. Its fields are described below.
Response Details
Name | Type | Description |
---|---|---|
country | Map | Country details |
summary | Map | A summary of covid19 details |
Country Details
Name | Type | Description |
---|---|---|
id | String | Country identifier |
country_code | String | ISO Alpha 2 character country code |
population | Integer | The country's population |
topojson_url | String | Url to topojson border file for the country |
Summary
Name | Type | Description |
---|---|---|
sitata_risk | Integer | A scale from 0 to 100 determining the covid risk within the country |
irregular | Boolean | If true, the country has been flagged for irregular reporting |
case_count | Integer | The cumulative number of cases reported |
death_count | Integer | The cumulative number of deaths reported |
recovered_count | Integer | The cumulative number of recoveries reported |
active_count | Integer | Cases less deaths and recoveries |
case_density | Float | The number of cases reported per 100,000 of population |
death_density | Float | The number of deaths reported per 100,000 of population |
recovered_density | Float | The number of recoveries reported per 100,000 of population |
active_density | Float | The number of active cases reported per 100,000 of population |
path Parameters
country_division_id_or_code required | string Example: US-TX Country Division code or identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "active_count": 34,
- "active_density": 3400000,
- "case_count": 90,
- "case_density": 9000000,
- "country_division_id": "50db02c2-6d64-4ee8-a740-fe00707f0f3e",
- "country_id": "e243646e-b9c6-44e0-a00f-f6cb224d58f1",
- "country_region_id": "cd74b86b-9cca-49ca-a70d-7831235aaed5",
- "death_count": 55,
- "death_density": 5500000,
- "irregular": false,
- "lat": 5.211315500000069,
- "lng": 100.6186975,
- "name": "Bandar Baharu",
- "population": 1,
- "recovered_count": 1,
- "recovered_density": 100000,
- "reported_on": "2020-03-01",
- "sitata_risk": 100,
}, - {
- "active_count": 1000,
- "active_density": 100000000,
- "case_count": 1000,
- "case_density": 100000000,
- "country_division_id": "77a2c89a-698b-499b-b933-7e73c4731df1",
- "country_id": "d538cd08-8dad-492f-9614-8b5d739fd448",
- "country_region_id": "8d4d0e63-d2f9-405b-a597-db19841a3486",
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 43.26081900000006,
- "lng": -79.93599,
- "name": "Hamilton",
- "population": 1,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-06",
- "sitata_risk": 100,
}, - {
- "active_count": -1000,
- "active_density": -18.198044219791612,
- "case_count": 200,
- "case_density": 3.6396088439583223,
- "country_division_id": null,
- "country_id": "d4eed044-af86-4faa-a1a4-dacdcb66d061",
- "country_region_id": null,
- "death_count": 400,
- "death_density": 7.279217687916645,
- "irregular": true,
- "lat": 61.92410999999999,
- "lng": 25.7481511,
- "name": "Finland",
- "population": 5495096,
- "recovered_count": 800,
- "recovered_density": 14.55843537583329,
- "reported_on": "2020-03-12",
- "sitata_risk": -226.65967869791368,
}, - {
- "active_count": -10000,
- "active_density": -1000000000,
- "case_count": 10000,
- "case_density": 1000000000,
- "country_division_id": null,
- "country_id": "abfb8df5-9a30-4186-9999-4e51d2755e20",
- "country_region_id": null,
- "death_count": 10000,
- "death_density": 1000000000,
- "irregular": false,
- "lat": null,
- "lng": null,
- "name": "AdamTown",
- "population": 1,
- "recovered_count": 10000,
- "recovered_density": 1000000000,
- "reported_on": "2020-03-30",
- "sitata_risk": 100,
- "topojson_url": null
}, - {
- "active_count": 250000,
- "active_density": 173.19928650761761,
- "case_count": 500000,
- "case_density": 346.39857301523523,
- "country_division_id": null,
- "country_id": "a90ca3e5-e00e-41e8-a9e7-6fd2c713fb1a",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 61.52401,
- "lng": 105.318756,
- "name": "Russia",
- "population": 144342396,
- "recovered_count": 250000,
- "recovered_density": 173.19928650761761,
- "reported_on": "2020-03-28",
- "sitata_risk": 100,
}, - {
- "active_count": -910,
- "active_density": -15.878228296817479,
- "case_count": 100,
- "case_density": 1.7448602523975252,
- "country_division_id": null,
- "country_id": "8ed79ceb-fe7e-46fa-ae9b-5070ccf4ad08",
- "country_region_id": null,
- "death_count": 10,
- "death_density": 0.17448602523975254,
- "irregular": true,
- "lat": 56.26392,
- "lng": 9.501785,
- "name": "Denmark",
- "population": 5731118,
- "recovered_count": 1000,
- "recovered_density": 17.44860252397525,
- "reported_on": "2020-03-13",
- "sitata_risk": -190.1694218418289,
}, - {
- "active_count": 1,
- "active_density": 0.0015235253877756802,
- "case_count": 1,
- "case_density": 0.0015235253877756802,
- "country_division_id": null,
- "country_id": "8ada025e-eeba-46ab-b2fd-c80eb053aff5",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 55.378051,
- "lng": -3.435973,
- "name": "United Kingdom",
- "population": 65637239,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-14",
- "sitata_risk": 1.2370772461222381,
}, - {
- "active_count": 830,
- "active_density": 1074.0026655969773,
- "case_count": 1105,
- "case_density": 1429.8469222706744,
- "country_division_id": null,
- "country_id": "80b9a1c4-d80f-4c8a-a4c5-122a3f7138ea",
- "country_region_id": null,
- "death_count": 70,
- "death_density": 90.57853806239567,
- "irregular": false,
- "lat": 42.506285,
- "lng": 1.521801,
- "name": "Andorra",
- "population": 77281,
- "recovered_count": 205,
- "recovered_density": 265.2657186113016,
- "reported_on": "2020-03-05",
- "sitata_risk": 100,
}, - {
- "active_count": 4995,
- "active_density": 14.413075334187132,
- "case_count": 4995,
- "case_density": 14.413075334187132,
- "country_division_id": null,
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 33.93911,
- "lng": 67.709953,
- "name": "Afghanistan",
- "population": 34656032,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-14",
- "sitata_risk": 77.25156378357067,
}, - {
- "active_count": 1759,
- "active_density": 175900000,
- "case_count": 2199,
- "case_density": 219900000,
- "country_division_id": "87f5642c-971d-4a75-8a83-da50d2aaa06f",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3",
- "country_region_id": "e9a5e1aa-9683-4113-8f46-18774c671e35",
- "death_count": 90,
- "death_density": 9000000,
- "irregular": false,
- "lat": 36.940981,
- "lng": 71.06192850000006,
- "name": "Baharak",
- "population": 1,
- "recovered_count": 350,
- "recovered_density": 35000000,
- "reported_on": "2020-03-05",
- "sitata_risk": 100,
}, - {
- "active_count": 94,
- "active_density": 9400000,
- "case_count": 100,
- "case_density": 10000000,
- "country_division_id": "aa47e433-4efd-4bd3-a08e-9048529fd4f3",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3",
- "country_region_id": "5ef67b36-f1f1-4d6a-8aff-5aa9206c28d9",
- "death_count": 5,
- "death_density": 500000,
- "irregular": false,
- "lat": 34.984396500000074,
- "lng": 64.374535,
- "name": "Jawand",
- "population": 1,
- "recovered_count": 1,
- "recovered_density": 100000,
- "reported_on": "2020-03-05",
- "sitata_risk": 100,
}, - {
- "active_count": 1459,
- "active_density": 145900000,
- "case_count": 1901,
- "case_density": 190100000,
- "country_division_id": "aa47e433-4efd-4bd3-a08e-9048529fd4f3",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3",
- "country_region_id": "4c688ada-b120-4c03-a61f-13bd1cae78c8",
- "death_count": 91,
- "death_density": 9100000,
- "irregular": false,
- "lat": 35.721616499999996,
- "lng": 63.766768000000056,
- "name": "Ghormach",
- "population": 1,
- "recovered_count": 351,
- "recovered_density": 35100000,
- "reported_on": "2020-03-09",
- "sitata_risk": 100,
}, - {
- "active_count": 65305,
- "active_density": 4.7368287437484815,
- "case_count": 81305,
- "case_density": 5.897371732799483,
- "country_division_id": null,
- "country_id": "77a03117-9566-43d7-bd08-abe448390891",
- "country_region_id": null,
- "death_count": 8000,
- "death_density": 0.5802714945255011,
- "irregular": false,
- "lat": 35.86166,
- "lng": 104.195397,
- "name": "China",
- "population": 1378665000,
- "recovered_count": 8000,
- "recovered_density": 0.5802714945255011,
- "reported_on": "2020-03-30",
- "sitata_risk": 0.25709250938004846,
}, - {
- "active_count": 7,
- "active_density": 32.55359717248756,
- "case_count": 7,
- "case_density": 32.55359717248756,
- "country_division_id": null,
- "country_id": "768ee25c-8582-417c-a703-de883041f3a4",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 7.514979999999999,
- "lng": 134.58252,
- "name": "Palau",
- "population": 21503,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-22",
- "sitata_risk": 0,
}, - {
- "active_count": 11,
- "active_density": 1100000,
- "case_count": 12,
- "case_density": 1200000,
- "country_division_id": "5233582c-d277-483b-9685-582b02e11b5a",
- "country_id": "768ee25c-8582-417c-a703-de883041f3a4",
- "country_region_id": null,
- "death_count": 1,
- "death_density": 100000,
- "irregular": false,
- "lat": 7.373906500000051,
- "lng": 134.5471035,
- "name": "Airai",
- "population": 1,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-22",
- "sitata_risk": 0,
}, - {
- "active_count": 3,
- "active_density": 0.012050829918563303,
- "case_count": 3,
- "case_density": 0.012050829918563303,
- "country_division_id": null,
- "country_id": "51792028-4b22-4169-aebb-8a6a0f7d208a",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": -18.766947,
- "lng": 46.869107,
- "name": "Madagascar",
- "population": 24894551,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-14",
- "sitata_risk": 0.14027421069227125,
}, - {
- "active_count": 1,
- "active_density": 100000,
- "case_count": 1,
- "case_density": 100000,
- "country_division_id": "b59e1c61-8f38-4f3a-9a58-251a3c37c70e",
- "country_id": "51792028-4b22-4169-aebb-8a6a0f7d208a",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": -13.975135,
- "lng": 49.1722235,
- "name": "Antsiranana",
- "population": 1,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-14",
- "sitata_risk": 100,
}, - {
- "active_count": 1460,
- "active_density": 146000000,
- "case_count": 1900,
- "case_density": 190000000,
- "country_division_id": "1c09330f-4a58-49e3-9bb3-596f40636e2c",
- "country_id": "3738e2dc-5796-4fee-bf85-2e9508709f9b",
- "country_region_id": "6d45a965-7ed2-4b7c-b550-6699645d668f",
- "death_count": 90,
- "death_density": 9000000,
- "irregular": false,
- "lat": -26.11243,
- "lng": -69.54527999999999,
- "name": "Chañaral",
- "population": 1,
- "recovered_count": 350,
- "recovered_density": 35000000,
- "reported_on": "2020-03-05",
- "sitata_risk": 100,
}, - {
- "active_count": -25,
- "active_density": -2500000,
- "case_count": 5,
- "case_density": 500000,
- "country_division_id": "c4720f82-cd18-442c-bd23-cbcfbdcb5362",
- "country_id": "2abdbcab-d120-468c-875f-d68c7c4fc9ba",
- "country_region_id": "c17c6d39-fe50-4e02-92e2-42f6dc58385b",
- "death_count": 10,
- "death_density": 1000000,
- "irregular": false,
- "lat": 38.67495750000006,
- "lng": 125.3668775,
- "name": "Penrith - East",
- "population": 1,
- "recovered_count": 20,
- "recovered_density": 2000000,
- "reported_on": "2020-03-22",
- "sitata_risk": 0,
}, - {
- "active_count": 482000,
- "active_density": 149.1671184310449,
- "case_count": 500000,
- "case_density": 154.73767472100093,
- "country_division_id": null,
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "country_region_id": null,
- "death_count": 10000,
- "death_density": 3.0947534944200186,
- "irregular": false,
- "lat": 37.09024,
- "lng": -95.712891,
- "name": "United States",
- "population": 323127513,
- "recovered_count": 8000,
- "recovered_density": 2.475802795536015,
- "reported_on": "2020-03-29",
- "sitata_risk": 100,
}, - {
- "active_count": 9950,
- "active_density": 199,
- "case_count": 12000,
- "case_density": 239.99999999999997,
- "country_division_id": "7ab17eb5-463f-4db6-8575-4b5fab8ccee2",
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "country_region_id": null,
- "death_count": 2000,
- "death_density": 40,
- "irregular": false,
- "lat": 32.616437,
- "lng": -86.68275799999995,
- "name": "Alabama",
- "population": 5000000,
- "recovered_count": 50,
- "recovered_density": 1,
- "reported_on": "2020-05-14",
- "sitata_risk": 100,
}, - {
- "active_count": 50,
- "active_density": 5000000,
- "case_count": 50,
- "case_density": 5000000,
- "country_division_id": "773eae70-0086-4a3e-99bc-ded97e4adb18",
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "country_region_id": null,
- "death_count": 0,
- "death_density": 0,
- "irregular": false,
- "lat": 37.2669475,
- "lng": -119.26966249999994,
- "name": "California",
- "population": 1,
- "recovered_count": 0,
- "recovered_density": 0,
- "reported_on": "2020-03-06",
- "sitata_risk": 100,
}, - {
- "active_count": 1000,
- "active_density": 2,
- "case_count": 10000,
- "case_density": 20,
- "country_division_id": "0c4c5864-8f91-4a45-81ea-8ab8e621d281",
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "country_region_id": null,
- "death_count": 8000,
- "death_density": 16,
- "irregular": false,
- "lat": 31.170797000000064,
- "lng": -100.07237,
- "name": "Texas",
- "population": 50000000,
- "recovered_count": 1000,
- "recovered_density": 2,
- "reported_on": "2020-05-15",
- "sitata_risk": 18.1084,
}
]
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
uuid | String | The uuid of the device or installation of an app on a device. Is unique. |
token | String | The push notification token assigned to the application installed on the device |
locale | String | The two character language code of the device. e.g. "en" |
manufacturer | String | The manufacturer of the device. e.g. "Apple" |
model | String | The model name of the device. e.g. "iPhone" |
platform | String | The platform of the device. Must be "ios" or "android" |
osname | String | The operating system name of the device. e.g. "iOS" |
ostype | String | DEPRECATED? Not generally used. |
osversion | String | The operating system version. e.g. 12.1 |
processor_count | Integer | The number of processors on the device |
runtime | String | DEPRECATED? Not generall used. |
username | String | DEPRECATED? Not generally used. |
user_id | String | The id of the user that the device belongs to |
Create Device For User
Create device info for a user. Device must have token as a parameter.
Request Parameters
Name | Type | Description |
---|---|---|
user_id | String | The UUID of the user. |
Body Parameters
Name | Type | Description |
---|---|---|
token | String | The push notification token for the device. Required. |
platform | String | Must be either "ios" or "android" |
uuid | String | The uuid of the device or installation of an app on a device. Is unique. |
locale | String | The two character language code of the device. e.g. "en" |
manufacturer | String | The manufacturer of the device. e.g. "Apple" |
model | String | The model name of the device. e.g. "iPhone" |
osname | String | The operating system name of the device. e.g. "iOS" |
osversion | String | The operating system version. e.g. 12.1 |
processor_count | Integer | The number of processors on the device |
path Parameters
user_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "device": {
- "token": "abc123",
- "locale": "en-GB",
- "platform": "ios",
- "manufacturer": "Apple",
- "model": "iPhone",
- "osname": "Apple ios",
- "osversion": "11",
- "processor_count": "2"
}
}
Response samples
- 201
{- "uuid": null,
- "username": null,
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-03T03:23:21.013527Z",
- "token": "abc123",
- "runtime": null,
- "processor_count": 2,
- "platform": "ios",
- "osversion": "11",
- "ostype": null,
- "osname": "Apple ios",
- "model": "iPhone",
- "manufacturer": "Apple",
- "locale": "en-GB",
- "id": "573711ba-7436-40cb-8c83-94f1fea7f783",
- "created_at": "2018-09-03T03:23:21.013495Z"
}
A Disease keeps track of information about diseases important to know about when travelling to certain countries. Each disease contains a "datum" which allows certain organizations to customize the content presented to their travellers.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
common_name | String | The common name of the disease |
scientific_name | String | The scientific name of the disease |
occurs_where | String | Describes where the disease occurs in markdown format |
datum | DiseaseDatum |
The datum for the disease. |
Disease Datum Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
company_id | String | The company id that the datum belongs to |
description | String | The description of the disease in markdwon format |
transmission | String | Describes how the disease is transmitted in markdwon format |
susceptibility | String | Describes who can catch the disease in markdown format |
symptoms | String | Describes symptoms of the disease in markdown format |
prevention | String | How to prevent the disease in markdown format |
treatment | String | How to treat the disease in markdown format |
medications | Map | The id and name of medications for the disease |
vaccinations | Map | The id and name of vaccinations for the disease |
Get Diseases
Returns a list of diseases.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2017-06-27T15:57:12.850000Z",
- "scientific_name": "",
- "occurs_where": "It occurs in tropical and subtropical marine waters, particularly in the Caribbean Sea and in the Pacific and Indian Oceans. ",
- "id": "c7f37330-d77c-4f48-8c66-711462126e86",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no antidote for the toxins that cause ciguatera fish poisoning. Treatment involves supportive measures to lessen the impact of symptoms. The drug, mannitol, given intravenously, can dramatically reduce the length and severity of the symptoms, particularly if given early. This treatment can be life-saving in severe cases that may have progressed to coma without the intravenous mannitol. ",
- "transmission": "Ciguatera fish poisoning is acquired by eating large fish that have been contaminated with various toxins. The toxins (ciguatoxin, maitotoxin and others) come from small marine organisms, known as dinoflagellates, who live in coral reefs. The toxins are concentrated when these organisms are eaten by small fish that are then eaten by larger carnivorous fish.",
- "symptoms": "The initial symptoms of ciguatera fish poisoning can occur within one hour of eating contaminated fish and usually within 24 hours of consumption. These symptoms include diarrhoea, vomiting, and abdominal pain, as well as low blood pressure. Neurological symptoms can occur at the same time as the initial symptoms or follow 1 to 2 days later. Symptoms can persist for weeks to months afterwards. These symptoms include pain and weakness in the legs, tingling or numbness around the lips, hot-to-cold reversal (ice cream tastes hot and coffee tastes cold), vertigo, blurred vision, and pain in the teeth. In severe cases, the neurological symptoms can progress to coma and respiratory failure in the first 24 hours of illness. \n\nMost people with ciguatera fish poisoning recover within a few weeks, however, symptoms can reappear intermittently in the following months or years. The mortality rate for ciguatera poisoning is only around 0.1 percent.",
- "susceptibility": "Anyone who eats large reef-dwelling fish in tropical areas can get ciguatera fish poisoning. ",
- "prevention": "The fish that are most likely to cause ciguatera poisoning and should be avoided are large (greater than 6 pounds), carnivorous reef fish, such as amberjack, barracuda, grouper, moray eel, sea bass, or sturgeon. Other fish that pose a risk include parrot fish, surgeon fish, and red snapper. The toxins that cause ciguatera fish poisoning are not destroyed when the fish is cooked, smoked, frozen, or through any other method of food preparation. The toxins are also concentrated in certain parts of the fish, namely the liver, intestinal tract, roe, and head. These parts of the fish should be avoided if you must eat high-risk fish.",
- "medications": [ ],
- "id": "474fbf87-d2f7-489f-852f-90962a34db46",
- "description": "Ciguatera fish poisoning is the most common marine food poisoning with over 50,000 cases reported worldwide. \n\nThe organisms that produce the ciguatera toxins tend to grow on dead coral reefs, so the risk of acquiring ciguatera fish poisoning is likely to increase as coral reefs continue to die due to global warming, water pollution, direct damage, and other factors.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Ciguatera Fish Poisoning"
}, - {
- "updated_at": "2017-06-27T15:57:18.419000Z",
- "scientific_name": "CCHF",
- "occurs_where": "CCHF occurs in Kazakhstan, Uzbekistan, southern Russia, Albania, Bosnia, Herzegovina, Bulgaria, Iraq, the Arabian Peninsula, northern India, Pakistan, western China and tropical and southern Africa. ",
- "id": "7823a8da-18ec-43d0-8e4a-b6c95c1d6f4e",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for CCHF. There is a vaccine used in Eastern Europe and Russia but it is not available in North America. The use of an anti-viral medicine called ribavirin, as well as the administration of antibodies from a recovering patient, may be useful.",
- "transmission": "CCHF is transmitted to humans through the bite of infected ticks. It may be transmitted person to person through exposure to contaminated blood and patient secretions, primarily in hospital settings. Butchering of infected animals may also lead to human infection.",
- "symptoms": "CCHF begins with the sudden appearance of fever, weakness, fatigue, irritability, headache and loss of appetite, along with severe pain in the arms and legs. There may be vomiting, diarrhoea and abdominal pain. A tiny haemorrhagic rash begins in the mouth, chest and abdomen and spreads to the rest of the body. Bleeding may occur from the gums, nose, lungs, intestines, uterus, and in the urine. Heavy bleeding occurs only in the most severe cases associated with liver damage. The fever continues for 5 to 12 days and recovery is prolonged. Between 2 to 50 percent of people with CCHF die depending on the severity of the illness.",
- "susceptibility": "Everyone is susceptible to CCHF, but life-long immunity usually results after recovery from an infection.",
- "prevention": "Avoid tick bites by removing any ticks as soon as possible, paying close attention to the arm pits, in and around the ears, behind the knee, in the groin area, and underneath hair. Inspect the skin after being in tick habitats, such as woods, forests, scrub brush, etc. \n \n \nAvoid handling and preparing fresh carcasses of infected domestic livestock.",
- "medications": [ ],
- "id": "f100061b-c1ce-46ef-83be-2149aee5e420",
- "description": "Crimean-Congo Haemorrhagic Fever (CCHF) is one of several infectious haemorrhagic fevers and is caused by the Crimean-Congo haemorrhagic fever virus. This virus is transmitted to humans through the bite of infected ticks, particularly those of the Hyalomma genus, or through direct handling and preparation of fresh carcasses of infected animals, usually domestic livestock. It can also be acquired through nosocomial transmission (from treatment in a hospital).\n\nThe risk for travellers getting CCHF is very low, but this risk is increased for health-care workers and for anyone engaging in animal researchers.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Crimean-Congo Haemorrhagic Fever"
}, - {
- "updated_at": "2017-06-27T15:57:21.452000Z",
- "scientific_name": "",
- "occurs_where": "La diphtérie peut se produire presque n'importe où dans le monde, mais les pays avec le plus de risque sont: \r\n\r\n** Afrique ** – Algérie, Angola, Egypte, Niger, Nigéria, Soudan et les pays subsahariens \r\n\r\n** Amériques ** – Bolivie, Brésil, Colombie, République dominicaine, Équateur \r\n\r\n** Asie/Pacifique du Sud ** – Afghanistan, Bangladesh, Bhoutan, Birmanie (Myanmar), Cambodge, Chine, Inde, Indonésie, Laos, Malaisie, Mongolie, Népal, Pakistan, Papouasie Nouvelle-Guinée, Philippines, Thaïlande et Vietnam \r\n\r\n** Moyen Orient ** - Iran, Irak, Arabie saoudite, Syrie, Turquie et Yémen \r\n\r\n** Europe ** – Albanie, Russie et les pays de l'ex-Union soviétique\r\n",
- "id": "cd27adb7-a041-435c-b562-ab34f794bae6",
- "datum": {
- "vaccinations": [ ],
- "treatment": "The standard treatment for diphtheria is the immediate administration of diphtheria antitoxin and antibiotics. Any delay in treatment is associated with increased risk for complications and death. After receiving antibiotic treatment, the patient usually becomes non-infectious within 24 hours. The diphtheria antitoxin is not recommended for diphtheria infections that do not show symptoms and is usually of no use in cutaneous (skin) diphtheria. Symptomatic treatment, such as intubation (inserting a breathing tube), may also be necessary.",
- "transmission": "Diphtheria is a contagious disease that spreads from person to person by breathing in nasal secretions in the air by coughing and sneezing as well as through direct contact with secretions from the nose and throat of an infected person. In rare cases, it can be transmitted by objects contaminated by an infected person",
- "symptoms": "The general symptoms of respiratory diphtheria include sore throat, fever, malaise, difficulty breathing and/or swallowing, and a grey pseudomembrane forming over the tonsils and/or nasopharynx (which can extend into the larynx and trachea, causing obstruction of the airway and suffocation). Severe infection can cause swelling of the neck and enlarged neck lymph nodes, leading to a “bull-neck” appearance. Cutaneous (skin) diphtheria can cause a skin lesion covered by a grey-brown membrane.\n\nComplications of diphtheria include: diphtheric myocarditis (inflammation of the heart muscle), heart rhythm disturbances, infection of the heart valves, congestive heart failure, neurological problems such as paralysis of the soft palate, vision problems, and muscle weakness, and infections (lung, blood or bone infections).",
- "susceptibility": "Diphtheria vaccination produces prolonged, but not lifelong immunity. Immunity wanes with increasing age. Recovering from the disease may induce lifelong immunity, but this is not always the case.",
- "prevention": "Diphtheria infections can be prevented through vaccination.",
- "medications": [ ],
- "id": "0b8ec3fb-81e7-498c-b8c4-73f333e3c2b8",
- "description": "Diphtheria is a vaccine-preventable disease that is caused by infection with the bacteria Corynebacterium diphtheria. It is transmitted person to person through respiratory droplets (usually from coughing and sneezing) and through close physical contact.\n\nDiphtheria usually affects the mucous membrane of the upper respiratory tract (nose, tonsils, pharynx, and larynx), the skin, and rarely, other mucous membranes in the body. Even when properly treated, between 5 to 10 percent of diphtheria patients die. When the disease goes untreated, this rate is even higher. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Diphtheria "
}, - {
- "updated_at": "2017-06-27T15:57:14.460000Z",
- "scientific_name": "",
- "occurs_where": "The illness, encephalitis, occurs worldwide.",
- "id": "43d216b6-45e7-4e58-b01d-8b39018dbca8",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment depends on the type of germ causing the infection and usually consists of relieving the symptoms. For encephalitis caused by viruses, there are very few drugs that are effective against a limited number of viruses. For bacterial infections, antibiotics are necessary. Steroids (e.g. methylprednisolone) are often used to reduce brain swelling and inflammation. Sedatives may be needed for irritability or restlessness.",
- "transmission": "A variety of insects (especially mosquitoes and ticks) can transmit some of the germs that cause encephalitis. Other germs, such as rabies, are spread by animal bites that result in encephalitis. Some infectious agents that cause encephalitis can be spread by contaminated food or water.",
- "symptoms": "Encephalitis is usually characterised by a sudden fever, headache, confusion, and sometimes seizures. Younger children or infants usually become irritable with a fever and poor appetite. Drowsiness and confusion are often present. A stiff neck indicates that the membrane covering the brain is inflamed (meningitis).",
- "susceptibility": "Generally, all people are susceptible, but vaccination against some of the viruses creates effective immunity against those germs.",
- "prevention": "Prevention of encephalitis depends on the germ causing the infection. For example, protecting against mosquito bites is very effective in preventing a large number of viral infections (e.g.,Japanese encephalitis, West Nile virus, etc.). Vaccination against a variety of viral infections (e.g., polio, measles, etc.) will prevent encephalitis. Some medications may be helpful to prevent encephalitis caused by bacteria and parasites (e.g. malaria). Avoid contaminated food and water to prevent encephalitis caused by enteric (intestinal) viruses.",
- "medications": [ ],
- "id": "72557f76-beff-478a-a368-018dae10100b",
- "description": "Encephalitis is a term used to describe an acute inflammation of the brain. A large number of infectious germs can cause encephalitis. Common viruses that cause encephalitis include rabies, herpes, polio, measles, West Nile virus, St. Louis encephalitis, Eastern and Western equine encephalitis, Japanese encephalitis, tick-borne encephalitis and other groups of viruses, such as enteroviruses that are found in the intestinal tract. Many bacteria and parasites, such as malaria, also can cause encephalitis. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Encephalitis"
}, - {
- "updated_at": "2017-06-27T15:57:15.613000Z",
- "scientific_name": "Endemic Flea-Borne Typhus Fever",
- "occurs_where": "The germs (rickettsia) that causes flea-borne typhus are widely distributed in the world, especially in tropics and sub-tropics and in port cities and coastal regions with large numbers of rats. Flea-infested rats can be found throughout the year in humid, tropical environments and during the warm summer months in temperate regions. The disease has been reported among travellers in Asia, Africa, southern Europe, as well as the United States (Hawaii, California, and Texas).",
- "id": "d212bd83-d543-419e-b3d8-758b2a9a10cc",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Antibiotic treatment with doxycycline daily for 5-7 days and for an additional 2 days after the fever subsides usually cures the illness.",
- "transmission": "The germs (_Rickettsia_) that cause murine typhus are transmitted by infected fleas that are usually carried by rats and sometimes dogs and cats. The infected fleas usually defecate when they bite, and the bacteria in their feces is then rubbed or scratched into the bite or cuts on a person's skin. The infection is not transmitted directly from person to person.",
- "symptoms": "Flea-borne typhus illness is very similar to epidemic louse-borne typhus, but the symptoms and the illness are much milder. Symptoms include abdominal pain, backache, diarrhoea, a dull red rash that begins on the middle of the body and spreads, extremely high fever (which may last up to 2 weeks), dry cough, headache, joint and muscle pain, nausea, and vomiting. Usually, less than 1 percent of the cases will die if untreated, so endemic flea-borne typhus is rarely deadly.",
- "susceptibility": "Everyone is susceptible to endemic flea-borne typhus. One attack results in immunity to further infections with this bacteria.",
- "prevention": "No vaccines or drugs are available to prevent rickettsial infections. The best prevention is to avoid rat infested areas. The proper use of insect repellent and self examination to eliminate any fleas will help reduce the risk. Travellers who are occupationally exposed to rats (naturalists, geologists, agricultural workers) should avoid rat-infested habitats, use repellents and wear protective clothing.",
- "medications": [ ],
- "id": "d0a6e769-e771-4dc4-86e6-e5d9dda1e851",
- "description": "Endemic flea-borne typhus fever is also known as \"murine typhus\" or \"jail typhus\". It is one of three versions of typhus caused by three different bacteria in the Rickettsia group (i.e, _Rickettsia prowazekii_, _Rickettsia typhi_, and _Orientsia tsutsugamushi_). Endemic flea-borne typhus is caused by _Rickettsia typhi_. Flea-borne typhus is usually milder than epidemic louse-borne typhus. \n\nEndemic flea-borne typhus usually occurs in areas with flea-infested rats and poor hygiene in tropical and subtropical environments. The risk to travellers of acquiring endemic flea-borne typhus is low. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Murine typhus"
}, - {
- "updated_at": "2017-06-27T15:57:12.929000Z",
- "scientific_name": "",
- "occurs_where": "The germs (Rickettsia) that cause epidemic typhus are transmitted by infected body lice. Therefore, this disease can occur anywhere that body lice are found, usually in colder climates when infested clothing is not laundered. The disease is most commonly found in the mountains of Mexico, in Central and South America, in parts of Africa and in many countries in Asia. Outbreaks of this disease are most common in homeless populations, refugee camps, and places that have experienced war or natural disasters.",
- "id": "e2f80004-3c02-45db-baa9-535dc12ce931",
- "datum": {
- "vaccinations": [ ],
- "treatment": "A single dose of doxycycline (200 mg.) will usually cure patients.",
- "transmission": "This disease is transmitted by infected body lice. When the louse bites, it defecates, and the disease is then transmitted to an uninfected person who scratches the bite and rubs the feces into the wound.",
- "symptoms": "Epidemic typhus may begin with the sudden onset of severe headache, aches, chills and fever. A skin rash often appears on the 5th or 6th day of illness, usually on the upper part of the body. The rash then spreads to all parts of the body, except the palms and soles. The fever usually subsides after 2 weeks. Other symptoms include cough, light sensitivity, and delirium. Mild infections may occur, especially in children.\n\nThe disease may reappear as a mild illness years after the first infection. This is known as Brill-Zinsser Disease, and people with this disease will transmit the bacteria to any lice that bite them, possibly causing new outbreaks.\n\nWithout treatment, 10-40 percent of people with epidemic louse-borne typhus fever will die. ",
- "susceptibility": "All people are potentially susceptible to epidemic louse-borne typhus. However, prior infection creates long lasting immunity.",
- "prevention": "There is no vaccine or drug available to prevent epidemic typhus. Avoiding lice infestation is the best way to prevent epidemic louse-borne typhus. Avoid direct contact with anyone known to be infected with lice. Avoid sharing their clothes, bedding, towels, and other personal items. Bathe and change and wash clothes regularly. Fumigation or dusting the environment with chemical insecticide may be required to eliminate lice from the area. ",
- "medications": [ ],
- "id": "c996745b-43ca-4d17-8cdb-e71c65d169e9",
- "description": "Epidemic louse-borne typhus fever is one of three versions of the disease typhus, caused by three different bacteria in the Rickettsia genus, i.e, _Rickettsia prowazekii_, _Rickettsia typhi_, and _Orientsia tsutsugamushi_. Louse-borne typhus is caused by _Rickettsia prowazekii_. This disease usually occurs primarily in cold climates where human infestation with lice may occur and usually where groups of people are crowded together with poor sanitation and malnutrition. \n\nThe risk for travellers of acquiring epidemic louse-borne typhus fever is low, however, this risk is increased for those who may live and work in remote areas (anthropologists, archeologists, geologists, medical personnel, missionaries).",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Epidemic Louse-Borne Typhus Fever"
}, - {
- "updated_at": "2017-06-27T15:57:12.985000Z",
- "scientific_name": "",
- "occurs_where": "The risk for hepatitis B for international travellers is low, even though this virus occurs worldwide. There are higher levels of hepatitis B in countries in northern South America, sub-Saharan Africa, parts of the Middle East, China, and Southeast Asia.",
- "id": "9937f443-efd2-41dc-bfa6-0430fd7b4ad2",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for acute hepatitis B other than supportive measures.",
- "transmission": "Hepatitis B is transmitted by activities that involve contact with blood, blood products or other body fluids. These activities include: unprotected sexual contact, injection drug use with shared needles and other paraphernalia, transfusions with blood or blood products that have not been screened for the virus, work in health care fields where there is exposure to human blood, dental, medical or cosmetic procedures (tattooing, body piercings) with needles or other equipment that may be contaminated with blood, exposure to potentially contaminated blood through abrasions or wounds on the skin, or mucous membranes (eye, nose, mouth) that come into contact with contaminated blood.",
- "symptoms": "Hepatitis B illness usually has a slow beginning with loss of appetite, some abdominal discomfort, nausea and vomiting. The disease may be mild and unapparent in young children and even 30-50 percent of adults. Jaundice may or may not be present. However, some patients may progress rapidly to a severe form with major damage to the liver and resulting death. Other patients may progress to a chronic long-lasting infection with gradual loss of liver function (cirrhosis of the liver) that may lead to liver failure.",
- "susceptibility": "Humans are generally susceptible to hepatitis B virus infection. Prolonged immunity follows infection with hepatitis B, provided the disease does not progress to the chronic phase. ",
- "prevention": "There is an effective vaccine for hepatitis B. If possible, travellers should avoid blood transfusions unless the blood has been screened. Travellers should avoid injection drug use, unprotected sexual activity, and tattooing or piercing with unsterilised equipment.",
- "medications": [ ],
- "id": "a34e23a5-53ff-4c7d-8aca-8e21b0fa5946",
- "description": "Hepatitis is an inflammation of the liver caused by several viruses. There are three principal kinds, hepatitis A, B, and C. Hepatitis A is caused by the hepatitis A virus, B by the B virus, and C by the C virus.\n\nHepatitis B occurs worldwide. It is a common illness in injecting drug users and in some occupational settings, such as haemodialysis centres, homes for developmentally disabled persons and some health care settings.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Hepatitis B"
}, - {
- "updated_at": "2017-06-27T15:57:14.907000Z",
- "scientific_name": "Marburg Fever",
- "occurs_where": "Outbreaks of this disease have occurred in Angola, Kenya, Zimbabwe, Democratic Republic of the Congo, and Uganda. ",
- "id": "296ef6dc-cc92-465f-b267-7bf5fe99853e",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for this disease other than general supportive measures until the patient recovers.",
- "transmission": "The initial infection may result from visiting a cave where infected bats live or by contact with infected dead monkeys. The exact way in which the virus initially infects humans is not clear. However, the major risk for spreading the disease involves close personal contact (without personal protective equipment) with body fluids while caring for an infected person.",
- "symptoms": "Symptoms are similar to those of Ebola, i.e., sudden onset of fever, weakness, headache and muscle aches and pains. A sore throat followed by vomiting, diarrhoea, rash and then haemorrhaging from various sites occurs in severe and fatal forms of the disease. Bleeding leads to liver damage, central nervous system symptoms and eventually to shock and failure of many internal organs.",
- "susceptibility": "All people are susceptible to infection with this virus.",
- "prevention": "Prevention consists of avoiding contact with bats or dead primates. Caring for sick people without protective equipment or preparing corpses for burial of patients suspected of having Marburg should be avoided. While the risk for the general traveller is very low, persons engaging in animal research or health care workers providing care for patients are at increased risk in areas where Marburg virus is occurring.",
- "medications": [ ],
- "id": "0e7dea8a-ec43-4c2e-9a1c-707f6d87db6e",
- "description": "Marburg Haemorrhagic Fever is caused by a virus in the same family of viruses as Ebola Haemorrhagic Fever virus. It causes a severe illness with up to an 80 percent mortality rate. The disease usually begins with a small number of cases, but it can spread to a larger number of people through direct contact with someone already infected. Although the reservoir in nature for this virus is unknown, it is suspected that various kinds of fruit bats residing in caves may harbour this virus. It may also infect other animals, like monkeys.\n\nThe risk of infection is highest when the ill patient is vomiting or bleeding, since these symptoms produce infected secretions.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-10-19T15:08:09.000000Z",
- "common_name": "Marburg Haemorrhagic Fever"
}, - {
- "updated_at": "2017-06-27T15:57:16.347000Z",
- "scientific_name": "Stomach flu",
- "occurs_where": "Noroviruses can occur anywhere in the world in both developed and developing countries. ",
- "id": "8d6063c5-bebc-48c1-9888-001e725a9255",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment other than symptom relief and maintenance of adequate intake of fluids. Antibiotics are not effective for treating infections caused by viruses like Norwalk. ",
- "transmission": "These viruses are transmitted from person to person through direct contact with a sick person and poor personal hygiene. These viruses may persist in the environment (e.g., on door knobs, stair railings, etc.) where they come in contact with hands and are then transferred to the mouth. \n \n \nHuman-to-human transmission through personal contact is common. People are infectious during the acute phase of the illness and perhaps up to 48 hours after the diarrhoea stops. \n \n \nIn hospital settings, these viruses are sometimes transmitted by inhaling respiratory droplets coughed into the air by patients.",
- "symptoms": "Infection with this group of viruses is usually a mild to moderate self-limiting illness characterized by the rapid onset of nausea, vomiting and diarrhoea. Abdominal pain, muscle aches, headache and fatigue may also be present with a slight fever. The symptoms usually last 24-48 hours. ",
- "susceptibility": "Most people are susceptible since immunity after the illness is usually short-lived (up to 14 weeks).\n\n ",
- "prevention": "Good personal hygiene and hand washing are the best preventive measures. If in contact with anyone with vomiting and diarrhoea, immediate hand washing is advised.",
- "medications": [ ],
- "id": "43602842-8e2a-447c-844b-46c6a7584672",
- "description": "Norovirus and Norwalk virus belong to a group of very similar viruses called Norwalk agents, Norwalk-like agents, Noroviruses, etc. that cause an acute diarrhoeal illness. Gastro-intestinal illness with nausea, vomiting and diarrhoea may be caused by many viruses. The Norwalk-like agents, Norovirus, etc. are one group of viruses that can cause this illness.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Norovirus"
}, - {
- "updated_at": "2017-06-27T15:57:19.420000Z",
- "scientific_name": "African Trypanosomiasis, gambiense type",
- "occurs_where": "This parasite is found only in rural west and central Africa.",
- "id": "feffa50d-0077-48b7-a5cd-2ad4e8134d50",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Travellers who sustain tsetse fly bites and become ill with high fever or other symptoms of African sleeping sickness should seek medical attention immediately. The infection can usually be cured by an appropriate course of anti-trypanosomal therapy.\n\nThe type of treatment needed depends on the stage of the disease. The earlier the identification of the disease, the better the prospect of a cure. Drugs used in the first stage are less toxic, easier to administer, and more effective than drugs needed in the second stage.",
- "transmission": "African trypanosomiasis is acquired though the bite of the tsetse flies found in Sub-Saharan Africa. Only certain species of tsetse flies can transmit the disease after they have acquired the infection from humans or animals harbouring the human disease parasites. People living in rural areas are often the most exposed to the bite of the tsetse fly and those most at risk are usually farmers, hunters, and fishermen. Tsetse flies are mainly found in vegetation by rivers and lakes, in gallery-forests, and in vast stretches of wooded savannah. Different species of tsetse flies live in different habitats, but not all tsetse flies are infected with the parasites. Thus, many areas may have tsetse flies, but sleeping sickness may not generally occur in these areas.\"",
- "symptoms": "Bouts of fever, headaches, joint pains, and itching are characteristic symptoms of the initial stage of African sleeping sickness. Painful inflammation can also occur at the site of the tsetse fly bite. In the second stage, the parasite invades the central nervous system causing confusion, sensory disturbances, poor coordination, and disturbances of the sleep cycle which give the disease its common name. Without appropriate treatment, African sleeping sickness is fatal.",
- "susceptibility": "Everyone is susceptible to African sleeping sickness.",
- "prevention": "There is no vaccine currently available to prevent sleeping sickness. Tsetse flies are not affected by insect repellents and can bite through lightweight clothing. Areas of Africa with heavy infestation of tsetse flies tend to be sporadically distributed and are usually well known to local residents. Avoiding such areas is the best means of protection against sleeping sickness. Tsetse flies are attracted to movement and dark, contrasting colours. Travellers visiting areas with tsetse flies should wear clothing of wrist and ankle length that is made of medium-weight fabric in neutral colours that blend with the background environment.",
- "medications": [ ],
- "id": "022355c5-02e3-43ff-9313-5c4d166eaeb4",
- "description": "Human African trypanosomiasis, also known as African sleeping sickness, is a parasitic disease acquired through the bite of an infected tsetse fly. These specific parasites belong to the _Trypanosoma_ genus.\n\nThere are two forms of human African trypanosomiasis, depending on the parasite involved:\n\n- _Trypanosoma brucei gambiense_: This parasite is found in west and central Africa and is responsible for over 90 percent of reported cases of sleeping sickness. It causes a chronic infection where major symptoms may not emerge for months or even years. When symptoms do emerge, the patient is often already in an advanced disease stage.\n- _Trypanosoma brucei rhodesiense_: This parasite is found in eastern and southern Africa and causes an acute infection. Symptoms are usually seen after only a few months or weeks and develop rapidly after the parasite invades the central nervous system.\n\nAnother form of trypanosomiasis is known as American trypanosomiasis, or Chagas disease, and occurs in many Central and South American countries. The parasite involved is a different species from those causing the African form of the disease.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Sleeping Sickness (Type 1)"
}, - {
- "updated_at": "2017-06-27T15:57:12.937000Z",
- "scientific_name": "Filariasis",
- "occurs_where": "Filariasis infections occur in tropical and subtropical regions of Asia (Bangladesh, Cambodia, India, Indonesia, Laos, Malaysia, Maldives, the Philippines, Sri Lanka, Thailand, Timor-Leste, and Vietnam), Africa (many countries), Central and South America (Brazil, Costa Rica, Dominican Republic, Guyana, Haiti, Suriname, and Trinidad and Tobago), and the Pacific Islands (American Samoa, the Cook Islands, Fiji, French Polynesia, Micronesia, Niue, Samoa, Tonga, Tuvalu, Papua New Guinea, and Vanuatu). In the Middle East, it is present only in Yemen. \r\n \r\n \r\n \r\n \r\n",
- "id": "87154a35-91a4-4738-b9ab-4906287f298f",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment with the anti-parasitic drug Diethylcarbamazine citrate (DEC) is generally used to treat filariasis and is effective at killing both adult worms and circulating larva. Ivermectin and albendazole are also used in combination to rapidly suppress the larva circulating in the blood, but these drugs may not kill all adult worms. \n\nAnti-parasitic drug treatment is usually repeated annually as low levels of the larva may reappear after treatment with any drug. \n\nWhen an individual has an infection, supportive measures include elevation of swollen limbs, exercise, and use of topical anti-fungal or antibiotic medications. These medications can also help prevent further infection and swelling.\n\nSurgery may be necessary to reduce the pressure on organs or body parts from the swelling. ",
- "transmission": "The worms that cause filariasis are acquired through the bite of an infected mosquito. The worms then grow in the lymphatic vessels of the infected person. Lymphatic vessels function to drain fluid from tissues throughout the body. Inflammation caused by the worms that block the lymphatic vessels, causes painful swelling and damage to the lymph glands over time.",
- "symptoms": "Initially, most filariasis infections do not show symptoms at all. However, the adult living worms reside in the lymphatics of the infected individual and can cause progressive lymphatic damage. The blockage in the lymphatic vessels can cause painful swelling in the legs, arms, breasts, and genitals. Secondary bacterial infections in the lymph nodes and channels can also occur and worsen this swelling. \n\nOther symptoms include: high fever, milky white urine, tropical pulmonary eosinophilia (which is a serious condition manifested by nocturnal wheezing and coughing), progressive and chronic lung disease, and recurrent low-grade fever. ",
- "susceptibility": "Humans are universally susceptible to filariasis, and repeated infections may occur in regions where filariasis is common. ",
- "prevention": "There are no vaccines or drugs to prevent filariasis. The best way to avoid this disease is to avoid mosquito bites. The mosquitoes that carry the worms usually bite between dusk and dawn. To avoid mosquito bites in an area where this disease occurs, sleep in air conditioned rooms or under mosquito nets. Between dusk and dawn, wear long sleeves and trousers, and use mosquito repellent on exposed skin.",
- "medications": [ ],
- "id": "55208d24-ea23-4fa1-8205-a27452b95d1f",
- "description": "Elephantiasis is the common name for a disease called, filariasis. This is a parasitic disease caused by infection by any one of three different species of parasitic worms: Wuchereria bancrofti, Brugia malayi, and Brugia timori. The disease occurs when the worms grow in the lymphatic vessels of the infected person causing blockage of those vessels so that fluid from tissues cannot drain. Swelling and damage to the lymph glands occurs. In the late stage, extreme and painful swelling of the legs and genitals is known as elephantiasis.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Elephantiasis"
}, - {
- "updated_at": "2017-06-27T15:57:13.581000Z",
- "scientific_name": "Influenza",
- "occurs_where": "Influenza is a seasonal disease and usually occurs in countries all over the world as outbreaks or epidemics, and usually during the winter season.",
- "id": "810eb071-e7e8-4d2d-90b3-085251acf127",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Supportive measures and treatment of symptoms to reduce fever and maintain adequate hydration are generally available. There are several antiviral drugs (e.g., oseltamivir, known as Tamiflu, and zanamivir, known as Relenza) that can shorten the duration of illness and its severity. To be effective they should be taken at the first sign of symptoms in an exposed person. Because the virus may rapidly develop resistance to these drugs, they are generally reserved for the treatment of seriously ill persons, especially those with underlying chronic illness.\n\nThese drugs can also prevent illness if they are being taken prior to exposure to the virus. In most cases, the prophylactic use of these drugs is recommended for persons, such as health care workers, who might be repeatedly exposed during an epidemic.",
- "transmission": "The flu virus is highly contagious and is generally acquired in the winter when the air is cold and dry. Infection results from exposure to a sick person who coughs and sneezes releasing tiny droplets of fluid into the air where they land on the nose or mouth of a person standing nearby. You can also become infected by touching a contaminated surface like a door knob or a table and then putting your hand to your nose or mouth. Airplanes, schools, buses, and other enclosed spaces provide ideal settings for transmission.",
- "symptoms": "The symptoms are similar for all types and include fever, headache, muscle and joint aches and pains, fatigue and cough. Vomiting and diarrhoea may accompany the respiratory symptoms. Symptoms will vary from mild to moderately severe depending on the virus type and strain that circulates in the community.\n\nThe symptoms of influenza may be very similar to many respiratory infections that occur in the winter season, such as the common cold. Only a laboratory test can confirm that the symptoms are truly the result of an infection with the influenza virus.\n\nWhile infection with the avian H5N1 rarely occurs, it causes a severe respiratory illness with difficulty breathing and a high mortality rate (as high as 70 percent in some areas).",
- "susceptibility": "When a new influenza virus appears, humans are generally susceptible to influenza virus infection. Infection results in immunity to the specific infecting virus, but that immunity is limited by the tendency of the virus to mutate each year to produce a slightly different version to which a person might be susceptible. Thus, it is possible to be infected with influenza year after year. When a recombination appears, as is the case with the new H1N1 (swine flu) strain, susceptibility is global.",
- "prevention": "The best way to avoid getting flu is to be vaccinated with the available vaccine every year. In addition, avoid close contact with sick people, wash your hands often with soap and water, and avoid touching your eyes, nose and mouth. During influenza season and especially during outbreaks in communities, frequent hand washing, avoiding crowded closed spaces and covering the mouth and nose with the sleeve of a shirt or blouse (rather than the hands) is recommended.",
- "medications": [ ],
- "id": "ef0950b0-697d-46f3-b23e-22ee64b54abf",
- "description": "Influenza is a highly contagious infectious disease caused by three types of influenza virus: type A, B and C. Types A and B often cause widespread outbreaks that occur every year, while type C usually occurs as sporadic cases or localized outbreaks. From time to time, an influenza pandemic (a global outbreak) occurs when a new influenza A virus causes serious human illness and spreads easily from person to person.\n\nType A is characterized by the designations “H” and “N” (e.g., the recently identified swine H1N1 or the avian H5N1 viruses), which represent the proteins on the surface of the virus. These proteins allow the virus to enter into cells. Frequent mutations in these proteins permit the virus to change rapidly to avoid the immunity built up during the previous flu season. Three to four pandemics have occurred each century since the 1500s. The first pandemic of this century (1918) resulted from the rapid spread of the new H1N1 (swine flu) strain. \n\nThere is some concern regarding the possible transmission of avian (bird) flu to people. Although this strain of flu is widespread in poultry and wild aquatic birds, so far there have been only a few human infections worldwide, usually resulting from very close contact with sick poultry. \n\nFlu is a serious illness because it can rapidly develop into an epidemic and spread worldwide as a pandemic. In elderly persons greater than 65 years old who have chronic heart, lung, kidney or immune suppression diseases, there is a high mortality rate. \n\nBecause flu results in both excess mortality and serious economic losses, many countries provide routine annual vaccination against flu. The vaccine is recommended especially for elderly persons and persons with underlying chronic illness. Due to cost and limited production globally, however, the vaccine is generally not available in developing countries.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Flu"
}, - {
- "updated_at": "2017-06-27T15:57:18.786000Z",
- "scientific_name": "",
- "occurs_where": "This infection is common throughout the world in tropical and subtropical regions, especially in island countries. Outside of tropical areas, cases usually occur in the spring and autumn.",
- "id": "5c0f6ab2-dc91-4e92-8fd2-3e6608bef7c2",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Leptospirosis is often misdiagnosed as it shares symptoms with many other diseases and also because health-care providers in many countries may not suspect the disease if they are unaware their patient has travelled in a high risk area or has been involved in a rescue operation in flooded areas.\n\nLeptospirosis is treated with antibiotics (particularly penicillin G and oral doxycycline). Treatment should be started as soon as possible once leptospirosis is suspected to prevent its progression to the severe form of the disease. Intravenous penicillin, along with hospitalization and extensive supportive care, is necessary for the treatment of severe leptospirosis. ",
- "transmission": "Infected animals excrete the bacteria into the environment. Humans become infected through contact with body fluids (mostly urine) from infected animals or through contact with water, soil or food contaminated with the urine of infected animals. Bacteria enter the body through skin or mucous membranes (eyes, nose or mouth), especially through a cut or scratch. \n \n \nThe risk of acquiring leptospirosis is highest during periods of heavy rainfall or flooding, but the infection can also be acquired through recreational water activities like white water rafting, swimming in rivers, or kayaking.",
- "symptoms": "Leptospirosis can cause a wide variety of symptoms or, in some cases, no symptoms at all. It is often mistaken for other diseases, but a diagnosis can be confirmed by laboratory testing of a blood or urine sample. Infection with leptospirosis usually results in the sudden onset of high fever, muscle aches, dry coughing, vomiting, diarrhoea, and severe headache. Other early symptoms include abdominal pain, swelling of the eyelids, and a skin rash. In 5-15 percent of cases, the infection progresses to a more severe form known as Weil's disease, which includes late phase complications, such as jaundice, kidney failure, abnormal heart rhythms, haemorrhage, respiratory problems, and low blood pressure. The mortality rate for patients with this severe form of leptospirosis ranges from 5 to 15 percent.",
- "susceptibility": "Generally, all persons are susceptible to leptospirosis infection in the absence of any previous exposure. \n\nAfter acute infection and illness, some immunity does develop but not against all types of the Leptospira bacteria.",
- "prevention": "Travellers can greatly reduce the risk of acquiring leptospirosis by avoiding swimming or wading in water that might be contaminated by animal urine. Flood waters after heavy rainfall are often contaminated, and protective clothing, such as high rubber boots, should be worn if exposure to flood waters is likely.",
- "medications": [ ],
- "id": "c0415f54-470d-44e7-86ec-3057eb18e7da",
- "description": "Leptospirosis is a severe bacterial infection caused by exposure to the Leptospira bacteria. Outbreaks commonly occur when people are exposed to water that is contaminated with urine from infected animals after heavy rains and flooding.\n\nMany different kinds of wild and domestic animals carry the bacteria. These animals include cattle, pigs, horses, dogs, rodents, and other wild animals.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Leptospirosis"
}, - {
- "updated_at": "2017-06-27T15:57:18.231000Z",
- "scientific_name": "",
- "occurs_where": "Rift Valley Fever outbreaks occur in sub-Saharan Africa. Large outbreaks have occurred in Egypt, Madagascar, Mauritania, Kenya, Somalia, Tanzania, Saudi Arabia, Yemen, and South Africa.",
- "id": "d0b65681-86dc-4fe6-8bf6-e10384e3ba11",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for this illness other than therapy of symptoms and supportive treatment for severe cases.",
- "transmission": "The virus is transmitted to humans mainly by direct or indirect contact with infected animal body fluids (e.g., blood or unprocessed milk), meat products or organs of infected animals, (e.g., through the handling of animal tissue during slaughtering or butchering, assisting with animal births, conducting veterinary procedures, or from the disposal of carcasses or fetuses). Occasionally, the virus may also be transmitted by several species of mosquitoes that also bite sheep and other animals that are the hosts for this virus.",
- "symptoms": "The Rift Valley fever virus causes fever, headache, fatigue, muscle and joint aches and occasionally nausea and vomiting. Most cases are relatively mild. However, severely infected persons may develop inflammation of the retina (the eye form of the disease), inflammation of the brain (the brain form of the disease) or haemorrhages (the haemorrhagic form of the disease). Inflammation of the liver may be accompanied by haemorrhage that may be fatal.",
- "susceptibility": "After having this infection, a person will have life-long immunity. Therefore, in areas where this virus occurs, much of the population may be immune through previous infection. Unexposed travellers and children may be the most susceptible to this disease.",
- "prevention": "International travellers are at very low risk of acquiring this disease unless they are involved with livestock and the activities described under \"How Do You Get It\". In the presence of any outbreak, these activities should be avoided.",
- "medications": [ ],
- "id": "57657096-37c2-4045-a091-bbe9a7ce4181",
- "description": "Rift Valley Fever is a serious infection caused by the Rift Valley fever virus.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Rift Valley Fever (RVF)"
}, - {
- "updated_at": "2017-06-27T15:57:19.672000Z",
- "scientific_name": "African Trypanosomiasis, rhodesiense type",
- "occurs_where": "The parasite that causes this type of African trypanosomiasis is found in eastern and southern Africa.",
- "id": "2a6422bc-3474-4798-bb67-1e93199e9482",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Travellers who sustain tsetse fly bites and become ill with high fever or other symptoms of African sleeping sickness should seek early medical attention. The infection can usually be cured by an appropriate course of anti-trypanosomal therapy.\n\nThe type of treatment needed depends on the stage of the disease. The earlier the identification of the disease, the better is the prospect of a cure. Drugs used in the first stage are less toxic, easier to administer, and more effective than drugs needed in the second stage.",
- "transmission": "African trypanosomiasis is acquired though the bite of infected tsetse flies found in various areas of sub-Saharan Africa. Only certain species of tsetse flies can transmit the disease after they have acquired the infection from humans or animals harbouring the human disease parasites. People living in rural areas are often the most exposed to the bite of the tsetse fly, and those most at risk are usually farmers, hunters, and fishermen. Tsetse flies are mainly found in vegetation by rivers and lakes, in forests, and in vast stretches of wooded savannah. Different species live in different habitats, so there are many areas in Africa where tsetse flies are found but sleeping sickness is not.",
- "symptoms": "Bouts of fever, headaches, joint pains, and itching are characteristic symptoms of the initial stage of African sleeping sickness. Painful inflammation at the tsetse fly bite site can also occur. In the second stage, the parasite invades the central nervous system causing confusion, sensory disturbances, poor coordination, and the disturbances of the sleep cycle which gives the disease its common name. Without appropriate treatment, sleeping sickness is fatal.",
- "susceptibility": "Everyone is susceptible to African sleeping sickness.",
- "prevention": "There is no vaccine currently available to prevent sleeping sickness. Tsetse flies are not affected by insect repellents and can bite through lightweight clothing. Areas of Africa with heavy infestation of tsetse flies tend to be sporadically distributed and are usually well known to local residents. Avoiding such areas is the best means of protection. Tsetse flies are attracted to movement and to dark, contrasting colours. Travellers visiting areas with tsetse flies should wear clothing of wrist and ankle length that is made of medium-weight fabric in neutral colours that blend with the background environment.",
- "medications": [ ],
- "id": "3794a423-019a-4a44-bcb6-81dbebd85838",
- "description": "Human African trypanosomiasis, also known as African sleeping sickness, is a parasitic disease acquired through the bite of an infected tsetse fly. The specific parasites concerned belong to the _Trypanosoma_ genus.\n\nThere are two forms of human African trypanosomiasis, depending on the parasite involved:\n\n- Trypanosoma _brucei gambiense_: This parasite is found in west and central Africa and is responsible for over 90 percent of reported cases of sleeping sickness. It causes a chronic infection where major symptoms may not emerge for months or even years. When symptoms do emerge, the patient is often already in an advanced disease stage.\n- Trypanosoma _brucei rhodesiense_: This parasite is found in eastern and southern Africa and causes an acute infection. Symptoms are usually seen after only a few months or weeks and develop rapidly after the parasite invades the central nervous system.\n\nAnother form of trypanosomiasis is known as American trypanosomiasis or Chagas disease and occurs in many Central and South American countries. The parasite involved is a different species from those causing the African form of the disease.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Sleeping Sickness (Type 2)"
}, - {
- "updated_at": "2017-06-27T15:57:18.314000Z",
- "scientific_name": "",
- "occurs_where": "The germs that cause hand, foot and mouth disease can be found worldwide. They are most active in the summer and fall in temperate climates but can occur year-round in the tropics.",
- "id": "0aebbf57-1401-4d49-8784-82a018a9fe67",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no special treatment other than control of symptoms and maintaining hydration (good fluid intake). ",
- "transmission": "The infection is spread from person to person by direct contact with nose and throat secretions (such as saliva, sputum, or nasal mucous), fluid in blisters, and stool of infected persons.",
- "symptoms": "Symptoms include fever, poor appetite, feeling unwell, and sore throat. One or 2 days after fever starts, painful sores usually develop in the mouth, starting as small red spots that blister and that often become ulcers. A skin rash develops over 1 to 2 days. The rash has flat or raised red spots, sometimes with blisters. The rash is usually on the palms of the hands and soles of the feet, but it may also appear on the knees, elbows, buttocks or genital area.",
- "susceptibility": "Susceptibility is general. ",
- "prevention": "The patient and family must minimise contact with the patient's oral and respiratory secretions for up to two weeks. Practice careful personal hygiene for at least an entire month. Careful handwashing helps to minimise the spread of the disease.",
- "medications": [ ],
- "id": "734db823-5a05-4003-8811-9cdb82f8676c",
- "description": "Hand, foot, and mouth disease is a common viral illness worldwide that usually affects infants and children younger than 5 years old. It is caused by a group of viruses that are called Enteroviruses. This group of viruses includes Coxsackievirus A16 (the most common cause), Coxsackievirus B and Enterovirus D-68 and 71 that is often the cause of outbreaks. Human enterovirus 71 (HEV71) is an important cause of viral encephalitis (brain inflammation) in Southeast Asia over the past 15 years. There has been an increased number of epidemics due to HEV71 since 1997. Recently, infection with Human enterovirus D-68 (HEV D-68) has been associated with the development of paralysis in young children similar to polio.\n\nHEV71 virus mostly affects children. However, this virus can cause more serious illness, such as meningitis (inflammation of the linings of the brain), poliomyelitis-like paralysis, and other severe disorders, including pulmonary edema (fluid in the lungs) and cardiorespiratory collapse. \n\nInfected persons are most contagious during the first week of the illness. The viruses that cause hand, foot, and mouth disease can remain in the body for weeks after a person’s symptoms have disappeared, so that infected people can still pass the infection to others even though they may appear well.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Hand, Foot and Mouth Disease"
}, - {
- "updated_at": "2017-06-27T15:57:22.391000Z",
- "scientific_name": "Kala Azar",
- "occurs_where": "The cutaneous (skin) form of leishmaniasis is found in the Middle East, Asia (particularly southwest and central Asia), Africa (particularly the tropical region and northern Africa) and southern Europe. It is also found in parts of Mexico, Central America, and South America. Cases have occurred in the United States (Texas and Oklahoma). Most of the cases occur in Afghanistan, Algeria, Iran, Iraq, Saudi Arabia, Syria, Bolivia, Brazil, Colombia, and Peru. It is not found in Chile, Uruguay or Canada. \r\n \r\n \r\nThe visceral (body organ) form of leishmaniasis is found in parts of Asia (the Indian subcontinent and southwest and central Asia), the Middle East, east Africa and southern Europe. It is also found in Brazil and in scattered places elsewhere in Latin America. Most of the cases occur in India, Bangladesh, Nepal, Sudan, Ethiopia and Brazil.",
- "id": "6e50c7b8-d8cb-4541-b374-4f80ad091629",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment for leishmaniasis varies depending on the form, but generally consists of drug therapies containing antimony (known as pentavalent antimonials), such as Pentostam, available in the USA or Glucantime, used in South America and other areas. Spontaneous healing of cutaneous leishmaniasis can occur, however, any leishmaniasis infection should be detected and treated promptly. \n\nAnother drug, miltefosine (trade names Impavido and Miltex) is a broad-spectrum phospholipid antimicrobial drug that effectively kills the parasite. This drug became the first (and still the only prescribed) oral drug in the treatment of leishmaniasis. It can be administered orally and topically. Increasing resistance to this drug has been reported recently in India\n\nIn many parts of the world, some species of the parasite have become partially or fully resistant to antimony. Leishmaniasis in Kenya and India can be less responsive to this treatment than in Mediterranean countries. These cases may be treated with other drugs (amphotericin B or pentamidine) that are not used routinely due to their toxicity. ",
- "transmission": "Leishmaniasis is transmitted through the bite of infected female sand flies. It is rarely transmitted through blood transfusions and needle sharing. ",
- "symptoms": "Leishmaniasis is characterized by the development of single or multiple sores. The symptoms of leishmaniasis vary based on the form of the disease. In the cutaneous (skin) form, skin ulcers develop on exposed areas, such as the face, arms and legs. These usually heal within months, but leave visible scars. This is the most common form of the disease. The diffuse cutaneous form produces many wide-spread skin ulcers and sores in the skin resembling those of leprosy. This form is probably due to an immune deficiency and is difficult to treat.\n\nIn the mucocutaneous form, the ulcers and sores destroy the mucous membranes of the nose, mouth and throat cavities and surrounding tissues. This form of leishmaniasis can deform, disable and completely destroy the nose and nasal cavities, leaving victims with severe emotional difficulties and rejection from society.\n\nThe visceral form (also called kala azar) affects multiple organs and is characterized by high fever, substantial weight loss, swelling of the spleen and liver, and anaemia. If left untreated, the disease can have a fatality rate as high as 100 percent within two years. ",
- "susceptibility": "Anyone can be infected with leishmaniasis. Lifelong immunity can occur against a particular species of leishmaniasis but may not protect against other forms.",
- "prevention": "There are no vaccines or drugs to prevent this infection. The best preventive measure is to avoid contact with sand flies by limiting outdoor activities between dusk and dawn when sand flies are most active. The risk of exposure can be further reduced by sleeping in an air conditioned or well-screened room, wearing protective clothing and applying insect repellent to exposed skin.",
- "medications": [ ],
- "id": "b7f77c4c-f866-449e-8190-5afda34a5a8d",
- "description": "Leishmaniasis is a parasitic disease, transmitted to humans through sand fly bites. Only the female sand fly can transmit the Leishmania parasite. There are four main types of the disease: a limited cutaneous (skin) form; a diffuse (widespread) cutaneous form; a mucocutaneous (nose, mouth and throat) form; and a visceral (body organ) form (also known as kala azar).",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Leishmaniasis"
}, - {
- "updated_at": "2017-06-27T15:57:31.139000Z",
- "scientific_name": "",
- "occurs_where": "Malaria is most prevalent in the world's tropical areas where year-round transmission can occur. In other regions, such as sub-tropical and temperate areas, transmission may only occur during seasons that provide optimal climate to support the growth and development of the mosquito. Malaria is endemic (i.e., constantly occurring) in most of sub-Saharan Africa and New Guinea; in large areas of South Asia, Southeast Asia, Oceania, Haiti, Central and South America; and in parts of Mexico, the Dominican Republic, North Africa and the Middle East. \r\n\r\nThe knowlesi strain is found in the forested areas of many countries in Southeast Asia, especially where among farmers, hunters and loggers, or wherever humans, mosquitos and monkeys interact.\r\n \r\nLocal transmission can vary significantly depending on factors such as rainfall, temperature and altitude that affect the numbers of mosquitoes in the local area.",
- "id": "6819e404-ff48-4063-959a-1e4a8829156c",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment depends on the type of malaria parasite. Prompt treatment with appropriate anti-malarial medication is essential since delays in diagnosis and treatment are associated with increased mortality, especially for the falciparum strain. Treatment has become more complicated for this strain due to the development of serious drug resistance. There are, however, effective anti-malarial medications that should be taken under the care of a physician who is knowledgeable about malaria therapy. ",
- "transmission": "Malaria is transmitted by the bite of an infected female mosquito. Transmission occasionally occurs through blood transfusions, organ transplants, needle sharing and from mother to the unborn child. ",
- "symptoms": "It is often difficult to distinguish the initial symptoms of malaria from any other infectious disease that begins with fever. Laboratory tests are essential to identify the presence of the parasites in the blood.\n\nFalciparum malaria can cause a varied clinical picture, but in general, the patient develops sudden onset of fever, chills, sweats, cough, diarrhoea, difficulty breathing and headaches. The severe form of the illness may include jaundice, shock, liver and kidney failure, acute inflammation of the brain, swelling of the brain, coma and death. Prompt treatment is essential, even for mild cases, since the disease may progress suddenly and rapidly to severe consequences and death.\n\nThe vivax and ovale strains usually do not cause life threatening illness. The illness is characterized by fatigue and a rising fever, followed by shaking chills, headache and nausea. The fever ends with severe sweating. After an interval of 1, 2 or 3 days, the fever cycle is repeated for a week or a month or longer. Relapses occur over a period as long as 5 years. Gradual development of immunity reduces the frequency of attacks. and a low grade life-long infection may occur without symptoms.\n\nThe knowlesi strain causes peak fevers every 24 hours. Although infection with this strain can be fatal, the outcome may also be quite variable, including self-cure or chronic illness.",
- "susceptibility": "Humans are universally susceptible to malaria infection. Persons who live in malarious regions and who are infected repeatedly, develop some degree of immunity and tolerance to the clinical effects of the disease.",
- "prevention": "Malaria prevention depends a great deal on the season of the year, a traveller's destination country, planned activities within that country, and types of accommodations. There are two major prevention measures: (1) avoid mosquito contact, and (2) take medication to prevent the infection. Because the medicine may have side effects, it is important to balance medications and mosquito prevention measures. In some cases, only mosquito avoidance will suffice. In other cases, mosquito avoidance and anti-malaria medication will be needed. \n \nBecause the mosquitoes that transmit malaria usually bite between dusk and dawn, it is important to remain in well-screened areas, use insect repellents, and wear protective clothing during that time. If sleeping in unscreened accommodations, use a permethrin-impregnated mosquito net to repel mosquitoes. \n \nAnti-malaria medication must be taken before, during and after travel when visiting malaria areas. The choice of drugs depends on the type of malaria and the presence of drug resistance in a destination country. Commonly used anti-malaria medications include Atovaquone-Proguanil, Chloroquine and Hydroxychloroquine, Doxycycline, Mefloquine, Primaquine, among others. The choice should be made in consultation with a physician who is knowledgeable about malaria prevention.",
- "medications": [ ],
- "id": "2e9dcbf0-25f4-4632-a1b8-f8bf573314f1",
- "description": "Malaria is a complex tropical disease caused by infection with one of several types of malaria parasites, known as _Plasmodia_. Some of the types cause more serious illness than others. Although these parasites can be found in many different animals, four types infect humans causing mild to severe illness. They are called *falciparum, vivax, ovale and malariae*. A fifth type called *knowlesi* that is known to infect monkeys and was previously confused with the *malariae* type is now recognized as a serious infection in humans. The most dangerous of the strains is _falciparum_. \n\nThe incubation period depends on the type of parasite. For the falciparum strain, the incubation period is generally 7-14 days; for the vivax and ovale strains, 8-14 days; for the malariae strain, 7-30 days; for the knowlesi strain, 10-12 days. Because of the somewhat lengthy incubation period for all strains, many travellers do not develop clinical illness until they return to their home country. Because the early manifestation of the infection is marked by spiking fevers, it is often difficult to distinguish malaria from other infectious diseases. Where malaria is not commonly seen, physicians are not well versed in the diagnosis and treatment of this illness. \n\nMalaria parasites are found in many tropical and subtropical areas. Malaria is no longer a problem in countries with temperate climates. \n\nMany of the parasites have developed resistance to commonly used anti-malaria medications, especially in Southeast Asia and sub-Saharan Africa. Recently, high levels of resistance to the most effective drug combination (artemisinin-mefloquine) for treating malaria has been found along the Thai-Myanmar border.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Malaria"
}, - {
- "updated_at": "2017-06-27T15:57:19.359000Z",
- "scientific_name": "",
- "occurs_where": "Rocky Mountain spotted fever is found throughout the United States (except Hawaii, Vermont, Maine and Alaska), southern Canada, Mexico, Central America, Argentina, Brazil, and Colombia. ",
- "id": "d8b51a9d-d6fb-4e6f-acc7-06578fed1baa",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Early recognition and treatment with antibiotics reduces mortality. Use of antibiotics after tick bites as a prevention measure is not effective for preventing this illness.",
- "transmission": "Rocky Mountain spotted fever is transmitted by several kinds of ticks when they bite humans. Some of the ticks that can transmit this disease are found on dogs (American dog tick) or in woods and forests (Rocky Mountain wood tick). Other ticks in other geographic areas can also transmit this disease. The tick has to remain attached to its host for about 24 hours before spreading the bacteria.",
- "symptoms": "The major symptoms of Rocky Mountain spotted fever are very similar to those of a severe flu and include fever that lasts for 2-3 weeks (if untreated), headaches (sometimes very severe), nerve pain, nausea, vomiting, diarrhoea, and a rash that appears in 3-5 days that is often present on the palms and soles of the feet before spreading across the entire body. Very few people with this disease will develop all of the symptoms. The combination of symptoms varies greatly from person to person.",
- "susceptibility": "Generally, all persons are susceptible. However, after having Rocky Mountain spotted fever, people usually will have long lasting immunity.",
- "prevention": "Prompt removal of any ticks and avoiding tick habitats and tick bites is the most effective prevention measure.",
- "medications": [ ],
- "id": "38214fb6-4fc6-4a8c-bb84-be542ac4e26d",
- "description": "Rocky Mountain spotted fever is a serious infectious disease caused by a bacteria (_Rickettsia rickettsii_) that is transmitted by the bite of an infected tick. Unless treated early, the disease has a mortality rate of 3 to 5 percent (30 percent before antibiotics became available). \n\nEven in infected areas, fewer than 2 percent of ticks carry the bacteria. Most cases occur between spring and fall when ticks are most active. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-13T15:29:10.000000Z",
- "common_name": "Rocky Mountain Spotted Fever"
}, - {
- "updated_at": "2017-10-03T16:13:50.022000Z",
- "scientific_name": "American Trypanosomiasis",
- "occurs_where": "The disease mainly occurs in rural Mexico and rural areas of Central and South America.",
- "id": "0283b7ea-b985-4ba8-8ef3-8fe57f120229",
- "datum": {
- "vaccinations": [ ],
- "treatment": "If Chagas disease is suspected, a tropical medicine or infectious disease specialist should be consulted for diagnosis and treatment. Anti-parasitic drugs, specifically benznidazole or nifurtimox, are recommended to treat acute infection. These medications should be given early in the infection as their efficacy diminishes the longer a person has been infected. They are available from major hospitals in countries with Chagas disease.",
- "transmission": "Chagas disease is acquired after the infected triatomine insect bites and the feces are inadvertently transferred into the skin, the lining of the eye, nose, or mouth when the bite is scratched or rubbed. The disease is also transmitted through blood transfusions and organ transplants, as well as from mother to infant. There have been some rare situations in which the parasite has been transmitted through contaminated food or food products.",
- "symptoms": "There are two phases of Chagas disease. The first acute phase lasts 2-3 months, and the second chronic phase can last for years. Many infected individuals do not develop symptoms but stay infected for the rest of their lives.\n\nIn the acute phase, symptoms are usually mild or completely absent but can include fever, swollen lymph nodes, and enlargement of the spleen and liver. A skin lesion known as a chagoma usually develops at the site of infection and lasts for up to 8 weeks. A characteristic sign of Chagas disease, known as Roma's sign, is the purplish swelling of the eyelids occurring in less than 50 percent of all cases of Chagas disease. \n\nIn 20 to 30 percent of infections, the disease progresses to include irreversible chronic symptoms, such as cardiac damage, enlargement of the oesophagus or colon, and neurological damage. In later years, chronic Chagas disease can cause sudden death or heart failure due to progressive heart damage. ",
- "susceptibility": "Everyone is susceptible to Chagas disease, but the acute phase is generally more severe in younger people and children. People with compromised immune systems, including those with AIDS, are at greater risk for more serious infection.",
- "prevention": "There is no vaccine to protect against Chagas disease. The risk to travellers of acquiring Chagas disease is generally low. This risk is increased if travellers camp, stay in poorly constructed housing, obtain unscreened blood transfusions, or ingest contaminated food or drink in countries where Chagas disease occurs. Travellers who cannot avoid camping, sleeping outdoors, or staying in poor quality housing should sleep under insecticide-impregnated bed nets and tuck in the edges to protect against the triatomine insect bite.",
- "medications": [ ],
- "id": "74e9c37e-4dc0-43af-895d-28efc8d18041",
- "description": "Chagas disease, also known as American trypanosomiasis, is a potentially life-threatening parasitic disease that affects roughly 10 million people worldwide with more than 25 million people at risk. The disease mainly occurs in rural Mexico and throughout Central and South America.\n\nThe parasite that causes Chagas disease is called _Trypanosoma cruzi_ and is transmitted to humans through the bite of an infected triatomine insect, also known as the \"kissing bug\". \n\nThe triatomine insect lives in unkempt housing (cracks in the walls or ceiling), as well as in various areas outdoors, such as rock, wood, or brush piles, beneath bark or porches, animal burrows, chicken coops or dog houses. The insect seeks refuge during the day and emerges to feed at night. \n\nThe _T. cruzi_ parasite is a different species from the parasites that cause the related African forms of the disease, African trypanosomiasis.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Chagas Disease"
}, - {
- "updated_at": "2017-06-27T15:57:14.749000Z",
- "scientific_name": "Hantaviral Diseases",
- "occurs_where": "Different types of hanta viruses are distributed in different parts of the world depending on the particular type and the rodent host. Different types of these viruses are found in China, the Korean peninsula, Russia, northern and western Europe, Argentina, Chile, Brasil, the United States, Canada, and Panama.",
- "id": "529d4c31-6d90-4af5-baf8-6e35c607239e",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific cure or treatment for HPS, other than intensive therapeutic care and treatment of the severe symptoms. Patients experiencing Hantaviral disease symptoms who may have come into contact with contaminated rodent saliva, droppings, or urine should seek medical care. Bed rest and early hospitalisation are crucial in both types of Hantaviral diseases.",
- "transmission": "The viruses are transmitted to people by breathing air or dust contaminated with the urine, droppings, and saliva of infected rodents (different kinds of mice). It may also be possible to acquire the virus if someone touches something that has been contaminated with rodent urine, droppings, or saliva, and then touches their nose or mouth. Indoor exposures to rodent urine, droppings, or saliva in closed and poorly ventilated areas (e.g., cleaning garages, barns or rural cottages) is a common mode of transmission.",
- "symptoms": "For HFRS, symptoms include sudden onset of fever, lower back pain, kidney failure and bleeding. There are five stages of the disease: fever (fever), hypotensive (low blood pressure), oliguric (decreased or absent urine production), diuretic (increased urination) and convalescence (gradual recovery). The phase of fever lasts 3-7 days, accompanied by headache, malaise, and anorexia followed by severe abdominal and lower back pain, nausea and vomiting, facial redness and conjunctivitis pain. The hypotensive (low blood pressure) phase lasts from several hours to three days and involves sudden hypotension that can lead to hypotonic shock. The oliguric phase lasts 3 to 7 days with persistent nausea and vomiting. Severe bleeding can occur but the blood pressure returns to normal. Usually 5 to 15 percent of cases results in death, usually during the hypotensive and oliguric stage.\n\nIn HPS, symptoms include fever, muscle and gastrointestinal pains, followed by severe breathing problems and shock (loss of blood pressure). If left untreated, death occurs in 40 to 50 percent of cases.\n\nHFRS infections may occur without developing symptoms. On the other hand, there have been no reports of HPS infection without symptoms, but the infection may be mild HPS.",
- "susceptibility": "Persons who have never been infected appear to be uniformly susceptible. Second attacks of Hantaviral diseases have not been documented.",
- "prevention": "Rodent control is the primary strategy for preventing Hantavirus infections (including preventing rodent access to homes, setting traps, storing food properly, disinfecting rodent contaminated areas, etc.). Rodent-infested areas should be avoided wherever possible to prevent contracting Hantavirus infections.",
- "medications": [ ],
- "id": "a0bb53f9-5f21-4f37-b75b-186437864e79",
- "description": "Hantaviral diseases are caused by a group of viruses called Hanta viruses. These viruses infect rodents all over the world and can be transmitted to humans. The infections vary in severity from relatively mild to severe illness. These viruses may cause severe respiratory failure or attack the lining of the blood vessels, causing hypotensive shock (low blood pressure) and haemorrhaging. Hantaviral diseases include Haemorrhagic Fever with Renal Syndrome (HFRS) and Hantavirus Pulmonary Syndrome (HPS).\n\nFor HFRS, the incubation period is generally 2 to 4 weeks with a range of a few days to 2 months. For HPS, the incubation period is approximately 2 weeks, with a range of a few days to 6 weeks.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Hanta Virus"
}, - {
- "updated_at": "2017-06-27T15:57:15.979000Z",
- "scientific_name": "",
- "occurs_where": "Lyme disease is spread by ticks that carry the Borrelia bacteria, therefore, the disease can be found wherever infected ticks are found. In northern Africa, the ticks that carry Borrelia occur in Morocco, Algeria, Egypt and Tunisia. They may also be present in Kenya. In Asia, these ticks can be found in Japan, northwest China, Mongolia, Nepal, Thailand, and far eastern Russia. In North America, these ticks are found in many parts of Canada and in the eastern United States. In Europe, these ticks are found mainly in central Europe (Slovenia and Austria), but also in almost every other country on the continent. The ticks can be found in the United Kingdom and the Republic of Ireland. In South America, the ticks have been found in Brazil, Colombia, and Bolivia.",
- "id": "3b42f205-e4ba-4913-974e-dc5a045605a6",
- "datum": {
- "vaccinations": [ ],
- "treatment": "If the Lyme disease rash or other symptoms of Lyme disease occur, the patient should seek early medical attention. Lyme disease can usually be cured by an appropriate course of antibiotic treatment.",
- "transmission": "Lyme disease is transmitted to humans through the bite of ticks infected with the bacteria, Borrelia. The bacteria exist in a natural reservoir among rodents, and the tick transfers the bacteria to humans. Most infections are caused by ticks in the nymphal stage when they are very small and feed for long periods of time undetected.",
- "symptoms": "Symptoms of Lyme disease include a characteristic expanding rash, called erythema chronicum migrans, at the site of the tick bite. Other symptoms include fever, arthritis, and neurological problems, including facial palsy (paralysis and loss of sensation in the face). Late, delayed, or inadequate treatment can lead to late manifestations of Lyme disease which can be disabling and difficult to treat. Some Lyme disease patients who have completed a course of antibiotic treatment continue to have symptoms such as severe fatigue, sleep disturbance, and cognitive difficulties.",
- "susceptibility": "All persons are likely susceptible. Re-infection has occurred in those treated with antibiotics for early disease.",
- "prevention": "Avoid direct contact with ticks, especially in warm summer months when ticks are most active. Avoid wooded and bushy areas with high grass. Use insect repellent containing 20 percent or more of DEET. After possible exposure in outdoor settings, bathe as soon as possible and carefully check skin over the entire body surface. Remove any ticks immediately.",
- "medications": [ ],
- "id": "18f36278-fc43-45cb-a805-de265c866b5a",
- "description": "Lyme disease is an infectious disease caused by any of at least three species of a special kind of bacteria called a spirochete (_Borrelia_). It is the most common tick-borne disease in the Northern Hemisphere. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Lyme Disease"
}, - {
- "updated_at": "2017-06-27T15:57:23.917000Z",
- "scientific_name": "",
- "occurs_where": "Meningococcal infections are found just about anywhere in the world and cases are generally sporadic. The sub-Saharan countries of Africa regularly experience epidemics of bacterial meningitis during the dry season, usually from December through April. These countries are known as the sub-Saharan meningitis belt and include The Gambia, Senegal, Mali, Burkina Faso, Ghana, Niger, Nigeria, Cameroon, Chad, Central African Republic, Sudan, Uganda, Kenya, Ethiopia, and Eritrea. \r\n\r\nEnteroviruses that are the main cause of aseptic meningitis are found worldwide. \r\n",
- "id": "bf54bf72-f0b9-401b-b1bc-0858f42e0d0c",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Early and aggressive treatment with a variety of commonly available antibiotics is generally effective. For aseptic meningitis, only general supportive measures are available.",
- "transmission": "Person-to-person transmission occurs by inhaling respiratory droplets containing the bacteria or virus or by close contact with an infected person's respiratory secretions or saliva.\n\nEnteroviruses are most often spread via the fecal-oral route from person to person through fecal contamination of water or food or contact with contaminated inanimate objects. Enteroviruses can also be spread through respiratory secretions (saliva, sputum, or nasal mucus) of an infected person",
- "symptoms": "The illness usually involves the sudden onset of fever, severe headache, a stiff neck, nausea with some vomiting, and may be accompanied by a small rash. The patient may become confused and delirious and enter into a coma, sometimes very quickly after the onset of the illness. Unless the illness is diagnosed early and treated rapidly and aggressively with antibiotics and other supportive measures, the fatality rate can be quite high. With early and aggressive treatment with antibiotics for bacterial meningitis, the death rate has been reduced to between 5 and 15 percent.\n\nAntibiotics are not effective for aseptic meningitis caused by viruses. However, most people who get infected with enteroviruses are asymptomatic or have only a general febrile illness.",
- "susceptibility": "General susceptibility is low. The disease is most common in very young children or young adults. Excessive crowding contributes to the spread of bacterial meningitis. Susceptibility generally decreases with age.",
- "prevention": "Vaccination against meningitis caused by the bacteria, _N. meningiditis_, is recommended for people who travel or reside in the countries where epidemics occur, i.e. sub-Saharan Africa. Vaccination may also be recommended when there are many cases or an outbreak of this bacteria in other areas. \n \nFor people who have been in direct contact with persons with bacterial meningitis, antibiotics (rifampin, ciprofloxacin, and ceftriaxone) are recommended for prevention of the disease for exposed persons.\n\nFollowing general food and water precautions and maintaining careful personal hygiene will help prevent aseptic meningitis caused by enteroviruses.",
- "medications": [ ],
- "id": "445793c2-735e-40bc-aa4a-49701fe7d575",
- "description": "Meningitis (inflammation of the linings of the brain) can be caused by many types of organisms, such as bacteria and viruses. \n\nMeningococcal meningitis is caused by a specific bacterium known as _N. meningitides_. In addition to several types of _N. meningitidis_, another common bacterium that can cause meningitis is called _Streptococcus_ _pneumoniae_. There are 83 known types of _Streptococcus pneumoniae_. Usually this streptococcus bacteria causes pneumonia in the lungs. However, this organism may spread through the blood to infect the linings of the brain.\n\nIn countries where the disease is common, up to 5 to 10 percent of the general population will carry the _N. meningitidis bacterium_ in their nose or throats.\n\nAnother form of meningitis is called aseptic meningitis. The most common cause of aseptic meningitis is a viral infection, and enteroviruses are common causes of viral meningitis, especially in children during the summer months. However, aseptic meningitis may be caused by other viruses, such as arboviruses, HIV, herpes simplex virus (HSV) types 1 and 2, some bacteria, fungi, and parasites. Most people who get infected with enteroviruses are asymptomatic or have only a general febrile illness.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Meningitis"
}, - {
- "updated_at": "2017-06-27T15:57:31.133000Z",
- "scientific_name": "",
- "occurs_where": "Cholera is commonly found in many tropical countries around the world. ",
- "id": "16d018d8-31d1-4210-9bb8-42495ccaa97c",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment consists of three measures:\n\n1. Aggressive replacement of lost fluid by oral or intravenous means;\n2. Administration of an effective antibiotic (e.g., tetracycline or one of several other readily available antibiotics) to reduce the volume of loss of fluids and the duration of the diarrhoea; and\n3. Treatment of any complications that may result from the aggressive replacement of lost fluid.",
- "transmission": "Cholera is spread by eating food or drinking water contaminated by the feces or vomit of infected persons. Contaminated municipal water supplies and unsafe water storage can lead to large scale outbreaks. The organism can remain alive in water for considerable periods of time. Sources of cholera infection include beverages and ice prepared with contaminated water, fruits and vegetables washed with contaminated water, as well as raw or undercooked seafood. Infected food handlers who do not practice good personal hygiene can introduce cholera into prepared foods. For safe eating and drinking, wash your hands often.",
- "symptoms": "Infection with the cholera bacteria results in a very sudden onset of profuse, painless, watery diarrhoea with nausea and vomiting. If not treated rapidly, dehydration can occur with collapse of the circulation, resulting in death, sometimes in just a few hours. There are many variations in the illness due to the different strains of cholera bacteria. The infection can range from a very mild, almost unapparent illness to a severe life-threatening disease. With proper rapid treatment, death occurs in less than 1 percent of the cases, but in untreated severe cases, death may occur in up to 50 percent of the cases.",
- "susceptibility": "Generally, everyone is susceptible in the absence of any previous exposure. After acute infection and illness, some immunity does develop but not against all strains of the bacterium.",
- "prevention": "Avoid improperly prepared food and water that is not bottled or boiled. If you are exposed to a person with cholera where there is an increased risk of transmission, e.g., living in the same household, you should seek medical advice to obtain an appropriate antibiotic to prevent the illness from developing. \n \n \nAn oral cholera vaccine is currently available but only provides limited protection for relatively short periods of time. The vaccine is given in two doses at least one week apart and both doses should be finished at least one week before travelling to an area where the traveller might come in contact with cholera.",
- "medications": [ ],
- "id": "2dfa4842-cebb-4bc4-b401-3b2e80e38209",
- "description": "Cholera is a disease of the gastro-intestinal tract and is caused by a bacterium known as _Vibrio cholerae_. There are multiple types and strains of these bacteria. Outbreaks of cholera are common in many tropical countries around the world. Serious epidemics can occur anywhere in the world where water supplies, sanitation, food safety and hygiene are inadequate. Overpopulated communities and refugee camps are particularly high risk settings due to poor sanitation and unsafe drinking water supplies.\n\nCholera can be a dangerous and sometimes fatal disease because it may cause severe diarrhoea and rapid dehydration resulting in hypotension (low blood pressure), shock, and death, sometimes within hours.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Cholera"
}, - {
- "updated_at": "2017-06-27T15:57:24.654000Z",
- "scientific_name": "",
- "occurs_where": "Japanese encephalitis occurs in India and throughout most of Asia (especially China, Japan, Korea, eastern Russia, Vietnam, Thailand, Laos, Malaysia, Indonesia, Cambodia, and some islands in the western Pacific). It has not been identified in Africa, Europe, or the Americas. ",
- "id": "94a0b409-4c28-426f-aca6-3534ebd6e9bd",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific antiviral treatment for Japanese encephalitis. Therapy consists of supportive care, treatment of symptoms, and management of complications.",
- "transmission": "Japanese encephalitis is transmitted through the bite of certain kinds of infected mosquitoes. The most common infected mosquito feeds outdoors from dusk to dawn in mainly rural agricultural areas, such as rice fields, marshes, and other small stable collections of water found around cultivated fields. Japanese encephalitis cannot be transmitted person to person.",
- "symptoms": "The majority of human Japanese encephalitis viral infections do not show any symptoms, and only about 1 in 250 of those infected will develop symptoms of the disease. Japanese encephalitis usually begins with the sudden onset of fever with gastrointestinal symptoms and headache. Encephalitis (inflammation in the brain) is the most common manifestation of the infection. Mental or behavioural changes, neurologic deficits, generalized weakness, and movement disorders may develop after the onset of encephalitis. Seizures are fairly common among children. Milder forms of the disease, such as aseptic meningitis (inflammation of the lining of the brain without an identifiable bacteria or virus) or fever with headache, can occur more commonly among adults. ",
- "susceptibility": "Susceptibility to Japanese encephalitis disease is usually highest in infancy and old age. Once infected, a person obtains lifelong immunity. In highly endemic areas, adults are largely immune to local strains because they have already had a mild or unapparent infection.",
- "prevention": "The risk of exposure to Japanese encephalitis virus in travellers is very low. However, vaccination is available and recommended for persons who plan to live in areas where Japanese encephalitis is endemic or epidemic and for travellers whose activities include trips into rural farming areas. Short-term travellers, especially those whose visits are restricted to major urban areas, are at lower risk for infection and generally do not require the vaccine. Avoidance of mosquito contact is also an important prevention measure. Prevent mosquito bites by using insect repellent (bug spray) with 30%-50% DEET and by wearing long-sleeved shirts, long pants, and a hat outdoors, especially during peak biting periods in rural areas.",
- "medications": [ ],
- "id": "1f191382-0428-4140-a646-993760f6dec7",
- "description": "Japanese encephalitis is an acute inflammatory viral disease of short duration that involves parts of the brain, spinal cord, and meninges (linings of the brain). It is closely related to West Nile virus, St. Louis Encephalitis virus, and other encephalitic viruses (viruses that affect the brain). Japanese encephalitis disease is caused by the mosquito-borne Japanese encephalitis virus.\n\nThe risk to short-term travellers and those who confine their travel to urban centres is very low. Expatriates and travellers living for prolonged periods in rural areas where Japanese encephalitis is endemic or epidemic are at greater risk. Travellers with extensive outdoor, evening, and night-time exposure in rural areas (for example, while bicycling, camping, working outdoors, or sleeping in unscreened structures without bed nets) may be at high risk even if their trip is brief. Transmission is seasonal and occurs in the summer and autumn in the temperate regions. Sometimes the transmission season extends or varies with the rainy season and irrigation practices. In tropical parts of Asia, mosquitoes that breed in rice paddies may also be important vectors, and Japanese encephalitis virus transmission may occur over a longer season or even throughout the year.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Japanese encephalitis"
}, - {
- "updated_at": "2017-06-27T15:57:17.585000Z",
- "scientific_name": "",
- "occurs_where": "There are high, intermediate and low levels of hepatitis A. Countries with low incomes have high levels; middle income countries have intermediate to low levels; and high income countries have very low levels of Hepatitis A. Most of sub-Saharan Africa, India, and Pakistan have high levels. Intermediate levels can be found in Mexico, Central and South America, northern Africa, and across the Middle East. Low levels are found in eastern European countries, Russia and China. Very low levels are found in Canada, United States, western European countries, and Australia. \r\n",
- "id": "18784e08-28d1-4a68-912f-230cb1bc35fa",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for acute hepatitis other than supportive measures. \n\nWhen administered within 2 weeks of last exposure, hepatitis immune globulin is 80 to 90 percent effective in preventing clinical hepatitis A. In scientific studies, the use of the hepatitis A vaccine within 14 days after exposure provided protection equivalent to that of immune globulin. ",
- "transmission": "Hepatitis A is transmitted through contaminated food or water, including ice. It is also transmitted directly from person to person, from shellfish harvested in sewage-contaminated water, or from fruits, vegetables or other foods that are uncooked and that were contaminated during harvesting or subsequent handling.",
- "symptoms": "Hepatitis A virus causes an inflammation of the liver manifested by the rapid onset of fever, fatigue, loss of appetite, nausea and abdominal discomfort. Within a few days, jaundice (yellow-coloured skin) appears. In children, the infection may be unapparent or very mild. The illness can be mild and last for 1-2 weeks or can be severely disabling and last several months. Prolonged or relapsing hepatitis may occur for up to 1 year in about 15 percent of the cases. Convalescence may be prolonged, but usually patients make a complete recovery. Chronic infection does not occur. Deaths due to hepatitis A virus infection occur in 0.1 to 0.3 percent of the cases.",
- "susceptibility": "Humans are generally susceptible to hepatitis virus infection. Life-long immunity follows natural infection with hepatitis A.",
- "prevention": "Hepatitis A is prevented by vaccination. Boiling or cooking food and beverage items for more than 1 minute at 180 degrees F or 85 degrees C inactivates the virus. Chlorination of water inactivates the virus. \n \n \nTravellers can reduce their risk by carefully following food and water precautions. ",
- "medications": [ ],
- "id": "17e4dd41-d5c1-46bb-a06c-39914b427c44",
- "description": "Hepatitis is an inflammation of the liver caused by several viruses. There are three principal kinds of hepatitis, A, B, and C. Hepatitis A is caused by the hepatitis A virus, B by the B virus, and C by the C virus. Hepatitis A occurs worldwide as a sporadic or epidemic illness. It is ubiquitous in developing countries where adults are usually immune due to widespread exposure and mild illness acquired as young children.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Hepatitis A"
}, - {
- "updated_at": "2017-06-27T15:57:18.357000Z",
- "scientific_name": "Salmonella",
- "occurs_where": "With over 2,000 known types of salmonella bacteria, this group of bacteria occur worldwide with many variations from country to country and region to region.",
- "id": "4128df58-a847-41af-923c-65df87b4d383",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no vaccine against salmonella. For intestinal infections, supportive treatment to maintain adequate hydration (good fluid intake) is generally all that is required. For salmonella that spreads beyond the intestines, e.g., into the blood stream, antibiotic treatment is required. Resistance to commonly used antibiotics is variable around the world.",
- "transmission": "You can get salmonella by consuming improperly prepared, contaminated food. Because salmonella bacteria are ubiquitous, they can be found in many contaminated foods and food products. Unpasteurized milk and all kinds of milk products made with unpasteurized milk may be contaminated with salmonella. Other common sources include raw or poorly cooked eggs or egg products and raw or poorly cooked meat and meat products, especially poultry and poultry products. \n \n \nIn spite of treatment, an infected person can spread the bacteria for several days to weeks without any symptoms. Other infected people may develop a so-called \"carrier state\" in which they can spread the bacteria for many months. A very small number of people may excrete the bacteria for more than a year.",
- "symptoms": "Salmonella begins with a headache, pain in the abdomen, diarrhoea, nausea and vomiting. Fever is almost always present. Dehydration may occur rapidly, especially in the young and elderly. The illness continues for several days and may vary from relatively mild to severe symptoms. Occasionally, the bacteria gain access to the blood stream and cause a serious illness. Deaths are relatively rare, except in the very young and elderly. ",
- "susceptibility": "Everyone is susceptible to salmonella poisoning.",
- "prevention": "Prevention of this infection involves avoiding contaminated water and improperly cooked meats, poultry, eggs, etc. Careful hygiene with frequent hand washing is also recommended.",
- "medications": [ ],
- "id": "dde1da5b-62bb-4c70-97bc-84b5ce8f236a",
- "description": "Salmonellosis is an acute infectious gastro-intestinal disease caused by a large group of bacteria known as _salmonella_. There are over 2,000 types of salmonella with considerable variability from country to country and region to region.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Salmonellosis"
}, - {
- "updated_at": "2017-06-27T15:57:16.308000Z",
- "scientific_name": "",
- "occurs_where": "Nipah virus has been found in Malaysia, Bangladesh, and West Bengal, India.",
- "id": "c01510ce-4082-4fbf-a9a7-707e59d46af2",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for this infection. General care consists of managing the symptoms.",
- "transmission": "In countries where palm sap is collected in jars placed in palm trees, infected bats contaminate the sap. Unboiled contaminated palm sap is frequently consumed by humans and can result in infection. The virus can also spread directly from ill patients to caregivers. In other outbreaks, pigs become infected after eating contaminated half-eaten fruit dropped by the bats, and in turn, infect humans that consume the pork.",
- "symptoms": "Symptoms begin with fever, sore throat, dizziness, drowsiness and disorientation that results from inflammation of the brain (encephalitis). Symptoms may be mild or severe with coma and a mortality rate of up to 70 percent. Up to 20 percent of recovered patients have neurological defects.",
- "susceptibility": "All people are susceptible. The level of immunity after surviving this disease is not known. There have been some people who survived Nipah virus infection and have been re-infected.",
- "prevention": "Do not consume unboiled palm sap. In the countries where Nipah virus occurs, do not consume pork that is not well cooked.",
- "medications": [ ],
- "id": "3b3761f7-74e9-4699-b61f-0ec4bd8d856b",
- "description": "Nipah virus infection is a highly contagious, lethal disease that has been discovered in Malaysia, Bangladesh, and West Bengal, India. A similar virus, called Hendra virus, was also discovered in Queensland, Australia. Nipah virus is carried by fruit bats.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Nipah Virus"
}, - {
- "updated_at": "2017-06-27T15:57:20.415000Z",
- "scientific_name": "TB",
- "occurs_where": "The bacteria that cause tuberculosis are present throughout the world.",
- "id": "563bd755-b37e-4dd9-bc01-028544476314",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Tuberculosis treatment is difficult and requires relatively long courses (months) of multiple antibiotics. Successful cures for uncomplicated pulmonary TB are achieved through a six month course of four antibiotics for four months and two antibiotics for two months. Failure to cure TB and the subsequent development of resistant strains occurs when patients do not complete the recommended treatment regimen. \n\nExtrapulmonary TB requires more intensive therapy. Treating anyone with multiple-drug-resistant strains of tuberculosis is more difficult, requiring up to 4 to 6 drugs for 18 to 24 months. Treatment of resistant strains should be managed by an expert in this field.",
- "transmission": "When persons infected with active TB cough, sneeze, speak, sing or spit, the tuberculosis germs are propelled into the air where they remain suspended. Uninfected people can then inhale the bacteria into their lungs. People with prolonged, frequent, or close contact with persons who are infected are at particularly high risk of becoming infected themselves. TB is highly contagious under conditions that favour transmission. The number of bacteria needed to create a new infection is very low, and inhaling just a single bacterium can cause a new infection. \n \n \nNot every person who becomes infected with TB will become sick or develop symptoms. The initial infection is usually contained by the body's defense mechanisms, and the bacteria can remain dormant in the lungs for a long time, even for life without any adverse effects for the infected person. In fact, only about 5-10 percent of people who are infected with TB actually become sick or infectious, and this occurs usually later in life. \n \n \nThe presence of the HIV virus in a person who is also infected with TB bacteria will greatly increase the chance of developing the tuberculosis disease. TB is a leading cause of death among people who are HIV positive.",
- "symptoms": "The initial infection with TB bacteria may be unapparent or consist mainly of a slight cough similar to the common cold. About 75 percent of active TB disease is pulmonary TB, with the infection occurring primarily in the lungs. When active TB begins, the symptoms of pulmonary TB include a chronic productive cough lasting for more than three weeks, coughing up blood, fever, night sweats, fatigue, chills, and weight loss. The other 25 percent of the cases are known as extrapulmonary TB, where the infection spreads to other parts of the body, such as the pleural cavity (the cavity surrounding the lungs), the meninges (the lining of the brain), the lymph nodes in the neck, the urinary system and reproductive organs, and in bones and joints . Extrapulmonary TB occurs more frequently in immuno-suppressed individuals (such as those with HIV) and in young children. Extrapulmonary TB is not contagious, however, it frequently occurs in conjunction with pulmonary TB which is highly contagious.",
- "susceptibility": "The risk of infection with TB is directly related to the length of exposure to environments where there are infected individuals. The risk of developing TB is highest in children under 3 years old, lowest in later childhood, and high again among adolescents, young adults, the very old and the immuno-suppressed.",
- "prevention": "Travellers should avoid exposure to known TB patients in crowded environments, such as hospitals, prisons, homeless shelters, or refugee camps. Travellers may also be exposed in family settings where a member of the family, usually elderly, may create airborne TB germs in poorly ventilated environments. \n \n \nThere is a vaccine called BCG that is used in most developing countries to reduce the severe consequences of TB in infants and children. However, it is unclear if this vaccine is effective in preventing the adult forms of TB.",
- "medications": [ ],
- "id": "df37e7ce-99f2-497e-8f30-b5b9ff440fc1",
- "description": "Tuberculosis (TB) is a fairly common and often deadly infectious disease caused by the _Mycobacterium tuberculosis_ bacterium. TB usually attacks the lungs (as in pulmonary TB) but can also affect the central nervous system, as well as the lymphatic, circulatory, genitourinary and gastrointestinal systems, and bones, joints, and even skin.\n\nThe emergence of strains of TB, that are resistant to the most commonly used drugs to treat the disease, is a global concern. Although tuberculosis resistant strains are much less common than regular TB, the emergence of some strains that are resistant to all available drugs is a worry for public health and TB control experts.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Tuberculosis"
}, - {
- "updated_at": "2017-06-27T15:57:13.272000Z",
- "scientific_name": "Legionellosis",
- "occurs_where": "Legionnaires' disease occurs worldwide throughout the year but is more common in summer and autumn.",
- "id": "d7699c1e-1100-4576-bde5-7cd2231122b6",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Pontiac fever does not require any treatment as patients recover from this disease spontaneously.\n\nLegionnaires' disease is usually treated with antibiotics known as respiratory fluoroquinolones (such as levofloxacin) or macrolides. Treatment can be necessary for up to 3 weeks, and severe cases usually require hospitalization in an intensive care unit.",
- "transmission": "Transmission of legionellosis usually occurs following exposure to warm, aerosolised water since the bacteria is inhaled through water droplets in water sprays or mists. Exposure can occur around hot tubs, showers, or inadequately maintained air conditioning cooling towers. Acquiring this disease depends on a number of factors, such as the extent of contamination in the water and the virulence of the particular strain of the bacteria. Person-to-person transmission of legionellosis does not occur.",
- "symptoms": "Both Legionnaires' disease and Pontiac fever cause loss of appetite, fatigue, aches and pains, headache, fever, abdominal pain, and diarrhoea.\n\nLegionnaires' disease can be severe and generally progresses into pneumonia and causes a nonproductive cough. Complications in severe cases include respiratory failure, shock, and kidney and multi-organ failure. This disease usually requires hospitalisation and 10 to 15 percent of cases end in death. Recovery from Legionnaires' disease requires treatment with antibiotics and takes several weeks or months.\n\nPontiac fever does not cause pneumonia or death, and patients usually recover without treatment in 2 to 5 days.",
- "susceptibility": "Factors that increase the risk of acquiring legionellosis include: smoking, diabetes, chronic lung disease, increasing age (greater than 50 years old), and compromised immunity. The disease is more common in males but rare in people younger than 20 years old.",
- "prevention": "There is no vaccine or antibiotics to prevent or treat legionellosis. Travellers who have an increased risk of infection (elderly, smokers, people with cancer or diabetes, etc.) should avoid high-risk areas such as whirlpool spas, hot tubs, and other facilities where water mist and vapour is created.",
- "medications": [ ],
- "id": "e58459e3-47c9-4af9-9c9c-566f5aca0f4e",
- "description": "Legionellosis is a waterborne bacterial disease with two forms that are commonly known as Legionnnaires' disease and Pontiac fever. Legionnaires' disease causes a serious form of pneumonia and can be fatal, especially in the elderly. Pontiac fever is a similar but milder disease and does not cause pneumonia or death. Both diseases are caused by bacteria in the genus _Legionella_. These bacteria grow naturally in warm freshwater environments, such as lakes, rivers, and hot springs. However, transmission of legionellosis is more likely to occur from contact with artificial water systems like hot tubs, showers, decorative fountains, and improperly maintained air conditioning systems. Rare cases of legionellosis have occurred from contact with potting soil.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Legionnaires' Disease"
}, - {
- "updated_at": "2017-06-27T15:57:21.905000Z",
- "scientific_name": "Pertussis",
- "occurs_where": "Pertussis occurs worldwide. Outbreaks of pertussis occur every 3 or 4 years, primarily in the developing world where vaccination coverage is low. Over the past 40 years, there has been a significant decline in the number of cases and deaths due to pertussis, mainly in communities with active immunization programs and where good nutrition and medical care are available.",
- "id": "8eb2f9fa-42a2-4389-add9-9135e0f122d4",
- "datum": {
- "vaccinations": [ ],
- "treatment": "When given early in the course of the disease, antibiotics (erythromycin, clarithromycin, and azithromycin) decrease the duration of infectiousness and help prevent spread of pertussis. Antibiotics that are given later in the course of the illness will not alter the symptoms. Effective treatments of the cough associated with this illness have not yet been developed.",
- "transmission": "Pertussis is a contagious disease that is transmitted person to person by inhaling respiratory droplets in the air from coughing and sneezing and also through direct contact with the nose and throat secretions of an infected person. \n \n \nProtection through vaccination against pertussis lasts between 5 to 10 years or less. Adults and adolescents who have not had booster doses to maintain their immunity may unknowingly become infected and spread the disease to children and infants.",
- "symptoms": "The first stage of pertussis usually lasts from one to two weeks and is called the catarrhal stage. Symptoms include runny nose, sneezing, and a mild cough that gradually becomes more severe.\n\nThe second stage usually lasts from one to six weeks but may persist for up to 10 weeks and is called the paroxysmal stage. Symptoms include bursts of violent, rapid coughing due to difficulty expelling thick mucus from the lungs. Coughing episodes occur more frequently at night, with an average of 15 to 24 attacks over 24 hours. Coughs are followed by a noisy, high-pitched, “whooping” indrawn breath. Vomiting and exhaustion typically follow coughing episodes.\n\nDuring the third stage of pertussis, known as the convalescent stage, the patient gradually recovers. The cough becomes less severe and usually disappears over two to three weeks. Paroxysmal coughing can recur with subsequent respiratory infections for many months.\n\nComplications of pertussis can include: pneumonia; atelectasis (partial or total collapse of a lung or segment of a lung); seizures; encephalopathy (disease, damage, or malfunction of the brain); weight loss; hernias; death.",
- "susceptibility": "Anyone who is not immunised for pertussis is susceptible. The highest number of cases of pertussis occur among children less than 5 years of age, except where infant vaccination programs have been implemented. In these areas, adolescent cases of pertussis are becoming increasingly more frequent in those who have not had booster immunizations.\n\nFemales are more likely to acquire infection and die from pertussis than males.\n\nWhen a person has recovered from pertussis, they acquire prolonged immunity, but subsequent re-infections can occur.",
- "prevention": "Vaccines against pertussis are effective, however, the protective effect decreases with time and lasts between 5 to 10 years. Protection for longer periods of time is obtained only through booster doses of the vaccine. Pregnant women are being urged to get vaccinated in their 3rd trimester, so antibodies can be transferred to the baby in utero to protect it in the first few months after birth.",
- "medications": [ ],
- "id": "8aaecaf0-ba77-422f-a7d6-ecfad0c4f4ef",
- "description": "Pertussis (also known as whooping cough) is a bacterial infection of the respiratory tract caused by the bacterium _Bordetella pertussis_. It is commonly found in many countries and is common in children everywhere, regardless of ethnicity, climate, or geographic location. Pertussis is among the most lethal diseases of infants and young children in non-immunised populations.\n\nParapertussis is a similar but milder disease caused by _Bordetella parapertussis_.\n\nPertussis occurs worldwide. Outbreaks of pertussis occur every 3 or 4 years, primarily in the developing world where vaccination coverage is low. There has been a significant decline in incidence and mortality rates over the past 40 years, mainly in communities with active immunization programs and where good nutrition and medical care are available. In countries with high vaccination coverage, the incidence rate of pertussis in children under 15 is less than 1 per 100,000. The majority of deaths caused by pertussis occur in Africa, where vaccine coverage is lowest.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Whooping Cough"
}, - {
- "updated_at": "2017-06-27T15:57:24.364000Z",
- "scientific_name": "",
- "occurs_where": "Measles occurs anywhere in the world but is more common in developing countries, particularly in Africa and Asia, or in developed countries where the level of vaccination in the population is decreasing.",
- "id": "ee2651b1-31cb-4b6e-96b7-bebd15840c63",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for uncomplicated measles except for symptomatic care. Complications from measles can be avoided through good nutrition, adequate fluid intake and treatment of dehydration. Eye and ear infections and pneumonia can be treated with antibiotics if necessary. \n \n \nIn developing countries where malnutrition is common, vitamin A supplements are given to children to prevent the blindness complication. Vitamin A supplements are not necessary in countries where malnutrition is not a problem.",
- "transmission": "Measles virus spreads from person to person by inhaling airborne droplets containing the virus that are coughed into the air by infected people or by direct contact with nasal or throat secretions of infected people.",
- "symptoms": "General symptoms include: high fever; cough; runny nose; red, watery eyes and Koplik spots (small spots inside the mouth with white or bluish-white centres on a reddish base). A red blotchy rash appears within the first week and lasts 4 to 7 days. The rash begins on the face and then spreads to the hands and feet. Conjunctivitis (inflammation of the membrane on the inner part of the eyelid and the membrane covering the whites of the eyes) is a common feature.\n\nComplications of measles can include: blindness, encephalitis (inflammation of the brain), pneumonia; croup, diarrhoea, and ear infection.",
- "susceptibility": "People who recover from measles are immune for the rest of their lives. Anyone who has not been vaccinated in the past can become infected. Unvaccinated and malnourished young children are at highest risk of measles and its complications, including death. ",
- "prevention": "Measles is prevented by vaccination.",
- "medications": [ ],
- "id": "9e2bffac-c866-4c44-8054-d6a8857b7369",
- "description": "Measles is a highly contagious disease caused by the measles virus, a member of the genus _Morbillivirus_ of the family _Paramyxoviridae_. Measles is more severe in younger children and adults. It is one of the leading causes of death among young children in developing nations even though it is a vaccine-preventable disease. \n\nOver 20 million people are affected by measles each year. More than 95% of measles deaths occur in countries with low per capita incomes and poor health infrastructure.\n\nMost developed countries provide the measles vaccination as part of their routine immunisation services, thereby almost eliminating measles cases in those areas. However, travellers may inadvertently re-introduce the virus to areas where the number of vaccinated people has decreased. Maintenance of a high level of immunity in the population through ongoing vaccination is required to prevent this disease.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Measles"
}, - {
- "updated_at": "2017-06-27T15:57:18.416000Z",
- "scientific_name": "",
- "occurs_where": "Wild rodent plague exists in the western half of the USA, large areas of South America (Brazil, Peru, Ecuador and Bolivia), north central, eastern and southern Africa, southeastern Europe near the Caspian Sea, and central and southeast Asia (China, Laos, Mongolia, Myanmar, India and in Vietnam).\r\n\r\n",
- "id": "7be65e5d-507d-49d7-a2c5-4a4f80947f96",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Plague is often misdiagnosed, especially in travellers who develop the illness after returning from an endemic area. Several classes of antibiotics are effective in treating plague. If diagnosed with plague, the patient must be isolated. The patient and their belongings must be completely rid of fleas using an insecticide effective against local fleas and safe for humans. For patients with pneumonic plague, strict isolation is necessary to prevent airborne spread until appropriate antibiotic therapy is completed and for at least 48 hours after.",
- "transmission": "Plague is transmitted through bites from infected rodent fleas. Other transmission methods are less common. Plague can be transmitted by inhaling respiratory droplets from infected cats, dogs, or patients with pulmonary (pneumonic) plague when they cough or sneeze droplets into the air.",
- "symptoms": "Initial symptoms include non-specific signs such as fever, chills, general fatigue, muscle fatigue, nausea, sore throat and headache. In the case of bubonic plague, the lymph nodes that drain the site of the flea bite will swell, become painful and enlarge sometimes to the size of a grapes or small limes. They often rupture through the skin and discharge pus. Untreated bubonic plague has a case-fatality rate of about 50-60 percent.\n\nPneumonic plague is characterized by pneumonia in the lungs and possible inflammation in the chest or excess fluid accumulating in the chest cavity.\n\nAll forms of plague may progress to septicemic plague where the infection spreads through the bloodstream to other parts of the body, including the meninges (the protective linings of the brain). Abnormal blood clotting and severe shock may occur.\n\nUntreated pneumonic and septicemic plague are invariably fatal.",
- "susceptibility": "Immunity after recovering from plague is variable and depends to some extent on the amount of plague bacteria to which the person is exposed again. If large numbers of bacteria enter the body, prior infection may not always protect against re-infection.",
- "prevention": "There is no vaccine available for plague. The best preventive measures are to avoid contact with fleas and potentially infected rodents and other wildlife. In the event of exposure to the flea bites when an outbreak in in progress, antibiotics are given to people who have been exposed before they become sick.",
- "medications": [ ],
- "id": "3698af35-6b22-421e-81fd-738984447c9c",
- "description": "Plague is a disease caused by the _Yersinia pestis_ bacterium. There are three major types: bubonic plague (lymph node infection), septicemic plague (blood infection), and pneumonic plague (lung infection). \n\nPlague continues to be a threat because of vast areas of persistent wild rodent infection.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Plague"
}, - {
- "updated_at": "2017-06-27T15:57:19.927000Z",
- "scientific_name": "Bilharzia or snail fever",
- "occurs_where": "Different species of schistosomes are found in different parts of the world:\r\n\r\n- _S. mansoni_ is found in Africa, the Eastern Mediterranean, the Caribbean, and South America.\r\n- _S. japonicum_ is found in China, the Philippines and Sulawesi (Celebes) in Indonesia.\r\n- _S. haematobium_ occurs in Africa and the Eastern Mediterranean.\r\n- _S. mekongi_ is found in the Mekong River area of Cambodia and the Lao People’s Democratic Republic.\r\n- _S. intercalatum_ occurs in parts of western Africa, including Cameroon, Chad, the Democratic Republic of Congo, Gabon, and São Tome.\r\n- _S. malayensis_ is only found in peninsular Malaysia.\r\n- Human infection with the bovine parasite, _S. mattheei,_ has been reported from southern Africa.\r\n",
- "id": "147cff73-c4c1-4e69-a7b3-44df836fa9c8",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Schistosomiasis is easily treatable with a single dose of the drug Praziquantrel annually. Alternative drugs include oxamniquine to treat _S. mansoni_, and metrifonate to treat _S. haematobium_.",
- "transmission": "Schistosomiasis is usually contracted by people in developing countries while fishing or farming in contaminated water. The parasite easily enters through intact skin and matures within organ tissues.",
- "symptoms": "Schistosomiasis is mainly a chronic infectious disease. Many infections do not produce symptoms. However, acute schistosomiasis may include the following symptoms: diarrhoea, fever, fatigue, abdominal pain, blood in the stool, eosinophilia (increased white blood cell count), hepatosplenomegaly (enlargement of the liver or spleen). ** **\n\nLate complications of schistosomiasis from chronic infection can include: \n\n- _S. haematobium _can cause urinary symptoms such as dysuria (painful urination), hematuria (blood in the urine), and frequent urination.\n- Obstructive uropathy (condition in which the flow of urine is blocked, injuring the kidneys) ** **\n- Infertility\n- Portal hypertension (high blood pressure in the portal vein in the abdominal cavity)\n- Liver fibrosis (formation of excess scar tissue in the liver)\n- Colonic polyposis (abnormal growths in the colon)\n- Rarely, _S. japonicum_ can cause seizures and lesions in the central nervous system.\n- There is an increased risk of bladder cancer associated with urinary schistosomiasis.\nThe larva of some schistosomes may cause a rash sometimes known as “swimmer’s itch”; however, these schistosomes do not cause schistosomiasis as they do not mature within humans.",
- "susceptibility": "Anyone who travels to an endemic area and is exposed to fresh water sources (usually rivers or lakes) is susceptible to schistosomiasis. Some people who have had shistosomiasis may develop a variable degree of immunity to reinfection, but the duration of any immunity to this illness has not been fully documented.",
- "prevention": "The best way to reduce the risk of contact with schistosomes is to avoid contact with contaminated water through swimming, bathing, wading, or participating in farming activities in areas where schistosomes are common.",
- "medications": [ ],
- "id": "31581d1d-afbd-4179-8e7c-a383876f6ad2",
- "description": "Schistosomiasis (also called bilharzia or snail fever) is a parasitic disease caused by certain species of water-borne flatworms or blood flukes. These parasites are known as schistosomes.\n\nAn increasing number of tourists are acquiring the disease with the increased popularity of eco-tourism and travelling off the beaten path.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Schistosomiasis"
}, - {
- "updated_at": "2017-06-27T15:57:13.252000Z",
- "scientific_name": "Varicella-zoster",
- "occurs_where": "Chicken pox occurs worldwide. Some countries have vaccination programs against varicella that have decreased the risk of exposure. These countries include the United States, Australia, Canada, Costa Rica, Dominican Republic, Germany, Mexico, Qatar, Spain, South Korea, Switzerland, United Arab Emirates, and Uruguay.",
- "id": "a98a9fcc-dfb8-48ef-a322-59fb4dc83f18",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment for varicella is mainly to relieve symptoms. Acetaminophen is used to decrease fever and aches in the initial stages of the disease. Aspirin should never be given to children due to the risk of developing Reye's syndrome. The severe itching from the rash can be decreased with oatmeal baths and over-the-counter lotions and moisturisers, such as calamine lotion. Itching can also be controlled with Benadryl or other antihistamines. Minimizing scratching will help to diminish the risk of bacterial infection associated with varicella.\n\nAcyclovir, an antiviral medication, is sometimes prescribed to patients with pre-existing medical conditions that put them at risk for severe disease (such as those with severe skin diseases or immunodeficiency). ",
- "transmission": "Varicella is highly contagious. It is transmitted person to person through respiratory droplets coughed into the air by an infected patient. The virus enters through the upper-respiratory tract or the conjunctiva (eyes). Varicella virus can also be transmitted through contact with fluid from the characteristic open sores that form on the skin. It can also be transmitted indirectly through contact with the belongings of an infected person or any item that has been exposed to fluid draining from blisters and open sores. Once an infected person's sores have crusted over, they are generally no longer contagious. ",
- "symptoms": "Varicella is usually a mild disease in children, lasting 4 to 7 days. The period of contagiousness of infected persons is estimated to begin 1 to 2 days before the onset of rash and to end when all the sores are crusted, typically 4 to 7 days after onset of rash. Symptoms of varicella include: mild fever up to 102 degrees F; weakness; and an itchy rash which generally begins on the scalp, then includes the trunk, and finally the arms and legs. The varicella rash develops in crops with red bumps that progress to blisters which then burst and create open sores before scabbing over. Complications of varicella can include: bacterial skin infection which can cause scarring, particularly when the patient continually scratches their sores; cerebellar ataxia (loss of coordination of muscle movements); encephalitis (inflammation of the brain); nerve palsies (damaged nerves); Reye's syndrome (a severe combination of liver and brain disease that is associated with taking aspirin).\n\nOther serious complications can occur in patients with AIDS, lupus, leukemia, and cancer, or in those taking immune-suppressing drugs. Newborn infants whose mothers contract varicella in the last trimester of pregnancy can be affected by the disease. If the mother develops varicella from five days before delivery to two days after, the baby's fatality rate increases significantly.\n\nBreakthrough varicella is a modified version of the disease that can occur in some vaccinated persons, as the vaccine is only 70 - 90 percent effective in preventing the disease. Breakthrough varicella usually presents with a milder rash, less fever, and shorter duration. Mild, breakthrough varicella is still infectious, and persons suspected of having the disease should be isolated. \n\nAfter the initial infection is over, the virus still remains dormant in sensory nerves where it might be reactivated at a later time, causing a different illness called herpes zoster or shingles. This is a very painful rash that typically appears n the skin of the chest or abdomen along the distribution of the sensory nerves under the skin. ",
- "susceptibility": "Most people acquire lifetime immunity to varicella after they have recovered from a first infection. In otherwise healthy persons, clinical illness after reexposure is rare. The virus can sometimes reappear later in life in the form of a disease called shingles (also known as herpes zoster, or simply zoster).",
- "prevention": "There is a good vaccine to prevent varicella virus infection. People suspected of having varicella should avoid contact with others to prevent spread of the infection.\n\nMany industrialised countries aim to eliminate varicella by including the chickenpox vaccine as part of their national immunisation schedules. All children should have the chickenpox vaccine, unless they have a compromised immune system. ",
- "medications": [ ],
- "id": "a70ac8d7-73c7-4237-b481-6e6ad998756f",
- "description": "Varicella-zoster, also commonly known as chicken pox, is a highly contagious skin disease caused by the varicella-zoster virus, a member of the herpes virus family. Infection with this virus is often considered as a \"nuisance\" and uncomfortable disease of childhood. \n\nPeople of all ages can contract varicella; however, the disease occurs more often in children, with most people contracting varicella by the age of 15. The disease is usually more severe in adults.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Chicken Pox"
}, - {
- "updated_at": "2017-06-27T15:57:17.876000Z",
- "scientific_name": "",
- "occurs_where": "Although mumps outbreaks may occur anywhere in the world, they are more likely to occur in countries that do not have immunization programs for mumps. These countries include: all of Africa (except Libya and Egypt), Afghanistan, Pakistan, India, most of southeast Asia (except Thailand), Japan, South Korea, and some countries in the Caribbean.\r\n\r\n",
- "id": "b5beecf5-d05b-4c17-9bee-8403fd2fca9e",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for mumps except for symptomatic care, such as applying ice or heat to swollen areas.",
- "transmission": "Mumps is a contagious disease that is transmitted person to person by direct contact with an infected person's saliva or by breathing in airborne respiratory secretions that are coughed or sneezed into the air by an infected person.",
- "symptoms": "General symptoms include fever, headache, fatigue, muscle soreness, swelling and tenderness of salivary glands under the chin, and respiratory symptoms. Complications of the mumps disease can include: orchitis, oophoritis, or mastitis (inflammation of the testes, ovaries, or breasts, respectively), pancreatitis (inflammation of the pancreas), meningitis or encephalitis (inflammation of the membranes that cover the brain or of the brain itself, respectively), and deafness.",
- "susceptibility": "Everyone is susceptible to mumps unless they have received vaccination or have had mumps in the past.",
- "prevention": "A vaccine is available to prevent mumps, and the vaccination is the best way to prevent this infection.",
- "medications": [ ],
- "id": "743bad24-67f3-4f1f-a14c-1545628f00fd",
- "description": "Mumps is the disease caused by the mumps virus, a member of the family _Paramyxoviridae_, of the genus _Rubulavirus_. It is a vaccine-preventable disease that only occurs in humans.\n\nVaccination against mumps prevents the disease. Most people from industrialised countries have likely been immunised for mumps virus already since the mumps vaccination is commonly part of a routine vaccination schedule. By the end of 2009, the mumps vaccination was included in the national immunisation schedules of approximately 114 of 193 World Health Organization member states. The cases of mumps have declined considerably wherever there is an immunisation program against the disease.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Mumps"
}, - {
- "updated_at": "2017-06-27T15:57:17.202000Z",
- "scientific_name": "",
- "occurs_where": "Pneumococcal pneumonia occurs worldwide in all climates and seasons but peaks in winter in temperate zones. The disease occurs more commonly in developing countries, in certain geographic areas (Papua New Guinea), and in certain ethnic groups such as Alaskan natives and Australian aboriginals. Infection is more frequent among malnourished populations and lower socioeconomic groups.\r\n\r\n",
- "id": "36a67917-1799-4564-9fbe-ff4a7d10f75d",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Pneumococcal infections are usually treated with antibiotics, and the symptoms will usually disappear within 12 to 36 hours after you begin taking the medication.\n\nMany strains of S. pneumoniae are becoming resistant to penicillin, cephalosporin, macrolides, and other drugs, complicating treatment choices. Antibiotic resistance is increasing worldwide due to these medicines being overused or misused.",
- "transmission": "This infection is acquired by inhaling the bacteria that have been coughed into the air by an infected person. The bacteria can also reach the lungs via the bloodstream when introduced into the body at a different site, e.g. from the nose.",
- "symptoms": "Pneumococcal pneumonia usually begins abruptly, although the onset may be less sudden in elderly patients. The first signs of pneumonia in the elderly may be altered mental status, fever, and shortness of breath. General symptoms include: initial severe shaking chills; high fever; fatigue; cough; shortness of breath; rapid breathing; chest pain; production of purulent (containing pus) or blood-tinged sputum; nausea; vomiting; headache.\n\nComplications of pneumococcal pneumonia can include: pneumococcal meningitis (inflammation of the linings of the brain), which presents with a stiff neck, headache, lethargy, or seizures; otitis media or sinusitis (inflammation of the ear and sinuses, respectively), both causing pain in the ears or sinuses; bacteremia (the bacteria invade the bloodstream from the lungs, causing further lung problems and certain heart problems); death, particularly in infants and the elderly.\n\nDeath rates vary widely. In developing countries,10 percent of children may die. Among infants under the age of 6 months, the death rate can be as high as 60 percent.",
- "susceptibility": "Previously healthy people can develop pneumococcal pneumonia, but the risk for acquiring the disease is highest among children younger than 2 years old and adults aged 64 years or older.\n\nSusceptibility is also increased among certain populations including: cigarette smokers; persons with underlying illnesses, such as anatomical or functional asplenia (loss of the spleen), sickle cell disease, cardiovascular disease, diabetes, cirrhosis, Hodgkin’s disease, alcoholism, lymphoma, multiple myeloma, chronic renal failure, nephritic syndrome, HIV infection, and recent organ transplants. Malnutrition and low birth weight are important risk factors among infants and young children in developing countries.",
- "prevention": "There is a vaccine available for streptococcal pneumonia. As of 2008, 18 industrialized countries are routinely using pneumococcal conjugate vaccines, including Canada, Australia, the United Kingdom, and other Western nations. As a result, the incidence of pneumococcal pneumonia in these areas has been dramatically reduced. \n \n \nThis vaccine is often given to elderly people (+65 years old) during the flu season when they may be most susceptible to developing a bacterial pneumonia when infected with the flu virus.",
- "medications": [ ],
- "id": "7926789a-3794-42a9-aefd-4516de27b4f1",
- "description": "The term “pneumonia” refers to any infection of the lungs. Pneumonia can be caused by a variety of viruses, bacteria, and sometimes fungi. Pneumococcal pneumonia is caused by bacteria called _Streptococcus pneumoniae_ (pneumococcus). Pneumococcal pneumonia infects the upper respiratory tract and can spread to the blood, lungs, middle ear, or nervous system.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Pneumococcal Pneumonia"
}, - {
- "updated_at": "2017-06-27T15:57:20.281000Z",
- "scientific_name": "Bacillary Dysentery",
- "occurs_where": "The shigella bacteria that cause shigellosis are found worldwide. ",
- "id": "72246a0c-4ca8-4f95-b344-e80126613848",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Prompt treatment with antibiotics shortens the severity and duration of the illness.",
- "transmission": "Shigella bacteria are almost always transmitted through consumption of contaminated food. It may also be found in water polluted with human waste. The bacteria can be transmitted frequently from person to person through poor hygiene and then hand to mouth contact.",
- "symptoms": "The illness begins with fever, nausea, vomiting and abdominal cramps. Loose bowel movements and sometimes watery diarrhoea often include blood and mucous in the stool. Some strains of this bacterium can cause serious illness, such as generalised toxicity, intestinal perforation and kidney damage. Mortality rates can be as high as 20 percent without treatment. The illness usually lasts about 4 to 7 days.",
- "susceptibility": "All people, especially children, are susceptible to infection with shigella bacteria.",
- "prevention": "Practicing careful personal hygiene, e.g., frequent hand washing, especially after being in contact with an infected individual is essential. Avoiding consumption of contaminated food and water (particularly from street vendors) will also reduce the risk of infection.",
- "medications": [ ],
- "id": "22002314-e7fe-43a3-86bf-d28a8f723428",
- "description": "Shigellosis is an acute bacterial infection that is caused by a group of bacteria known as _shigella_. There are various kinds of shigella in different parts of the world. They are generally found in contaminated food and cause severe diarrhoea (dysentery). The shigella bacteria are probably responsible for diarrhoeal disease in developing countries where food handling procedures often lead to contamination.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Shigellosis"
}, - {
- "updated_at": "2017-06-27T15:57:23.951000Z",
- "scientific_name": "",
- "occurs_where": "West Nile virus is widespread in Africa, North America, the Middle East, India, Southeast Asia, Europe, the Caribbean, Central and South America, and Australia (where it is known as Kunjin virus). Outbreaks have been seen in Canada, the Czech Republic, Egypt, France, Italy, India, Israel, Romania, Russia, and the USA. \r\n",
- "id": "ddacfba5-889a-41e3-b312-35057f487ad6",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for viral infections of West Nile virus other than treating the symptoms. Milder disease improves on its own through rest and symptomatic treatment (e.g., analgesics for muscle and joint pain). Severe West Nile disease usually require hospitalization and supportive care such as intravenous fluids and nursing care.",
- "transmission": "West Nile virus is acquired through the bite of an infected mosquito. The mosquitoes become infected when feeding on infected birds. Very rarely, West Nile virus has been spread through blood transfusions, organ transplants, breastfeeding, and during pregnancy from mother to baby. Pregnant women should seek medical advice if they develop any symptoms of West Nile virus. West Nile virus is not transmitted through casual person-to-person contact.",
- "symptoms": "Asymptomatic cases of West Nile fever are very common. Approximately 80 percent of people who are infected with the virus do not show any symptoms at all. Up to 20 percent of those infected develop a mild illness involving fever, headache, muscle and joint aches, nausea, vomiting, and sometimes swollen lymph nodes or a skin rash appearing on the stomach, chest, and back. These symptoms can last from only a few days to several weeks.\n\nApproximately one in 150 people who become infected with West Nile virus develop a very severe illness involving inflammation of the brain (encephalitis). Symptoms include high fever, headache, neck stiffness, stupor, disorientation, tremors, convulsions, muscle weakness, vision loss, numbness, and paralysis. Coma can occur. These symptoms can last several weeks, and the neurological effects can be permanent. Medical attention should be sought immediately if any of these more severe symptoms occur.",
- "susceptibility": "Susceptibility is universal. Anyone can acquire West Nile virus. Individuals who contract West Nile virus become immune to further infections, so those who are most susceptible in endemic areas are mainly foreigners and young children.",
- "prevention": "The best preventive measure against West Nile virus is to avoid mosquito bites through the use of insect repellents, mosquito bed nets, and protective clothing.",
- "medications": [ ],
- "id": "9b98fd10-28ae-4b27-896f-740dbf6dceb4",
- "description": "West Nile fever is an infectious disease caused by West Nile fever virus. It occurs most commonly in the Middle East but may now be found worldwide, including North America. Although it is generally a mild disease, it may cause encephalitis (brain inflammation), especially among the elderly.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "West Nile Fever"
}, - {
- "updated_at": "2017-06-27T15:57:15.601000Z",
- "scientific_name": "",
- "occurs_where": "This virus is found only in northern Australia and Papua New Guinea.",
- "id": "77f84647-0af8-452a-a3f1-685976aa16c2",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for this self-limited disease other than therapy of symptoms and supportive treatment for severe cases of encephalitis.",
- "transmission": "Murray Valley Encephalitis Virus is transmitted only by infected mosquitoes. The virus is not transmitted person to person.",
- "symptoms": "The majority of the infections do not cause any symptoms. Some infections (about 1 in 800 cases) may produce mild fever, headache, nausea and vomiting. In a small number of cases, the infection may cause inflammation of the brain (encephalitis) with high fever, severe headache, lethargy, drowsiness, altered mental state, tremors and sometimes convulsions. Up to 25 percent of the severe cases may die. Survivors may have permanent neurological impairment.",
- "susceptibility": "All persons are susceptible. Recovery is generally universal and followed by long-lasting immunity. Adults living in areas where MVE is common are generally immune due to unapparent infections acquired in childhood. Second attacks do not occur.",
- "prevention": "Avoiding mosquito bites is the best way to prevent this infection. To reduce risk of exposure to mosquito bites, use insect repellent, use permethrin-impregnated bed nets when it is not possible to sleep in screened or air conditioned facilities, and wear protective clothing.",
- "medications": [ ],
- "id": "96872269-a120-4068-833b-fd2762d438cb",
- "description": "Murray Valley Encephalitis Virus (MVE) fever is a generally mild, limited viral infection. In a small number of cases, the infection may cause encephalitis (swelling and inflammation of the brain). ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Murray Valley Encephalitis Virus"
}, - {
- "updated_at": "2017-06-27T15:57:17.765000Z",
- "scientific_name": "",
- "occurs_where": "Rabies can be found on every continent of the world. It is very difficult to predict where rabies may occur. Many countries are rabies-free due to vaccination of both domestic (e.g., dogs) and wild animals (e.g., bats, raccoons, etc.). The following areas are known to be free of rabies: the Caribbean Islands; Hong Kong; Japan; Kuwait; Qatar; Singapore; the United Arab Emirates; most European countries; and Australia. \r\n \r\n \r\nRecent increases in human rabies deaths in South America and parts of Africa and Asia show that rabies could be re-emerging as a serious public health issue. \r\n",
- "id": "99ee9109-a022-42ec-871c-990f3ebea1fd",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Rabies can be avoided if the wound of the bite or scratch is cleansed quickly and vigorously and then followed by the injection of rabies immune globulin (a preparation containing antibodies against rabies), plus a series of rabies vaccine injections immediately after the contact with a rabid animal. (See Preventative Measures)\n\nIf these precautions are taken promptly, onset of the symptoms of the disease (and nearly certain death) can be prevented in virtually 100 percent of exposures. Once symptoms have developed, only the most heroic supportive therapy has managed to save a few people.",
- "transmission": "Rabies is transmitted to humans through close contact with the saliva of an infected animal. Most human infections result from the bite of an infected dog or cat. Several kinds of bats may also transmit rabies. It is very rare that humans become infected with rabies from wild monkeys, foxes, raccoons, skunks, jackals and wolves. Livestock, horses and deer can also become infected with rabies and potentially transmit the virus to other animals or people, however, this rarely occurs.",
- "symptoms": "The initial symptoms of rabies are flu-like, including fever, headache, and fatigue. The disease then progresses to involve the respiratory, gastrointestinal and/or central nervous system. In the critical stage of rabies, signs of hyperactivity or paralysis occur. Partial paralysis can eventually progress to complete paralysis, followed by coma. Spasms of swallowing muscles can occur when stimulated by the sight, sound, or perception of water, resulting in hydrophobia (fear of water). Delirium and convulsions can also develop. If the symptoms of rabies are allowed to occur, the disease will be fatal in nearly 100 percent of all cases, usually due to breathing failure due to paralysis. Death will occur during the first seven days of illness if not properly treated.",
- "susceptibility": "Humans are generally more resistant to infection with the rabies virus after exposure than some other mammals. Nevertheless, all first aid and preventative measures should be followed since the illness, if acquired, is almost universally fatal.",
- "prevention": "Rabies can be effectively prevented by avoiding direct contact with animals, especially by not touching or feeding any animals, including dogs and cats, and by closely supervising children around all animals. \n \nThere is an effective rabies vaccine. Those who should consider a rabies vaccination include: veterinarians, long-term travellers and persons living in areas with a high risk of exposure; wildlife professionals, researchers, or adventure travellers who may be involved in activities that bring them into direct contact with bats, dogs, and other mammals. \n \n \nSpecific prevention measures include the following: \n \n \n\n**After possible exposure to rabies:**\n\nRecent studies indicate that 4 doses of a cell-derived vaccine(a human diploid cell vaccine [HDCV] or a purified chick embryo cell vaccine [PCECV]in combination with rabies immune globulin (RIG) will generate adequate immuneresponses and that a 5th dose of vaccine does not enhance the immuneresponse.\n\n**If unvaccinated priorto exposure to rabies:**\n\nA combination of RIG and vaccine is recommended for bothbite and non-bite exposures. The reduced vaccination schedule with HDCV orPCECV vaccine should be administered intramuscularly, as follows:\n\n· First dose: as soon as possible after exposure(day 0);\n\n· Second dose: day #3;\n\n· Third dose: day #7; and\n\n· Fourth dose: day #14.\n\nIn addition, RIG should be injected into and around thewound site. Careful and vigorous cleaning of the wound is an importantcomponent of rabies prevention.\n\n**If previously vaccinatedprior to exposure to rabies:**\n\nA 2 dose regimen is recommended, as follows:\n\n· First dose: day 0; and\n\n· Second dose: day #3.\n\nUse of RIG is not necessary and should not be used. Careful andvigorous cleaning of the wound is an important component of rabies prevention.\n\n**Before exposure to rabies:**\n\n**For pre-exposurevaccination, a 3 doses regimen in recommended, as follows:**\n\n· First dose: day 0;\n\n· Second dose: day # 7; and\n\n· Third dose: day # 21 or 28.\n\n**Special considerations:**\n\nFor persons with compromised immune systems (e.g., HIV,organ transplant recipient, etc.) a 5-dose vaccination regimen with 1 dose ofRIG is recommended after exposure to rabies.\n\n Source: http://www.cdc.gov/rabies/resources/acip\\_recommendations.html\n\n \n \nAnimal vaccination, particularly of stray dogs, can eliminate the transmission of rabies to humans and other animals. Vaccination of domestic animals and some wildlife has led to significantly reduced occurrence of the disease in several developed and developing countries. ",
- "medications": [ ],
- "id": "4e4ed10f-ca35-4949-b448-22cd463ebbb1",
- "description": "Rabies is a viral disease that infects domestic and wild animals and is transmitted to humans through close contact with infected saliva, such as through bites and scratches. Once symptoms of rabies develop, the disease will nearly always result in certain death. Very few humans have survived rabies.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Rabies"
}, - {
- "updated_at": "2017-06-27T15:57:21.641000Z",
- "scientific_name": "",
- "occurs_where": "The group of viruses that cause this infection include three types that are found in Russia, including Siberia, and other countries in Europe (eastern France, Czech Republic, Estonia, Germany, Hungary, Latvia, Lithuania, Poland, Slovenia, Sweden, and Switzerland). In Asia, it is found in China, Japan, Mongolia, and South Korea. It is not found in the Western Hemisphere.",
- "id": "b13ac3ed-c2a6-4dba-9039-4e2b5505c3b4",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for TBE viral infections other than treating the symptoms. Milder illnesses improve on their own through rest and symptomatic treatment (such as over-the-counter pain medication for muscle and joint aches). Severe TBE illnesses may require hospitalisation and supportive treatment such as intravenous fluids and nursing care. ",
- "transmission": "Tick-borne encephalitis viruses are transmitted to humans through the bite of an infected tick that is found mostly in rural areas, meadows, scrub brush, and forests and mainly in the summer and fall seasons. It is usually acquired through outdoor activities, such as camping, hiking, fishing, bicycling in the woods, and collecting mushrooms, berries or flowers. It is occasionally acquired by consuming unpasturised milk or cheese obtained from infected goats, sheep or cows. It is usually not spread person to person.",
- "symptoms": "About two-thirds of all infected people do not have symptoms. Eye redness may be the only outward sign of infection. However, when symptoms are present, they may vary depending on the type of virus. The disease often occurs in two phases. The first phase is marked by headache (sometimes severe), chills, fever, muscle aches and fatigue. The second phase is marked by nervous system involvement, i.e., brain inflammation, signs of meningitis, paralysis of the upper extremities and other neurological symptoms. \n\nMost of these viruses cause mild symptoms lasting for about a week or less. Some of these viruses may cause a fever first and then be followed some days later by all the symptoms of brain inflammation (encephalitis).",
- "susceptibility": "All persons are susceptible. However, prior infection results in long lasting immunity to re-infection.",
- "prevention": "Travellers to countries where TBE occurs should avoid tick habitats where possible. Daily tick checks and prompt removal of any attached ticks will help to reduce the risk of infection. Ticks can be removed by grasping them firmly with tweezers as close to the skin as possible and lifting gently. It has been shown that if ticks are removed within approximately 36 hours of the bite, the risk of acquiring TBE is reduced to nearly zero. However, the small size of the tick, especially in the nymph stage, may make detection difficult. Insect repellent and protective clothing (long-sleeved shirts, long pants, and a hat) will also help to protect against tick bites.\n\nVaccines against TBE are only available in Europe where the vaccines have been used extensively in parts of Europe and Russia for persons living in areas where high exposure might occur. Vaccination is usually not necessary for most travellers unless they plan on camping, hiking, or spending time outdoors in forested areas where TBE occurs.",
- "medications": [ ],
- "id": "c8a831f2-d2c0-418e-86f8-f3b6369dcf73",
- "description": "Tick-borne encephalitis (TBE) is an infectious disease of the brain caused by a group of related viruses that can be found in many parts of the world.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Tick-Borne Encephalitis"
}, - {
- "updated_at": "2017-06-27T15:57:29.316000Z",
- "scientific_name": "",
- "occurs_where": "Jungle yellow fever occurs in Africa in the areas extending from the Sahara Desert south through northern Angola, Zaire,Nigeria and Tanzania. Recently, cases have been reported from Cameroon, Democratic Republic of the Congo, Guinea, and Senegal.\r\n\r\nIn forested areas of tropical Latin America, cases of the intermediate type of yellow fever have been reported from Bolivia, Brasil, Colombia, Ecuador, Peru, and Venezuela. There is no evidence that urban yellow fever has occurred in the Americas since 1942.\r\n\r\nThere is no evidence that yellow fever has ever been present in Asia or the easternmost coast of Africa.\r\n\r\n",
- "id": "448d4c61-b1da-4ac3-8f5f-221251bcbbfc",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Other than treatment of the symptoms, there is no specific treatment for yellow fever.",
- "transmission": "Yellow fever is transmitted to humans through the bite of an infected mosquito.",
- "symptoms": "Yellow fever is usually characterized by sudden onset of fever, chills, headache, backache, generalized muscle pain, prostration, nausea and vomiting. Jaundice (yellow skin) can occur early in the disease and progressively worsens later (20 to 50 percent of jaundiced cases are fatal). Most of the illness goes away following the early stage. Some cases progress, after a brief remission of hours to a day, to a stage that includes haemorrhagic symptoms including nose bleeds, bleeding from the gums, vomiting blood, black excrement, and liver and kidney failure. Around 5 percent of infected local populations will die, but that rate can reach 20 to 40 percent in individual outbreaks.",
- "susceptibility": "Any unvaccinated person is susceptible.\n\nRecovery from yellow fever is followed by lasting life-long immunity. Immunity in nursing infants born to immune mothers may persist for up to 6 months. In natural infections, antibodies appear in the blood within the first week. Yellow fever vaccination provides immunity for 10 years or more.",
- "prevention": "Yellow fever can be prevented by vaccination. A vaccination certificate is required for travel to certain countries. This certificate is also required if the traveller is going to or staying in a region where yellow fever occurs. \n \n\n \n \nAvoiding mosquito bites will also reduce the risk of exposure to yellow fever.",
- "medications": [ ],
- "id": "1ad81689-00c8-4bde-84e9-cd8eaf9cb2c8",
- "description": "Yellow fever is a serious infectious disease that varies in the severity of illness. It is caused by the yellow fever virus. There are three types of yellow fever. One involves mosquitoes and non-human primates (monkeys) and is called jungle yellow fever since it occurs in forested rural areas. An intermediate type involves humans, primates and various types of mosquitoes in savannah regions of Africa. The third type is called urban yellow fever and involves humans and mosquitoes that are adapted to urban areas. In all three types, infected mosquitoes are the agents that transmit the disease to humans.\n\nIt is difficult to assess the risk of contracting yellow fever in the traveller since it depends on many different factors such as the traveller's destination, the season, the work and recreational activities, as well as the local activity of the virus.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Yellow Fever"
}, - {
- "updated_at": "2017-06-27T15:57:14.991000Z",
- "scientific_name": "",
- "occurs_where": "The exact distribution of Ebola virus in nature is not known. Confirmed human cases of Ebola have been reported in the Democratic Republic of the Congo, Gabon, Sudan, the Ivory Coast, Uganda, Liberia, Guinea, Sierra Leone and the Republic of the Congo. A different strain of Ebola, called Ebola-Reston, infects monkeys in the Philippines.",
- "id": "f5280c1a-c6dd-4904-bdc5-25a42950cc9f",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There are no specific treatments for this infection. Treatment is primarily supportive, i.e., maintaining hydration, managing organ failure, maintaining oxygen levels, etc. ",
- "transmission": "The first person to be infected in an outbreak usually has some exposure to dead primates (monkeys) that harbour the virus, especially when slaughtering them. This first infection then starts a chain of infection from person to person. \n \nPeople can be exposed to Ebola virus from direct contact with the blood and/or secretions of an infected person. Thus, the virus is often spread through families and friends because they come in close contact with such secretions when caring for infected persons or preparing them for burial. People can also be exposed to Ebola virus through contact with objects, such as needles, that have been contaminated with infected secretions. \n \nInfections may be spread in clinics, hospitals or other health care settings when staff fail to take appropriate precautions before they recognize the patient has Ebola. \n\nRecently, it has been documented that the virus may persist in the semen of recovered patients for some time. As such, the virus may also be transmitted through sexual intercourse.",
- "symptoms": "EVB initially mimics influenza with general fatigue, fever with chills, joint and muscle aches and chest pain. Nausea leads to abdominal pain, loss of appetite, diarrhoea, and vomiting. A sore throat, cough, and shortness of breath may occur. The central nervous system is affected by the development of severe headaches, agitation, confusion, fatigue, depression, seizures, and sometimes coma. \n\nAlthough the circulatory system is frequently involved, actual haemorrhaging is infrequent (fewer than 10% of cases). A rash with bruises may occur. Total blood loss is not usually sufficient to cause death which is more often due to failure of key internal organs due to severe dehydration. ",
- "susceptibility": "All humans are susceptible.",
- "prevention": "In health care settings, if cases of the disease do appear, health-care providers must employ practical strict isolation precautions, or barrier nursing techniques. These techniques include the wearing of protective clothing, such as masks, gloves, gowns, and goggles; the use of infection-control measures, including complete equipment sterilization; and the isolation of Ebola patients from contact with unprotected persons. \n \nIn the presence of an outbreak, education of the community regarding avoidance of direct contact with infected or deceased persons is critical for controlling the spread of the virus. ",
- "medications": [ ],
- "id": "5d5f5398-a4e1-4dc6-8349-4fd5ab52dec0",
- "description": "Ebola Viral Disease (EBV) is a very serious infection caused by one of 4 of the 5 different strains of the Ebola virus. The four viruses are: Bundibugyo virus (BDBV), Ebola virus (EBOV), Sudan virus (SUDV), and Taï Forest virus (TAFV, formerly and more commonly Côte d'Ivoire Ebolavirus (Ivory Coast Ebolavirus, CIEBOV)). EVD produces symptoms that may mimic several other infectious diseases found in Equatorial Africa such as: Marburg virus disease (MVD), other viral hemorrhagic fevers, falciparum malaria, typhoid fever, shigellosis, rickettsial diseases, cholera, among others. \n\nAlthough the circulatory system is frequently involved, actual haemorrhaging is infrequent (fewer than 10% of cases). Total blood loss is not usually sufficient to cause death which is more often due to failure of key internal organs due to loss of body fluid from the gastrointestinal track. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-07-28T17:18:15.000000Z",
- "common_name": "Ebola Viral Disease"
}, - {
- "updated_at": "2017-06-27T15:57:17.732000Z",
- "scientific_name": "Onchocerciasis",
- "occurs_where": "The disease occurs in 25 countries across central Africa, the Arabian Peninsula, and in Central and South America.",
- "id": "7752b33a-01d5-46a8-b483-7c57ce19bf17",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Onchocerciasis can usually be treated with a single oral dose of an anti-parasitic drug, known as Ivermectin, once or twice per year. However, repeated doses might be required if the adult worms are not killed. Some health care professionals recommend a 3 to 4 week treatment with doxycycline (an antibiotic medication) if there is no risk of re-infection. Doxycycline cannot be used in children less than eight years of age. Research is currently underway in an attempt to find safe and effective drugs that will sterilize or kill the adult worms. \n\nThe large lumps that form under the skin can be easily removed under local anesthesia.",
- "transmission": "Onchocerciasis is transmitted through the bite of an infected female blackfly. These usually bite during the day and are found near rapidly flowing streams and rivers. Onchocerciasis is not transmitted from person to person.",
- "symptoms": "Onchocerciasis is an ongoing and nonfatal infection that causes various symptoms involving the skin, such as the formation of large, hard lumps under the skin, particularly in the head, shoulders, pelvic area and lower extremities. Other symptoms include an itchy, bumpy rash, disfiguring skin lesions and thinning, swelling, and discoloration of the skin. Lesions in the eye can progress to visual impairment and blindness, hence the disease is called \"river blindness\".",
- "susceptibility": "Everyone is presumed to be susceptible to infection with onchocerciasis, including those who have been treated for the disease in the past. Onchocerciasis increases in severity with repeated infections.",
- "prevention": "No vaccination or drugs are available to prevent this infection. Avoid blackfly habitats and bites by using personal protection measures against biting insects.",
- "medications": [ ],
- "id": "bf073750-98c4-47d0-9322-2174a7e74eaf",
- "description": "Onchocerciasis, also known as \"river blindness\", is a chronic disease caused by a parasitic worm known as Onchocerca volvulus. Approximately 35 million people are suspected to be infected worldwide, with over 99 percent of those cases occurring in sub-Saharan Africa. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "River blindness"
}, - {
- "updated_at": "2017-06-27T15:57:19.510000Z",
- "scientific_name": "",
- "occurs_where": "The virus that causes Ross River fever is found only in Australia, Papua New Guinea, Fiji, Samoa, the Cook Islands, and New Caledonia.",
- "id": "6b336671-834f-4d13-b82f-46733f2272a1",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for this self-limited disease other than supportive treatment of symptoms.",
- "transmission": "The virus that causes Ross River fever is transmitted only through the bite of an infected mosquito. The virus is not transmitted directly from person to person. ",
- "symptoms": "The illness begins with a mild to moderate fever and arthritis that is followed in 1 to 10 days by a non-itchy rash, located mostly on the trunk and limbs. The rash resolves within 7 to 10 days. There may be no fever.",
- "susceptibility": "All persons are susceptible but recovery is universal and followed by long-lasting immunity. Second attacks do not occur. The arthritis occurs most frequently among adult females.",
- "prevention": "Avoiding mosquito bites in areas where Ross River virus is found is the best method for preventing this infection. ",
- "medications": [ ],
- "id": "5fee00d7-98ad-4dd1-b02b-b23ce932758e",
- "description": "Ross River fever is generally a limited viral infection characterised by aching or inflammation of the joints in the wrist, knee, ankle, and fingers. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Ross River Fever"
}, - {
- "updated_at": "2017-06-27T15:57:20.686000Z",
- "scientific_name": "",
- "occurs_where": "Since traveller's diarrhoea can be caused by a wide variety of germs, it can occur anywhere in the world.",
- "id": "df87caa2-bfe7-4e0d-bd1f-a9b4ef12afc8",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment depends to some degree on the causative germ. In general, maintaining adequate intake of fluids and treatment of symptoms with over-the-counter medications are sufficient. If the condition persists, identification of the causative germ may be required in order to prescribe a definitive treatment, such as an antibiotic. Travellers should seek immediate medical attention if symptoms continue in spite of initial treatment or if severe or bloody diarrhoea develops.",
- "transmission": "Traveller's diarrhoea is caused by germs that are usually acquired through consuming food and water that is contaminated with human and/or animal waste. \n \n \nThe most common sources of the germs that cause traveller's diarrhoea include: undercooked beef, chicken, pork and raw fish; contaminated ice; contaminated well water; unpasturised milk and milk products; salad bars; raw vegetables and fruits (like strawberries, grapes, and raspberries) that cannot be easily peeled or cleaned; improperly refrigerated custards, mousses, mayonnaise, hollandaise sauce, etc.; non-bottled fruit or vegetable juices. \n \n \nThese products are often available from street vendors where food preparation and water sources are not regulated.",
- "symptoms": "The symptoms depend somewhat on the infecting germ, but in general, the patient develops sudden onset of diarrhoea, sometimes with fever, fatigue, abdominal pain, nausea and vomiting. The illness is usually short lived, mild and frequently subsides in 2-5 days without medical treatment. However, depending on the germ, this illness may become severe, with possible dehydration and with repeated episodes over a long period of time.",
- "susceptibility": "Depending on the infecting germ, people who are repeatedly exposed in areas where they reside may develop variable levels of immunity to the local germs. However, travellers to those areas have usually not been exposed previously and are generally susceptible.",
- "prevention": "Avoid consuming unsafe food and water. The most common things to avoid include undercooked beef, chicken, pork and raw fish; contaminated ice; contaminated well water; unpasturised milk and milk products; salad bars; raw vegetables and fruits, like strawberries, grapes, and raspberries that cannot be easily peeled or cleaned; improperly refrigerated custards, mousses, mayonnaise, hollandaise sauce, etc.; non-bottled fruit or vegetable juices. \n \n \nDo not consume food or beverages from street vendors. Travellers should try to drink only bottled or boiled water, or carbonated (bubbly) drinks in cans or bottles. Avoid tap water, fountain drinks, and ice cubes. Water can be purified by boiling or by the addition of water purification tablets or drops. \n \n \nAll food should be fully cooked. ",
- "medications": [ ],
- "id": "5c6cead5-da3f-4609-a8f7-413d3664899c",
- "description": "When people travel to different parts of the world, they are often exposed to a variety of different germs that they have never been exposed to before. When ingested through contaminated water or food, acute gastro-intestinal illness, usually vomiting and diarrhoea, may occur. This illness is often referred to as “Traveller’s Diarrhoea”. A large number of germs (bacteria, viruses and parasites) may cause this illness.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Traveller's Diarrhoea"
}, - {
- "updated_at": "2017-06-27T15:57:13.736000Z",
- "scientific_name": "",
- "occurs_where": "Hepatitis C can be found worldwide since approximately 3 percent of the world's population has been infected with this virus. Sub-Saharan African countries, Egypt, and parts of India and Pakistan have some of the highest levels. Intermediate levels can be found throughout eastern Europe, Russia, China, Mongolia, countries in southern Africa, and Australia. ",
- "id": "18800e27-5729-4278-94eb-e41b6e2bd0cf",
- "datum": {
- "vaccinations": [ ],
- "treatment": "For people with chronic infection, treatment with specific antiviral drugs for a period of 24 or 48 weeks generally succeeds in curing 40-80% of the cases. Currently, treatment is expensive and subject to restrictions. There are 6 types of the hepatitis C virus and they may respond differently to treatment. The most frequently used antiviral drugs are interferon combined with ribavirin, but interferon is not always well tolerated. Two new therapeutic agents, telaprevir and boceprevir, have recently been licensed in some countries.",
- "transmission": "Hepatitis C virus is transmitted throughcontact with the blood of an infected person. Exposure can occur through: contaminated blood transfusions, bloodproducts, and organ transplants; injections given with contaminated syringesand needle-stick injuries in health-care settings; injection drug use; or beingborn to a hepatitis C-infected mother. \n\nIt may also be transmitted through sex with aninfected person or, less commonly, sharing of personal items that may have beencontaminated with infectious blood. Hepatitis C is not spread through breastmilk, food or water or by casual contact and sharing food or drinks with aninfected person. The practice of sharing needles by drug users leads to a highrisk of exposure to this infection. ",
- "symptoms": "Infection with hepatitis C is oftenasymptomatic. However, it generally causes mild symptoms in 15% of the cases. Symptoms include decreased appetite, fatigue, nausea, muscle or joint pains, and weight loss. Jaundice (yellow skin) is usually absent. About 10-50% of cases get well spontaneously. About 80% exposed to the virus develop a chronic, slowly progressive, long lasting infection with few, if any, symptoms during the first few decades. After many years, cirrhosis and liver cancer may develop. People with cirrhosis have a 20-fold greater risk of liver cancer. ",
- "susceptibility": "All persons are susceptible. ",
- "prevention": "No vaccine is available for this virus. If seeking medical care, travellers should ensure that medical equipment has been adequately sterilised if possible. If possible, avoid transfusions of blood that has not been screened, and avoid getting tattoos or body piercings where equipment may not have been adequately sterilised.",
- "medications": [ ],
- "id": "0e1b542f-7aa8-4d21-809d-57e9e13927c8",
- "description": "Hepatitis is an inflammation of the livercaused by several viruses. There are three principal kinds, hepatitis A,B, and C. Hepatitis A is caused by the hepatitis A virus, B by the B virus, andC by the C virus. \n\nHepatitis C disease can range in severity from amild illness lasting a few weeks to a serious, lifelong condition that can leadto cirrhosis (scarring) of the liver or liver cancer which is generallyapparent after many years.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-07-22T19:06:57.000000Z",
- "common_name": "Hepatitis C"
}, - {
- "updated_at": "2017-10-04T19:18:18.855000Z",
- "scientific_name": "Machupo Virus Fever",
- "occurs_where": "Bolivian haemorrhagic fever (BHF) virus occurs only in Bolivia.\r\n\r\n",
- "id": "ddd085af-a6f7-4cf7-92db-8a8012361510",
- "datum": {
- "vaccinations": [ ],
- "treatment": "The anti-viral drug, ribavirin, is often used to treat this infection although cures are rare.",
- "transmission": "BHF is transmitted to people when they touch rodent droppings or urine contaminated by this virus, or when they touch or eat food that has been in contact with infected rodent feces. It can also be acquired by inhaling sprayed animal urine that is infected. The vesper mouse carries the virus. Evidence of person-to-person transmission of BHF exists but is believed to be rare.",
- "symptoms": "The infection begins slowly with weakness, fever, vomiting, headache and muscular pains. The illness then proceeds to a second phase with the appearance of a rash (blood spots) on the upper body and bleeding from the nose and gums. Vomiting blood and bloody urine may occur. This is the haemorrhagic phase that starts about 7 days after the first symptoms. ",
- "susceptibility": "All persons are susceptible. People who survive this disease are immune for a prolonged period.",
- "prevention": "Since there is no vaccine for this disease, prevention includes avoidance of contact between the vesper mouse and humans, often by maintaining an area cleared of vegetation around homes. The infected mouse hesitates to cross open areas. Houses should be kept clean and all food safely stored.",
- "medications": [ ],
- "id": "12bd8d85-17ed-4e12-b3ce-1225731f9554",
- "description": "Bolivian haemorrhagic fever (BHF) is a haemorrhagic fever caused by a virus called the Machupo virus. It was first identified in 1959 during an outbreak in the Beni Department in Bolivia. It is a highly dangerous virus with a mortality rate of 5-30 percent. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2013-03-26T10:31:00.832000Z",
- "common_name": "Bolivian Haemorrhagic Fever"
}, - {
- "updated_at": "2017-06-27T15:57:12.661000Z",
- "scientific_name": "Rubella",
- "occurs_where": "Rubella is a disease that occurs worldwide. Before the introduction of a vaccine against rubella, widespread epidemics occurred every 6 to 9 years in the United States and every 3 to 5 years in Europe. Vaccination programs have stopped all transmission in the Western Hemisphere. Outbreaks still occur, usually in developing countries where the vaccine is not available.",
- "id": "b554fcc5-a982-4afe-b271-d87160df753d",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific antiviral treatment for rubella except to treat symptoms.",
- "transmission": "Rubella can be transmitted from person to person through direct contact with an infected person's nose and throat secretions or by breathing in airborne respiratory droplets created by infected persons when they cough or sneeze. When a pregnant woman becomes infected with rubella, the virus can also cross the placenta and infect the unborn child. ",
- "symptoms": "Children usually show few or no symptoms. Adults may experience a rash lasting up to 3 days. Up the half the infected people have no rash at all. Other symptoms can include fever, headache, conjunctivitis (inflammation of the membranes of the eye), mild cold-like symptoms, swollen lymph nodes, leukopenia and thrombocytopenia (lowered white blood cell and platelet count, respectively), joint pain, and in rare cases, encephalitis (brain inflammation).\n\nThe most serious complications of rubella are caused by infection of the unborn child during early pregnancy (Congenital Rubella Syndrome). Infection by the virus causes miscarriages, fetal deaths/stillbirths, and severe birth defects, the most common of which are cataracts, heart defects, malformations of major organ systems and hearing impairment.",
- "susceptibility": "Anyone who has not had a vaccination for rubella or has not had rubella in the past is susceptible. People who have had rubella in the past usually become permanently immune. Infants born to immune mothers are ordinarily protected from the virus for 6 to 9 months after birth, depending on the amount of antibodies the baby has acquired from the mother.",
- "prevention": "The best preventive measure against the rubella virus is vaccination. Travellers should ensure they have been vaccinated or are immune for rubella before international travel. \n \n \nThe World Health Organization (WHO) recommends the use of the rubella vaccine in all countries where Congenital Rubella Syndrome is considered a public health priority.",
- "medications": [ ],
- "id": "c3f8a6be-54ce-4495-87c0-fd340a8ffb53",
- "description": "Rubella is an infection caused by the rubella virus and is sometimes known as German measles. Rubella is a mild disease in most people; however, it can cause Congenital Rubella Syndrome (CRS), a serious condition that can occur in infants born to women who become infected with rubella during their pregnancy.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "German Measles"
}, - {
- "updated_at": "2017-06-27T15:57:22.770000Z",
- "scientific_name": "",
- "occurs_where": "The bacteria that causes typhoid fever occurs worldwide, especially in developing countries in Southeast Asia, Africa, the Caribbean and Central and South America. Occasionally it occurs in developed countries such as the United States.",
- "id": "a6032c6d-410d-46d3-aecf-12ff28c4403a",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Antibiotics can shorten the course of typhoid fever and reduce the risk of death. Patients should be monitored to ensure that the high fever wanes within a few days of starting treatment. If the fever does not subside, different antibiotics should be considered.",
- "transmission": "The bacteria that cause typhoid fever are most often transmitted through consumption of water or food that has been contaminated by the feces of an acutely infected or convalescent person or a chronic, asymptomatic carrier of the germ. Humans are the only source of these bacteria.",
- "symptoms": "The main symptom of typhoid infection is a persistent, high fever as high as 103° to 104° F (39° to 40° C). Other common symptoms and signs include headache, fatigue, loss of appetite, enlargement of the spleen, a rash of flat, rose-colored spots, a non-productive cough in the early stages, and relatively slowed heart rate. Mild infection can occur, as well as infection without any symptoms at all. Approximately 10 to 20 percent of people with untreated infections may die, but prompt antibiotic treatment reduces the death rate to less than 1 percent.",
- "susceptibility": "Everyone can be susceptible to the infection. The risk is increased in people who have low levels of stomach acid or those who are HIV positive. Relative immunity follows recovery from typhoid fever, even when infection is unapparent. In endemic areas, typhoid fever is most common in preschool children and in young people 5 to 19 years of age.",
- "prevention": "There are a couple of vaccines available to prevent typhoid fever where there is an increased risk of exposure, but these vaccines are not 100 percent effective. \n \n \nBecause the vaccines lack complete protection, travellers should avoid consuming unsafe food and water especially in small villages and rural areas where food and water safety cannot be guaranteed.",
- "medications": [ ],
- "id": "58e48d9f-34ac-4a5f-a023-fb7f455f0f45",
- "description": "Typhoid fever is an acute, life-threatening bacterial disease characterised by very high fever. It is caused by a germ called _salmonella typhi, _one of the many types of salmonella bacteria. Around 22 million cases of typhoid fever occur worldwide each year with about 200,000 related deaths.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Typhoid Fever"
}, - {
- "updated_at": "2017-06-27T15:57:29.484000Z",
- "scientific_name": "",
- "occurs_where": "This disease occurs in many tropical countries, including sub-Saharan African countries, Pakistan, India, southeast Asia, Malasia, and Indonesian and Philippine Islands. Recently (December, 2013), the infection was discovered for the first time in the western hemisphere in Saint Martin in the Caribbean. It is likely that it will spread to other areas where the right mosquito can become infected and spread the disease.",
- "id": "d82d02f4-e608-4c5f-8bc2-82c886c26beb",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific antiviral treatment currently available for chikungunya fever. Care for chikungunya fever patients involves supportive measures, such as rest, fluids, and medicines to relieve the symptoms of fever and aching. Infected persons should be protected from further mosquito exposure during the first few days of the illness to prevent any contribution to the transmission cycle by infecting more mosquitoes that can go on to transmit the disease to other people. ",
- "transmission": "Chikungunya fever is transmitted through the bite of an infected mosquito, the _Aedes aegypti_ or _Aedes albopictus_ mosquitoes in particular. These mosquitoes are aggressive daytime biters specifically attracted to humans. Chikungunya fever cannot be directly transmitted person to person.",
- "symptoms": "Chikungunya fever is a serious illness, most often characterized by fever, headache, fatigue, nausea, vomiting, muscle pain, rash, and joint pain. Acute chikungunya fever generally lasts for a few days to a few weeks, however, some patients can have prolonged fatigue that may last for several weeks. Severe joint pain or arthritis, lasting for weeks or months, can also occur. Infections without presentation of any symptoms at all have also occurred.\n\nChikungunya fever is usually not fatal, although a few fatalities due to this virus have occurred. Complications are rare but serious and can include inflammation in the heart, ocular disease, hepatitis, and neurological symptoms, such as meningoencephalitis (inflammation of the brain and surrounding layers).\n\nRecent findings show that after contracting the virus, the chance of developing encephalitis (brain inflammation) increases by alarming rates. Even if encephalitis was more likely to affect senior citizens and infants, an alarming number of cases have been shown to affect adults, with 8.6 people out of 100,000 developing the condition. The rate by which encephalitis occurs in infants is 187 per 100,000 cases, while for elderly citizens over 65, it was 37 per 100,000 cases.",
- "susceptibility": "Everyone is susceptible to chikungunya fever, but having the disease once is thought to result in life-long immunity to the virus.",
- "prevention": "There is no vaccine or preventative drug available to protect against chikungunya fever. The best way to prevent the disease is by taking measures to avoid mosquito bites, such as using an insect repellent containing DEET, wearing long sleeves, pants and socks, staying in screened or air conditioned accommodations, and sleeping under a insecticide-treated bed net to keep mosquitoes out.",
- "medications": [ ],
- "id": "42fc64c9-635b-4b01-9ef0-3f0571cd63be",
- "description": "Chikungunya fever is a viral disease that is transmitted to humans through the bite of an infected mosquito.\n\nThe risk for travellers of acquiring chikungunya is greatest if they are visiting an area with an ongoing epidemic of the disease. Epidemics usually occur during the tropical rainy season and abate during the dry season.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Chikungunya Fever"
}, - {
- "updated_at": "2017-06-27T15:57:29.011000Z",
- "scientific_name": "",
- "occurs_where": "Following its discovery in Uganda, the virus has spread to other African countries such as Uganda, Tanzania, Egypt, Central African Republic, Sierra Leone and Gabon, as well as in parts of Asia including India, Malaysia, the Philippines, Thailand, Vietnam and Indonesia and several islands of the Pacific.\r\n\r\nThe first outbreak of this disease outside of Africa and Asia was in April 2007, on the island of Yap in the Federated States of Micronesia. \r\n\r\nIn April 2015, a new large outbreak was reported in Brazil in the district of Camaçari and the municipality of Salvador, the capital of the state of Bahia.\r\n",
- "id": "33651784-e26b-43a6-8aa6-3dab202c1464",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no vaccine or preventive drug for Zika virus, and only treatment of symptoms is possible.",
- "transmission": "Zika virus is transmitted by the bite of infected mosquitoes, the same ones that transmit dengue fever and other mosquito borne viruses. In addition, the virus can be sexually transmitted from human to human.",
- "symptoms": "Zika virus causes a relatively mild flu-like illness beginning with a mild headache, then followed by a skin rash, fever, fatigue, conjunctivitis (redness in the eye), and arthralgia (joint pains). Within 2 days, the rash fades, and within 3 days, the fever ends.\n\nThere is strong scientific evidence that this virus is the cause of microcephaly (small brain) and other neurological abnormalities in newborn infants. \n\nGUILLIAN-BARRE SYNDROME\n\nGuillain–Barré syndrome is relatively rare condition characterized by the rapid-onset of a neurological illness with muscle weakness that may develop over half a day to four weeks and that may affect the breathing muscles.",
- "susceptibility": "There is no natural immunity to this virus. So, everyone is susceptible.",
- "prevention": "The only prevention is avoidance of mosquito bites, especially in areas where there is an active outbreak of this virus.\n\nThe World health Organization states that pregnant women should be advised not to travel to areas with Zika virus outbreaks. Pregnant women whose sexual partners live in or travel to areas with Zika virus outbreaks should ensure safe sexual practices or abstain from sex for the duration of their pregnancy,\n\nSexual Transmission Risk after possible exposure\n\nMen or women who have traveled to an area with epidemic Zika may become infected without symptoms. Based on new evidence, the recommended length of time for safer sex practices for asymptomatic males returning from areas with active Zika virus transmission was extended from 8 weeks to 6 months. This is the same length of time as is recommended for symptomatic males. This recommendation now also applies to females, whether or not they have had symptoms. If the man’s partner is pregnant, the couple should either use condoms or not have sex during the pregnancy. It is unknown how long after infection women can transmit the virus to their partners.\n\nGuillain-Barré Syndrome\n\nAt present, scientific evidence supporting the association between Zika virus and this syndrome is growing. As a precautionary measure, travellers can minimize the risk of exposure to Zika virus. If neurological symptoms appear after visiting areas where Zika virus is present, travellers should consult their physician immediately.",
- "medications": [ ],
- "id": "9b0e77d6-4119-4a7b-a9a4-f3aaa46b4112",
- "description": "Zika Fever is caused by a virus that is related to dengue, yellow fever, West Nile and Japanese encephalitis viruses. The virus was first discovered in 1947 in a rhesus monkey in the Zika Forest of Uganda and was subsequently found to cause an illness when it was found for the first time in humans in 1968 in Nigeria.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2015-05-10T12:57:56.639000Z",
- "common_name": "Zika Fever"
}, - {
- "updated_at": "2017-06-27T15:57:15.395000Z",
- "scientific_name": "",
- "occurs_where": "Hepatitis E outbreaks have been reported in central and Southeast Asia, north and west Africa, and in Mexico. ",
- "id": "56bb0876-8b93-4a73-a965-6c5f11ffb4ec",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no treatment for this disease other than general measures to control symptoms in severe cases.",
- "transmission": "HEV is transmitted by consuming water or food that has been contaminated with human waste. It is often a waterborne disease, and contaminated drinking water has resulted in major epidemics. Raw or uncooked shellfish may also be contaminated and be the source of sporadic cases in endemic areas.",
- "symptoms": "In children, the infection is mostly asymptomatic. There may be a very mild illness without jaundice that often is not diagnosed. Typical signs and symptoms of hepatitis include jaundice (yellow discoloration of the skin and whites of the eyes, dark urine and pale stools), loss of appetite, an enlarged, tender liver, abdominal pain and tenderness, nausea and vomiting, and fever. \n\nOnly a laboratory test can distinguish infection caused by the various hepatitis viruses.",
- "susceptibility": "Susceptibility is general. There is no direct person-to-person spread of this virus.",
- "prevention": "Since there is no available vaccine for HEV, good personal hygiene and avoiding contaminated food and water are effective prevention methods.",
- "medications": [ ],
- "id": "9f4efb35-e1cc-488f-a358-f8ff2129d225",
- "description": "Hepatitis E is an infectious disease caused by one of the hepatitis viruses (A, B, C, D and E) that infect the liver and cause jaundice (yellow skin). The highest rates of infection occur in regions where low standards of sanitation promote the transmission of the virus.\n\nIn general, hepatitis E is a viral disease that resolves by itself followed by recovery. Unlike some of the hepatitis viruses, chronic infection does not occur. Occasionally, a severe form of liver infection occurs with mortality rates of 0.5 to 4.0 percent. The mortality rate among pregnant women in the third trimester may be as high as 20 percent.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-06-20T19:33:13.000000Z",
- "common_name": "Hepatitis E"
}, - {
- "updated_at": "2017-06-27T15:57:22.201000Z",
- "scientific_name": "Poliomyelitis",
- "occurs_where": "Since 1988 there has been a global effort to eliminate this disease through the widespread use of polio vaccination. As a result, in 2013, only three countries in the world continue to report sporadic cases of polio. These countries are Afghanistan, Nigeria, and Pakistan. Occasionally, a case of polio is imported into a country where the disease has been already eliminated, and a few secondary cases may occur. Such cases have occurred in Angola, Niger, Chad, the Democratic Republic of the Congo, and southern Sudan. \r\n \r\n \r\nRecently, there have been outbreaks of polio in Ethiopia, Somalia and Syria. \r\n",
- "id": "3f4f61ba-12ac-425d-b64f-045252174212",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no known cure or treatment for polio. It can only be prevented through immunisation.",
- "transmission": "The virus responsible for polio is transmitted through contaminated food and water and multiplies in the intestine, from where it can invade the nervous system to cause paralysis. Many infected people show no symptoms but do continue to excrete the virus in their feces, potentially transmitting the infection to others.",
- "symptoms": "Many polio infections show no symptoms at all. When present, initial symptoms of polio include fever, fatigue, headache, vomiting, stiffness in the neck, and pain in the limbs. A small proportion of infections (one in 200) can cause paralysis (often permanent) in only a number of hours. Among those that experience paralysis, 5 to 10 percent die when their breathing muscles become immobilized.",
- "susceptibility": "Susceptibility to infection is universal, however, paralysis occurs in only about 1 percent of infections. Paralysis occurs more frequently in infected, non-immune adults than in non-immunised infants and young children. Type-specific immunity lasts for the patients’ entire lives. Second attacks are rare and result from infection with poliovirus of a different type.",
- "prevention": "There is no cure for polio. It can only be prevented by immunization through a polio vaccine, which is administered multiple times in early childhood. Keeping childhood vaccinations up to date through booster doses is important before travelling in areas where polio has not been eliminated. Avoiding contaminated food and water in those areas is important.",
- "medications": [ ],
- "id": "0eba591c-adeb-4af1-a2a9-a0ae9e833a66",
- "description": "Polio (poliomyelitis) is an acute highly infectious viral disease which mainly affects young children. It is caused by three types of poliovirus, Types 1, 2, and 3. Poliovirus infection occurs in the gastrointestinal tract and spreads in a minority of cases to the nervous system.\n\nPolio cases have decreased worldwide by over 99 percent since 1988 due to a global effort to eradicate the disease. In countries that report polio cases, roughly 70-80 percent of cases are less than 3 years of age and 80-90 percent of cases are less than 5 years of age.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Polio"
}, - {
- "updated_at": "2017-06-27T15:57:20.836000Z",
- "scientific_name": "",
- "occurs_where": "Lassa fever can be found in Nigeria, Guinea, Liberia, and Sierra Leone. It may be present in other countries in west Africa.",
- "id": "97f0368c-0c2c-4f08-b95e-e38156b8c208",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Early treatment (within the first 6 days of illness) with the anti-viral drug, Ribavirin, is the most effective therapy available.",
- "transmission": "Wild rodents in western Africa are the source of this virus, and people become infected through direct contact with contaminated rat droppings or urine, or contact with objects or eating food contaminated with rat droppings and urine. People may also inhale tiny particles of air contaminated with rodent excretions (airborne transmission). \n \n \nLassa fever may also spread from person to person through contact with infected blood, tissues, secretions, or excretions. This kind of transmission is common in health care settings where it can also be spread by contaminated medical equipment.",
- "symptoms": "The symptoms include a gradual onset of fatigue, fever, headache, sore throat, cough, nausea, vomiting, diarrhoea, muscle aches and chest pain. The fever is intermittent and often spikes to high levels. In severe cases, complications can include loss of blood pressure, haemorrhaging, seizures, and brain inflammation due to different organs being affected.",
- "susceptibility": "Susceptibility is general. The length of duration of immunity after surviving an infection is unknown.",
- "prevention": "Avoiding contact with rodents that carry the disease is the best form of prevention. Protecting food sources and keeping a clean environment discourages rodents from entering homes. In the hospital setting, preventive precautions include wearing protective clothing, such as masks, gloves, gowns and goggles, and using infection control measures.",
- "medications": [ ],
- "id": "080137fe-d4bb-4311-a2d5-d5433c7c7ab2",
- "description": "Lassa fever is a serious viral infection that lasts 1-4 weeks. About 80 percent of the cases are mild or with no symptoms at all. However, the other 20 percent may suffer severe failure of multiple organs. The disease is more severe in pregnancy, and maternal death is common. The overall death rate is about 1 percent, but in severe cases, it can be 15 percent. Lassa fever is associated with epidemics, during which up to 50 percent of the patients might die.\n\nIt is estimated that 100,000 to 300,000 people in west Africa are infected each year with approximately 5,000 deaths. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-29T15:35:23.000000Z",
- "common_name": "Lassa Fever"
}, - {
- "updated_at": "2017-06-27T15:57:22.165000Z",
- "scientific_name": "Tsutsugamushi Fever",
- "occurs_where": "Scrub typhus is usually found in central, eastern and southeastern Asia, specifically in Korea, China, Taiwan, Japan, Pakistan, India, Thailand, Malaysia, and northern areas of Australia.",
- "id": "df5115ff-e31b-456d-bdd2-d22712d791ef",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Tetracyclines (e.g., doxycycline) and cloramphenicol antibiotics are effective. However, if given early in the illness, a relapse may follow when treatment is completed. A second course of treatment may be necessary.",
- "transmission": "Scrub typhus is transmitted by some types of mites (chiggers) which are found in areas of heavy scrub vegetation. The infection is not transmitted from person to person.",
- "symptoms": "The illness usually begins with the appearance of a characteristic black ulcer where the infected mite was attached. Fever, headache, muscle aches and pains, red eyes, swollen lymph glands and gastro-intestinal symptoms appear within several days. A rash appears on the arms, legs and body and lasts for a few days. Pneumonia and a resulting cough are common. If untreated, between 1 to 60 percent of the cases will die depending on the strain of the infecting germ. ",
- "susceptibility": "All persons are susceptible, but one attack results in long lasting immunity against any future infections.",
- "prevention": "There are currently no vaccines available for this illness. The best preventive measure is to avoid mite bites through the proper use of insect repellents, self examination after being in areas known to harbour mites where this infection is present, and wearing protective clothing.",
- "medications": [ ],
- "id": "3e00d261-8e02-4ede-9bff-2b64bafd33ce",
- "description": "Scrub typhus (Tsutsugamuchi Fever) is one of three versions of typhus caused by bacteria. The bacteria that causes scrub typhus is called _Orientia tsutsugamushi_ (previously called a _Rickettsia_).\n\nThe other two forms of typhus are murine typhus and epidemic typhus which are caused by Rickettsia germs.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Scrub Typhus"
}, - {
- "updated_at": "2017-06-27T15:57:36.784000Z",
- "scientific_name": "Breakbone Fever",
- "occurs_where": "The worldwide distribution of dengue fever virus (DF) closely follows the distribution of the two mosquito types that transmit the disease. All four dengue virus types are now widespread in most countries in the tropics.\r\n\r\nIn Asia, dengue viruses are highly prevalent in southern China and Hainan, Vietnam, Laos, Cambodia (Kampuchea), Thailand, Myanmar (Burma), India, Pakistan, Sri Lanka, Indonesia, the Philippines, Malaysia and Singapore, and with lower occurrence in Papua New Guinea, India, Bangladesh, Nepal, Taiwan and much of the Pacific. Some of the dengue virus types have also circulated in Queensland, northern Australia, since 1981.\r\n\r\nDengue fever is also prevalent in Africa. In recent years, outbreaks have occurred in large areas of West Africa, on the east coast of Africa from Mozambique to Ethiopia, and on offshore islands such as the Seychelles and Comoros, with a small number of dengue fever and dengue haemorrhagic fever-like cases reported from Saudi Arabia.\r\n\r\nIn the Americas, successive introduction and circulation of all four types of the dengue virus in the Caribbean and Central and South America have occurred since 1977. More recently small outbreaks have occurred in Texas, Key West and southern Florida. As of the late 1990s, two or more dengue viruses are periodically common in Mexico, all of the Caribbean, and Central and South America. Epidemics may occur wherever infected mosquitoes are present, whether in urban or rural areas.\r\n\r\n",
- "id": "37012cf9-7445-4307-a228-8c83776b2f20",
- "datum": {
- "vaccinations": [ ],
- "treatment": "There is no specific treatment for dengue fever. The only treatment available includes supportive measures to relieve symptoms, such as controlling the fever and adequate fluid intake.",
- "transmission": "Dengue fever is transmitted by the bite of mosquitoes that are infected with the virus. In particular, a day-biting species of mosquito is the most common transmitter. This mosquito has increased biting activity for 2 hours after sunrise and several hours before sunset. The species is found in both rural and urban settings.",
- "symptoms": "Dengue fever is characterized by the sudden onset of fever lasting 3 to 5 days (rarely more than 7), intense headache, muscle and joint pain, pain behind the eye, loss of appetite, gastro-intestinal disturbances, and small fine rash appearing around the time the fever subsides. Dark-skinned people usually have no visible rash. Minor bleeding, such as gum bleeding or nosebleeds, may occur at any time during the fever. Adults with underlying conditions may experience heavy bleeding, such as gastro-intestinal haemorrhage in peptic ulcer cases or excessive menstrual bleeding. Prolonged fatigue and depression are sometimes associated with recovery from dengue infections.\n\nDengue haemorrhagic fever (DHF) is a serious and sometimes fatal complication of dengue infection. The patient's condition may suddenly deteriorate due to the onset of increased vascular permeability (internal seepage of blood from the blood vessels into the tissues) with hypotension (loss of blood pressure) and shock. The patient may experience marked weakness, restlessness, facial pallor, severe abdominal pain, and cool extremities. The death rate can be as high as 40 to 50 percent in untreated cases; however, adequate treatment and fluid replacement can reduce the death rate to 1 to 2 percent.",
- "susceptibility": "Everyone can get dengue fever, but children usually have a milder disease than adults. Recovery from infection with one type of dengue provides lifelong immunity against that type but does not provide protection against other types. Immunity against one type may actually exacerbate subsequent infections, as well as increase the likelihood of getting DHF during subsequent infections.",
- "prevention": "Personal preventative measures include protecting against mosquito bites by using screening and bed nets, protective clothing, and insect repellents. If possible, stay in air conditioned or well-screened houses and avoid being outdoors at dawn, dusk, and early evening when mosquitoes are often biting.",
- "medications": [ ],
- "id": "e30fd712-eed1-4dfc-818b-fe454a5bb0d4",
- "description": "Dengue fever (DF) is a mosquito-transmitted viral disease that is also known as \"breakbone fever\" because it causes severe joint and bone pain, among other symptoms. There are four types of dengue fever (dengue-1, -2, -3, -4), and the same viruses are responsible for dengue haemorrhagic fever (DHF) (see symptoms section). Dengue epidemics can be explosive and may affect a high percentage of the population, but fatalities in the absence of DHF are rare.\n\nBetween World War II and about 1970, severe dengue epidemics were recorded in only 9 tropical countries; now the disease occurs routinely in more than 100 countries. Dengue viruses cause more than 100 million infections per year around the world and result in more than 500,000 hospitalizations, most of them children. It causes fewer deaths—25,000 per year—than malaria, but its prolonged illness keeps people from work and affects both personal incomes and national economies.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Dengue Fever"
}, - {
- "updated_at": "2017-06-27T15:57:16.813000Z",
- "scientific_name": "",
- "occurs_where": "Food or water intoxication (gastroenteritis) is a common illness found anywhere in the world in both developed and developing countries. High-risk destinations include some of the developing countries of Latin America, Africa, the Middle East, and Asia.",
- "id": "39564ca8-5cd0-4f99-b2ab-adabf399dc66",
- "datum": {
- "vaccinations": [ ],
- "treatment": "Treatment depends on the type of contamination and may include pain relief, antibiotics, rehydration (orally or intravenously), use of special anti-toxins, or even artificial respiration in the event of respiratory failure. If the condition persists, identification of the causative agent may be required in order to prescribe a definitive treatment. Serious illness or persistent, severe, or bloody diarrhoea, however, should be investigated at once to determine the cause and the specific treatment required.",
- "transmission": "Consuming food or water that is contaminated with infectious germs, chemicals, or toxins causes food poisoning. Bacteria cause approximately 80 percent of food poisoning cases. Noroviruses are among the most common viruses that cause food poisoning. One of the most frequent sources of food poisoning is food purchased from street vendors.",
- "symptoms": "Symptoms are highly variable and can range from very mild discomfort to serious life-threatening illness depending on the type of contamination in the food. Frequent and common symptoms include the rapid onset of fatigue, nausea, vomiting, abdominal pain and diarrhoea, with or without mild to severe fever. Symptoms may be resolved after about 24 hours, or may be longer lasting and severe. Episodes of illness may repeat over a period of time. Some food-borne toxins, e.g., botulism, result in life-threatening paralysis and require aggressive treatment. \n\nSometimes the cause of the symptoms is suggested by the incubation time between consuming the contaminated food or water and the onset of symptoms. For some common causes of food poisoning, the Control of Communicable Diseases Manual, 19th edition, 2008, includes the following information on the range of incubation periods: \n\n- for staphylococcal bacterial infection: 30 minutes to 8 hrs (usually 2-4 hrs)\n- for Bacillus cereus bacterial infection: 30 minutes to 24 hrs\n- for Clostridium perfringens bacterial infection: 6-24 hrs (usually 10-12 hrs)\n- for shellfish poisoning: within 12 hours for 4 types of shellfish poisoning\n- for scombroid fish poisoning: - a few hours (resolving spontaneously within 12 hours)\n- for ciguatera (fish) poisoning: - within 24 hrs\n- for puffer fish poisoning, which has a 60 percent fatality rate: - a few hours \n ",
- "susceptibility": "All persons are susceptible to food or water borne intoxication, although persons who are repeatedly exposed to certain germs may develop some tolerance. If the cause is an infectious germ, people may still be infectious and spread the illness to others even after their illness has subsided.",
- "prevention": "Prevention of food or water intoxication depends on cleanliness in food preparation, separation of raw and cooked food, thorough cooking, storage of cooked foods at appropriate temperatures and use of safe water and raw ingredients. Personal prevention measures include:\n\n- Patronizing only reputable and licensed restaurants; avoid illegal food hawkers and street vendors\n- Only consume food that has been cooked thoroughly\n- Avoid eating raw seafood; be cautious when choosing cold dishes, including sashimi, sushi and raw oysters at a buffet\n- Only drink boiled or bottled water unless you can be sure that water sources are properly treated to eliminate contaminants. If consuming bottled water, always be sure that the cap and seal are intact before consuming.\n- Always wash hands before eating and after going to the toilet. ",
- "medications": [ ],
- "id": "e62ac511-af15-4393-9ce4-40f0709e0bec",
- "description": "Food-borne and water-borne intoxication (often called food poisoning) generally refers to food or water borne diseases and infections that are the result of consuming contaminated food or water. A large number of bacteria, viruses, chemicals and toxins can contaminate food, food products and water resulting in mild to serious illness.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2012-04-09T17:38:13.000000Z",
- "common_name": "Food and Water Intoxication"
}, - {
- "updated_at": "2017-06-27T15:57:20.394000Z",
- "scientific_name": "Coccidioidomycosis",
- "occurs_where": "The Coccidioides fungi live in the dust and soil in some areas in the southwestern United States, Mexico, and Central and South America. In the United States, the fungi live in Arizona, California, Nevada, New Mexico, Texas, and Utah. It was also recently found in south-central Washington State.\r\n\r\n",
- "id": "bf3fa2a5-2e1c-4b5c-85b8-9e371bf8a1bf",
- "datum": {
- "vaccinations": [ ],
- "treatment": "In most people with Valley Fever, the symptoms are not severe and will go away within a few weeks without the need for treatment. Some healthcare providers may prescribe antifungal medication to reduce symptoms or prevent them from getting worse, particularly for people who are at high risk of developing a more severe infection.",
- "transmission": "The fungus that causes Valley Fever lives in dust and soil in the southwestern United States and parts of Mexico and Central and South America. People can get infected by the fungus when they breathe in the microscopic fungal spores from the air when the soil is disturbed, especially during dry periods.",
- "symptoms": "Most infected people (60%) do not show any symptoms. Of those that do, most develop flu-like symptoms that usually go away on their own after a few weeks. These symptoms include fatigue, cough, fever, shortness of breath, headache, night sweats, muscle and joint aches, and rash on upper body or legs. The spores can also enter through a cut or wound and cause a skin infection, but this only occurs in extremely rare cases. \n\nA small percentage of people develop a more severe form of Valley Fever. In approximately 5 to 10% of people, the infection can cause serious and long-term lung problems. In about 1% of people, the infection spreads to other parts of the body, such as the central nervous system (brain and spinal cord), skin, or bones and joints.",
- "susceptibility": "Anyone is susceptible to Valley Fever. Certain people are more likely to develop more severe forms of Valley Fever, including people who have weakened immune systems (such as those with HIV/AIDS, who have had an organ transplant, and who are taking medications like corticosteroids), pregnant women, people with diabetes, and people who are Black or Filipino. Recovery from Valley Fever generally leads to lifelong immunity.",
- "prevention": "It is difficult to prevent inhalation of the fungal spores in areas where they live in the soil and dust, but the risk of getting Valley Fever is low, even in dusty areas. People who are at increased risk may lower their chances of developing the infection by attempting to avoid breathing in dust in endemic areas. There are some simple things travelers can do to avoid inhaling the dust, such as avoiding areas with lots of dust or wearing an N95 respirator in these areas (construction or excavation sites), staying inside and closing the windows during dust storms, avoiding activities that have close contact with dirt or dust (gardening or digging), using air filtration indoors, cleaning skin injuries well with soap and water, and taking preventive antifungal medication if recommended by your healthcare provider.",
- "medications": [ ],
- "id": "0ec30b3a-ba27-4ede-8b67-dd05b078e850",
- "description": "Coccidioidomycosis, also known as Valley Fever, “San Joaquin Valley fever” or “desert rheumatism\", is a fungal infection that occurs when the spores that are the reproductive form of the fungus Coccidioides immitis enter the body through the lungs. Most of these infections (60%) develop little or no symptoms and heal completely without need for specific treatment. Rarely (less than 1%), the infection may spread from the lungs through the bloodstream to involve other organs. This form of Valley Fever is known as disseminated coccidioidomycosis and is a more severe disease. People over 60 years of age are at higher risk of developing a more serious form of this infection.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}, - "created_at": "2015-11-23T19:01:42.383000Z",
- "common_name": "Valley Fever"
}
]
Get Disease Outbreak For Country
Returns a disease outbreak for the given identifier and statistical data for a specific country.
path Parameters
country_id_or_code required | string Example: AF |
id required | string Example: 9575a71b-4fe4-4dda-aeca-b6804ed175cc |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Get Disease Outbreak
Returns a disease outbreak for the given identifier and statistical data for a specific country.
path Parameters
id required | string Example: 9575a71b-4fe4-4dda-aeca-b6804ed175cc |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Entry Requirements are hard requirements that affect a person's ability to travel into or within a country or region. At this time, Sitata does not provide VISA entry information. If affected_countries is empty, it should be interpreted as a global rule. i.e. all countries are affected.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
effective_as_of | String | The time the record was last known to be still in place. |
type | Integer | The type of requirement (see below). |
value | Integer | The value of the requirement (see below). |
extras | Object/Map | A key/value mapping of extra information (see below). |
comment | String | Extra details of the requirement in markdown format |
references | [String] | A list of URLs from which the restriction was information was collected |
vaccination | Vaccination |
The vaccination the requirement is associated to |
vaccination_id | String | Identifier for the vaccination |
origin_country | Country |
The country that is imposing the restriction |
origin_country_id | String | The country identifier |
affected_countries | [Country ] |
A list of countries that are affected by the restriction |
affected_country_ids | [String] | A list of country ids that are affected by the restriction |
affected_country_division_ids | [String] | A list of country division ids (states) that are affected by the restriction |
affected_country_divisions | [CountryDivision ] |
A list of country divisions (states) that are affected by the restriction |
Types
Value | Description |
---|---|
0 | Can a resident enter the country? |
1 | Can a foreigner enter the country? |
2 | Is transit allowed through the country? |
3 | Is a test required on arrival (disease outbreak)? |
4 | Is a test certificate allowed (disease outbreak)? |
5 | Is quarantine required on arrival (disease outbreak)? |
6 | Is a vaccination required? |
7 | Insurance required? |
8 | Test certificate required? |
9 | Entry form required? (health or other) |
10 | Vaccine Details |
Certain category types may contain extra meta-data to further describe the entry requirement.
Key | Type | Description |
---|---|---|
quarantine_days | Integer | For category type 5, describes the number of days of quarantine required. |
entry_hours | Integer | For category type 8, describes the number of hours before arrival in which a passenger must have a negative health test. |
vacc_list | [Integer] | A list of integers corresponding to known vaccinations that are accepted for entry. |
Vaccination List
Value | Description |
---|---|
0 | Oxford-AstraZeneca (Vaxzevria) |
1 | Moderna (Spikevax) |
2 | BioNTech-Pfizer (Comirnaty) |
3 | Sputnik V |
4 | Sinopharm |
5 | Sinovac |
6 | Covaxin |
7 | Covishield-AstraZeneca |
8 | Johnson & Johnson's Jansen |
9 | EU Digital COVID Certificate |
Get Entry Requirements For Country
Returns all Entry Requirements for a Country
. If state-level data is available, the result set will include it. State-level data can be identified by entries that have a value for origin_country_division
and origin_country_division_id
.
path Parameters
country_id required | string Example: JP Country code or country identifier |
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* The government of India is operating repatriation flights under the Vande Bharat Mission for returning citizens. ",
- "created_at": "2020-07-22T20:15:48.086423Z",
- "effective_as_of": "2020-09-29T21:13:00.663000Z",
- "extras": { },
- "id": "4252b3dd-b3cc-48da-8ec5-54ea40f5cb26",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 0,
- "updated_at": "2020-09-23T17:43:41.790530Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* All land and maritime borders are closed for travel.",
- "created_at": "2020-08-13T08:00:10.311817Z",
- "effective_as_of": "2020-09-29T19:16:53.082000Z",
- "extras": { },
- "id": "6b4be405-58ab-41a0-8bbf-fe18258cc842",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 2,
- "updated_at": "2020-09-23T17:44:52.592289Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 0
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* International passengers arriving in Delhi airport are subjected to a seven-day institutional quarantine at the traveller's expense.",
- "created_at": "2020-07-22T20:15:48.088508Z",
- "effective_as_of": "2020-09-29T18:40:19.780000Z",
- "extras": {
- "quarantine_days": 14
}, - "id": "dc24cb86-e68d-4278-9065-4b264bbb71fb",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 5,
- "updated_at": "2020-09-23T17:45:19.913584Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* On arrival at airports, thermal screening is carried out, and persons with fevers will be taken to institutional quarantine centres. ",
- "created_at": "2020-08-13T08:02:01.673068Z",
- "effective_as_of": "2020-09-29T17:12:02.548000Z",
- "extras": { },
- "id": "c4a6e54c-85c2-4657-b68e-ba32387248fe",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 3,
- "updated_at": "2020-09-23T17:45:53.850871Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}, - {
- "affected_countries": [
- {
- "banner": {
}, - "center_lat": -24.3767537,
- "center_lng": -128.3242376,
- "country_code": "PN",
- "country_code_3": "PCN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇳",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "e546c116-904a-4ac8-a6b8-dd1acc87323f",
- "name": "Pitcairn Islands",
- "ne_bound_lat": -23.7928845,
- "ne_bound_lng": -124.5410156,
- "population": 50,
- "sec_emer_num": "Medical facilities are extremely limited. Ensure travel and medical insurance is acquired before departing. ",
- "sw_bound_lat": -25.1776023,
- "sw_bound_lng": -130.9268188,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:51.332546Z"
}, - {
- "banner": {
}, - "center_lat": 40.143105,
- "center_lng": 47.576927,
- "country_code": "AZ",
- "country_code_3": "AZE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇿",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "36020ef5-b9bd-4e3c-b7f1-9c4b63893ca9",
- "name": "Azerbaijan",
- "ne_bound_lat": 41.9594999,
- "ne_bound_lng": 50.7458001,
- "population": 9762274,
- "sec_emer_num": "",
- "sw_bound_lat": 38.3922171,
- "sw_bound_lng": 44.7632599,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:55:21.601229Z"
}, - {
- "banner": {
}, - "center_lat": -1.831239,
- "center_lng": -78.18340599999999,
- "country_code": "EC",
- "country_code_3": "ECU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇨",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "c5d3f50b-22e2-4546-abe6-3a8e5c0f5650",
- "name": "Ecuador",
- "ne_bound_lat": 2.2955,
- "ne_bound_lng": -75.1887938,
- "population": 16385068,
- "sec_emer_num": "",
- "sw_bound_lat": -5.0143509,
- "sw_bound_lng": -92.60379999999999,
- "travel_status": 1,
- "updated_at": "2020-09-21T17:40:01.675574Z"
}, - {
- "banner": {
}, - "center_lat": 46.8852,
- "center_lng": -56.3159,
- "country_code": "PM",
- "country_code_3": "SPM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇲",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "93ee95c1-458a-4889-82ca-85c3125b9297",
- "name": "Saint Pierre & Miquelon",
- "ne_bound_lat": 47.21579999999999,
- "ne_bound_lng": -55.98249999999999,
- "population": 6294,
- "sec_emer_num": "",
- "sw_bound_lat": 46.7003,
- "sw_bound_lng": -56.5233,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-23T10:14:26.298371Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "GE",
- "country_code_3": "GEO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ef3ebff6-37c9-4c8f-aa2f-894d9ab84cae",
- "name": "Georgia",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 3719300,
- "sec_emer_num": "English-speaking operators are usually available upon request.\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:33:18.168253Z"
}, - {
- "banner": {
}, - "center_lat": 40.46366700000001,
- "center_lng": -3.74922,
- "country_code": "ES",
- "country_code_3": "ESP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇸",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "07441628-d30d-4f4c-a501-9a6fbfae5b80",
- "name": "Spain",
- "ne_bound_lat": 43.8504,
- "ne_bound_lng": 4.6362,
- "population": 46443959,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 27.4985,
- "sw_bound_lng": -18.2648001,
- "travel_status": 0,
- "updated_at": "2020-09-29T15:54:20.935403Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "IC",
- "country_code_3": "ICX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇨",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "856bdb09-a23f-4338-825d-285ad168e96c",
- "name": "Canary Islands",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 2153389,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:01.786356Z"
}, - {
- "banner": {
}, - "center_lat": 58.595272,
- "center_lng": 25.0136071,
- "country_code": "EE",
- "country_code_3": "EST",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "abf96513-bbf6-42e6-8c9e-643576c54433",
- "name": "Estonia",
- "ne_bound_lat": 59.7315,
- "ne_bound_lng": 28.2101389,
- "population": 1316481,
- "sec_emer_num": "Report any theft in person to Tallinn Central Police Station, Kolde pst 65, 10321 Tallinn, telephone: +372 612 5400.",
- "sw_bound_lat": 57.50931600000001,
- "sw_bound_lng": 21.6540999,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:21:15.478579Z"
}, - {
- "banner": {
}, - "center_lat": 49.465691,
- "center_lng": -2.585278,
- "country_code": "GG",
- "country_code_3": "GGY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇬",
- "geographic_region_id": "f2c87419-5fd4-4a70-9429-bec6e2cf7149",
- "geojson_url": null,
- "id": "0c53b68a-9253-49ea-8ac5-ac7646fc92cf",
- "name": "Guernsey",
- "ne_bound_lat": 49.7345001,
- "ne_bound_lng": -2.1563,
- "population": 62792,
- "sec_emer_num": "",
- "sw_bound_lat": 49.3969001,
- "sw_bound_lng": -2.6831001,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T05:57:37.292874Z"
}, - {
- "banner": {
}, - "center_lat": -25.274398,
- "center_lng": 133.775136,
- "country_code": "AU",
- "country_code_3": "AUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇺",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "31d3b1b0-671c-4ccc-902f-744e28213e87",
- "name": "Australia",
- "ne_bound_lat": -9.187026399999999,
- "ne_bound_lng": 159.2872223,
- "population": 24127159,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -54.83376579999999,
- "sw_bound_lng": 110.9510339,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:47:32.894446Z"
}, - {
- "banner": {
}, - "center_lat": 4.535277,
- "center_lng": 114.727669,
- "country_code": "BN",
- "country_code_3": "BRN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇳",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "id": "d1656a0a-1c8e-4996-b7ae-ef71eb57a14c",
- "name": "Brunei",
- "ne_bound_lat": 5.0978001,
- "ne_bound_lng": 115.3639552,
- "population": 423196,
- "sec_emer_num": "",
- "sw_bound_lat": 4.002460999999999,
- "sw_bound_lng": 114.0752,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:28:15.958283Z"
}, - {
- "banner": {
}, - "center_lat": -3.370417,
- "center_lng": -168.734039,
- "country_code": "KI",
- "country_code_3": "KIR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇮",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "4e2520a0-32ac-42fe-9af8-8c477a058904",
- "name": "Kiribati",
- "ne_bound_lat": 5.4082108,
- "ne_bound_lng": -145.1513674,
- "population": 114395,
- "sec_emer_num": "Emergency response times may be slow. Medical facilities are limited. For serious illness or injury, medical evacuation may be required.",
- "sw_bound_lat": -13.0502263,
- "sw_bound_lng": 168.8818359,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:04:34.379614Z"
}, - {
- "banner": {
}, - "center_lat": -8.874217,
- "center_lng": 125.727539,
- "country_code": "TL",
- "country_code_3": "TLS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇱",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "id": "005163c0-59a7-4f46-b91f-a0e9e4fcf3a4",
- "name": "Timor-Leste",
- "ne_bound_lat": -8.048399999999999,
- "ne_bound_lng": 127.4249,
- "population": 1268671,
- "sec_emer_num": "Responsiveness of emergency services varies. Services are very limited, especially outside of Dili. In emergency situations, evacuation may be the only option. \r\n",
- "sw_bound_lat": -9.5303001,
- "sw_bound_lng": 124.0332,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:36:32.501823Z"
}, - {
- "banner": {
}, - "center_lat": 24.215527,
- "center_lng": -12.885834,
- "country_code": "EH",
- "country_code_3": "ESH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇭",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "a940750d-1431-4bc9-aab8-c187e9296b4a",
- "name": "Western Sahara",
- "ne_bound_lat": 27.7223999,
- "ne_bound_lng": -8.667525,
- "population": 582463,
- "sec_emer_num": "Western Sahara has no police force or emergency services.\r\n\r\n",
- "sw_bound_lat": 20.427,
- "sw_bound_lng": -17.4573001,
- "travel_status": 2,
- "updated_at": "2020-09-05T01:56:51.870419Z"
}, - {
- "banner": {
}, - "center_lat": 7.425554,
- "center_lng": 150.550812,
- "country_code": "FM",
- "country_code_3": "FSM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇲",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "852325a0-6d37-4e08-a344-d36fcb7549c1",
- "name": "Micronesia",
- "ne_bound_lat": 10.2770863,
- "ne_bound_lng": 163.5177612,
- "population": 105099,
- "sec_emer_num": "Emergency services are very limited; they may be delayed or may not be able to respond at all. \r\n\r\nEnsure travel and medical insurance is acquired before departing. Micronesia has limited medical facilities and, in the case of severe injury or illness, evacuation from the country may be required. \r\n",
- "sw_bound_lat": 0.1538084,
- "sw_bound_lng": 136.9226075,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:53:28.576553Z"
}, - {
- "banner": {
}, - "center_lat": -4.679574,
- "center_lng": 55.491977,
- "country_code": "SC",
- "country_code_3": "SYC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇨",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "6ce124bf-9706-420b-9eda-4dece19e54ed",
- "name": "Seychelles",
- "ne_bound_lat": -4.0766037,
- "ne_bound_lng": 56.3928224,
- "population": 94677,
- "sec_emer_num": "",
- "sw_bound_lat": -10.4716073,
- "sw_bound_lng": 45.9832764,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:53:00.772086Z"
}, - {
- "banner": {
}, - "center_lat": -15.9650104,
- "center_lng": -5.7089241,
- "country_code": "SH",
- "country_code_3": "SHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇭",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "2fb27105-863e-473a-8daf-e476c4e81bde",
- "name": "Saint Helena",
- "ne_bound_lat": -15.89719,
- "ne_bound_lng": -5.638752999999999,
- "population": 4049,
- "sec_emer_num": "",
- "sw_bound_lat": -16.0203149,
- "sw_bound_lng": -5.792052,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:14.197654Z"
}, - {
- "banner": {
}, - "center_lat": -9.64571,
- "center_lng": 160.156194,
- "country_code": "SB",
- "country_code_3": "SLB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇧",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "8375f443-2cbb-42bf-8215-79a1ff166cf1",
- "name": "Solomon Islands",
- "ne_bound_lat": -6.075011,
- "ne_bound_lng": 168.0249023,
- "population": 599419,
- "sec_emer_num": "The police force response times may be slow due to limited resources.",
- "sw_bound_lat": -12.6832149,
- "sw_bound_lng": 155.1187134,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:07:28.606521Z"
}, - {
- "banner": {
}, - "center_lat": 28.394857,
- "center_lng": 84.12400799999999,
- "country_code": "NP",
- "country_code_3": "NPL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇵",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "a27e8df5-2c6a-4306-84f3-b802d8e156c7",
- "name": "Nepal",
- "ne_bound_lat": 30.4473898,
- "ne_bound_lng": 88.20182969999999,
- "population": 28982771,
- "sec_emer_num": "While police officials may speak English, always speak slowly and clearly enunciate to avoid misunderstanding.",
- "sw_bound_lat": 26.3473741,
- "sw_bound_lng": 80.05846980000001,
- "travel_status": 1,
- "updated_at": "2020-09-28T17:03:36.223606Z"
}, - {
- "banner": {
}, - "center_lat": 41.87194,
- "center_lng": 12.56738,
- "country_code": "IT",
- "country_code_3": "ITA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "39b03b20-f143-41a9-bfa1-bc4884a2b0b4",
- "name": "Italy",
- "ne_bound_lat": 47.092,
- "ne_bound_lng": 18.7975999,
- "population": 60600590,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 35.4897,
- "sw_bound_lng": 6.6267201,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:11:59.862118Z"
}, - {
- "banner": {
}, - "center_lat": 43.73841760000001,
- "center_lng": 7.424615799999999,
- "country_code": "MC",
- "country_code_3": "MCO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇨",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "id": "2a2db86e-c77c-4643-b311-8ff259727613",
- "name": "Monaco",
- "ne_bound_lat": 43.7519029,
- "ne_bound_lng": 7.4426,
- "population": 38499,
- "sec_emer_num": "",
- "sw_bound_lat": 43.7237999,
- "sw_bound_lng": 7.4091049,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:13:48.590591Z"
}, - {
- "banner": {
}, - "center_lat": -14.2938,
- "center_lng": -178.1165,
- "country_code": "WF",
- "country_code_3": "WLF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇼🇫",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "51e2ff68-3a3f-4448-8116-5d54c2351571",
- "name": "Wallis & Futuna",
- "ne_bound_lat": -13.1303042,
- "ne_bound_lng": -176.0971068,
- "population": 13414,
- "sec_emer_num": "",
- "sw_bound_lat": -14.4187203,
- "sw_bound_lng": -178.2284546,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.062530Z"
}, - {
- "banner": {
}, - "center_lat": -6.369028,
- "center_lng": 34.888822,
- "country_code": "TZ",
- "country_code_3": "TZA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇿",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "845469fd-16f7-4eb9-aa49-6260eb9e6933",
- "name": "Tanzania",
- "ne_bound_lat": -0.9843968000000001,
- "ne_bound_lng": 40.6398,
- "population": 55572201,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -11.7612539,
- "sw_bound_lng": 29.34,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:49:25.014277Z"
}, - {
- "banner": {
}, - "center_lat": -54.429579,
- "center_lng": -36.587909,
- "country_code": "GS",
- "country_code_3": "SGS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇸",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "192d70d5-a955-4b54-ac19-a82eae67e52d",
- "name": "South Georgia & South Sandwich Islands",
- "ne_bound_lat": -53.8525267,
- "ne_bound_lng": -25.4663085,
- "population": 0,
- "sec_emer_num": "The nearest medical facilities are the Falkland Islands and South America. ",
- "sw_bound_lat": -59.91097600000001,
- "sw_bound_lng": -38.4301758,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:28.884431Z"
}, - {
- "banner": {
}, - "center_lat": 48.379433,
- "center_lng": 31.1655799,
- "country_code": "UA",
- "country_code_3": "UKR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇦",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "1ae76e1a-d611-49df-81e8-5c7d5968281a",
- "name": "Ukraine",
- "ne_bound_lat": 52.3793713,
- "ne_bound_lng": 40.2204802,
- "population": 45004645,
- "sec_emer_num": "Operators generally do not speak English. There could be long delays for police and/or emergency services. \r\n",
- "sw_bound_lat": 44.2924,
- "sw_bound_lng": 22.137159,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:04:21.359377Z"
}, - {
- "banner": {
}, - "center_lat": 56.130366,
- "center_lng": -106.346771,
- "country_code": "CA",
- "country_code_3": "CAN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇦",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "338aaeb6-0fc8-4dc8-b0af-017c7e8a620f",
- "name": "Canada",
- "ne_bound_lat": 83.6381,
- "ne_bound_lng": -50.9766,
- "population": 36286425,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.6765559,
- "sw_bound_lng": -141.00187,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:11:49.750447Z"
}, - {
- "banner": {
}, - "center_lat": 64.963051,
- "center_lng": -19.020835,
- "country_code": "IS",
- "country_code_3": "ISL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇸",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "b192c241-6697-4664-b335-345af3b077f5",
- "name": "Iceland",
- "ne_bound_lat": 67.2466,
- "ne_bound_lng": -12.2388001,
- "population": 334252,
- "sec_emer_num": "",
- "sw_bound_lat": 62.4819,
- "sw_bound_lng": -26.2572999,
- "travel_status": 0,
- "updated_at": "2020-09-26T08:22:26.734652Z"
}, - {
- "banner": {
}, - "center_lat": 23.634501,
- "center_lng": -102.552784,
- "country_code": "MX",
- "country_code_3": "MEX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇽",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "c0b96bdd-669a-4391-ae5f-9fff776add05",
- "name": "Mexico",
- "ne_bound_lat": 32.7186534,
- "ne_bound_lng": -86.5887,
- "population": 127540423,
- "sec_emer_num": "",
- "sw_bound_lat": 14.3895,
- "sw_bound_lng": -118.6523001,
- "travel_status": 1,
- "updated_at": "2020-09-29T06:27:20.009742Z"
}, - {
- "banner": {
}, - "center_lat": 41.902916,
- "center_lng": 12.453389,
- "country_code": "VA",
- "country_code_3": "VAX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇦",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "cd8acb3d-e4d4-45a4-9de2-1f1fc11dd4cd",
- "name": "Vatican City",
- "ne_bound_lat": 41.90744309999999,
- "ne_bound_lng": 12.4583938,
- "population": 1000,
- "sec_emer_num": "",
- "sw_bound_lat": 41.9001896,
- "sw_bound_lng": 12.4457286,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.147902Z"
}, - {
- "banner": {
}, - "center_lat": -21.178986,
- "center_lng": -175.198242,
- "country_code": "TO",
- "country_code_3": "TON",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇴",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "9a927d77-0c8c-441e-a8f8-36131e09b2d5",
- "name": "Tonga",
- "ne_bound_lat": -15.4060236,
- "ne_bound_lng": -173.2543946,
- "population": 107122,
- "sec_emer_num": "",
- "sw_bound_lat": -21.8360059,
- "sw_bound_lng": -175.9570313,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:36:10.644111Z"
}, - {
- "banner": {
}, - "center_lat": 17.357822,
- "center_lng": -62.782998,
- "country_code": "KN",
- "country_code_3": "KNA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇳",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "47627140-14a2-4de5-9908-f86d927988e9",
- "name": "Saint Kitts & Nevis",
- "ne_bound_lat": 17.4205891,
- "ne_bound_lng": -62.52369989999999,
- "population": 54821,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 17.07861,
- "sw_bound_lng": -62.86949999999999,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:27:34.682751Z"
}, - {
- "banner": {
}, - "center_lat": 41.377491,
- "center_lng": 64.585262,
- "country_code": "UZ",
- "country_code_3": "UZB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇿",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "87168ecd-41b7-43c3-9b6a-8f4eba576297",
- "name": "Uzbekistan",
- "ne_bound_lat": 45.590075,
- "ne_bound_lng": 73.148946,
- "population": 31848200,
- "sec_emer_num": "",
- "sw_bound_lat": 37.1722571,
- "sw_bound_lng": 55.9982179,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:42:52.773376Z"
}, - {
- "banner": {
}, - "center_lat": 71.706936,
- "center_lng": -42.604303,
- "country_code": "GL",
- "country_code_3": "GRL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇱",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "id": "45517fe6-ae3f-4819-855a-105aa4ad3d57",
- "name": "Greenland",
- "ne_bound_lat": 83.9702561,
- "ne_bound_lng": -8.2617199,
- "population": 56186,
- "sec_emer_num": "",
- "sw_bound_lat": 58.26329,
- "sw_bound_lng": -73.8281196,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.230307Z"
}, - {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-09-26T07:00:59.032350Z"
}, - {
- "banner": {
}, - "center_lat": 39.39987199999999,
- "center_lng": -8.224454,
- "country_code": "PT",
- "country_code_3": "PRT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "8217d013-9783-4ecb-88dc-c6a8c6a3486f",
- "name": "Portugal",
- "ne_bound_lat": 42.1543111,
- "ne_bound_lng": -6.189159200000001,
- "population": 10324611,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 32.2895,
- "sw_bound_lng": -31.4647999,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:46:01.783116Z"
}, - {
- "banner": {
}, - "center_lat": 47.162494,
- "center_lng": 19.5033041,
- "country_code": "HU",
- "country_code_3": "HUN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "c7442cb7-a35d-4198-8d79-2fb093b3a1ab",
- "name": "Hungary",
- "ne_bound_lat": 48.585234,
- "ne_bound_lng": 22.8965438,
- "population": 9817958,
- "sec_emer_num": "The Hungarian National Tourist Office operates a 24-hour helpline (telephone 06-1-438-8080) to assist tourists who are victims of crime. Operators can speak English. ",
- "sw_bound_lat": 45.7370889,
- "sw_bound_lng": 16.1133078,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:00:21.603061Z"
}, - {
- "banner": {
}, - "center_lat": 37.09024,
- "center_lng": -95.712891,
- "country_code": "US",
- "country_code_3": "USA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇸",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "2373c04e-92ec-45da-a3e0-c68314bc0fcc",
- "name": "United States",
- "ne_bound_lat": 71.5388001,
- "ne_bound_lng": -66.885417,
- "population": 323127513,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.7763,
- "sw_bound_lng": 170.5957,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:54:25.255508Z"
}, - {
- "banner": {
}, - "center_lat": 9.30769,
- "center_lng": 2.315834,
- "country_code": "BJ",
- "country_code_3": "BEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇯",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "f5c776a7-1926-40b4-b63d-4e7f30ffec66",
- "name": "Benin",
- "ne_bound_lat": 12.4086111,
- "ne_bound_lng": 3.8433429,
- "population": 10872298,
- "sec_emer_num": "",
- "sw_bound_lat": 6.2061001,
- "sw_bound_lng": 0.7754124000000001,
- "travel_status": 1,
- "updated_at": "2020-09-25T18:14:03.297022Z"
}, - {
- "banner": {
}, - "center_lat": 9.081999,
- "center_lng": 8.675277,
- "country_code": "NG",
- "country_code_3": "NGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇬",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "dae9ce27-eff7-4a82-9243-74c9ee897a24",
- "name": "Nigeria",
- "ne_bound_lat": 13.8856449,
- "ne_bound_lng": 14.677982,
- "population": 185989640,
- "sec_emer_num": "In the event of a medical emergency in Nigeria, you may need to call your embassy.",
- "sw_bound_lat": 4.1821001,
- "sw_bound_lng": 2.676932,
- "travel_status": 1,
- "updated_at": "2020-09-28T08:23:45.347205Z"
}, - {
- "banner": {
}, - "center_lat": -11.202692,
- "center_lng": 17.873887,
- "country_code": "AO",
- "country_code_3": "AGO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇴",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "831abfe8-99e1-420f-b7a6-c5a094ed0353",
- "name": "Angola",
- "ne_bound_lat": -4.388063300000001,
- "ne_bound_lng": 24.0878855,
- "population": 28813463,
- "sec_emer_num": "Emergency operators will likely only speak Portuguese. Police may not be able to respond in a timely manner.",
- "sw_bound_lat": -18.0391039,
- "sw_bound_lng": 11.4696999,
- "travel_status": 1,
- "updated_at": "2020-09-23T07:56:20.733739Z"
}, - {
- "banner": {
}, - "center_lat": 61.89263500000001,
- "center_lng": -6.9118061,
- "country_code": "FO",
- "country_code_3": "FRO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇴",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "3447576a-8c58-451c-89cf-12a5bfcc16b9",
- "name": "Faroe Islands",
- "ne_bound_lat": 62.4310742,
- "ne_bound_lng": -6.190796,
- "population": 49117,
- "sec_emer_num": "",
- "sw_bound_lat": 61.3677776,
- "sw_bound_lng": -7.7178956,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:54.063458Z"
}, - {
- "banner": {
}, - "center_lat": 52.132633,
- "center_lng": 5.291265999999999,
- "country_code": "NL",
- "country_code_3": "NLD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇱",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "54e44cf3-99aa-4c1a-b6df-781728246bd4",
- "name": "Netherlands",
- "ne_bound_lat": 53.6316,
- "ne_bound_lng": 7.227510199999999,
- "population": 17018408,
- "sec_emer_num": "",
- "sw_bound_lat": 50.75038379999999,
- "sw_bound_lng": 3.3316001,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:00:35.919589Z"
}, - {
- "banner": {
}, - "center_lat": 53.41291,
- "center_lng": -8.24389,
- "country_code": "IE",
- "country_code_3": "IRL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "667efeb1-84e0-4260-b8fb-9642efb94778",
- "name": "Ireland",
- "ne_bound_lat": 55.4602,
- "ne_bound_lng": -5.668900100000001,
- "population": 4773095,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.3066,
- "sw_bound_lng": -10.7666001,
- "travel_status": 0,
- "updated_at": "2020-09-29T08:27:31.469383Z"
}, - {
- "banner": {
}, - "center_lat": 17.607789,
- "center_lng": 8.081666,
- "country_code": "NE",
- "country_code_3": "NER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇪",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "1c541a4f-572d-4ef3-b02e-1377e4e7eab9",
- "name": "Niger",
- "ne_bound_lat": 23.4999997,
- "ne_bound_lng": 15.9990339,
- "population": 20672987,
- "sec_emer_num": "",
- "sw_bound_lat": 11.693756,
- "sw_bound_lng": 0.1617177,
- "travel_status": 2,
- "updated_at": "2020-09-28T05:37:10.207453Z"
}, - {
- "banner": {
}, - "center_lat": 16.265,
- "center_lng": -61.55099999999999,
- "country_code": "GP",
- "country_code_3": "GLP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇵",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "e9492cf5-8ce4-4854-b7bf-858a379f018b",
- "name": "Guadeloupe",
- "ne_bound_lat": 16.5572273,
- "ne_bound_lng": -60.9473,
- "population": 448869,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.742032,
- "sw_bound_lng": -61.8468,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:41:18.826008Z"
}, - {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:55:07.304176Z"
}, - {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-09-25T05:13:46.333047Z"
}, - {
- "banner": {
}, - "center_lat": 17.9,
- "center_lng": -62.833333,
- "country_code": "BL",
- "country_code_3": "BLM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇱",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "6a2c3179-23a7-444f-ae86-a292b45ef1f7",
- "name": "Saint Barthélemy",
- "ne_bound_lat": 17.978,
- "ne_bound_lng": -62.7869,
- "population": 9877,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 17.8663,
- "sw_bound_lng": -62.9559999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T19:34:42.896200Z"
}, - {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-09-29T08:31:02.660607Z"
}, - {
- "banner": {
}, - "center_lat": 18.220554,
- "center_lng": -63.06861499999999,
- "country_code": "AI",
- "country_code_3": "AIA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇮",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "d8b4c93b-56dd-432e-a9fb-8aa1aee87c35",
- "name": "Anguilla",
- "ne_bound_lat": 18.6332326,
- "ne_bound_lng": -62.91999999999999,
- "population": 16187,
- "sec_emer_num": "",
- "sw_bound_lat": 18.1465043,
- "sw_bound_lng": -63.4803,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:51:00.804630Z"
}, - {
- "banner": {
}, - "center_lat": 11.825138,
- "center_lng": 42.590275,
- "country_code": "DJ",
- "country_code_3": "DJI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇯",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "c32f02f7-b0b0-4efb-beeb-dfa9f0aa3c36",
- "name": "Djibouti",
- "ne_bound_lat": 12.7136972,
- "ne_bound_lng": 43.4839,
- "population": 942333,
- "sec_emer_num": "",
- "sw_bound_lat": 10.912953,
- "sw_bound_lng": 41.77084600000001,
- "travel_status": 1,
- "updated_at": "2020-09-25T07:17:30.885374Z"
}, - {
- "banner": {
}, - "center_lat": 17.060816,
- "center_lng": -61.796428,
- "country_code": "AG",
- "country_code_3": "ATG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "21be0985-7bdb-48e8-9d81-270e36f9908b",
- "name": "Antigua & Barbuda",
- "ne_bound_lat": 17.7499946,
- "ne_bound_lng": -61.6394,
- "population": 100963,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 16.9018,
- "sw_bound_lng": -62.38100009999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:07:18.015066Z"
}, - {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-09-26T19:38:54.063174Z"
}, - {
- "banner": {
}, - "center_lat": 51.919438,
- "center_lng": 19.145136,
- "country_code": "PL",
- "country_code_3": "POL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇱",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "359d397c-0cc8-4360-96dd-c55038616213",
- "name": "Poland",
- "ne_bound_lat": 54.9054761,
- "ne_bound_lng": 24.1458931,
- "population": 37948016,
- "sec_emer_num": "",
- "sw_bound_lat": 49.002025,
- "sw_bound_lng": 14.1228641,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:31:09.832959Z"
}, - {
- "banner": {
}, - "center_lat": 56.26392,
- "center_lng": 9.501785,
- "country_code": "DK",
- "country_code_3": "DNK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇰",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "e7e3b19b-bcaf-4869-b765-c6156a8602ff",
- "name": "Denmark",
- "ne_bound_lat": 58.02846,
- "ne_bound_lng": 15.2298,
- "population": 5731118,
- "sec_emer_num": "",
- "sw_bound_lat": 54.4317001,
- "sw_bound_lng": 7.855200099999999,
- "travel_status": 0,
- "updated_at": "2020-09-26T16:36:55.163827Z"
}, - {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-09-23T07:10:51.065323Z"
}, - {
- "banner": {
}, - "center_lat": -29.609988,
- "center_lng": 28.233608,
- "country_code": "LS",
- "country_code_3": "LSO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇸",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9eb317e0-a37e-430f-8505-b3714075ed17",
- "name": "Lesotho",
- "ne_bound_lat": -28.5708011,
- "ne_bound_lng": 29.4557087,
- "population": 2203821,
- "sec_emer_num": "Emergency response may be unreliable, and travellers have reported emergency numbers being out of service. ",
- "sw_bound_lat": -30.6755788,
- "sw_bound_lng": 27.011231,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:27:24.848019Z"
}, - {
- "banner": {
}, - "center_lat": -6.343194,
- "center_lng": 71.876519,
- "country_code": "IO",
- "country_code_3": "IOT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇴",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "8df05a77-7fe2-4a0d-84df-dafce8dbd540",
- "name": "British Indian Ocean Territory",
- "ne_bound_lat": -5.1401857,
- "ne_bound_lng": 72.5880433,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -7.4891118,
- "sw_bound_lng": 71.1859131,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:40.205713Z"
}, - {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - {
- "banner": {
}, - "center_lat": -0.789275,
- "center_lng": 113.921327,
- "country_code": "ID",
- "country_code_3": "IDN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇩",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "db0a6b6c-a061-4289-827a-e2dea75141df",
- "name": "Indonesia",
- "ne_bound_lat": 6.216999899999999,
- "ne_bound_lng": 141.0425,
- "population": 261115456,
- "sec_emer_num": "Emergency response and services may be limited. Travellers may need to go directly to a police station or hospital for service. Carry local emergency contact information. ",
- "sw_bound_lat": -11.1082999,
- "sw_bound_lng": 94.7351,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:36:40.863110Z"
}, - {
- "banner": {
}, - "center_lat": 26.0667,
- "center_lng": 50.5577,
- "country_code": "BH",
- "country_code_3": "BHR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇭",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "69e33310-ee00-4563-8771-a9c4123da08c",
- "name": "Bahrain",
- "ne_bound_lat": 26.3315761,
- "ne_bound_lng": 50.8509064,
- "population": 1425171,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 25.5349999,
- "sw_bound_lng": 50.3448485,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:44:57.417441Z"
}, - {
- "banner": {
}, - "center_lat": -12.164165,
- "center_lng": 96.87095599999999,
- "country_code": "CC",
- "country_code_3": "CCK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇨",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "5234d537-83a1-4139-b624-7d94162926a5",
- "name": "Cocos (Keeling) Islands",
- "ne_bound_lat": -11.819973,
- "ne_bound_lng": 96.93271639999999,
- "population": 544,
- "sec_emer_num": "",
- "sw_bound_lat": -12.2118513,
- "sw_bound_lng": 96.8134118,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:55.810564Z"
}, - {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:47:41.980426Z"
}, - {
- "banner": {
}, - "center_lat": -16.290154,
- "center_lng": -63.58865299999999,
- "country_code": "BO",
- "country_code_3": "BOL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇴",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "4cea962e-2311-4ba0-89ab-8f828263f6ae",
- "name": "Bolivia",
- "ne_bound_lat": -9.669323,
- "ne_bound_lng": -57.453803,
- "population": 10887882,
- "sec_emer_num": "Operators may not speak English.\r\n\r\n",
- "sw_bound_lat": -22.8980899,
- "sw_bound_lng": -69.64498999999999,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:51:08.368737Z"
}, - {
- "banner": {
}, - "center_lat": 55.169438,
- "center_lng": 23.881275,
- "country_code": "LT",
- "country_code_3": "LTU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇹",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "872a6386-f42b-49e3-941a-818898f09810",
- "name": "Lithuania",
- "ne_bound_lat": 56.45032089999999,
- "ne_bound_lng": 26.835523,
- "population": 2872298,
- "sec_emer_num": "",
- "sw_bound_lat": 53.8967949,
- "sw_bound_lng": 20.931,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.066486Z"
}, - {
- "banner": {
}, - "center_lat": -7.109534999999999,
- "center_lng": 177.64933,
- "country_code": "TV",
- "country_code_3": "TUV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇻",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "92ff4dcf-d5ee-450b-8309-c58b8d02a914",
- "name": "Tuvalu",
- "ne_bound_lat": -5.4300853,
- "ne_bound_lng": 179.9999999,
- "population": 11097,
- "sec_emer_num": "",
- "sw_bound_lat": -11.1891797,
- "sw_bound_lng": 175.5615234,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.102226Z"
}, - {
- "banner": {
}, - "center_lat": -54.4207915,
- "center_lng": 3.3464497,
- "country_code": "BV",
- "country_code_3": "BVT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇻",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "fec4d6d9-4161-431c-8728-8a28b0e1e19e",
- "name": "Bouvet Island",
- "ne_bound_lat": -54.3869298,
- "ne_bound_lng": 3.4332785,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -54.4541004,
- "sw_bound_lng": 3.2858826,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:08.815922Z"
}, - {
- "banner": {
}, - "center_lat": 4.860416,
- "center_lng": -58.93018,
- "country_code": "GY",
- "country_code_3": "GUY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "6396c36d-1434-4164-b9bb-55672504494c",
- "name": "Guyana",
- "ne_bound_lat": 8.722199999999999,
- "ne_bound_lng": -56.49112,
- "population": 773303,
- "sec_emer_num": "The emergency calls may go unanswered. Police capacity to respond may be limited.",
- "sw_bound_lat": 1.164724,
- "sw_bound_lng": -61.414905,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:57:48.426615Z"
}, - {
- "banner": {
}, - "center_lat": 48.669026,
- "center_lng": 19.699024,
- "country_code": "SK",
- "country_code_3": "SVK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇰",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "id": "0e85fc55-02c7-49ae-8fa2-220c5f53f3d9",
- "name": "Slovakia",
- "ne_bound_lat": 49.613805,
- "ne_bound_lng": 22.5658602,
- "population": 5428704,
- "sec_emer_num": "Police usually do not speak English. Languages spoken by the population will be Slovak and usually English.",
- "sw_bound_lat": 47.731159,
- "sw_bound_lng": 16.8331821,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:13:06.689273Z"
}, - {
- "banner": {
}, - "center_lat": 12.52111,
- "center_lng": -69.968338,
- "country_code": "AW",
- "country_code_3": "ABW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇼",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "8ce27380-e9e8-4008-b0d3-84ae51d5818a",
- "name": "Aruba",
- "ne_bound_lat": 12.6306179,
- "ne_bound_lng": -69.8644638,
- "population": 104822,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 12.406093,
- "sw_bound_lng": -70.070114,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:54:43.847955Z"
}, - {
- "banner": {
}, - "center_lat": 21.00789,
- "center_lng": -10.940835,
- "country_code": "MR",
- "country_code_3": "MRT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "b0b49493-86fb-4be8-8c1c-1e086fcb386b",
- "name": "Mauritania",
- "ne_bound_lat": 27.3158916,
- "ne_bound_lng": -4.833334799999999,
- "population": 4301018,
- "sec_emer_num": "",
- "sw_bound_lat": 14.721273,
- "sw_bound_lng": -17.0687276,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:54:11.327411Z"
}, - {
- "banner": {
}, - "center_lat": -49.280366,
- "center_lng": 69.3485571,
- "country_code": "TF",
- "country_code_3": "ATF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇫",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "3c63e394-ee95-42e5-8b1f-bc84efbfba3d",
- "name": "French Southern Territories",
- "ne_bound_lat": -48.4036793,
- "ne_bound_lng": 70.6558228,
- "population": 2274277,
- "sec_emer_num": "",
- "sw_bound_lat": -50.0641918,
- "sw_bound_lng": 68.4832764,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.214745Z"
}, - {
- "banner": {
}, - "center_lat": -53.08181,
- "center_lng": 73.50415799999999,
- "country_code": "HM",
- "country_code_3": "HMD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇲",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "7ca3209d-8e5a-4006-8984-16f25de89cd1",
- "name": "Heard & McDonald Islands",
- "ne_bound_lat": -52.9609444,
- "ne_bound_lng": 73.7792016,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -53.19168759999999,
- "sw_bound_lng": 73.25065599999999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:22.923583Z"
}, - {
- "banner": {
}, - "center_lat": 19.2823192,
- "center_lng": 166.647047,
- "country_code": "UM",
- "country_code_3": "UMI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇲",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "f61cd68b-11d8-41a3-8deb-ad13db3b5113",
- "name": "U.S. Outlying Islands",
- "ne_bound_lat": 28.3977184,
- "ne_bound_lng": -159.9849071,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -0.3824678,
- "sw_bound_lng": 166.5989221,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.236410Z"
}, - {
- "banner": {
}, - "center_lat": 16.742498,
- "center_lng": -62.187366,
- "country_code": "MS",
- "country_code_3": "MSR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇸",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "cba3245f-9606-478b-9d29-a45641bdbe05",
- "name": "Montserrat",
- "ne_bound_lat": 16.8260672,
- "ne_bound_lng": -62.14262009999999,
- "population": 5215,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 16.671007,
- "sw_bound_lng": -62.242584,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:09:20.757194Z"
}, - {
- "banner": {
}, - "center_lat": 15.870032,
- "center_lng": 100.992541,
- "country_code": "TH",
- "country_code_3": "THA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "93c31206-0159-41b3-a255-83417b792e22",
- "name": "Thailand",
- "ne_bound_lat": 20.465143,
- "ne_bound_lng": 105.636812,
- "population": 68863514,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 5.613038,
- "sw_bound_lng": 97.343396,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:39:51.201354Z"
}, - {
- "banner": {
}, - "center_lat": 45.943161,
- "center_lng": 24.96676,
- "country_code": "RO",
- "country_code_3": "ROU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇴",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "29a1e450-0439-4b93-b8d1-339b196c8ff2",
- "name": "Romania",
- "ne_bound_lat": 48.26518,
- "ne_bound_lng": 29.77839999999999,
- "population": 19705301,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 43.6186193,
- "sw_bound_lng": 20.2617591,
- "travel_status": 0,
- "updated_at": "2020-09-29T16:08:25.441556Z"
}, - {
- "banner": {
}, - "center_lat": 18.220833,
- "center_lng": -66.590149,
- "country_code": "PR",
- "country_code_3": "PRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇷",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "36e537a1-f4c0-45af-a817-5a77ec672499",
- "name": "Puerto Rico",
- "ne_bound_lat": 18.5720479,
- "ne_bound_lng": -65.2105715,
- "population": 3411307,
- "sec_emer_num": "",
- "sw_bound_lat": 17.8449191,
- "sw_bound_lng": -67.9611844,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:34:06.111262Z"
}, - {
- "banner": {
}, - "center_lat": -23.442503,
- "center_lng": -58.443832,
- "country_code": "PY",
- "country_code_3": "PRY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "a14030df-8391-4890-8223-dc5040024420",
- "name": "Paraguay",
- "ne_bound_lat": -19.2876589,
- "ne_bound_lng": -54.258562,
- "population": 6725308,
- "sec_emer_num": "",
- "sw_bound_lat": -27.5817594,
- "sw_bound_lng": -62.63895230000001,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:39:08.307703Z"
}, - {
- "banner": {
}, - "center_lat": 12.565679,
- "center_lng": 104.990963,
- "country_code": "KH",
- "country_code_3": "KHM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "227d5b17-6ce2-498f-acc8-dc36df624b7f",
- "name": "Cambodia",
- "ne_bound_lat": 14.6901791,
- "ne_bound_lng": 107.627687,
- "population": 15762370,
- "sec_emer_num": "Emergency services in Cambodia are extremely limited.\r\n",
- "sw_bound_lat": 9.6007,
- "sw_bound_lng": 102.333542,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:01:09.909055Z"
}, - {
- "banner": {
}, - "center_lat": 15.454166,
- "center_lng": 18.732207,
- "country_code": "TD",
- "country_code_3": "TCD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇩",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "5586f292-1156-4edd-8621-e48c0d6ba986",
- "name": "Chad",
- "ne_bound_lat": 23.449228,
- "ne_bound_lng": 24.0000011,
- "population": 14452543,
- "sec_emer_num": "Emergency services are very limited and may be unresponsive. \r\n\r\n",
- "sw_bound_lat": 7.442975,
- "sw_bound_lng": 13.4699999,
- "travel_status": 2,
- "updated_at": "2020-09-26T06:14:48.819596Z"
}, - {
- "banner": {
}, - "center_lat": 14.058324,
- "center_lng": 108.277199,
- "country_code": "VN",
- "country_code_3": "VNM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇳",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "6b415f92-0667-40e1-947d-06b55cb1315a",
- "name": "Vietnam",
- "ne_bound_lat": 23.3926504,
- "ne_bound_lng": 109.6765,
- "population": 92701100,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 8.1952001,
- "sw_bound_lng": 102.1439156,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:23:10.908874Z"
}, - {
- "banner": {
}, - "center_lat": 26.820553,
- "center_lng": 30.802498,
- "country_code": "EG",
- "country_code_3": "EGY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇬",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "e96d1b29-0e84-4fde-a25b-b7ad6b87d84e",
- "name": "Egypt",
- "ne_bound_lat": 31.8122,
- "ne_bound_lng": 37.0569,
- "population": 100388073,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 21.9999999,
- "sw_bound_lng": 24.696775,
- "travel_status": 1,
- "updated_at": "2020-09-26T06:47:39.681617Z"
}, - {
- "banner": {
}, - "center_lat": 12.1783611,
- "center_lng": -68.2385339,
- "country_code": "BQ",
- "country_code_3": "BES",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇶",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "bca2db29-76fa-46b3-9767-2fc20d0822a7",
- "name": "Caribbean Netherlands (Bonaire, Saba and Sint Eustatius)",
- "ne_bound_lat": 17.6606999,
- "ne_bound_lng": -62.9228,
- "population": 26147,
- "sec_emer_num": "",
- "sw_bound_lat": 11.9641,
- "sw_bound_lng": -68.5149,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:31.082731Z"
}, - {
- "banner": {
}, - "center_lat": 34.80207499999999,
- "center_lng": 38.996815,
- "country_code": "SY",
- "country_code_3": "SYR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇾",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "7b6d7ca8-f80b-4d6a-8105-d7df8563d686",
- "name": "Syria",
- "ne_bound_lat": 37.318693,
- "ne_bound_lng": 42.376309,
- "population": 18430453,
- "sec_emer_num": "Operators speak Arabic.",
- "sw_bound_lat": 32.311136,
- "sw_bound_lng": 35.62869999999999,
- "travel_status": 2,
- "updated_at": "2020-09-23T08:30:50.022149Z"
}, - {
- "banner": {
}, - "center_lat": -20.904305,
- "center_lng": 165.618042,
- "country_code": "NC",
- "country_code_3": "NCL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇨",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "9374a07a-2609-4fff-8d96-9bff763f94cd",
- "name": "New Caledonia",
- "ne_bound_lat": -19.1607355,
- "ne_bound_lng": 168.3325194,
- "population": 278000,
- "sec_emer_num": "Ensure travel and medical insurance are acquired before departing. When travelling off the main island, medical facilities may not be adequate and, in severe cases, evacuation may be the only option. \r\n",
- "sw_bound_lat": -23.2514406,
- "sw_bound_lng": 163.3557129,
- "travel_status": 0,
- "updated_at": "2020-09-30T06:26:18.465715Z"
}, - {
- "banner": {
}, - "center_lat": -0.803689,
- "center_lng": 11.609444,
- "country_code": "GA",
- "country_code_3": "GAB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇦",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "c2cb9c75-e3af-4ac5-b3bd-4373e393f231",
- "name": "Gabon",
- "ne_bound_lat": 2.318109,
- "ne_bound_lng": 14.5269234,
- "population": 1979786,
- "sec_emer_num": "Operators may speak French only.",
- "sw_bound_lat": -4.1656,
- "sw_bound_lng": 8.421,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:38:44.289074Z"
}, - {
- "banner": {
}, - "center_lat": -19.054445,
- "center_lng": -169.867233,
- "country_code": "NU",
- "country_code_3": "NIU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇺",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "440573b0-d651-43ce-b08f-acc6ed46fc5e",
- "name": "Niue",
- "ne_bound_lat": -18.952625,
- "ne_bound_lng": -169.7743248,
- "population": 1615,
- "sec_emer_num": "",
- "sw_bound_lat": -19.1555668,
- "sw_bound_lng": -169.9500846,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:00:09.663671Z"
}, - {
- "banner": {
}, - "center_lat": 30.585164,
- "center_lng": 36.238414,
- "country_code": "JO",
- "country_code_3": "JOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇴",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "1dbb9364-c428-4c4a-bc5a-831592330544",
- "name": "Jordan",
- "ne_bound_lat": 33.374735,
- "ne_bound_lng": 39.301154,
- "population": 9455802,
- "sec_emer_num": "",
- "sw_bound_lat": 29.1850361,
- "sw_bound_lng": 34.9441001,
- "travel_status": 1,
- "updated_at": "2020-09-28T18:44:35.744060Z"
}, - {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-09-26T07:25:06.807769Z"
}, - {
- "banner": {
}, - "center_lat": 4.210484,
- "center_lng": 101.975766,
- "country_code": "MY",
- "country_code_3": "MYS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇾",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "b7820f83-ea4c-4f1f-b807-896ea64e9239",
- "name": "Malaysia",
- "ne_bound_lat": 7.5191,
- "ne_bound_lng": 119.4000001,
- "population": 31187265,
- "sec_emer_num": "",
- "sw_bound_lat": 0.8539281000000001,
- "sw_bound_lng": 98.9353999,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:56:13.413326Z"
}, - {
- "banner": {
}, - "center_lat": 46.227638,
- "center_lng": 2.213749,
- "country_code": "FR",
- "country_code_3": "FRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇷",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "b14d83a8-f3c1-4cbb-8bf3-a16b61b76838",
- "name": "France",
- "ne_bound_lat": 51.1241999,
- "ne_bound_lng": 9.6624999,
- "population": 66896109,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.31433,
- "sw_bound_lng": -5.5591,
- "travel_status": 0,
- "updated_at": "2020-09-24T05:58:47.792526Z"
}, - {
- "banner": {
}, - "center_lat": -4.038333,
- "center_lng": 21.758664,
- "country_code": "CD",
- "country_code_3": "COD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇩",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "009490cb-4c17-45db-aea6-2a562493c4ce",
- "name": "Democratic Republic of the Congo - Kinshasa",
- "ne_bound_lat": 5.3920029,
- "ne_bound_lng": 31.314612,
- "population": 88666288,
- "sec_emer_num": "There is no country-wide emergency number.\r\n\r\nEmergency response may be inconsistent and very limited. Remote areas may have no emergency services at all. \r\n\r\n\r\n",
- "sw_bound_lat": -13.4590349,
- "sw_bound_lng": 12.1454,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:38:38.513439Z"
}, - {
- "banner": {
}, - "center_lat": 38.861034,
- "center_lng": 71.276093,
- "country_code": "TJ",
- "country_code_3": "TJK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇯",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "a22b99e9-a0a4-44f2-9b95-f4c5b3194481",
- "name": "Tajikistan",
- "ne_bound_lat": 41.044367,
- "ne_bound_lng": 75.1539564,
- "population": 8734951,
- "sec_emer_num": "Emergency services may be limited.",
- "sw_bound_lat": 36.6719898,
- "sw_bound_lng": 67.34201209999999,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:55:41.121084Z"
}, - {
- "banner": {
}, - "center_lat": 23.885942,
- "center_lng": 45.079162,
- "country_code": "SA",
- "country_code_3": "SAU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇦",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "b6e8a229-5cf4-403e-885b-938c82e0ede2",
- "name": "Saudi Arabia",
- "ne_bound_lat": 32.154284,
- "ne_bound_lng": 55.6666999,
- "population": 32275687,
- "sec_emer_num": "",
- "sw_bound_lat": 16.0036,
- "sw_bound_lng": 34.5299999,
- "travel_status": 1,
- "updated_at": "2020-09-25T06:12:44.048641Z"
}, - {
- "banner": {
}, - "center_lat": -9.200199999999999,
- "center_lng": -171.8484,
- "country_code": "TK",
- "country_code_3": "TKL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇰",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "20520ce7-377d-4487-88e6-f4725b3deea5",
- "name": "Tokelau",
- "ne_bound_lat": -8.4221116,
- "ne_bound_lng": -171.0928346,
- "population": 1357,
- "sec_emer_num": "",
- "sw_bound_lat": -9.5059527,
- "sw_bound_lng": -172.6625061,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:46.749801Z"
}, - {
- "banner": {
}, - "center_lat": -35.675147,
- "center_lng": -71.542969,
- "country_code": "CL",
- "country_code_3": "CHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇱",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "1dbb0459-35c5-4033-8e6e-a842ec3ddb49",
- "name": "Chile",
- "ne_bound_lat": -17.4983291,
- "ne_bound_lng": -66.3327,
- "population": 17909754,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -56.1455,
- "sw_bound_lng": -110.0281,
- "travel_status": 0,
- "updated_at": "2020-09-30T07:01:52.119702Z"
}, - {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:50:53.729123Z"
}, - {
- "banner": {
}, - "center_lat": 36.140751,
- "center_lng": -5.353585,
- "country_code": "GI",
- "country_code_3": "GIB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇮",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "eaba89b5-ed35-4a61-bd86-35ef2efe71d2",
- "name": "Gibraltar",
- "ne_bound_lat": 36.1551186,
- "ne_bound_lng": -5.334499999999999,
- "population": 34408,
- "sec_emer_num": "",
- "sw_bound_lat": 36.1038999,
- "sw_bound_lng": -5.3721,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.661819Z"
}, - {
- "banner": {
}, - "center_lat": 46.818188,
- "center_lng": 8.227511999999999,
- "country_code": "CH",
- "country_code_3": "CHE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇭",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "ff8c1077-6334-4e07-961c-784ffd7bd518",
- "name": "Switzerland",
- "ne_bound_lat": 47.8084546,
- "ne_bound_lng": 10.4923401,
- "population": 8372098,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 45.81792,
- "sw_bound_lng": 5.95608,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:08:51.217688Z"
}, - {
- "banner": {
}, - "center_lat": 12.16957,
- "center_lng": -68.99002,
- "country_code": "CW",
- "country_code_3": "CUW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇼",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "b7878bbf-65f5-49f4-b740-4d9eb66b4ed0",
- "name": "Curaçao",
- "ne_bound_lat": 12.4941999,
- "ne_bound_lng": -68.5670001,
- "population": 159999,
- "sec_emer_num": "",
- "sw_bound_lat": 11.9224,
- "sw_bound_lng": -69.29899999999999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T05:53:25.873259Z"
}, - {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:47:23.010722Z"
}, - {
- "banner": {
}, - "center_lat": 40.339852,
- "center_lng": 127.510093,
- "country_code": "KP",
- "country_code_3": "PRK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇵",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "id": "11ed7519-82d5-49d1-a2c8-ac5182bf5bc8",
- "name": "North Korea",
- "ne_bound_lat": 43.01159,
- "ne_bound_lng": 130.6990167,
- "population": 25666161,
- "sec_emer_num": "Operators speak Korean. Some may speak Russian, English or Chinese.",
- "sw_bound_lat": 37.5892001,
- "sw_bound_lng": 124.1491605,
- "travel_status": 2,
- "updated_at": "2020-09-05T01:56:55.706750Z"
}, - {
- "banner": {
}, - "center_lat": 42.6026359,
- "center_lng": 20.902977,
- "country_code": "XK",
- "country_code_3": "XKO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇽🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "96db830a-24dc-4217-8ca1-c80f46e1f301",
- "name": "Kosovo",
- "ne_bound_lat": 43.2676851,
- "ne_bound_lng": 21.7898669,
- "population": 1810366,
- "sec_emer_num": "Responsiveness of police service to criminal reports varies.",
- "sw_bound_lat": 41.8576408,
- "sw_bound_lng": 20.014284,
- "travel_status": 1,
- "updated_at": "2020-09-29T18:08:28.369610Z"
}, - {
- "banner": {
}, - "center_lat": -22.95764,
- "center_lng": 18.49041,
- "country_code": "NA",
- "country_code_3": "NAM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "a8ef3bc2-e050-4c0e-a2bd-8d18a4fadde6",
- "name": "Namibia",
- "ne_bound_lat": -16.9634849,
- "ne_bound_lng": 25.261752,
- "population": 2479713,
- "sec_emer_num": "",
- "sw_bound_lat": -28.97063889999999,
- "sw_bound_lng": 11.4696999,
- "travel_status": 0,
- "updated_at": "2020-09-23T08:12:05.653140Z"
}, - {
- "banner": {
}, - "center_lat": 15.552727,
- "center_lng": 48.516388,
- "country_code": "YE",
- "country_code_3": "YEM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇾🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "d41be7e6-a35d-4926-8d55-b8c0e03333fc",
- "name": "Yemen",
- "ne_bound_lat": 18.9996331,
- "ne_bound_lng": 54.67899999999999,
- "population": 29200000,
- "sec_emer_num": "Operators do not speak English. Emergency response may be limited, and police are largely unaccountable.\r\n",
- "sw_bound_lat": 11.7975,
- "sw_bound_lng": 41.70959999999999,
- "travel_status": 2,
- "updated_at": "2020-09-29T16:03:04.225161Z"
}, - {
- "banner": {
}, - "center_lat": 39.074208,
- "center_lng": 21.824312,
- "country_code": "GR",
- "country_code_3": "GRC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇷",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "0ef0d041-a5a5-4040-bcb9-6bd27a11a6e7",
- "name": "Greece",
- "ne_bound_lat": 41.7488784,
- "ne_bound_lng": 29.6527999,
- "population": 10746740,
- "sec_emer_num": null,
- "sw_bound_lat": 34.5428,
- "sw_bound_lng": 19.3098,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:55:10.229391Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "MF",
- "country_code_3": "MAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇫",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ad4bc4b0-c3bb-4767-a397-3c1294f11f67",
- "name": "Saint Martin",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 31949,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:29:22.408815Z"
}, - {
- "banner": {
}, - "center_lat": 31.046051,
- "center_lng": 34.851612,
- "country_code": "IL",
- "country_code_3": "ISR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇱",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "b50ca34a-2998-47ed-b5da-fc2e0b174328",
- "name": "Israel",
- "ne_bound_lat": 33.33280500000001,
- "ne_bound_lng": 35.896244,
- "population": 8547100,
- "sec_emer_num": "",
- "sw_bound_lat": 29.47969999999999,
- "sw_bound_lng": 34.2673871,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:41:41.346647Z"
}, - {
- "banner": {
}, - "center_lat": 41.153332,
- "center_lng": 20.168331,
- "country_code": "AL",
- "country_code_3": "ALB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇱",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "4a371500-14e2-4013-bc14-b70032c12457",
- "name": "Albania",
- "ne_bound_lat": 42.6611669,
- "ne_bound_lng": 21.0572394,
- "population": 2876101,
- "sec_emer_num": "",
- "sw_bound_lat": 39.6447296,
- "sw_bound_lng": 19.1217,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:57:10.268327Z"
}, - {
- "banner": {
}, - "center_lat": 15.414999,
- "center_lng": -61.37097600000001,
- "country_code": "DM",
- "country_code_3": "DMA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇲",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "88a93039-936e-4262-8902-1d7fa47fd8d6",
- "name": "Dominica",
- "ne_bound_lat": 15.6485199,
- "ne_bound_lng": -61.23090180000001,
- "population": 73543,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.2042266,
- "sw_bound_lng": -61.484108,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:46:31.628402Z"
}, - {
- "banner": {
}, - "center_lat": 17.189877,
- "center_lng": -88.49765,
- "country_code": "BZ",
- "country_code_3": "BLZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇿",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "067e9044-a789-44bc-bf23-93f7cc1e053f",
- "name": "Belize",
- "ne_bound_lat": 18.4959419,
- "ne_bound_lng": -87.41269989999999,
- "population": 366954,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.8856189,
- "sw_bound_lng": -89.22758789999999,
- "travel_status": 1,
- "updated_at": "2020-09-25T06:26:18.014147Z"
}, - {
- "banner": {
}, - "center_lat": -10.447525,
- "center_lng": 105.690449,
- "country_code": "CX",
- "country_code_3": "CXR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇽",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "f1e4f74f-7c25-4a5d-9819-402550460b5f",
- "name": "Christmas Island",
- "ne_bound_lat": -10.412352,
- "ne_bound_lng": 105.7129382,
- "population": 1843,
- "sec_emer_num": "",
- "sw_bound_lat": -10.5703619,
- "sw_bound_lng": 105.5333161,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:55.907617Z"
}, - {
- "banner": {
}, - "center_lat": -21.236736,
- "center_lng": -159.777671,
- "country_code": "CK",
- "country_code_3": "COK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇰",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "a6ab9d0d-2c49-4798-955e-f08c03d585b2",
- "name": "Cook Islands",
- "ne_bound_lat": -8.1679932,
- "ne_bound_lng": -155.6982422,
- "population": 18244,
- "sec_emer_num": "Medical facilities are limited. In the event of serious illness or injury, medical evacuation could be necessary. Ensure that you have adequate travel insurance.\r\n\r\nThere are no hyperbaric chambers on any of the islands for treatment of scuba diving related injuries. Serious cases of decompression sickness must be evacuated to New Zealand.\r\n",
- "sw_bound_lat": -23.0898384,
- "sw_bound_lng": -166.1791992,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:56.106343Z"
}, - {
- "banner": {
}, - "center_lat": 56.879635,
- "center_lng": 24.603189,
- "country_code": "LV",
- "country_code_3": "LVA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇻",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "8dabc441-374a-4976-b373-b6a27e793045",
- "name": "Latvia",
- "ne_bound_lat": 58.0855688,
- "ne_bound_lng": 28.2414029,
- "population": 1960424,
- "sec_emer_num": null,
- "sw_bound_lat": 55.6747769,
- "sw_bound_lng": 20.8465999,
- "travel_status": 0,
- "updated_at": "2020-09-26T18:51:46.849696Z"
}, - {
- "banner": {
}, - "center_lat": -20.348404,
- "center_lng": 57.55215200000001,
- "country_code": "MU",
- "country_code_3": "MUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇺",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "e8d80551-77b9-4978-8084-df32b8005277",
- "name": "Mauritius",
- "ne_bound_lat": -10.0878538,
- "ne_bound_lng": 63.80859390000001,
- "population": 1263473,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -20.7458403,
- "sw_bound_lng": 56.3159179,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:36:46.593872Z"
}, - {
- "banner": {
}, - "center_lat": 10.691803,
- "center_lng": -61.222503,
- "country_code": "TT",
- "country_code_3": "TTO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇹",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ae5b57ff-6f12-4ad6-a388-8ed594d20672",
- "name": "Trinidad & Tobago",
- "ne_bound_lat": 11.4004,
- "ne_bound_lng": -60.45089989999999,
- "population": 1364962,
- "sec_emer_num": null,
- "sw_bound_lat": 9.9930001,
- "sw_bound_lng": -61.9725001,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:01:19.765724Z"
}, - {
- "banner": {
}, - "center_lat": 14.497401,
- "center_lng": -14.452362,
- "country_code": "SN",
- "country_code_3": "SEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇳",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "51e65a36-9678-4773-b6a2-4f95ef57ac35",
- "name": "Senegal",
- "ne_bound_lat": 16.6929572,
- "ne_bound_lng": -11.3457683,
- "population": 15411614,
- "sec_emer_num": "There is no main emergency telephone number in Senegal.",
- "sw_bound_lat": 12.2649001,
- "sw_bound_lng": -17.6879999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:19:55.956344Z"
}, - {
- "banner": {
}, - "center_lat": -17.713371,
- "center_lng": 178.065032,
- "country_code": "FJ",
- "country_code_3": "FJI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇯",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "geojson_url": null,
- "id": "7dee8a7b-f22c-4d0b-917e-ea4e8925eb62",
- "name": "Fiji",
- "ne_bound_lat": -12.2084957,
- "ne_bound_lng": -177.8686523,
- "population": 898760,
- "sec_emer_num": "",
- "sw_bound_lat": -20.8998713,
- "sw_bound_lng": 176.7919922,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:01:51.121500Z"
}, - {
- "banner": {
}, - "center_lat": 46.151241,
- "center_lng": 14.995463,
- "country_code": "SI",
- "country_code_3": "SVN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇮",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "d6ff43a1-d484-46e0-b412-396a83ffff21",
- "name": "Slovenia",
- "ne_bound_lat": 46.876659,
- "ne_bound_lng": 16.6107038,
- "population": 2064845,
- "sec_emer_num": "",
- "sw_bound_lat": 45.4218356,
- "sw_bound_lng": 13.3753355,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:34:09.434244Z"
}, - {
- "banner": {
}, - "center_lat": 44.016521,
- "center_lng": 21.005859,
- "country_code": "RS",
- "country_code_3": "SRB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇸",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "8018282a-05cf-4c88-86ec-218544e5f214",
- "name": "Serbia",
- "ne_bound_lat": 46.190032,
- "ne_bound_lng": 23.0063095,
- "population": 7057412,
- "sec_emer_num": "If dialing any of the emergency numbers from a cell phone, dial the area code first: 011 + number.",
- "sw_bound_lat": 42.2315029,
- "sw_bound_lng": 18.8385221,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:06:28.444560Z"
}, - {
- "banner": {
}, - "center_lat": 35.937496,
- "center_lng": 14.375416,
- "country_code": "MT",
- "country_code_3": "MLT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "8396ae86-fa62-420c-80ea-efa35658d1ec",
- "name": "Malta",
- "ne_bound_lat": 36.0853,
- "ne_bound_lng": 14.5765999,
- "population": 436947,
- "sec_emer_num": "",
- "sw_bound_lat": 35.79960000000001,
- "sw_bound_lng": 14.1801001,
- "travel_status": 0,
- "updated_at": "2020-09-30T06:05:51.550123Z"
}, - {
- "banner": {
}, - "center_lat": 12.984305,
- "center_lng": -61.287228,
- "country_code": "VC",
- "country_code_3": "VCT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "7b2ba1a2-2dc7-46bd-8381-6f60889dd52b",
- "name": "Saint Vincent & Grenadines",
- "ne_bound_lat": 13.4136657,
- "ne_bound_lng": -61.0846,
- "population": 109643,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 12.5294999,
- "sw_bound_lng": -61.4822,
- "travel_status": 0,
- "updated_at": "2020-09-24T16:28:33.362120Z"
}, - {
- "banner": {
}, - "center_lat": 60.12816100000001,
- "center_lng": 18.643501,
- "country_code": "SE",
- "country_code_3": "SWE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "d2dc0d6c-5ef8-4cae-959c-0ffaa246a604",
- "name": "Sweden",
- "ne_bound_lat": 69.0599709,
- "ne_bound_lng": 24.1773101,
- "population": 9903122,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 55.0059799,
- "sw_bound_lng": 10.5798,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:09:35.690330Z"
}, - {
- "banner": {
}, - "center_lat": 18.109581,
- "center_lng": -77.297508,
- "country_code": "JM",
- "country_code_3": "JAM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇲",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "abc08494-43eb-4a50-bef8-e59a1588092e",
- "name": "Jamaica",
- "ne_bound_lat": 18.5697821,
- "ne_bound_lng": -76.1448669,
- "population": 2881355,
- "sec_emer_num": "",
- "sw_bound_lat": 17.6688854,
- "sw_bound_lng": -78.4073639,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:54:56.519436Z"
}, - {
- "banner": {
}, - "center_lat": 17.570692,
- "center_lng": -3.996166,
- "country_code": "ML",
- "country_code_3": "MLI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇱",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "99d31fc2-8b15-4832-9eb0-6c82c61b7555",
- "name": "Mali",
- "ne_bound_lat": 25.001084,
- "ne_bound_lng": 4.267382599999999,
- "population": 17994837,
- "sec_emer_num": "",
- "sw_bound_lat": 10.147811,
- "sw_bound_lng": -12.2403447,
- "travel_status": 2,
- "updated_at": "2020-09-25T07:20:41.708726Z"
}, - {
- "banner": {
}, - "center_lat": -40.900557,
- "center_lng": 174.885971,
- "country_code": "NZ",
- "country_code_3": "NZL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇿",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "a1dc4cdb-2c34-4280-8723-5132d1c072b8",
- "name": "New Zealand",
- "ne_bound_lat": -28.8773225,
- "ne_bound_lng": -175.1235077,
- "population": 4692700,
- "sec_emer_num": "Victim Support is a private organization that works both independently and with the New Zealand Police to assist victims of crime. Victim Support is available 24 hours a day by calling 0800-842-846 (0800-Victim) or emailing help@victimsupport.org.nz.\r\n",
- "sw_bound_lat": -52.7224663,
- "sw_bound_lng": 165.7437641,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:24:39.901331Z"
}, - {
- "banner": {
}, - "center_lat": 7.131474,
- "center_lng": 171.184478,
- "country_code": "MH",
- "country_code_3": "MHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇭",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "id": "5ddb39f7-66ac-4b5d-a828-a54f8fa339c2",
- "name": "Marshall Islands",
- "ne_bound_lat": 15.0190749,
- "ne_bound_lng": 172.5732421,
- "population": 53066,
- "sec_emer_num": "",
- "sw_bound_lat": 4.1601583,
- "sw_bound_lng": 159.8840332,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:57:16.003151Z"
}, - {
- "banner": {
}, - "center_lat": 3.933889,
- "center_lng": -53.125782,
- "country_code": "GF",
- "country_code_3": "GUF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇫",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "1a4f224b-8120-48e2-bd75-42ebd1aaca18",
- "name": "French Guiana",
- "ne_bound_lat": 5.9548,
- "ne_bound_lng": -51.6164491,
- "population": 295668,
- "sec_emer_num": "Phone lines will usually be answered in French only.",
- "sw_bound_lat": 2.109287,
- "sw_bound_lng": -54.5544379,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:16:31.722494Z"
}, - {
- "banner": {
}, - "center_lat": 55.378051,
- "center_lng": -3.435973,
- "country_code": "GB",
- "country_code_3": "GBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇧",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "f24880c5-84e2-4abd-b4ad-4aed7aea1328",
- "name": "United Kingdom",
- "ne_bound_lat": 60.91569999999999,
- "ne_bound_lng": 33.9165549,
- "population": 65637239,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 34.5614,
- "sw_bound_lng": -8.8988999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:04:59.183529Z"
}, - {
- "banner": {
}, - "center_lat": 6.42375,
- "center_lng": -66.58973,
- "country_code": "VE",
- "country_code_3": "VEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "89000dff-457c-4462-aa71-0baeed380ce2",
- "name": "Venezuela",
- "ne_bound_lat": 12.6886,
- "ne_bound_lng": -59.805666,
- "population": 28515829,
- "sec_emer_num": "Calls are answered in Spanish.",
- "sw_bound_lat": 0.6475291,
- "sw_bound_lng": -73.36703899999999,
- "travel_status": 2,
- "updated_at": "2020-09-29T06:36:53.442203Z"
}, - {
- "banner": {
}, - "center_lat": 23.684994,
- "center_lng": 90.356331,
- "country_code": "BD",
- "country_code_3": "BGD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇩",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b7e3cb59-2c14-43b9-b5b0-bebd5edd77fb",
- "name": "Bangladesh",
- "ne_bound_lat": 26.633914,
- "ne_bound_lng": 92.6801153,
- "population": 162951560,
- "sec_emer_num": "Emergency services are extremely limited in Bangladesh. If you have transportation, it may be faster to go straight to the nearest hospital.\r\n\r\nNote that emergency operators may speak only local languages. Outside of Dhaka, you will need to include the city's area code by dialing 02-999 or 88-02-000.",
- "sw_bound_lat": 20.3794,
- "sw_bound_lng": 88.00861410000002,
- "travel_status": 1,
- "updated_at": "2020-09-26T15:44:39.450007Z"
}, - {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-09-25T16:32:20.497247Z"
}, - {
- "banner": {
}, - "center_lat": 8.619543,
- "center_lng": 0.824782,
- "country_code": "TG",
- "country_code_3": "TGO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇬",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "88a5367f-363f-497e-b997-e49514edfc75",
- "name": "Togo",
- "ne_bound_lat": 11.139617,
- "ne_bound_lng": 1.8089071,
- "population": 7606374,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 6.0812,
- "sw_bound_lng": -0.1440418,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:36:51.220736Z"
}, - {
- "banner": {
}, - "center_lat": -13.759029,
- "center_lng": -172.104629,
- "country_code": "WS",
- "country_code_3": "WSM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇼🇸",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "c8109105-a2b7-4d7b-9d63-0c1d79dd0d36",
- "name": "Samoa",
- "ne_bound_lat": -13.4203449,
- "ne_bound_lng": -171.3968562,
- "population": 195125,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -14.0833012,
- "sw_bound_lng": -172.8108215,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:18:38.358859Z"
}, - {
- "banner": {
}, - "center_lat": 15.179384,
- "center_lng": 39.782334,
- "country_code": "ER",
- "country_code_3": "ERI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇷",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b3bb4613-3f6b-479a-b8d2-b331578956d5",
- "name": "Eritrea",
- "ne_bound_lat": 18.0204137,
- "ne_bound_lng": 43.2312,
- "population": 4474690,
- "sec_emer_num": "There is no national emergency telephone number, and the ability to respond to emergencies may be limited.\r\n\r\n",
- "sw_bound_lat": 12.354723,
- "sw_bound_lng": 36.433348,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:43:13.156211Z"
}, - {
- "banner": {
}, - "center_lat": 3.919305,
- "center_lng": -56.027783,
- "country_code": "SR",
- "country_code_3": "SUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "356ea025-51b2-407c-af80-a2d023927172",
- "name": "Suriname",
- "ne_bound_lat": 6.1295999,
- "ne_bound_lng": -53.94289999999999,
- "population": 558368,
- "sec_emer_num": "",
- "sw_bound_lat": 1.837306,
- "sw_bound_lng": -58.07050590000001,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:40:39.312780Z"
}, - {
- "banner": {
}, - "center_lat": 1.650801,
- "center_lng": 10.267895,
- "country_code": "GQ",
- "country_code_3": "GNQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇶",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "407ab8c7-44cd-4d8f-b87a-b78aee2d46f4",
- "name": "Equatorial Guinea",
- "ne_bound_lat": 3.8355,
- "ne_bound_lng": 11.3333,
- "population": 1221490,
- "sec_emer_num": null,
- "sw_bound_lat": -1.5475,
- "sw_bound_lng": 5.541900099999999,
- "travel_status": 0,
- "updated_at": "2020-09-23T07:32:05.607781Z"
}, - {
- "banner": {
}, - "center_lat": 21.521757,
- "center_lng": -77.781167,
- "country_code": "CU",
- "country_code_3": "CUB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇺",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "19431059-df03-40c3-b2bf-1581867431c1",
- "name": "Cuba",
- "ne_bound_lat": 23.3776001,
- "ne_bound_lng": -73.9545,
- "population": 11475982,
- "sec_emer_num": "",
- "sw_bound_lat": 19.6529001,
- "sw_bound_lng": -85.1715001,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:07:15.914171Z"
}, - {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:42:39.841581Z"
}, - {
- "banner": {
}, - "center_lat": 32.3078,
- "center_lng": -64.7505,
- "country_code": "BM",
- "country_code_3": "BMU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇲",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "f42d43af-00f6-4677-a3c8-ba0a2fe141d7",
- "name": "Bermuda",
- "ne_bound_lat": 32.3961,
- "ne_bound_lng": -64.6413999,
- "population": 65331,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 32.2424975,
- "sw_bound_lng": -64.89139999999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:06:24.763837Z"
}, - {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:41:15.545943Z"
}, - {
- "banner": {
}, - "center_lat": 50.503887,
- "center_lng": 4.469936,
- "country_code": "BE",
- "country_code_3": "BEL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇪",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "53c0287e-3e25-459b-9a5c-a494380924ed",
- "name": "Belgium",
- "ne_bound_lat": 51.5051449,
- "ne_bound_lng": 6.408124099999999,
- "population": 11348159,
- "sec_emer_num": "",
- "sw_bound_lat": 49.497013,
- "sw_bound_lng": 2.5240999,
- "travel_status": 1,
- "updated_at": "2020-09-22T13:10:56.762301Z"
}, - {
- "banner": {
}, - "center_lat": -26.522503,
- "center_lng": 31.465866,
- "country_code": "SZ",
- "country_code_3": "SWZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇿",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "8c6038f5-2859-4147-9b74-0c82eff7a2a5",
- "name": "Eswatini",
- "ne_bound_lat": -25.71792,
- "ne_bound_lng": 32.1349067,
- "population": 1343098,
- "sec_emer_num": "Emergency services may be unreliable. \r\n",
- "sw_bound_lat": -27.317402,
- "sw_bound_lng": 30.79064,
- "travel_status": 0,
- "updated_at": "2020-09-25T16:22:20.270511Z"
}, - {
- "banner": {
}, - "center_lat": -32.522779,
- "center_lng": -55.765835,
- "country_code": "UY",
- "country_code_3": "URY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "22556fb5-51ab-4d8a-b06b-7529816a46ff",
- "name": "Uruguay",
- "ne_bound_lat": -30.0852149,
- "ne_bound_lng": -53.0779284,
- "population": 3444006,
- "sec_emer_num": "",
- "sw_bound_lat": -35.1558001,
- "sw_bound_lng": -58.4913609,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:18:11.731959Z"
}, - {
- "banner": {
}, - "center_lat": 4.570868,
- "center_lng": -74.297333,
- "country_code": "CO",
- "country_code_3": "COL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇴",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "60f75a05-4c0a-4df1-a245-ff30343ead4f",
- "name": "Colombia",
- "ne_bound_lat": 13.5177999,
- "ne_bound_lng": -66.8463122,
- "population": 48653419,
- "sec_emer_num": "",
- "sw_bound_lat": -4.227109899999999,
- "sw_bound_lng": -81.8317,
- "travel_status": 1,
- "updated_at": "2020-09-25T15:39:02.754536Z"
}, - {
- "banner": {
}, - "center_lat": 48.019573,
- "center_lng": 66.923684,
- "country_code": "KZ",
- "country_code_3": "KAZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇿",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "c1a1564b-31ca-47c8-aeda-a6c6618f34bb",
- "name": "Kazakhstan",
- "ne_bound_lat": 55.4419839,
- "ne_bound_lng": 87.315415,
- "population": 17797032,
- "sec_emer_num": "Although there is no emergency dispatcher in Kazakhstan, travellers in need of emergency services may contact the Rescue Service at 112. The Rescue Service operator will determine the nature of your emergency and what service to contact. You may then need to call that service provider directly.",
- "sw_bound_lat": 40.5685841,
- "sw_bound_lng": 46.493672,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:34:34.872758Z"
}, - {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:50:52.932926Z"
}, - {
- "banner": {
}, - "center_lat": 47.516231,
- "center_lng": 14.550072,
- "country_code": "AT",
- "country_code_3": "AUT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇹",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "31e246e8-5de0-4a00-9573-71a92fed365d",
- "name": "Austria",
- "ne_bound_lat": 49.0206081,
- "ne_bound_lng": 17.1607329,
- "population": 8747358,
- "sec_emer_num": "",
- "sw_bound_lat": 46.37233579999999,
- "sw_bound_lng": 9.530783399999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T05:20:30.542507Z"
}, - {
- "banner": {
}, - "center_lat": 47.411631,
- "center_lng": 28.369885,
- "country_code": "MD",
- "country_code_3": "MDA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇩",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "id": "2fa3f600-b3ae-425a-97ee-d69d7534f20d",
- "name": "Moldova",
- "ne_bound_lat": 48.492029,
- "ne_bound_lng": 30.1635898,
- "population": 3552000,
- "sec_emer_num": "Medical facilities and supplies may be limited. Emergency personnel is generally responsive but may have limited English language capabilities. ",
- "sw_bound_lat": 45.4674379,
- "sw_bound_lng": 26.6164248,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:59:11.796407Z"
}, - {
- "banner": {
}, - "center_lat": 51.165691,
- "center_lng": 10.451526,
- "country_code": "DE",
- "country_code_3": "DEU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇪",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "21a2d922-6c48-4acb-9cc9-af0d25d0eae9",
- "name": "Germany",
- "ne_bound_lat": 55.0815,
- "ne_bound_lng": 15.0418962,
- "population": 82667685,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 47.2701115,
- "sw_bound_lng": 5.8663425,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:39:00.306561Z"
}, - {
- "banner": {
}, - "center_lat": 21.4735329,
- "center_lng": 55.975413,
- "country_code": "OM",
- "country_code_3": "OMN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇴🇲",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "78dc2d43-eafb-4e6b-8f4f-3cd5792ca251",
- "name": "Oman",
- "ne_bound_lat": 26.4361001,
- "ne_bound_lng": 60.30399999999999,
- "population": 4424762,
- "sec_emer_num": "",
- "sw_bound_lat": 16.4571999,
- "sw_bound_lng": 52.0000019,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:55:31.638582Z"
}, - {
- "banner": {
}, - "center_lat": 6.611110999999999,
- "center_lng": 20.939444,
- "country_code": "CF",
- "country_code_3": "CAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇫",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "43c1f1d5-f6c7-47e1-9886-1c0ed76813a0",
- "name": "Central African Republic",
- "ne_bound_lat": 11.0179569,
- "ne_bound_lng": 27.4583049,
- "population": 4594621,
- "sec_emer_num": "Emergency assistance is extremely limited and unresponsive. ",
- "sw_bound_lat": 2.2230529,
- "sw_bound_lng": 14.4150981,
- "travel_status": 2,
- "updated_at": "2020-09-28T06:51:47.912436Z"
}, - {
- "banner": {
}, - "center_lat": 60.47202399999999,
- "center_lng": 8.468945999999999,
- "country_code": "NO",
- "country_code_3": "NOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇴",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "9152adf7-358c-4bee-acf2-23ee8a63ecc5",
- "name": "Norway",
- "ne_bound_lat": 71.30780000000001,
- "ne_bound_lng": 31.3549999,
- "population": 5232929,
- "sec_emer_num": "",
- "sw_bound_lat": 57.8097,
- "sw_bound_lng": 4.0649,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:51:01.462902Z"
}, - {
- "banner": {
}, - "center_lat": 30.375321,
- "center_lng": 69.34511599999999,
- "country_code": "PK",
- "country_code_3": "PAK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇰",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "f5a5b2a3-14f0-428f-aecd-911fc8e579ec",
- "name": "Pakistan",
- "ne_bound_lat": 37.0841069,
- "ne_bound_lng": 77.8231711,
- "population": 193203476,
- "sec_emer_num": "",
- "sw_bound_lat": 23.6344999,
- "sw_bound_lng": 60.8729721,
- "travel_status": 1,
- "updated_at": "2020-09-25T07:31:11.658240Z"
}, - {
- "banner": {
}, - "center_lat": 19.85627,
- "center_lng": 102.495496,
- "country_code": "LA",
- "country_code_3": "LAO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇦",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "240df3b6-28e4-4ca2-b83c-5794ba8a7b64",
- "name": "Laos",
- "ne_bound_lat": 22.5090449,
- "ne_bound_lng": 107.635094,
- "population": 6758353,
- "sec_emer_num": "Response to emergency calls may be limited. ",
- "sw_bound_lat": 13.9097198,
- "sw_bound_lng": 100.0832139,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:19:30.811222Z"
}, - {
- "banner": {
}, - "center_lat": 38.969719,
- "center_lng": 59.556278,
- "country_code": "TM",
- "country_code_3": "TKM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇲",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "9936eae6-83b3-40ee-811a-eb76ed13b5cf",
- "name": "Turkmenistan",
- "ne_bound_lat": 42.798844,
- "ne_bound_lng": 66.70735309999999,
- "population": 5662544,
- "sec_emer_num": "",
- "sw_bound_lat": 35.12876,
- "sw_bound_lng": 52.3169,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:58:37.664926Z"
}, - {
- "banner": {
}, - "center_lat": -11.6455,
- "center_lng": 43.3333,
- "country_code": "KM",
- "country_code_3": "COM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇲",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "aa341fe4-8f0b-4012-ac84-b89dca70bb6d",
- "name": "Comoros",
- "ne_bound_lat": -11.3373321,
- "ne_bound_lng": 44.5646666,
- "population": 795601,
- "sec_emer_num": "",
- "sw_bound_lat": -12.4687602,
- "sw_bound_lng": 43.1968689,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:23:41.723053Z"
}, - {
- "banner": {
}, - "center_lat": 41.20438,
- "center_lng": 74.766098,
- "country_code": "KG",
- "country_code_3": "KGZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇬",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "id": "7e20c0c2-8608-46b7-a550-1437ff59ae73",
- "name": "Kyrgyzstan",
- "ne_bound_lat": 43.2653569,
- "ne_bound_lng": 80.2281514,
- "population": 6082700,
- "sec_emer_num": "",
- "sw_bound_lat": 39.180254,
- "sw_bound_lng": 69.250998,
- "travel_status": 1,
- "updated_at": "2020-09-23T06:54:22.240189Z"
}, - {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:31:35.277544Z"
}, - {
- "banner": {
}, - "center_lat": 15.0979,
- "center_lng": 145.6739,
- "country_code": "MP",
- "country_code_3": "MNP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇵",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "e6c2ddda-1a90-4323-9e7f-3cae93898faf",
- "name": "Northern Mariana Islands",
- "ne_bound_lat": 20.6584862,
- "ne_bound_lng": 146.2060546,
- "population": 55023,
- "sec_emer_num": "",
- "sw_bound_lat": 13.9713848,
- "sw_bound_lng": 144.7668457,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-29T16:12:35.479482Z"
}, - {
- "banner": {
}, - "center_lat": 13.909444,
- "center_lng": -60.978893,
- "country_code": "LC",
- "country_code_3": "LCA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "14c28aa7-3f09-40d6-ac1f-ceb1eee840f9",
- "name": "Saint Lucia",
- "ne_bound_lat": 14.1209277,
- "ne_bound_lng": -60.85979460000001,
- "population": 178015,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 13.7047779,
- "sw_bound_lng": -61.0812378,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:58:10.709193Z"
}, - {
- "banner": {
}, - "center_lat": 60.1785247,
- "center_lng": 19.9156105,
- "country_code": "AX",
- "country_code_3": "ALA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇽",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "38fd055f-8f19-47e3-8ecc-5791703c4e62",
- "name": "Åland Islands",
- "ne_bound_lat": 60.8400009,
- "ne_bound_lng": 21.4866841,
- "population": 30335,
- "sec_emer_num": "",
- "sw_bound_lat": 59.6872001,
- "sw_bound_lng": 19.2095998,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:57.014573Z"
}, - {
- "banner": {
}, - "center_lat": -0.023559,
- "center_lng": 37.906193,
- "country_code": "KE",
- "country_code_3": "KEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇪",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "8aaa2c52-14ff-46e0-bd8f-5f9ad653660c",
- "name": "Kenya",
- "ne_bound_lat": 5.033420899999999,
- "ne_bound_lng": 41.9069449,
- "population": 48461567,
- "sec_emer_num": "The emergency services may be unresponsive and unreliable. Go to the nearest police station or hospital if faced with an emergency.",
- "sw_bound_lat": -4.724299999999999,
- "sw_bound_lng": 33.90982109999999,
- "travel_status": 1,
- "updated_at": "2020-09-26T06:27:02.583449Z"
}, - {
- "banner": {
}, - "center_lat": 54.236107,
- "center_lng": -4.548056,
- "country_code": "IM",
- "country_code_3": "IMN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇲",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "fe8b2f42-50d7-4850-8be7-9e4123303d66",
- "name": "Isle of Man",
- "ne_bound_lat": 54.4369363,
- "ne_bound_lng": -4.270618199999999,
- "population": 83737,
- "sec_emer_num": "",
- "sw_bound_lat": 54.0186764,
- "sw_bound_lng": -4.8736609,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T05:57:12.080512Z"
}, - {
- "banner": {
}, - "center_lat": -21.115141,
- "center_lng": 55.536384,
- "country_code": "RE",
- "country_code_3": "REU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇪",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "04969b27-86ca-4358-8c42-129df2e278d0",
- "name": "Réunion",
- "ne_bound_lat": -20.8671529,
- "ne_bound_lng": 55.84487919999999,
- "population": 859959,
- "sec_emer_num": "",
- "sw_bound_lat": -21.4035321,
- "sw_bound_lng": 55.209732,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:32:36.474651Z"
}, - {
- "banner": {
}, - "center_lat": 8.460555,
- "center_lng": -11.779889,
- "country_code": "SL",
- "country_code_3": "SLE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇱",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "fbce331d-2caa-4f20-894c-26e2f3072a27",
- "name": "Sierra Leone",
- "ne_bound_lat": 9.9999737,
- "ne_bound_lng": -10.2716829,
- "population": 7396190,
- "sec_emer_num": "Some sources indicate that emergency response in Sierra Leone is limited to nonexistant. Travellers may want to record their Embassy's emergency telephone number.",
- "sw_bound_lat": 6.8446,
- "sw_bound_lng": -13.4032999,
- "travel_status": 1,
- "updated_at": "2020-09-30T16:42:20.884246Z"
}, - {
- "banner": {
}, - "center_lat": 42.708678,
- "center_lng": 19.37439,
- "country_code": "ME",
- "country_code_3": "MNE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇪",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "4c1de2b3-6c0a-4806-87de-aedb11487139",
- "name": "Montenegro",
- "ne_bound_lat": 43.558743,
- "ne_bound_lng": 20.352926,
- "population": 622781,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.8297,
- "sw_bound_lng": 18.4337921,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:55:42.806051Z"
}, - {
- "banner": {
}, - "center_lat": -82.862752,
- "center_lng": 135,
- "country_code": "AQ",
- "country_code_3": "ATA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇶",
- "geographic_region_id": "8425fbea-a4e4-48b9-8ec1-64b4dc176d91",
- "geojson_url": null,
- "id": "e7be768f-3c96-4375-a702-db16a2c4e7a2",
- "name": "Antarctica",
- "ne_bound_lat": -60.1086999,
- "ne_bound_lng": 180,
- "population": 5000,
- "sec_emer_num": "",
- "sw_bound_lat": -90,
- "sw_bound_lng": -180,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:57.147082Z"
}, - {
- "banner": {
}, - "center_lat": 12.862807,
- "center_lng": 30.217636,
- "country_code": "SD",
- "country_code_3": "SDN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇩",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "25e3dd22-f940-472e-bf1c-e0745996fe8e",
- "name": "Sudan",
- "ne_bound_lat": 22.224918,
- "ne_bound_lng": 38.69379989999999,
- "population": 39578828,
- "sec_emer_num": "Service is in Arabic and emergency response may be limited.",
- "sw_bound_lat": 9.3472209,
- "sw_bound_lng": 21.8146345,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:48:52.499065Z"
}, - {
- "banner": {
}, - "center_lat": -6.314992999999999,
- "center_lng": 143.95555,
- "country_code": "PG",
- "country_code_3": "PNG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇬",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "99f93ae9-565f-43d1-b280-6bec24e51919",
- "name": "Papua New Guinea",
- "ne_bound_lat": -0.6702,
- "ne_bound_lng": 159.9609001,
- "population": 8084991,
- "sec_emer_num": "",
- "sw_bound_lat": -12.0823,
- "sw_bound_lng": 140.8419695,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:51:58.805046Z"
}, - {
- "banner": {
}, - "center_lat": -13.254308,
- "center_lng": 34.301525,
- "country_code": "MW",
- "country_code_3": "MWI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "aea1db9b-0d29-4471-958e-6ee29b542461",
- "name": "Malawi",
- "ne_bound_lat": -9.3672272,
- "ne_bound_lng": 35.91857299999999,
- "population": 18091575,
- "sec_emer_num": "",
- "sw_bound_lat": -17.1295216,
- "sw_bound_lng": 32.6725205,
- "travel_status": 0,
- "updated_at": "2020-09-28T08:30:24.770722Z"
}, - {
- "banner": {
}, - "center_lat": 7.946527,
- "center_lng": -1.023194,
- "country_code": "GH",
- "country_code_3": "GHA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇭",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "7b1fd1f4-5fd8-4c06-8536-3eb857046e0d",
- "name": "Ghana",
- "ne_bound_lat": 11.1750308,
- "ne_bound_lng": 1.199972,
- "population": 28206728,
- "sec_emer_num": "These numbers may not be answered reliably or can take only a limited number of calls at a time. You may need to inquire with your own country’s embassy for instructions in case of a personal emergency in Ghana.\r\n\r\n",
- "sw_bound_lat": 4.6339001,
- "sw_bound_lng": -3.2607859,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:47:57.855260Z"
}, - {
- "banner": {
}, - "center_lat": 18.971187,
- "center_lng": -72.285215,
- "country_code": "HT",
- "country_code_3": "HTI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇹",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "12b8b797-daa0-4363-a547-cde2cc4e07a3",
- "name": "Haiti",
- "ne_bound_lat": 20.1282,
- "ne_bound_lng": -71.621754,
- "population": 10847334,
- "sec_emer_num": "There is no central emergency service in Haiti and authorities may be limited in their emergency response. Travellers should check with their embassy or consular office for services.",
- "sw_bound_lat": 17.9422,
- "sw_bound_lng": -74.6082,
- "travel_status": 2,
- "updated_at": "2020-09-30T06:32:07.211635Z"
}, - {
- "banner": {
}, - "center_lat": 33.93911,
- "center_lng": 67.709953,
- "country_code": "AF",
- "country_code_3": "AFG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇫",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "id": "714a6a92-9d02-4cdc-8ce8-9bcdfa8cc349",
- "name": "Afghanistan",
- "ne_bound_lat": 38.49087670000001,
- "ne_bound_lng": 74.8898619,
- "population": 34656032,
- "sec_emer_num": "Local operators speak only local languages. Emergency services are only available in major cities. Response times could be quite long.",
- "sw_bound_lat": 29.3772,
- "sw_bound_lng": 60.5170005,
- "travel_status": 2,
- "updated_at": "2020-09-24T18:13:03.051290Z"
}, - {
- "banner": {
}, - "center_lat": -0.522778,
- "center_lng": 166.931503,
- "country_code": "NR",
- "country_code_3": "NRU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇷",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "6c93b919-f6d4-4970-8544-a10dd2f654a1",
- "name": "Nauru",
- "ne_bound_lat": -0.4978976000000001,
- "ne_bound_lng": 166.9631767,
- "population": 13049,
- "sec_emer_num": "Medical facilities are limited. For severe illness or injury, medical evacuation to Australia may be necessary. Ensure that you have travel health insurance for medical costs and medical evacuation.\r\n",
- "sw_bound_lat": -0.5580623,
- "sw_bound_lng": 166.9071293,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:02:16.882813Z"
}, - {
- "banner": {
}, - "center_lat": 36.204824,
- "center_lng": 138.252924,
- "country_code": "JP",
- "country_code_3": "JPN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇵",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "ed3ab8fc-2d21-4bd9-9874-5a45c04b2900",
- "name": "Japan",
- "ne_bound_lat": 45.6412626,
- "ne_bound_lng": 154.0031455,
- "population": 126994511,
- "sec_emer_num": "",
- "sw_bound_lat": 20.3585295,
- "sw_bound_lng": 122.8554688,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:26:47.638805Z"
}, - {
- "banner": {
}, - "center_lat": 12.879721,
- "center_lng": 121.774017,
- "country_code": "PH",
- "country_code_3": "PHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "eb846ae5-94d2-48fb-9ad4-13002a0f7f6e",
- "name": "Philippines",
- "ne_bound_lat": 21.2412572,
- "ne_bound_lng": 127.6444784,
- "population": 103320222,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 4.2259,
- "sw_bound_lng": 116.1474999,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:02:10.895270Z"
}, - {
- "banner": {
}, - "center_lat": 14.641528,
- "center_lng": -61.024174,
- "country_code": "MQ",
- "country_code_3": "MTQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇶",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "63126fe8-82ea-4eb7-849c-6f33aee63f51",
- "name": "Martinique",
- "ne_bound_lat": 14.8973451,
- "ne_bound_lng": -60.7856368,
- "population": 375554,
- "sec_emer_num": "",
- "sw_bound_lat": 14.370834,
- "sw_bound_lng": -61.24191279999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:05:40.100969Z"
}, - {
- "banner": {
}, - "center_lat": 12.238333,
- "center_lng": -1.561593,
- "country_code": "BF",
- "country_code_3": "BFA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇫",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8a4c8208-c399-4139-b3c9-e5b9187ebe6f",
- "name": "Burkina Faso",
- "ne_bound_lat": 15.0840397,
- "ne_bound_lng": 2.4043596,
- "population": 18646433,
- "sec_emer_num": null,
- "sw_bound_lat": 9.4104717,
- "sw_bound_lng": -5.5132416,
- "travel_status": 2,
- "updated_at": "2020-09-26T06:06:02.946715Z"
}, - {
- "banner": {
}, - "center_lat": 21.694025,
- "center_lng": -71.797928,
- "country_code": "TC",
- "country_code_3": "TCA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ec294b35-92a5-45e2-a719-43e05908e52b",
- "name": "Turks & Caicos Islands",
- "ne_bound_lat": 22.0016285,
- "ne_bound_lng": -71.05949989999999,
- "population": 34900,
- "sec_emer_num": "",
- "sw_bound_lat": 21.1459922,
- "sw_bound_lng": -72.52069999999999,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:37:48.448944Z"
}, - {
- "banner": {
}, - "center_lat": -12.8275,
- "center_lng": 45.166244,
- "country_code": "YT",
- "country_code_3": "MYT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇾🇹",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "d46ad5dc-ceb7-4016-a1e9-d9f603c06222",
- "name": "Mayotte",
- "ne_bound_lat": -12.5772665,
- "ne_bound_lng": 45.32014849999999,
- "population": 270000,
- "sec_emer_num": "",
- "sw_bound_lat": -13.0358332,
- "sw_bound_lng": 44.9914169,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:15:19.527017Z"
}, - {
- "banner": {
}, - "center_lat": -15.376706,
- "center_lng": 166.959158,
- "country_code": "VU",
- "country_code_3": "VUT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇺",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "45d364cb-f632-4411-a0de-6f917876df3f",
- "name": "Vanuatu",
- "ne_bound_lat": -12.8064449,
- "ne_bound_lng": 170.5023193,
- "population": 270402,
- "sec_emer_num": "",
- "sw_bound_lat": -20.5350773,
- "sw_bound_lng": 166.0583495,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:37:53.616377Z"
}, - {
- "banner": {
}, - "center_lat": 61.92410999999999,
- "center_lng": 25.7481511,
- "country_code": "FI",
- "country_code_3": "FIN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇮",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "0c57e34f-6d61-49db-a308-dcbb94150b5a",
- "name": "Finland",
- "ne_bound_lat": 70.0922932,
- "ne_bound_lng": 31.5870999,
- "population": 5495096,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 59.693623,
- "sw_bound_lng": 20.4565002,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:10:00.704188Z"
}, - {
- "banner": {
}, - "center_lat": 15.783471,
- "center_lng": -90.23075899999999,
- "country_code": "GT",
- "country_code_3": "GTM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇹",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "2a25423e-0069-4a77-be25-50a7e23a4a87",
- "name": "Guatemala",
- "ne_bound_lat": 17.815697,
- "ne_bound_lng": -88.1982001,
- "population": 16582469,
- "sec_emer_num": "PROATUR provides 24-hour tourist assistance in Spanish and English. The tourist assistance service also provides free escort service for tourist groups or individuals and issues current advice on which routes to take. PROATUR can also be reached by e-mail at: operacionesproatur@inguat.gob.gt \r\n\r\nNational police officers may not speak English.",
- "sw_bound_lat": 13.63,
- "sw_bound_lng": -92.2714,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:37:34.340041Z"
}, - {
- "banner": {
}, - "center_lat": 49.214439,
- "center_lng": -2.13125,
- "country_code": "JE",
- "country_code_3": "JEY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇪",
- "geographic_region_id": "f2c87419-5fd4-4a70-9429-bec6e2cf7149",
- "geojson_url": null,
- "id": "812ff2e8-8718-450d-9bab-0dcc28fc82b6",
- "name": "Jersey",
- "ne_bound_lat": 49.26650009999999,
- "ne_bound_lng": -2.0013001,
- "population": 8882190,
- "sec_emer_num": "",
- "sw_bound_lat": 49.1582,
- "sw_bound_lng": -2.2602001,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-10-01T05:23:07.836540Z"
}, - {
- "banner": {
}, - "center_lat": 7.514979999999999,
- "center_lng": 134.58252,
- "country_code": "PW",
- "country_code_3": "PLW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇼",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "914ced83-cab7-4654-b550-a22256a52c33",
- "name": "Palau",
- "ne_bound_lat": 8.238674,
- "ne_bound_lng": 135.0769,
- "population": 21503,
- "sec_emer_num": "Medical facilities are limited throughout the country. Medical evacuation might be necessary if you have an accident or serious illness. Ensure your travel insurance will cover the costs.\r\n \r\n",
- "sw_bound_lat": 2.6394,
- "sw_bound_lng": 131.0115,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:05:23.523066Z"
}, - {
- "banner": {
}, - "center_lat": 19.3133,
- "center_lng": -81.2546,
- "country_code": "KY",
- "country_code_3": "CYM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇾",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "7bb3b7cc-6915-4b74-ae4d-913fb9afbb54",
- "name": "Cayman Islands",
- "ne_bound_lat": 19.7616,
- "ne_bound_lng": -79.7191,
- "population": 60765,
- "sec_emer_num": "",
- "sw_bound_lat": 19.2538999,
- "sw_bound_lng": -81.42940010000001,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:52:50.224250Z"
}, - {
- "banner": {
}, - "center_lat": 12.865416,
- "center_lng": -85.207229,
- "country_code": "NI",
- "country_code_3": "NIC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇮",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "415420d1-7696-4bfe-90ce-ba5312c83abe",
- "name": "Nicaragua",
- "ne_bound_lat": 15.0297369,
- "ne_bound_lng": -82.2766,
- "population": 6149928,
- "sec_emer_num": "",
- "sw_bound_lat": 10.7080549,
- "sw_bound_lng": -87.7588,
- "travel_status": 2,
- "updated_at": "2020-09-28T17:16:18.175740Z"
}, - {
- "banner": {
}, - "center_lat": 26.3351,
- "center_lng": 17.228331,
- "country_code": "LY",
- "country_code_3": "LBY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇾",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "b22fbf97-b878-4afa-a060-bfd0551d4e44",
- "name": "Libya",
- "ne_bound_lat": 33.2203,
- "ne_bound_lng": 25.2686,
- "population": 6293253,
- "sec_emer_num": "There is no functioning emergency telephone number in Libya. For medical emergencies, travellers would need to arrange their own transportation to a hospital.\r\n",
- "sw_bound_lat": 19.5,
- "sw_bound_lng": 9.391466,
- "travel_status": 2,
- "updated_at": "2020-09-30T05:54:50.389214Z"
}, - {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:09:58.983815Z"
}, - {
- "banner": {
}, - "center_lat": 11.803749,
- "center_lng": -15.180413,
- "country_code": "GW",
- "country_code_3": "GNB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇼",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "470d955d-2e9f-4efb-be31-9e7e80cc3182",
- "name": "Guinea-Bissau",
- "ne_bound_lat": 12.6869468,
- "ne_bound_lng": -13.6265235,
- "population": 1815698,
- "sec_emer_num": "Due to the lack of resources, police may not be able to respond to emergency situations. Travellers should check with their embassy to learn of any emergency assistance their embassy might provide.\r\n\r\n",
- "sw_bound_lat": 10.7146,
- "sw_bound_lng": -16.9518999,
- "travel_status": 1,
- "updated_at": "2020-09-24T14:55:37.114445Z"
}, - {
- "banner": {
}, - "center_lat": 18.735693,
- "center_lng": -70.162651,
- "country_code": "DO",
- "country_code_3": "DOM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇴",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "754b6377-4e95-4028-9bc3-438b89524e18",
- "name": "Dominican Republic",
- "ne_bound_lat": 19.9786989,
- "ne_bound_lng": -68.25260010000001,
- "population": 10648791,
- "sec_emer_num": "There is no centralized number for emergency services outside of Santo Domingo. Outside of Santo Domingo, call the tourist police number in an emergency. ",
- "sw_bound_lat": 17.3611001,
- "sw_bound_lng": -72.0075099,
- "travel_status": 1,
- "updated_at": "2020-09-30T05:47:46.715724Z"
}, - {
- "banner": {
}, - "center_lat": 31.952162,
- "center_lng": 35.233154,
- "country_code": "PS",
- "country_code_3": "PSE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇸",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "2fc0f5a5-f32c-4b4d-a5d2-1a073e59ad3a",
- "name": "Palestinian Territories",
- "ne_bound_lat": 32.5520999,
- "ne_bound_lng": 35.5740521,
- "population": 4551566,
- "sec_emer_num": "",
- "sw_bound_lat": 31.219691,
- "sw_bound_lng": 34.21010010000001,
- "topojson_url": null,
- "travel_status": 2,
- "updated_at": "2020-09-24T05:47:32.215329Z"
}, - {
- "banner": {
}, - "center_lat": 25.03428,
- "center_lng": -77.39627999999999,
- "country_code": "BS",
- "country_code_3": "BHS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇸",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "025f7314-7ab0-47a4-a60c-f5690aee3931",
- "name": "Bahamas",
- "ne_bound_lat": 27.263412,
- "ne_bound_lng": -72.70975390000001,
- "population": 385340,
- "sec_emer_num": "",
- "sw_bound_lat": 20.9082735,
- "sw_bound_lng": -80.4775603,
- "travel_status": 1,
- "updated_at": "2020-09-21T15:08:56.289740Z"
}, - {
- "banner": {
}, - "center_lat": 18.335765,
- "center_lng": -64.896335,
- "country_code": "VI",
- "country_code_3": "VIR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇮",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "c4a41511-7740-4038-ad2b-0bf120194c15",
- "name": "U.S. Virgin Islands",
- "ne_bound_lat": 18.4239,
- "ne_bound_lng": -64.4391,
- "population": 102951,
- "sec_emer_num": "",
- "sw_bound_lat": 17.5482999,
- "sw_bound_lng": -65.1101,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:03:04.242399Z"
}, - {
- "banner": {
}, - "center_lat": 77.55360399999999,
- "center_lng": 23.6702719,
- "country_code": "SJ",
- "country_code_3": "SJM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇯",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "1fe93700-e8cc-46a9-a05a-e24b3d05013d",
- "name": "Svalbard & Jan Mayen",
- "ne_bound_lat": 80.92842569999999,
- "ne_bound_lng": 34.8046879,
- "population": 2258,
- "sec_emer_num": "",
- "sw_bound_lat": 70.4662074,
- "sw_bound_lng": -10.5468752,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-06-30T23:43:19.975245Z"
}, - {
- "banner": {
}, - "center_lat": 33.886917,
- "center_lng": 9.537499,
- "country_code": "TN",
- "country_code_3": "TUN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇳",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "fb09998d-2df8-4125-856d-93938cba3e4b",
- "name": "Tunisia",
- "ne_bound_lat": 37.5359,
- "ne_bound_lng": 11.599217,
- "population": 11403248,
- "sec_emer_num": "Service language will be Arabic or French.\r\nEmergency services are available in larger towns, but less reliable in rural areas.",
- "sw_bound_lat": 30.2280339,
- "sw_bound_lng": 7.522311,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:29:56.351414Z"
}, - {
- "banner": {
}, - "center_lat": 7.539988999999999,
- "center_lng": -5.547079999999999,
- "country_code": "CI",
- "country_code_3": "CIV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇮",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "ee395d01-6cf8-4fc7-895c-a4a20bd3f53a",
- "name": "Côte d’Ivoire",
- "ne_bound_lat": 10.7400149,
- "ne_bound_lng": -2.493031,
- "population": 23695919,
- "sec_emer_num": "There may be limited resources to respond to emergencies.",
- "sw_bound_lat": 4.193,
- "sw_bound_lng": -8.6020589,
- "travel_status": 1,
- "updated_at": "2020-09-28T07:21:21.614756Z"
}, - {
- "banner": {
}, - "center_lat": 7.369721999999999,
- "center_lng": 12.354722,
- "country_code": "CM",
- "country_code_3": "CMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇲",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "bf1f520c-d3bb-4174-a522-18f95e52f63c",
- "name": "Cameroon",
- "ne_bound_lat": 13.083335,
- "ne_bound_lng": 16.1944081,
- "population": 23439189,
- "sec_emer_num": "Emergency services may be limited.\r\n\r\n",
- "sw_bound_lat": 1.6559,
- "sw_bound_lng": 8.3936001,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:34:46.778137Z"
}, - {
- "banner": {
}, - "center_lat": -18.766947,
- "center_lng": 46.869107,
- "country_code": "MG",
- "country_code_3": "MDG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "a04e402e-ce00-4e80-bf98-0b19dd87ae94",
- "name": "Madagascar",
- "ne_bound_lat": -11.4369999,
- "ne_bound_lng": 50.9985001,
- "population": 24894551,
- "sec_emer_num": "",
- "sw_bound_lat": -26.2146,
- "sw_bound_lng": 42.7368,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:08:26.040473Z"
}, - {
- "banner": {
}, - "center_lat": 43.915886,
- "center_lng": 17.679076,
- "country_code": "BA",
- "country_code_3": "BIH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇦",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "954fac3b-99cb-4810-bf3d-05e522905425",
- "name": "Bosnia & Herzegovina",
- "ne_bound_lat": 45.2766262,
- "ne_bound_lng": 19.6237016,
- "population": 3516816,
- "sec_emer_num": "",
- "sw_bound_lat": 42.5564808,
- "sw_bound_lng": 15.7223665,
- "travel_status": 0,
- "updated_at": "2020-09-25T16:00:15.012752Z"
}, - {
- "banner": {
}, - "center_lat": 6.876991899999999,
- "center_lng": 31.3069788,
- "country_code": "SS",
- "country_code_3": "SSD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇸",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "57b24e14-92d1-4eb4-88b2-f9f70f776e8e",
- "name": "South Sudan",
- "ne_bound_lat": 12.236389,
- "ne_bound_lng": 35.9489971,
- "population": 12230730,
- "sec_emer_num": "South Sudan does not have an emergency number for the general public. There is no ambulance service and medical care is limited. The country has limited capacity to deal with crime or provide support and security to travellers, particularly outside the capital, Juba.\r\n\r\nUnity Resources Group (URG) can provide basic medical care and can help coordinate medical evacuations from South Sudan. URG has ambulance services. The telephone numbers are: +211-955-335-611, +211-955-336-622, +211-955-054-856.\r\n",
- "sw_bound_lat": 3.48898,
- "sw_bound_lng": 23.4408491,
- "travel_status": 2,
- "updated_at": "2020-09-28T15:46:33.931889Z"
}, - {
- "banner": {
}, - "center_lat": -1.940278,
- "center_lng": 29.873888,
- "country_code": "RW",
- "country_code_3": "RWA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "3ad661d7-6035-4009-b8af-cdf66562c014",
- "name": "Rwanda",
- "ne_bound_lat": -1.0473752,
- "ne_bound_lng": 30.8991179,
- "population": 11917508,
- "sec_emer_num": "",
- "sw_bound_lat": -2.8399383,
- "sw_bound_lng": 28.861754,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:44:28.804614Z"
}, - {
- "banner": {
}, - "center_lat": 13.444304,
- "center_lng": 144.793731,
- "country_code": "GU",
- "country_code_3": "GUM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇺",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "id": "b45cbb03-8436-4712-aabe-ca2c9b7fd8a2",
- "name": "Guam",
- "ne_bound_lat": 13.7994072,
- "ne_bound_lng": 145.112915,
- "population": 162896,
- "sec_emer_num": "Although high-quality medical facilities may be available in Guam, medical costs are very high. ",
- "sw_bound_lat": 13.1022175,
- "sw_bound_lng": 144.4647218,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:33:32.149199Z"
}, - {
- "banner": {
}, - "center_lat": 47.166,
- "center_lng": 9.555373,
- "country_code": "LI",
- "country_code_3": "LIE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇮",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "053add2f-4808-4c7b-8728-0b473113cf33",
- "name": "Liechtenstein",
- "ne_bound_lat": 47.2705467,
- "ne_bound_lng": 9.6356501,
- "population": 37666,
- "sec_emer_num": "",
- "sw_bound_lat": 47.04828999999999,
- "sw_bound_lng": 9.47162,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:34:59.983770Z"
}, - {
- "banner": {
}, - "center_lat": -14.270972,
- "center_lng": -170.132217,
- "country_code": "AS",
- "country_code_3": "ASM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇸",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "7b1db729-556f-4e19-89a9-fac28a560ad2",
- "name": "American Samoa",
- "ne_bound_lat": -13.4056506,
- "ne_bound_lng": -169.2059326,
- "population": 55599,
- "sec_emer_num": "Local police may not respond quickly outside of the capital city.\r\n",
- "sw_bound_lat": -14.7217608,
- "sw_bound_lng": -171.0076904,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:36:01.015952Z"
}, - {
- "banner": {
}, - "center_lat": 28.033886,
- "center_lng": 1.659626,
- "country_code": "DZ",
- "country_code_3": "DZA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇿",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "75a7bed6-655a-47ac-92ac-e773de06dc79",
- "name": "Algeria",
- "ne_bound_lat": 37.2216,
- "ne_bound_lng": 11.9999992,
- "population": 40606052,
- "sec_emer_num": "Reliability and response time for emergency services varies. Emergency operators may or may not speak French and normally do not speak English.",
- "sw_bound_lat": 18.9681469,
- "sw_bound_lng": -8.6676111,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:44:20.679117Z"
}, - {
- "banner": {
}, - "center_lat": 25.354826,
- "center_lng": 51.183884,
- "country_code": "QA",
- "country_code_3": "QAT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇶🇦",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "861dd7a5-028e-4291-8d3f-88a8a1ad05b8",
- "name": "Qatar",
- "ne_bound_lat": 26.2171,
- "ne_bound_lng": 51.6769,
- "population": 2569804,
- "sec_emer_num": "If you become a victim of sexual assault, contact your own embassy as soon as possible.",
- "sw_bound_lat": 24.471118,
- "sw_bound_lng": 50.7211001,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:30:08.192869Z"
}, - {
- "banner": {
}, - "center_lat": 13.193887,
- "center_lng": -59.543198,
- "country_code": "BB",
- "country_code_3": "BRB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇧",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "35cd49ca-3588-4009-bf3f-7607d38bfed4",
- "name": "Barbados",
- "ne_bound_lat": 13.3365093,
- "ne_bound_lng": -59.4174957,
- "population": 284996,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 13.039844,
- "sw_bound_lng": -59.6530151,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:14:23.828419Z"
}, - {
- "banner": {
}, - "center_lat": 31.791702,
- "center_lng": -7.092619999999999,
- "country_code": "MA",
- "country_code_3": "MAR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇦",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "7e1ca7d0-1d2c-46e7-9329-d1ab76f1e36b",
- "name": "Morocco",
- "ne_bound_lat": 35.9344,
- "ne_bound_lng": -0.9969759,
- "population": 35276786,
- "sec_emer_num": "Emergency operators rarely speak English. Most police and other officials speak Arabic; some may speak French.\r\n",
- "sw_bound_lat": 27.6672693,
- "sw_bound_lng": -13.3044001,
- "travel_status": 1,
- "updated_at": "2020-09-24T05:46:32.566416Z"
}, - {
- "banner": {
}, - "center_lat": 23.69781,
- "center_lng": 120.960515,
- "country_code": "TW",
- "country_code_3": "TWN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇼",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "5f3a46ca-4df6-427b-a891-f4490443ab48",
- "name": "Taiwan",
- "ne_bound_lat": 26.4545,
- "ne_bound_lng": 123.5021012,
- "population": 23600000,
- "sec_emer_num": "",
- "sw_bound_lat": 20.5170001,
- "sw_bound_lng": 116.6665,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:06:55.498263Z"
}, - {
- "banner": {
}, - "center_lat": 22.396428,
- "center_lng": 114.109497,
- "country_code": "HK",
- "country_code_3": "HKG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇰",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "id": "dddd93e1-9ebf-4107-97a4-f8a25bfda6e4",
- "name": "Hong Kong SAR China",
- "ne_bound_lat": 22.561968,
- "ne_bound_lng": 114.4294999,
- "population": 7496981,
- "sec_emer_num": "",
- "sw_bound_lat": 22.1435,
- "sw_bound_lng": 113.8259001,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:42:21.615634Z"
}, - {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-09-29T18:28:33.015835Z"
}, - {
- "banner": {
}, - "center_lat": -18.665695,
- "center_lng": 35.529562,
- "country_code": "MZ",
- "country_code_3": "MOZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇿",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "14dd5c8a-be23-4ae8-ac2d-e7c4571d6a05",
- "name": "Mozambique",
- "ne_bound_lat": -10.3128929,
- "ne_bound_lng": 41.3965,
- "population": 28829476,
- "sec_emer_num": "",
- "sw_bound_lat": -26.9612,
- "sw_bound_lng": 30.2155501,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:49:07.897012Z"
}, - {
- "banner": {
}, - "center_lat": 35.126413,
- "center_lng": 33.429859,
- "country_code": "CY",
- "country_code_3": "CYP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇾",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "752f9c20-7516-472e-875b-7d8e0e5add23",
- "name": "Cyprus",
- "ne_bound_lat": 35.7071999,
- "ne_bound_lng": 34.60450000000001,
- "population": 1170125,
- "sec_emer_num": "",
- "sw_bound_lat": 34.6304001,
- "sw_bound_lng": 32.2459,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:39:41.972236Z"
}, - {
- "banner": {
}, - "center_lat": -13.133897,
- "center_lng": 27.849332,
- "country_code": "ZM",
- "country_code_3": "ZMB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇲",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "d6b9b0c8-8ea2-43a9-aadc-ca659c671ff7",
- "name": "Zambia",
- "ne_bound_lat": -8.2032838,
- "ne_bound_lng": 33.7090305,
- "population": 16591390,
- "sec_emer_num": "Police response, particularly outside major cities, may be delayed due to lack of resources.\r\n",
- "sw_bound_lat": -18.0774179,
- "sw_bound_lng": 21.999351,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:04:32.848130Z"
}, - {
- "banner": {
}, - "center_lat": 22.198745,
- "center_lng": 113.543873,
- "country_code": "MO",
- "country_code_3": "MAC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇴",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "52141cc2-ff51-48b4-a7df-c457c7f9a56d",
- "name": "Macau SAR China",
- "ne_bound_lat": 22.2170639,
- "ne_bound_lng": 113.6127001,
- "population": 623000,
- "sec_emer_num": "",
- "sw_bound_lat": 22.1066001,
- "sw_bound_lng": 113.5276053,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:12:18.178610Z"
}, - {
- "banner": {
}, - "center_lat": 27.514162,
- "center_lng": 90.433601,
- "country_code": "BT",
- "country_code_3": "BTN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇹",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "8523a140-9438-4146-af64-d92668429493",
- "name": "Bhutan",
- "ne_bound_lat": 28.246987,
- "ne_bound_lng": 92.125232,
- "population": 797765,
- "sec_emer_num": "Outside of towns and cities, emergency response may be very limited.",
- "sw_bound_lat": 26.702016,
- "sw_bound_lng": 88.7464739,
- "travel_status": 0,
- "updated_at": "2020-09-25T17:14:03.855352Z"
}, - {
- "banner": {
}, - "center_lat": 13.794185,
- "center_lng": -88.89653,
- "country_code": "SV",
- "country_code_3": "SLV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇻",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "225e95c3-4888-4354-ae0a-404231a69c3c",
- "name": "El Salvador",
- "ne_bound_lat": 14.4505567,
- "ne_bound_lng": -87.6682,
- "population": 6344722,
- "sec_emer_num": "Operators generally speak Spanish. Emergency services may be limited. \r\n",
- "sw_bound_lat": 13.0473999,
- "sw_bound_lng": -90.19229999999999,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:03:45.196939Z"
}, - {
- "banner": {
}, - "center_lat": -51.796253,
- "center_lng": -59.523613,
- "country_code": "FK",
- "country_code_3": "FLK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇰",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "410e68ea-ad63-4831-aad7-945f0319e0e7",
- "name": "Falkland Islands",
- "ne_bound_lat": -50.9809115,
- "ne_bound_lng": -57.6768495,
- "population": 3447,
- "sec_emer_num": "",
- "sw_bound_lat": -52.4744161,
- "sw_bound_lng": -61.3792419,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:04:40.565095Z"
}, - {
- "banner": {
}, - "center_lat": -19.015438,
- "center_lng": 29.154857,
- "country_code": "ZW",
- "country_code_3": "ZWE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "fd3ddcce-c5dd-4d84-9cd8-37fdb7d90517",
- "name": "Zimbabwe",
- "ne_bound_lat": -15.6093188,
- "ne_bound_lng": 33.068236,
- "population": 16150362,
- "sec_emer_num": "Emergency response may be limited or delayed due to lack of resources.\r\n",
- "sw_bound_lat": -22.4219117,
- "sw_bound_lng": 25.237368,
- "travel_status": 1,
- "updated_at": "2020-09-26T16:57:41.951781Z"
}, - {
- "banner": {
}, - "center_lat": -29.040835,
- "center_lng": 167.954712,
- "country_code": "NF",
- "country_code_3": "NFK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇫",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "c8688a89-68c4-4bdd-bfe9-4de8658768a2",
- "name": "Norfolk Island",
- "ne_bound_lat": -28.9929014,
- "ne_bound_lng": 167.9985523,
- "population": 1748,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -29.137506,
- "sw_bound_lng": 167.9134083,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:24:58.756868Z"
}, - {
- "banner": {
}, - "center_lat": 35.907757,
- "center_lng": 127.766922,
- "country_code": "KR",
- "country_code_3": "KOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇷",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "0eb1c84a-abca-4cd3-9699-3c6b1a3315fe",
- "name": "South Korea",
- "ne_bound_lat": 38.63400000000001,
- "ne_bound_lng": 131.1603,
- "population": 51269185,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 33.0041,
- "sw_bound_lng": 124.5863,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:33:18.916987Z"
}, - {
- "banner": {
}, - "center_lat": 3.202778,
- "center_lng": 73.22068,
- "country_code": "MV",
- "country_code_3": "MDV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇻",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "id": "97c04d8d-789b-41f1-9b3d-f5fdcccd9629",
- "name": "Maldives",
- "ne_bound_lat": 7.5149809,
- "ne_bound_lng": 74.7290038,
- "population": 417492,
- "sec_emer_num": "Emergency response times may be slow as travel between islands is by boat or seaplane only, and many tourist islands are a considerable distance from the island of Maté, where medical services are primarily located. Travellers may want to consider travel insurance for medical evacuation.",
- "sw_bound_lat": -1.2907844,
- "sw_bound_lng": 71.75170899999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:17:12.566978Z"
}, - {
- "banner": {
}, - "center_lat": 40.069099,
- "center_lng": 45.038189,
- "country_code": "AM",
- "country_code_3": "ARM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇲",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "3a92161e-945c-4bee-9acd-2eaa2ce8d5fc",
- "name": "Armenia",
- "ne_bound_lat": 41.300993,
- "ne_bound_lng": 46.6342219,
- "population": 2924816,
- "sec_emer_num": "Emergency services may be slow and unreliable in remote areas. ",
- "sw_bound_lat": 38.840244,
- "sw_bound_lng": 43.4472601,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:34:05.230165Z"
}, - {
- "banner": {
}, - "center_lat": 9.145000000000001,
- "center_lng": 40.489673,
- "country_code": "ET",
- "country_code_3": "ETH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇹",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "185e4933-9d2a-43b6-ab2e-9034e8b474ed",
- "name": "Ethiopia",
- "ne_bound_lat": 14.8942141,
- "ne_bound_lng": 48.0010561,
- "population": 102403196,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 3.4041369,
- "sw_bound_lng": 32.997734,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:52:18.012450Z"
}, - {
- "banner": {
}, - "center_lat": -0.228021,
- "center_lng": 15.827659,
- "country_code": "CG",
- "country_code_3": "COG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇬",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "9b597481-31cc-4e43-ae93-525fe8321d16",
- "name": "Republic of the Congo - Brazzaville",
- "ne_bound_lat": 3.707791,
- "ne_bound_lng": 18.650421,
- "population": 2308000,
- "sec_emer_num": "Emergency services are non-existent in this country, except for Brazzaville and Pointe-Noire where services are extremely limited. Response time to emergency calls can take 45 minutes or longer.",
- "sw_bound_lat": -5.0964,
- "sw_bound_lng": 11.1182001,
- "travel_status": 1,
- "updated_at": "2020-09-30T18:35:58.327710Z"
}, - {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:08:15.148044Z"
}, - {
- "banner": {
}, - "center_lat": 49.81749199999999,
- "center_lng": 15.472962,
- "country_code": "CZ",
- "country_code_3": "CZE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇿",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "aad28002-e083-4ef0-b4ad-7271c0598940",
- "name": "Czech Republic",
- "ne_bound_lat": 51.0557185,
- "ne_bound_lng": 18.8592361,
- "population": 10561633,
- "sec_emer_num": "English-speaking assistance is not always available from the local police, but the police station located at Jungmannovo Namesti 9 near the Mustek metro station and Wenceslaus Square caters specifically to foreigners and always has an English-speaker available.\r\n",
- "sw_bound_lat": 48.5518081,
- "sw_bound_lng": 12.090589,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:55:17.806756Z"
}, - {
- "banner": {
}, - "center_lat": 42.733883,
- "center_lng": 25.48583,
- "country_code": "BG",
- "country_code_3": "BGR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇬",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "a83e6662-b740-4c66-8c13-7870d6ef33e8",
- "name": "Bulgaria",
- "ne_bound_lat": 44.2153059,
- "ne_bound_lng": 28.7292001,
- "population": 7127822,
- "sec_emer_num": "",
- "sw_bound_lat": 41.2354469,
- "sw_bound_lng": 22.3573446,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:14:57.352752Z"
}, - {
- "banner": {
}, - "center_lat": 1.352083,
- "center_lng": 103.819836,
- "country_code": "SG",
- "country_code_3": "SGP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇬",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "f637b953-7b28-41a2-a1e8-11640c2088d5",
- "name": "Singapore",
- "ne_bound_lat": 1.4784001,
- "ne_bound_lng": 104.0945001,
- "population": 5607283,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 1.1496,
- "sw_bound_lng": 103.594,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:47:58.730480Z"
}, - {
- "banner": {
}, - "center_lat": 8.537981,
- "center_lng": -80.782127,
- "country_code": "PA",
- "country_code_3": "PAN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇦",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "474c2926-de55-4291-903d-6d3f7482458c",
- "name": "Panama",
- "ne_bound_lat": 9.7145001,
- "ne_bound_lng": -77.1584879,
- "population": 4034119,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 7.0409,
- "sw_bound_lng": -83.05224109999999,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:27:40.490149Z"
}, - {
- "banner": {
}, - "center_lat": 29.31166,
- "center_lng": 47.481766,
- "country_code": "KW",
- "country_code_3": "KWT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇼",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "04c32e47-38e4-4e2a-8bf9-0c83205e13a1",
- "name": "Kuwait",
- "ne_bound_lat": 30.1036993,
- "ne_bound_lng": 48.5184,
- "population": 4052584,
- "sec_emer_num": "",
- "sw_bound_lat": 28.5244463,
- "sw_bound_lng": 46.55303989999999,
- "travel_status": 1,
- "updated_at": "2020-09-25T18:16:20.759789Z"
}, - {
- "banner": {
}, - "center_lat": -22.328474,
- "center_lng": 24.684866,
- "country_code": "BW",
- "country_code_3": "BWA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇼",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "27d32e11-9f70-4cb1-b044-4196543a8e8e",
- "name": "Botswana",
- "ne_bound_lat": -17.7781369,
- "ne_bound_lng": 29.375304,
- "population": 2250260,
- "sec_emer_num": "",
- "sw_bound_lat": -26.9075448,
- "sw_bound_lng": 19.998903,
- "travel_status": 0,
- "updated_at": "2020-09-25T05:48:48.762390Z"
}, - {
- "banner": {
}, - "center_lat": 42.506285,
- "center_lng": 1.521801,
- "country_code": "AD",
- "country_code_3": "AND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇩",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "915fcd6e-8ef0-446e-86fd-59258580418f",
- "name": "Andorra",
- "ne_bound_lat": 42.655791,
- "ne_bound_lng": 1.786639,
- "population": 77281,
- "sec_emer_num": "",
- "sw_bound_lat": 42.4287488,
- "sw_bound_lng": 1.4087052,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:48:53.328606Z"
}, - {
- "banner": {
}, - "center_lat": 32.427908,
- "center_lng": 53.688046,
- "country_code": "IR",
- "country_code_3": "IRN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇷",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "6c4578e7-9a98-44dc-9e51-fcbab412fe84",
- "name": "Iran",
- "ne_bound_lat": 39.782056,
- "ne_bound_lng": 63.3333366,
- "population": 82913906,
- "sec_emer_num": "",
- "sw_bound_lat": 24.8066999,
- "sw_bound_lng": 44.0326949,
- "travel_status": 1,
- "updated_at": "2020-09-26T07:03:34.213744Z"
}, - {
- "banner": {
}, - "center_lat": 9.945587,
- "center_lng": -9.696645,
- "country_code": "GN",
- "country_code_3": "GIN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇳",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "1d51c3d7-8316-43a3-81ce-c73e93ce3cd7",
- "name": "Guinea",
- "ne_bound_lat": 12.6748616,
- "ne_bound_lng": -7.637853,
- "population": 12395924,
- "sec_emer_num": "Emergency services are extremely limited in Guinea due to a lack of resources. Travellers should check with their embassy to learn of any emergency services the embassy might provide.\r\n\r\nMedical facilities in Guinea are inadequate. If you plan to travel outside Conakry, have basic medical and dental supplies with you. For emergencies or serious medical needs, consider medical evacuation to your home country or a country with adequate medical care available.\r\n",
- "sw_bound_lat": 7.190909099999999,
- "sw_bound_lng": -15.282,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:19:49.582020Z"
}, - {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-09-26T05:55:41.296093Z"
}, - {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-09-25T18:11:59.361186Z"
}, - {
- "banner": {
}, - "center_lat": 23.424076,
- "center_lng": 53.847818,
- "country_code": "AE",
- "country_code_3": "ARE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "1cea001d-648d-4528-97fd-3473bbd5424f",
- "name": "United Arab Emirates",
- "ne_bound_lat": 26.0765,
- "ne_bound_lng": 56.4395001,
- "population": 9269612,
- "sec_emer_num": "",
- "sw_bound_lat": 22.6315138,
- "sw_bound_lng": 51.4723,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:25:01.302294Z"
}, - {
- "banner": {
}, - "center_lat": 43.94236,
- "center_lng": 12.457777,
- "country_code": "SM",
- "country_code_3": "SMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇲",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "3f80ba93-acd3-4b3c-a37b-7ffaad8bb2bd",
- "name": "San Marino",
- "ne_bound_lat": 43.992075,
- "ne_bound_lng": 12.5167041,
- "population": 33203,
- "sec_emer_num": "",
- "sw_bound_lat": 43.8936809,
- "sw_bound_lng": 12.4034824,
- "travel_status": 0,
- "updated_at": "2020-09-26T04:59:10.652786Z"
}, - {
- "banner": {
}, - "center_lat": 13.443182,
- "center_lng": -15.310139,
- "country_code": "GM",
- "country_code_3": "GMB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇲",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "d3d11687-1e4a-42a9-922c-70f3cf764885",
- "name": "Gambia",
- "ne_bound_lat": 13.825058,
- "ne_bound_lng": -13.7913862,
- "population": 2311708,
- "sec_emer_num": "In The Gambia, emergency resources may be limited and there may be delays in response. Emergency services may not be available in your language.",
- "sw_bound_lat": 13.0098999,
- "sw_bound_lng": -16.9464001,
- "travel_status": 1,
- "updated_at": "2020-09-24T05:54:46.961929Z"
}, - {
- "banner": {
}, - "center_lat": 45.1,
- "center_lng": 15.2000001,
- "country_code": "HR",
- "country_code_3": "HRV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇷",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "080b9f2a-1d54-41c9-838f-937464c55e1a",
- "name": "Croatia",
- "ne_bound_lat": 46.5549857,
- "ne_bound_lng": 19.4480523,
- "population": 4170600,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 42.3385087,
- "sw_bound_lng": 13.3649,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:53:36.383406Z"
}, - {
- "banner": {
}, - "center_lat": 5.152149,
- "center_lng": 46.199616,
- "country_code": "SO",
- "country_code_3": "SOM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇴",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "7f745b8f-7c34-4fbf-a7a9-92c54d254cd0",
- "name": "Somalia",
- "ne_bound_lat": 12.3615,
- "ne_bound_lng": 51.6138,
- "population": 14317996,
- "sec_emer_num": "In 2013, the number, 888, was announced as an operational emergency number for police. However, emergency service responsiveness may be poor or nonexistent.",
- "sw_bound_lat": -1.8673,
- "sw_bound_lng": 40.994373,
- "travel_status": 2,
- "updated_at": "2020-09-28T07:06:22.371250Z"
}, - {
- "banner": {
}, - "center_lat": 7.873053999999999,
- "center_lng": 80.77179699999999,
- "country_code": "LK",
- "country_code_3": "LKA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇰",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "bd6bd122-54fe-4f12-8be4-dc9c47ea5d13",
- "name": "Sri Lanka",
- "ne_bound_lat": 10.03377,
- "ne_bound_lng": 82.14479999999999,
- "population": 21203000,
- "sec_emer_num": "The responsiveness of the police may vary.",
- "sw_bound_lat": 5.6816,
- "sw_bound_lng": 79.26769999999999,
- "travel_status": 1,
- "updated_at": "2020-09-24T18:11:10.781131Z"
}, - {
- "banner": {
}, - "center_lat": 16.5388,
- "center_lng": -23.0418,
- "country_code": "CV",
- "country_code_3": "CPV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇻",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "b4e05e49-2ab8-4c90-bb3b-453c9cb09407",
- "name": "Cape Verde",
- "ne_bound_lat": 17.3191764,
- "ne_bound_lng": -22.5933839,
- "population": 539560,
- "sec_emer_num": "",
- "sw_bound_lat": 14.7270733,
- "sw_bound_lng": -25.383911,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:42:56.802119Z"
}, - {
- "banner": {
}, - "center_lat": -3.373056,
- "center_lng": 29.918886,
- "country_code": "BI",
- "country_code_3": "BDI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇮",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "bb4ab0e1-21a6-491f-846c-903af77b113f",
- "name": "Burundi",
- "ne_bound_lat": -2.3097301,
- "ne_bound_lng": 30.84954,
- "population": 10524117,
- "sec_emer_num": "Emergency services are extremely limited and do not exist outside of the capital. \r\n",
- "sw_bound_lat": -4.4693288,
- "sw_bound_lng": 29.000968,
- "travel_status": 2,
- "updated_at": "2020-09-28T15:42:09.018232Z"
}, - {
- "banner": {
}, - "center_lat": 46.862496,
- "center_lng": 103.846656,
- "country_code": "MN",
- "country_code_3": "MNG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "e7661ced-7fa1-4ccb-8563-fabbc9a38c44",
- "name": "Mongolia",
- "ne_bound_lat": 52.148355,
- "ne_bound_lng": 119.9315098,
- "population": 3027398,
- "sec_emer_num": "\r\n\r\n\r\n \r\n \r\n",
- "sw_bound_lat": 41.581833,
- "sw_bound_lng": 87.7344789,
- "travel_status": 0,
- "updated_at": "2020-09-30T18:13:23.067803Z"
}, - {
- "banner": {
}, - "center_lat": 21.916221,
- "center_lng": 95.955974,
- "country_code": "MM",
- "country_code_3": "MMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇲",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "3acbcb04-bb07-4f77-b650-d20d2586a4b6",
- "name": "Myanmar (Burma)",
- "ne_bound_lat": 28.5478351,
- "ne_bound_lng": 101.1702717,
- "population": 52885223,
- "sec_emer_num": "Medical facilities and standards are extremely limited. In the event of serious illness or accident, you may need medical evacuation. Ensure that you have adequate health insurance. ",
- "sw_bound_lat": 9.4518,
- "sw_bound_lng": 92.171808,
- "travel_status": 1,
- "updated_at": "2020-09-23T18:05:14.981572Z"
}, - {
- "banner": {
}, - "center_lat": -17.679742,
- "center_lng": -149.406843,
- "country_code": "PF",
- "country_code_3": "PYF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇫",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "c8b7aeee-df45-40f0-9257-817fa83a33fd",
- "name": "French Polynesia",
- "ne_bound_lat": -6.4682,
- "ne_bound_lng": -134.0551932,
- "population": 280208,
- "sec_emer_num": "",
- "sw_bound_lat": -28.61346,
- "sw_bound_lng": -155.125483,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:52:21.084611Z"
}
], - "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [
- "e546c116-904a-4ac8-a6b8-dd1acc87323f",
- "36020ef5-b9bd-4e3c-b7f1-9c4b63893ca9",
- "c5d3f50b-22e2-4546-abe6-3a8e5c0f5650",
- "93ee95c1-458a-4889-82ca-85c3125b9297",
- "ef3ebff6-37c9-4c8f-aa2f-894d9ab84cae",
- "07441628-d30d-4f4c-a501-9a6fbfae5b80",
- "856bdb09-a23f-4338-825d-285ad168e96c",
- "abf96513-bbf6-42e6-8c9e-643576c54433",
- "0c53b68a-9253-49ea-8ac5-ac7646fc92cf",
- "31d3b1b0-671c-4ccc-902f-744e28213e87",
- "d1656a0a-1c8e-4996-b7ae-ef71eb57a14c",
- "4e2520a0-32ac-42fe-9af8-8c477a058904",
- "005163c0-59a7-4f46-b91f-a0e9e4fcf3a4",
- "a940750d-1431-4bc9-aab8-c187e9296b4a",
- "852325a0-6d37-4e08-a344-d36fcb7549c1",
- "6ce124bf-9706-420b-9eda-4dece19e54ed",
- "2fb27105-863e-473a-8daf-e476c4e81bde",
- "8375f443-2cbb-42bf-8215-79a1ff166cf1",
- "a27e8df5-2c6a-4306-84f3-b802d8e156c7",
- "39b03b20-f143-41a9-bfa1-bc4884a2b0b4",
- "2a2db86e-c77c-4643-b311-8ff259727613",
- "51e2ff68-3a3f-4448-8116-5d54c2351571",
- "845469fd-16f7-4eb9-aa49-6260eb9e6933",
- "192d70d5-a955-4b54-ac19-a82eae67e52d",
- "1ae76e1a-d611-49df-81e8-5c7d5968281a",
- "338aaeb6-0fc8-4dc8-b0af-017c7e8a620f",
- "b192c241-6697-4664-b335-345af3b077f5",
- "c0b96bdd-669a-4391-ae5f-9fff776add05",
- "cd8acb3d-e4d4-45a4-9de2-1f1fc11dd4cd",
- "9a927d77-0c8c-441e-a8f8-36131e09b2d5",
- "47627140-14a2-4de5-9908-f86d927988e9",
- "87168ecd-41b7-43c3-9b6a-8f4eba576297",
- "45517fe6-ae3f-4819-855a-105aa4ad3d57",
- "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "8217d013-9783-4ecb-88dc-c6a8c6a3486f",
- "c7442cb7-a35d-4198-8d79-2fb093b3a1ab",
- "2373c04e-92ec-45da-a3e0-c68314bc0fcc",
- "f5c776a7-1926-40b4-b63d-4e7f30ffec66",
- "dae9ce27-eff7-4a82-9243-74c9ee897a24",
- "831abfe8-99e1-420f-b7a6-c5a094ed0353",
- "3447576a-8c58-451c-89cf-12a5bfcc16b9",
- "54e44cf3-99aa-4c1a-b6df-781728246bd4",
- "667efeb1-84e0-4260-b8fb-9642efb94778",
- "1c541a4f-572d-4ef3-b02e-1377e4e7eab9",
- "e9492cf5-8ce4-4854-b7bf-858a379f018b",
- "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "6a2c3179-23a7-444f-ae86-a292b45ef1f7",
- "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "d8b4c93b-56dd-432e-a9fb-8aa1aee87c35",
- "c32f02f7-b0b0-4efb-beeb-dfa9f0aa3c36",
- "21be0985-7bdb-48e8-9d81-270e36f9908b",
- "0182789b-4bef-480f-a742-0667d5618527",
- "359d397c-0cc8-4360-96dd-c55038616213",
- "e7e3b19b-bcaf-4869-b765-c6156a8602ff",
- "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "9eb317e0-a37e-430f-8505-b3714075ed17",
- "8df05a77-7fe2-4a0d-84df-dafce8dbd540",
- "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "db0a6b6c-a061-4289-827a-e2dea75141df",
- "69e33310-ee00-4563-8771-a9c4123da08c",
- "5234d537-83a1-4139-b624-7d94162926a5",
- "dc6d6090-c58b-4295-b854-957db0563cd2",
- "4cea962e-2311-4ba0-89ab-8f828263f6ae",
- "872a6386-f42b-49e3-941a-818898f09810",
- "92ff4dcf-d5ee-450b-8309-c58b8d02a914",
- "fec4d6d9-4161-431c-8728-8a28b0e1e19e",
- "6396c36d-1434-4164-b9bb-55672504494c",
- "0e85fc55-02c7-49ae-8fa2-220c5f53f3d9",
- "8ce27380-e9e8-4008-b0d3-84ae51d5818a",
- "b0b49493-86fb-4be8-8c1c-1e086fcb386b",
- "3c63e394-ee95-42e5-8b1f-bc84efbfba3d",
- "7ca3209d-8e5a-4006-8984-16f25de89cd1",
- "f61cd68b-11d8-41a3-8deb-ad13db3b5113",
- "cba3245f-9606-478b-9d29-a45641bdbe05",
- "93c31206-0159-41b3-a255-83417b792e22",
- "29a1e450-0439-4b93-b8d1-339b196c8ff2",
- "36e537a1-f4c0-45af-a817-5a77ec672499",
- "a14030df-8391-4890-8223-dc5040024420",
- "227d5b17-6ce2-498f-acc8-dc36df624b7f",
- "5586f292-1156-4edd-8621-e48c0d6ba986",
- "6b415f92-0667-40e1-947d-06b55cb1315a",
- "e96d1b29-0e84-4fde-a25b-b7ad6b87d84e",
- "bca2db29-76fa-46b3-9767-2fc20d0822a7",
- "7b6d7ca8-f80b-4d6a-8105-d7df8563d686",
- "9374a07a-2609-4fff-8d96-9bff763f94cd",
- "c2cb9c75-e3af-4ac5-b3bd-4373e393f231",
- "440573b0-d651-43ce-b08f-acc6ed46fc5e",
- "1dbb9364-c428-4c4a-bc5a-831592330544",
- "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "b7820f83-ea4c-4f1f-b807-896ea64e9239",
- "b14d83a8-f3c1-4cbb-8bf3-a16b61b76838",
- "009490cb-4c17-45db-aea6-2a562493c4ce",
- "a22b99e9-a0a4-44f2-9b95-f4c5b3194481",
- "b6e8a229-5cf4-403e-885b-938c82e0ede2",
- "20520ce7-377d-4487-88e6-f4725b3deea5",
- "1dbb0459-35c5-4033-8e6e-a842ec3ddb49",
- "9f77ada4-264b-46a6-8fc3-67611526e951",
- "eaba89b5-ed35-4a61-bd86-35ef2efe71d2",
- "ff8c1077-6334-4e07-961c-784ffd7bd518",
- "b7878bbf-65f5-49f4-b740-4d9eb66b4ed0",
- "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "11ed7519-82d5-49d1-a2c8-ac5182bf5bc8",
- "96db830a-24dc-4217-8ca1-c80f46e1f301",
- "a8ef3bc2-e050-4c0e-a2bd-8d18a4fadde6",
- "d41be7e6-a35d-4926-8d55-b8c0e03333fc",
- "0ef0d041-a5a5-4040-bcb9-6bd27a11a6e7",
- "ad4bc4b0-c3bb-4767-a397-3c1294f11f67",
- "b50ca34a-2998-47ed-b5da-fc2e0b174328",
- "4a371500-14e2-4013-bc14-b70032c12457",
- "88a93039-936e-4262-8902-1d7fa47fd8d6",
- "067e9044-a789-44bc-bf23-93f7cc1e053f",
- "f1e4f74f-7c25-4a5d-9819-402550460b5f",
- "a6ab9d0d-2c49-4798-955e-f08c03d585b2",
- "8dabc441-374a-4976-b373-b6a27e793045",
- "e8d80551-77b9-4978-8084-df32b8005277",
- "ae5b57ff-6f12-4ad6-a388-8ed594d20672",
- "51e65a36-9678-4773-b6a2-4f95ef57ac35",
- "7dee8a7b-f22c-4d0b-917e-ea4e8925eb62",
- "d6ff43a1-d484-46e0-b412-396a83ffff21",
- "8018282a-05cf-4c88-86ec-218544e5f214",
- "8396ae86-fa62-420c-80ea-efa35658d1ec",
- "7b2ba1a2-2dc7-46bd-8381-6f60889dd52b",
- "d2dc0d6c-5ef8-4cae-959c-0ffaa246a604",
- "abc08494-43eb-4a50-bef8-e59a1588092e",
- "99d31fc2-8b15-4832-9eb0-6c82c61b7555",
- "a1dc4cdb-2c34-4280-8723-5132d1c072b8",
- "5ddb39f7-66ac-4b5d-a828-a54f8fa339c2",
- "1a4f224b-8120-48e2-bd75-42ebd1aaca18",
- "f24880c5-84e2-4abd-b4ad-4aed7aea1328",
- "89000dff-457c-4462-aa71-0baeed380ce2",
- "b7e3cb59-2c14-43b9-b5b0-bebd5edd77fb",
- "b5782417-8746-4439-90c6-4f091ed1e69d",
- "88a5367f-363f-497e-b997-e49514edfc75",
- "c8109105-a2b7-4d7b-9d63-0c1d79dd0d36",
- "b3bb4613-3f6b-479a-b8d2-b331578956d5",
- "356ea025-51b2-407c-af80-a2d023927172",
- "407ab8c7-44cd-4d8f-b87a-b78aee2d46f4",
- "19431059-df03-40c3-b2bf-1581867431c1",
- "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "f42d43af-00f6-4677-a3c8-ba0a2fe141d7",
- "5793169f-db04-40a7-9427-d38023e55617",
- "53c0287e-3e25-459b-9a5c-a494380924ed",
- "8c6038f5-2859-4147-9b74-0c82eff7a2a5",
- "22556fb5-51ab-4d8a-b06b-7529816a46ff",
- "60f75a05-4c0a-4df1-a245-ff30343ead4f",
- "c1a1564b-31ca-47c8-aeda-a6c6618f34bb",
- "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "31e246e8-5de0-4a00-9573-71a92fed365d",
- "2fa3f600-b3ae-425a-97ee-d69d7534f20d",
- "21a2d922-6c48-4acb-9cc9-af0d25d0eae9",
- "78dc2d43-eafb-4e6b-8f4f-3cd5792ca251",
- "43c1f1d5-f6c7-47e1-9886-1c0ed76813a0",
- "9152adf7-358c-4bee-acf2-23ee8a63ecc5",
- "f5a5b2a3-14f0-428f-aecd-911fc8e579ec",
- "240df3b6-28e4-4ca2-b83c-5794ba8a7b64",
- "9936eae6-83b3-40ee-811a-eb76ed13b5cf",
- "aa341fe4-8f0b-4012-ac84-b89dca70bb6d",
- "7e20c0c2-8608-46b7-a550-1437ff59ae73",
- "ee0b3766-b4aa-410d-94dc-70f026437577",
- "e6c2ddda-1a90-4323-9e7f-3cae93898faf",
- "14c28aa7-3f09-40d6-ac1f-ceb1eee840f9",
- "38fd055f-8f19-47e3-8ecc-5791703c4e62",
- "8aaa2c52-14ff-46e0-bd8f-5f9ad653660c",
- "fe8b2f42-50d7-4850-8be7-9e4123303d66",
- "04969b27-86ca-4358-8c42-129df2e278d0",
- "fbce331d-2caa-4f20-894c-26e2f3072a27",
- "4c1de2b3-6c0a-4806-87de-aedb11487139",
- "e7be768f-3c96-4375-a702-db16a2c4e7a2",
- "25e3dd22-f940-472e-bf1c-e0745996fe8e",
- "99f93ae9-565f-43d1-b280-6bec24e51919",
- "aea1db9b-0d29-4471-958e-6ee29b542461",
- "7b1fd1f4-5fd8-4c06-8536-3eb857046e0d",
- "12b8b797-daa0-4363-a547-cde2cc4e07a3",
- "714a6a92-9d02-4cdc-8ce8-9bcdfa8cc349",
- "6c93b919-f6d4-4970-8544-a10dd2f654a1",
- "ed3ab8fc-2d21-4bd9-9874-5a45c04b2900",
- "eb846ae5-94d2-48fb-9ad4-13002a0f7f6e",
- "63126fe8-82ea-4eb7-849c-6f33aee63f51",
- "8a4c8208-c399-4139-b3c9-e5b9187ebe6f",
- "ec294b35-92a5-45e2-a719-43e05908e52b",
- "d46ad5dc-ceb7-4016-a1e9-d9f603c06222",
- "45d364cb-f632-4411-a0de-6f917876df3f",
- "0c57e34f-6d61-49db-a308-dcbb94150b5a",
- "2a25423e-0069-4a77-be25-50a7e23a4a87",
- "812ff2e8-8718-450d-9bab-0dcc28fc82b6",
- "914ced83-cab7-4654-b550-a22256a52c33",
- "7bb3b7cc-6915-4b74-ae4d-913fb9afbb54",
- "415420d1-7696-4bfe-90ce-ba5312c83abe",
- "b22fbf97-b878-4afa-a060-bfd0551d4e44",
- "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "470d955d-2e9f-4efb-be31-9e7e80cc3182",
- "754b6377-4e95-4028-9bc3-438b89524e18",
- "2fc0f5a5-f32c-4b4d-a5d2-1a073e59ad3a",
- "025f7314-7ab0-47a4-a60c-f5690aee3931",
- "c4a41511-7740-4038-ad2b-0bf120194c15",
- "1fe93700-e8cc-46a9-a05a-e24b3d05013d",
- "fb09998d-2df8-4125-856d-93938cba3e4b",
- "ee395d01-6cf8-4fc7-895c-a4a20bd3f53a",
- "bf1f520c-d3bb-4174-a522-18f95e52f63c",
- "a04e402e-ce00-4e80-bf98-0b19dd87ae94",
- "954fac3b-99cb-4810-bf3d-05e522905425",
- "57b24e14-92d1-4eb4-88b2-f9f70f776e8e",
- "3ad661d7-6035-4009-b8af-cdf66562c014",
- "b45cbb03-8436-4712-aabe-ca2c9b7fd8a2",
- "053add2f-4808-4c7b-8728-0b473113cf33",
- "7b1db729-556f-4e19-89a9-fac28a560ad2",
- "75a7bed6-655a-47ac-92ac-e773de06dc79",
- "861dd7a5-028e-4291-8d3f-88a8a1ad05b8",
- "35cd49ca-3588-4009-bf3f-7607d38bfed4",
- "7e1ca7d0-1d2c-46e7-9329-d1ab76f1e36b",
- "5f3a46ca-4df6-427b-a891-f4490443ab48",
- "dddd93e1-9ebf-4107-97a4-f8a25bfda6e4",
- "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "14dd5c8a-be23-4ae8-ac2d-e7c4571d6a05",
- "752f9c20-7516-472e-875b-7d8e0e5add23",
- "d6b9b0c8-8ea2-43a9-aadc-ca659c671ff7",
- "52141cc2-ff51-48b4-a7df-c457c7f9a56d",
- "8523a140-9438-4146-af64-d92668429493",
- "225e95c3-4888-4354-ae0a-404231a69c3c",
- "410e68ea-ad63-4831-aad7-945f0319e0e7",
- "fd3ddcce-c5dd-4d84-9cd8-37fdb7d90517",
- "c8688a89-68c4-4bdd-bfe9-4de8658768a2",
- "0eb1c84a-abca-4cd3-9699-3c6b1a3315fe",
- "97c04d8d-789b-41f1-9b3d-f5fdcccd9629",
- "3a92161e-945c-4bee-9acd-2eaa2ce8d5fc",
- "185e4933-9d2a-43b6-ab2e-9034e8b474ed",
- "9b597481-31cc-4e43-ae93-525fe8321d16",
- "3f30785f-e077-43d1-b792-3b144c7eef59",
- "aad28002-e083-4ef0-b4ad-7271c0598940",
- "a83e6662-b740-4c66-8c13-7870d6ef33e8",
- "f637b953-7b28-41a2-a1e8-11640c2088d5",
- "474c2926-de55-4291-903d-6d3f7482458c",
- "04c32e47-38e4-4e2a-8bf9-0c83205e13a1",
- "27d32e11-9f70-4cb1-b044-4196543a8e8e",
- "915fcd6e-8ef0-446e-86fd-59258580418f",
- "6c4578e7-9a98-44dc-9e51-fcbab412fe84",
- "1d51c3d7-8316-43a3-81ce-c73e93ce3cd7",
- "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "8c464720-e5be-4485-ba18-3f066996c4a3",
- "1cea001d-648d-4528-97fd-3473bbd5424f",
- "3f80ba93-acd3-4b3c-a37b-7ffaad8bb2bd",
- "d3d11687-1e4a-42a9-922c-70f3cf764885",
- "080b9f2a-1d54-41c9-838f-937464c55e1a",
- "7f745b8f-7c34-4fbf-a7a9-92c54d254cd0",
- "bd6bd122-54fe-4f12-8be4-dc9c47ea5d13",
- "b4e05e49-2ab8-4c90-bb3b-453c9cb09407",
- "bb4ab0e1-21a6-491f-846c-903af77b113f",
- "e7661ced-7fa1-4ccb-8563-fabbc9a38c44",
- "3acbcb04-bb07-4f77-b650-d20d2586a4b6",
- "c8b7aeee-df45-40f0-9257-817fa83a33fd"
], - "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* All land and maritime borders are closed, except for medical, trade, repatriation and other emergency purposes.",
- "created_at": "2020-08-10T03:31:06.598701Z",
- "effective_as_of": "2020-09-29T19:11:39.479000Z",
- "extras": null,
- "id": "ffeac785-73a8-4f9f-a26b-92d802a9b681",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
], - "type": 1,
- "updated_at": "2020-09-23T17:42:15.621592Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 0
}
]
Get Entry Requirements
Returns all Entry Requirements. Will return a paginated list. Parameters are combined with a logical AND. If state-level data is available, the result set will include it. State-level data can be identified by entries that have a value for origin_country_division
and origin_country_division_id
.
query Parameters
affected_country_id | string Example: affected_country_id=US The country that is affected by the requirement. Use country code or country identifier. |
origin_country_id | string Example: origin_country_id=AW The country that has created the requirement. Use country code or country identifier. |
types | string Example: types=0,2 The type of entry requirement as a comma-separated list |
nationality | string Example: nationality=CA The country that is affected by the requirement. If provided, entry requirements will be filtered for those that apply to that specific nationality. Most notably: entry by foreigner and entry by resident. |
destination | string Example: destination=IN The country that created the requirement. Analagous to origin_country_id. Value expected is country code or country identifier. Should be used in conjunction with "departure." |
departure | string Example: departure=CA The country that is affected by the requirement. Analagous to affected_country_id. Value expected is country code or country identifier. Should be used in conjunction with "destination." |
destination_country_division | string Example: destination_country_division=IN-AP When specified, will only return state-level requirements for the region specified. Expects values specified by ISO_3166-2. |
departure_airport | string Example: departure_airport=TSE Will returns the travel restrictions in place at the region of departure. Expects the iata or icao code for the airport at the point of departure. Should be used in conjunction with "destination_airport." |
destination_airport | string Example: destination_airport=SOF Will return the travel restrictions in place at the destination region. Expects the iata or icao code for the arrival airport. Should be used in conjunction with "departure_airport." |
destination_lat | number Example: destination_lat=15.9129 Destination latitude. Should be used in conjunction with other destination and departure coordinate parameters. |
destination_lng | number Example: destination_lng=79.7400 Destination longitude. Should be used in conjunction with other destination and departure coordinate parameters. |
departure_lat | number Example: departure_lat=43.6532 Departure latitude. Should be used in conjunction with other destination and departure coordinate parameters. |
departure_lng | number Example: departure_lng=79.3832 Destination longitude. Should be used in conjunction with other destination and departure coordinate parameters. |
vaccinated | boolean Example: vaccinated=true Boolean. If true, return rules assuming the traveller is fully vaccinated. Otherwise, return rules assuming the traveller is not fully vaccinated or vaccination status is unknown. |
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* On arrival at airports, thermal screening is carried out, and persons with fevers will be taken to institutional quarantine centres. ",
- "created_at": "2020-08-13T08:02:01.673068Z",
- "effective_as_of": "2020-09-29T17:12:02.548000Z",
- "extras": { },
- "id": "c4a6e54c-85c2-4657-b68e-ba32387248fe",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 3,
- "updated_at": "2020-09-23T17:45:53.850871Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* All land and maritime borders are closed for travel.",
- "created_at": "2020-08-13T08:00:10.311817Z",
- "effective_as_of": "2020-09-29T19:16:53.082000Z",
- "extras": { },
- "id": "6b4be405-58ab-41a0-8bbf-fe18258cc842",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 2,
- "updated_at": "2020-09-23T17:44:52.592289Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 0
}, - {
- "affected_countries": [
- {
- "banner": {
}, - "center_lat": -24.3767537,
- "center_lng": -128.3242376,
- "country_code": "PN",
- "country_code_3": "PCN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇳",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "e546c116-904a-4ac8-a6b8-dd1acc87323f",
- "name": "Pitcairn Islands",
- "ne_bound_lat": -23.7928845,
- "ne_bound_lng": -124.5410156,
- "population": 50,
- "sec_emer_num": "Medical facilities are extremely limited. Ensure travel and medical insurance is acquired before departing. ",
- "sw_bound_lat": -25.1776023,
- "sw_bound_lng": -130.9268188,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:51.332546Z"
}, - {
- "banner": {
}, - "center_lat": 40.143105,
- "center_lng": 47.576927,
- "country_code": "AZ",
- "country_code_3": "AZE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇿",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "36020ef5-b9bd-4e3c-b7f1-9c4b63893ca9",
- "name": "Azerbaijan",
- "ne_bound_lat": 41.9594999,
- "ne_bound_lng": 50.7458001,
- "population": 9762274,
- "sec_emer_num": "",
- "sw_bound_lat": 38.3922171,
- "sw_bound_lng": 44.7632599,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:55:21.601229Z"
}, - {
- "banner": {
}, - "center_lat": -1.831239,
- "center_lng": -78.18340599999999,
- "country_code": "EC",
- "country_code_3": "ECU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇨",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "c5d3f50b-22e2-4546-abe6-3a8e5c0f5650",
- "name": "Ecuador",
- "ne_bound_lat": 2.2955,
- "ne_bound_lng": -75.1887938,
- "population": 16385068,
- "sec_emer_num": "",
- "sw_bound_lat": -5.0143509,
- "sw_bound_lng": -92.60379999999999,
- "travel_status": 1,
- "updated_at": "2020-09-21T17:40:01.675574Z"
}, - {
- "banner": {
}, - "center_lat": 46.8852,
- "center_lng": -56.3159,
- "country_code": "PM",
- "country_code_3": "SPM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇲",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "93ee95c1-458a-4889-82ca-85c3125b9297",
- "name": "Saint Pierre & Miquelon",
- "ne_bound_lat": 47.21579999999999,
- "ne_bound_lng": -55.98249999999999,
- "population": 6294,
- "sec_emer_num": "",
- "sw_bound_lat": 46.7003,
- "sw_bound_lng": -56.5233,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-23T10:14:26.298371Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "GE",
- "country_code_3": "GEO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ef3ebff6-37c9-4c8f-aa2f-894d9ab84cae",
- "name": "Georgia",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 3719300,
- "sec_emer_num": "English-speaking operators are usually available upon request.\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:33:18.168253Z"
}, - {
- "banner": {
}, - "center_lat": 40.46366700000001,
- "center_lng": -3.74922,
- "country_code": "ES",
- "country_code_3": "ESP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇸",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "07441628-d30d-4f4c-a501-9a6fbfae5b80",
- "name": "Spain",
- "ne_bound_lat": 43.8504,
- "ne_bound_lng": 4.6362,
- "population": 46443959,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 27.4985,
- "sw_bound_lng": -18.2648001,
- "travel_status": 0,
- "updated_at": "2020-09-29T15:54:20.935403Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "IC",
- "country_code_3": "ICX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇨",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "856bdb09-a23f-4338-825d-285ad168e96c",
- "name": "Canary Islands",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 2153389,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:01.786356Z"
}, - {
- "banner": {
}, - "center_lat": 58.595272,
- "center_lng": 25.0136071,
- "country_code": "EE",
- "country_code_3": "EST",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "abf96513-bbf6-42e6-8c9e-643576c54433",
- "name": "Estonia",
- "ne_bound_lat": 59.7315,
- "ne_bound_lng": 28.2101389,
- "population": 1316481,
- "sec_emer_num": "Report any theft in person to Tallinn Central Police Station, Kolde pst 65, 10321 Tallinn, telephone: +372 612 5400.",
- "sw_bound_lat": 57.50931600000001,
- "sw_bound_lng": 21.6540999,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:21:15.478579Z"
}, - {
- "banner": {
}, - "center_lat": 49.465691,
- "center_lng": -2.585278,
- "country_code": "GG",
- "country_code_3": "GGY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇬",
- "geographic_region_id": "f2c87419-5fd4-4a70-9429-bec6e2cf7149",
- "geojson_url": null,
- "id": "0c53b68a-9253-49ea-8ac5-ac7646fc92cf",
- "name": "Guernsey",
- "ne_bound_lat": 49.7345001,
- "ne_bound_lng": -2.1563,
- "population": 62792,
- "sec_emer_num": "",
- "sw_bound_lat": 49.3969001,
- "sw_bound_lng": -2.6831001,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T05:57:37.292874Z"
}, - {
- "banner": {
}, - "center_lat": -25.274398,
- "center_lng": 133.775136,
- "country_code": "AU",
- "country_code_3": "AUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇺",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "31d3b1b0-671c-4ccc-902f-744e28213e87",
- "name": "Australia",
- "ne_bound_lat": -9.187026399999999,
- "ne_bound_lng": 159.2872223,
- "population": 24127159,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -54.83376579999999,
- "sw_bound_lng": 110.9510339,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:47:32.894446Z"
}, - {
- "banner": {
}, - "center_lat": 4.535277,
- "center_lng": 114.727669,
- "country_code": "BN",
- "country_code_3": "BRN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇳",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "id": "d1656a0a-1c8e-4996-b7ae-ef71eb57a14c",
- "name": "Brunei",
- "ne_bound_lat": 5.0978001,
- "ne_bound_lng": 115.3639552,
- "population": 423196,
- "sec_emer_num": "",
- "sw_bound_lat": 4.002460999999999,
- "sw_bound_lng": 114.0752,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:28:15.958283Z"
}, - {
- "banner": {
}, - "center_lat": -3.370417,
- "center_lng": -168.734039,
- "country_code": "KI",
- "country_code_3": "KIR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇮",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "4e2520a0-32ac-42fe-9af8-8c477a058904",
- "name": "Kiribati",
- "ne_bound_lat": 5.4082108,
- "ne_bound_lng": -145.1513674,
- "population": 114395,
- "sec_emer_num": "Emergency response times may be slow. Medical facilities are limited. For serious illness or injury, medical evacuation may be required.",
- "sw_bound_lat": -13.0502263,
- "sw_bound_lng": 168.8818359,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:04:34.379614Z"
}, - {
- "banner": {
}, - "center_lat": -8.874217,
- "center_lng": 125.727539,
- "country_code": "TL",
- "country_code_3": "TLS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇱",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "id": "005163c0-59a7-4f46-b91f-a0e9e4fcf3a4",
- "name": "Timor-Leste",
- "ne_bound_lat": -8.048399999999999,
- "ne_bound_lng": 127.4249,
- "population": 1268671,
- "sec_emer_num": "Responsiveness of emergency services varies. Services are very limited, especially outside of Dili. In emergency situations, evacuation may be the only option. \r\n",
- "sw_bound_lat": -9.5303001,
- "sw_bound_lng": 124.0332,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:36:32.501823Z"
}, - {
- "banner": {
}, - "center_lat": 24.215527,
- "center_lng": -12.885834,
- "country_code": "EH",
- "country_code_3": "ESH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇭",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "a940750d-1431-4bc9-aab8-c187e9296b4a",
- "name": "Western Sahara",
- "ne_bound_lat": 27.7223999,
- "ne_bound_lng": -8.667525,
- "population": 582463,
- "sec_emer_num": "Western Sahara has no police force or emergency services.\r\n\r\n",
- "sw_bound_lat": 20.427,
- "sw_bound_lng": -17.4573001,
- "travel_status": 2,
- "updated_at": "2020-09-05T01:56:51.870419Z"
}, - {
- "banner": {
}, - "center_lat": 7.425554,
- "center_lng": 150.550812,
- "country_code": "FM",
- "country_code_3": "FSM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇲",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "852325a0-6d37-4e08-a344-d36fcb7549c1",
- "name": "Micronesia",
- "ne_bound_lat": 10.2770863,
- "ne_bound_lng": 163.5177612,
- "population": 105099,
- "sec_emer_num": "Emergency services are very limited; they may be delayed or may not be able to respond at all. \r\n\r\nEnsure travel and medical insurance is acquired before departing. Micronesia has limited medical facilities and, in the case of severe injury or illness, evacuation from the country may be required. \r\n",
- "sw_bound_lat": 0.1538084,
- "sw_bound_lng": 136.9226075,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:53:28.576553Z"
}, - {
- "banner": {
}, - "center_lat": -4.679574,
- "center_lng": 55.491977,
- "country_code": "SC",
- "country_code_3": "SYC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇨",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "6ce124bf-9706-420b-9eda-4dece19e54ed",
- "name": "Seychelles",
- "ne_bound_lat": -4.0766037,
- "ne_bound_lng": 56.3928224,
- "population": 94677,
- "sec_emer_num": "",
- "sw_bound_lat": -10.4716073,
- "sw_bound_lng": 45.9832764,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:53:00.772086Z"
}, - {
- "banner": {
}, - "center_lat": -15.9650104,
- "center_lng": -5.7089241,
- "country_code": "SH",
- "country_code_3": "SHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇭",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "2fb27105-863e-473a-8daf-e476c4e81bde",
- "name": "Saint Helena",
- "ne_bound_lat": -15.89719,
- "ne_bound_lng": -5.638752999999999,
- "population": 4049,
- "sec_emer_num": "",
- "sw_bound_lat": -16.0203149,
- "sw_bound_lng": -5.792052,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:14.197654Z"
}, - {
- "banner": {
}, - "center_lat": -9.64571,
- "center_lng": 160.156194,
- "country_code": "SB",
- "country_code_3": "SLB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇧",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "8375f443-2cbb-42bf-8215-79a1ff166cf1",
- "name": "Solomon Islands",
- "ne_bound_lat": -6.075011,
- "ne_bound_lng": 168.0249023,
- "population": 599419,
- "sec_emer_num": "The police force response times may be slow due to limited resources.",
- "sw_bound_lat": -12.6832149,
- "sw_bound_lng": 155.1187134,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:07:28.606521Z"
}, - {
- "banner": {
}, - "center_lat": 28.394857,
- "center_lng": 84.12400799999999,
- "country_code": "NP",
- "country_code_3": "NPL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇵",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "a27e8df5-2c6a-4306-84f3-b802d8e156c7",
- "name": "Nepal",
- "ne_bound_lat": 30.4473898,
- "ne_bound_lng": 88.20182969999999,
- "population": 28982771,
- "sec_emer_num": "While police officials may speak English, always speak slowly and clearly enunciate to avoid misunderstanding.",
- "sw_bound_lat": 26.3473741,
- "sw_bound_lng": 80.05846980000001,
- "travel_status": 1,
- "updated_at": "2020-09-28T17:03:36.223606Z"
}, - {
- "banner": {
}, - "center_lat": 41.87194,
- "center_lng": 12.56738,
- "country_code": "IT",
- "country_code_3": "ITA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "39b03b20-f143-41a9-bfa1-bc4884a2b0b4",
- "name": "Italy",
- "ne_bound_lat": 47.092,
- "ne_bound_lng": 18.7975999,
- "population": 60600590,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 35.4897,
- "sw_bound_lng": 6.6267201,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:11:59.862118Z"
}, - {
- "banner": {
}, - "center_lat": 43.73841760000001,
- "center_lng": 7.424615799999999,
- "country_code": "MC",
- "country_code_3": "MCO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇨",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "id": "2a2db86e-c77c-4643-b311-8ff259727613",
- "name": "Monaco",
- "ne_bound_lat": 43.7519029,
- "ne_bound_lng": 7.4426,
- "population": 38499,
- "sec_emer_num": "",
- "sw_bound_lat": 43.7237999,
- "sw_bound_lng": 7.4091049,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:13:48.590591Z"
}, - {
- "banner": {
}, - "center_lat": -14.2938,
- "center_lng": -178.1165,
- "country_code": "WF",
- "country_code_3": "WLF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇼🇫",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "51e2ff68-3a3f-4448-8116-5d54c2351571",
- "name": "Wallis & Futuna",
- "ne_bound_lat": -13.1303042,
- "ne_bound_lng": -176.0971068,
- "population": 13414,
- "sec_emer_num": "",
- "sw_bound_lat": -14.4187203,
- "sw_bound_lng": -178.2284546,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.062530Z"
}, - {
- "banner": {
}, - "center_lat": -6.369028,
- "center_lng": 34.888822,
- "country_code": "TZ",
- "country_code_3": "TZA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇿",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "845469fd-16f7-4eb9-aa49-6260eb9e6933",
- "name": "Tanzania",
- "ne_bound_lat": -0.9843968000000001,
- "ne_bound_lng": 40.6398,
- "population": 55572201,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -11.7612539,
- "sw_bound_lng": 29.34,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:49:25.014277Z"
}, - {
- "banner": {
}, - "center_lat": -54.429579,
- "center_lng": -36.587909,
- "country_code": "GS",
- "country_code_3": "SGS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇸",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "192d70d5-a955-4b54-ac19-a82eae67e52d",
- "name": "South Georgia & South Sandwich Islands",
- "ne_bound_lat": -53.8525267,
- "ne_bound_lng": -25.4663085,
- "population": 0,
- "sec_emer_num": "The nearest medical facilities are the Falkland Islands and South America. ",
- "sw_bound_lat": -59.91097600000001,
- "sw_bound_lng": -38.4301758,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:28.884431Z"
}, - {
- "banner": {
}, - "center_lat": 48.379433,
- "center_lng": 31.1655799,
- "country_code": "UA",
- "country_code_3": "UKR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇦",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "1ae76e1a-d611-49df-81e8-5c7d5968281a",
- "name": "Ukraine",
- "ne_bound_lat": 52.3793713,
- "ne_bound_lng": 40.2204802,
- "population": 45004645,
- "sec_emer_num": "Operators generally do not speak English. There could be long delays for police and/or emergency services. \r\n",
- "sw_bound_lat": 44.2924,
- "sw_bound_lng": 22.137159,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:04:21.359377Z"
}, - {
- "banner": {
}, - "center_lat": 56.130366,
- "center_lng": -106.346771,
- "country_code": "CA",
- "country_code_3": "CAN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇦",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "338aaeb6-0fc8-4dc8-b0af-017c7e8a620f",
- "name": "Canada",
- "ne_bound_lat": 83.6381,
- "ne_bound_lng": -50.9766,
- "population": 36286425,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.6765559,
- "sw_bound_lng": -141.00187,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:11:49.750447Z"
}, - {
- "banner": {
}, - "center_lat": 64.963051,
- "center_lng": -19.020835,
- "country_code": "IS",
- "country_code_3": "ISL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇸",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "b192c241-6697-4664-b335-345af3b077f5",
- "name": "Iceland",
- "ne_bound_lat": 67.2466,
- "ne_bound_lng": -12.2388001,
- "population": 334252,
- "sec_emer_num": "",
- "sw_bound_lat": 62.4819,
- "sw_bound_lng": -26.2572999,
- "travel_status": 0,
- "updated_at": "2020-09-26T08:22:26.734652Z"
}, - {
- "banner": {
}, - "center_lat": 23.634501,
- "center_lng": -102.552784,
- "country_code": "MX",
- "country_code_3": "MEX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇽",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "c0b96bdd-669a-4391-ae5f-9fff776add05",
- "name": "Mexico",
- "ne_bound_lat": 32.7186534,
- "ne_bound_lng": -86.5887,
- "population": 127540423,
- "sec_emer_num": "",
- "sw_bound_lat": 14.3895,
- "sw_bound_lng": -118.6523001,
- "travel_status": 1,
- "updated_at": "2020-09-29T06:27:20.009742Z"
}, - {
- "banner": {
}, - "center_lat": 41.902916,
- "center_lng": 12.453389,
- "country_code": "VA",
- "country_code_3": "VAX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇦",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "cd8acb3d-e4d4-45a4-9de2-1f1fc11dd4cd",
- "name": "Vatican City",
- "ne_bound_lat": 41.90744309999999,
- "ne_bound_lng": 12.4583938,
- "population": 1000,
- "sec_emer_num": "",
- "sw_bound_lat": 41.9001896,
- "sw_bound_lng": 12.4457286,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.147902Z"
}, - {
- "banner": {
}, - "center_lat": -21.178986,
- "center_lng": -175.198242,
- "country_code": "TO",
- "country_code_3": "TON",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇴",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "9a927d77-0c8c-441e-a8f8-36131e09b2d5",
- "name": "Tonga",
- "ne_bound_lat": -15.4060236,
- "ne_bound_lng": -173.2543946,
- "population": 107122,
- "sec_emer_num": "",
- "sw_bound_lat": -21.8360059,
- "sw_bound_lng": -175.9570313,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:36:10.644111Z"
}, - {
- "banner": {
}, - "center_lat": 17.357822,
- "center_lng": -62.782998,
- "country_code": "KN",
- "country_code_3": "KNA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇳",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "47627140-14a2-4de5-9908-f86d927988e9",
- "name": "Saint Kitts & Nevis",
- "ne_bound_lat": 17.4205891,
- "ne_bound_lng": -62.52369989999999,
- "population": 54821,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 17.07861,
- "sw_bound_lng": -62.86949999999999,
- "travel_status": 0,
- "updated_at": "2020-09-28T15:27:34.682751Z"
}, - {
- "banner": {
}, - "center_lat": 41.377491,
- "center_lng": 64.585262,
- "country_code": "UZ",
- "country_code_3": "UZB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇿",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "87168ecd-41b7-43c3-9b6a-8f4eba576297",
- "name": "Uzbekistan",
- "ne_bound_lat": 45.590075,
- "ne_bound_lng": 73.148946,
- "population": 31848200,
- "sec_emer_num": "",
- "sw_bound_lat": 37.1722571,
- "sw_bound_lng": 55.9982179,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:42:52.773376Z"
}, - {
- "banner": {
}, - "center_lat": 71.706936,
- "center_lng": -42.604303,
- "country_code": "GL",
- "country_code_3": "GRL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇱",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "id": "45517fe6-ae3f-4819-855a-105aa4ad3d57",
- "name": "Greenland",
- "ne_bound_lat": 83.9702561,
- "ne_bound_lng": -8.2617199,
- "population": 56186,
- "sec_emer_num": "",
- "sw_bound_lat": 58.26329,
- "sw_bound_lng": -73.8281196,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:52.230307Z"
}, - {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-09-26T07:00:59.032350Z"
}, - {
- "banner": {
}, - "center_lat": 39.39987199999999,
- "center_lng": -8.224454,
- "country_code": "PT",
- "country_code_3": "PRT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "8217d013-9783-4ecb-88dc-c6a8c6a3486f",
- "name": "Portugal",
- "ne_bound_lat": 42.1543111,
- "ne_bound_lng": -6.189159200000001,
- "population": 10324611,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 32.2895,
- "sw_bound_lng": -31.4647999,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:46:01.783116Z"
}, - {
- "banner": {
}, - "center_lat": 47.162494,
- "center_lng": 19.5033041,
- "country_code": "HU",
- "country_code_3": "HUN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "c7442cb7-a35d-4198-8d79-2fb093b3a1ab",
- "name": "Hungary",
- "ne_bound_lat": 48.585234,
- "ne_bound_lng": 22.8965438,
- "population": 9817958,
- "sec_emer_num": "The Hungarian National Tourist Office operates a 24-hour helpline (telephone 06-1-438-8080) to assist tourists who are victims of crime. Operators can speak English. ",
- "sw_bound_lat": 45.7370889,
- "sw_bound_lng": 16.1133078,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:00:21.603061Z"
}, - {
- "banner": {
}, - "center_lat": 37.09024,
- "center_lng": -95.712891,
- "country_code": "US",
- "country_code_3": "USA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇸",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "2373c04e-92ec-45da-a3e0-c68314bc0fcc",
- "name": "United States",
- "ne_bound_lat": 71.5388001,
- "ne_bound_lng": -66.885417,
- "population": 323127513,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.7763,
- "sw_bound_lng": 170.5957,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:54:25.255508Z"
}, - {
- "banner": {
}, - "center_lat": 9.30769,
- "center_lng": 2.315834,
- "country_code": "BJ",
- "country_code_3": "BEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇯",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "f5c776a7-1926-40b4-b63d-4e7f30ffec66",
- "name": "Benin",
- "ne_bound_lat": 12.4086111,
- "ne_bound_lng": 3.8433429,
- "population": 10872298,
- "sec_emer_num": "",
- "sw_bound_lat": 6.2061001,
- "sw_bound_lng": 0.7754124000000001,
- "travel_status": 1,
- "updated_at": "2020-09-25T18:14:03.297022Z"
}, - {
- "banner": {
}, - "center_lat": 9.081999,
- "center_lng": 8.675277,
- "country_code": "NG",
- "country_code_3": "NGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇬",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "dae9ce27-eff7-4a82-9243-74c9ee897a24",
- "name": "Nigeria",
- "ne_bound_lat": 13.8856449,
- "ne_bound_lng": 14.677982,
- "population": 185989640,
- "sec_emer_num": "In the event of a medical emergency in Nigeria, you may need to call your embassy.",
- "sw_bound_lat": 4.1821001,
- "sw_bound_lng": 2.676932,
- "travel_status": 1,
- "updated_at": "2020-09-28T08:23:45.347205Z"
}, - {
- "banner": {
}, - "center_lat": -11.202692,
- "center_lng": 17.873887,
- "country_code": "AO",
- "country_code_3": "AGO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇴",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "831abfe8-99e1-420f-b7a6-c5a094ed0353",
- "name": "Angola",
- "ne_bound_lat": -4.388063300000001,
- "ne_bound_lng": 24.0878855,
- "population": 28813463,
- "sec_emer_num": "Emergency operators will likely only speak Portuguese. Police may not be able to respond in a timely manner.",
- "sw_bound_lat": -18.0391039,
- "sw_bound_lng": 11.4696999,
- "travel_status": 1,
- "updated_at": "2020-09-23T07:56:20.733739Z"
}, - {
- "banner": {
}, - "center_lat": 61.89263500000001,
- "center_lng": -6.9118061,
- "country_code": "FO",
- "country_code_3": "FRO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇴",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "3447576a-8c58-451c-89cf-12a5bfcc16b9",
- "name": "Faroe Islands",
- "ne_bound_lat": 62.4310742,
- "ne_bound_lng": -6.190796,
- "population": 49117,
- "sec_emer_num": "",
- "sw_bound_lat": 61.3677776,
- "sw_bound_lng": -7.7178956,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:54.063458Z"
}, - {
- "banner": {
}, - "center_lat": 52.132633,
- "center_lng": 5.291265999999999,
- "country_code": "NL",
- "country_code_3": "NLD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇱",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "54e44cf3-99aa-4c1a-b6df-781728246bd4",
- "name": "Netherlands",
- "ne_bound_lat": 53.6316,
- "ne_bound_lng": 7.227510199999999,
- "population": 17018408,
- "sec_emer_num": "",
- "sw_bound_lat": 50.75038379999999,
- "sw_bound_lng": 3.3316001,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:00:35.919589Z"
}, - {
- "banner": {
}, - "center_lat": 53.41291,
- "center_lng": -8.24389,
- "country_code": "IE",
- "country_code_3": "IRL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "667efeb1-84e0-4260-b8fb-9642efb94778",
- "name": "Ireland",
- "ne_bound_lat": 55.4602,
- "ne_bound_lng": -5.668900100000001,
- "population": 4773095,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.3066,
- "sw_bound_lng": -10.7666001,
- "travel_status": 0,
- "updated_at": "2020-09-29T08:27:31.469383Z"
}, - {
- "banner": {
}, - "center_lat": 17.607789,
- "center_lng": 8.081666,
- "country_code": "NE",
- "country_code_3": "NER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇪",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "1c541a4f-572d-4ef3-b02e-1377e4e7eab9",
- "name": "Niger",
- "ne_bound_lat": 23.4999997,
- "ne_bound_lng": 15.9990339,
- "population": 20672987,
- "sec_emer_num": "",
- "sw_bound_lat": 11.693756,
- "sw_bound_lng": 0.1617177,
- "travel_status": 2,
- "updated_at": "2020-09-28T05:37:10.207453Z"
}, - {
- "banner": {
}, - "center_lat": 16.265,
- "center_lng": -61.55099999999999,
- "country_code": "GP",
- "country_code_3": "GLP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇵",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "e9492cf5-8ce4-4854-b7bf-858a379f018b",
- "name": "Guadeloupe",
- "ne_bound_lat": 16.5572273,
- "ne_bound_lng": -60.9473,
- "population": 448869,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.742032,
- "sw_bound_lng": -61.8468,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:41:18.826008Z"
}, - {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:55:07.304176Z"
}, - {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-09-25T05:13:46.333047Z"
}, - {
- "banner": {
}, - "center_lat": 17.9,
- "center_lng": -62.833333,
- "country_code": "BL",
- "country_code_3": "BLM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇱",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "6a2c3179-23a7-444f-ae86-a292b45ef1f7",
- "name": "Saint Barthélemy",
- "ne_bound_lat": 17.978,
- "ne_bound_lng": -62.7869,
- "population": 9877,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 17.8663,
- "sw_bound_lng": -62.9559999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T19:34:42.896200Z"
}, - {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-09-29T08:31:02.660607Z"
}, - {
- "banner": {
}, - "center_lat": 18.220554,
- "center_lng": -63.06861499999999,
- "country_code": "AI",
- "country_code_3": "AIA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇮",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "d8b4c93b-56dd-432e-a9fb-8aa1aee87c35",
- "name": "Anguilla",
- "ne_bound_lat": 18.6332326,
- "ne_bound_lng": -62.91999999999999,
- "population": 16187,
- "sec_emer_num": "",
- "sw_bound_lat": 18.1465043,
- "sw_bound_lng": -63.4803,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:51:00.804630Z"
}, - {
- "banner": {
}, - "center_lat": 11.825138,
- "center_lng": 42.590275,
- "country_code": "DJ",
- "country_code_3": "DJI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇯",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "c32f02f7-b0b0-4efb-beeb-dfa9f0aa3c36",
- "name": "Djibouti",
- "ne_bound_lat": 12.7136972,
- "ne_bound_lng": 43.4839,
- "population": 942333,
- "sec_emer_num": "",
- "sw_bound_lat": 10.912953,
- "sw_bound_lng": 41.77084600000001,
- "travel_status": 1,
- "updated_at": "2020-09-25T07:17:30.885374Z"
}, - {
- "banner": {
}, - "center_lat": 17.060816,
- "center_lng": -61.796428,
- "country_code": "AG",
- "country_code_3": "ATG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "21be0985-7bdb-48e8-9d81-270e36f9908b",
- "name": "Antigua & Barbuda",
- "ne_bound_lat": 17.7499946,
- "ne_bound_lng": -61.6394,
- "population": 100963,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 16.9018,
- "sw_bound_lng": -62.38100009999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:07:18.015066Z"
}, - {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-09-26T19:38:54.063174Z"
}, - {
- "banner": {
}, - "center_lat": 51.919438,
- "center_lng": 19.145136,
- "country_code": "PL",
- "country_code_3": "POL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇱",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "359d397c-0cc8-4360-96dd-c55038616213",
- "name": "Poland",
- "ne_bound_lat": 54.9054761,
- "ne_bound_lng": 24.1458931,
- "population": 37948016,
- "sec_emer_num": "",
- "sw_bound_lat": 49.002025,
- "sw_bound_lng": 14.1228641,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:31:09.832959Z"
}, - {
- "banner": {
}, - "center_lat": 56.26392,
- "center_lng": 9.501785,
- "country_code": "DK",
- "country_code_3": "DNK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇰",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "e7e3b19b-bcaf-4869-b765-c6156a8602ff",
- "name": "Denmark",
- "ne_bound_lat": 58.02846,
- "ne_bound_lng": 15.2298,
- "population": 5731118,
- "sec_emer_num": "",
- "sw_bound_lat": 54.4317001,
- "sw_bound_lng": 7.855200099999999,
- "travel_status": 0,
- "updated_at": "2020-09-26T16:36:55.163827Z"
}, - {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-09-23T07:10:51.065323Z"
}, - {
- "banner": {
}, - "center_lat": -29.609988,
- "center_lng": 28.233608,
- "country_code": "LS",
- "country_code_3": "LSO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇸",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9eb317e0-a37e-430f-8505-b3714075ed17",
- "name": "Lesotho",
- "ne_bound_lat": -28.5708011,
- "ne_bound_lng": 29.4557087,
- "population": 2203821,
- "sec_emer_num": "Emergency response may be unreliable, and travellers have reported emergency numbers being out of service. ",
- "sw_bound_lat": -30.6755788,
- "sw_bound_lng": 27.011231,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:27:24.848019Z"
}, - {
- "banner": {
}, - "center_lat": -6.343194,
- "center_lng": 71.876519,
- "country_code": "IO",
- "country_code_3": "IOT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇴",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "8df05a77-7fe2-4a0d-84df-dafce8dbd540",
- "name": "British Indian Ocean Territory",
- "ne_bound_lat": -5.1401857,
- "ne_bound_lng": 72.5880433,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -7.4891118,
- "sw_bound_lng": 71.1859131,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:40.205713Z"
}, - {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - {
- "banner": {
}, - "center_lat": -0.789275,
- "center_lng": 113.921327,
- "country_code": "ID",
- "country_code_3": "IDN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇩",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "db0a6b6c-a061-4289-827a-e2dea75141df",
- "name": "Indonesia",
- "ne_bound_lat": 6.216999899999999,
- "ne_bound_lng": 141.0425,
- "population": 261115456,
- "sec_emer_num": "Emergency response and services may be limited. Travellers may need to go directly to a police station or hospital for service. Carry local emergency contact information. ",
- "sw_bound_lat": -11.1082999,
- "sw_bound_lng": 94.7351,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:36:40.863110Z"
}, - {
- "banner": {
}, - "center_lat": 26.0667,
- "center_lng": 50.5577,
- "country_code": "BH",
- "country_code_3": "BHR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇭",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "69e33310-ee00-4563-8771-a9c4123da08c",
- "name": "Bahrain",
- "ne_bound_lat": 26.3315761,
- "ne_bound_lng": 50.8509064,
- "population": 1425171,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 25.5349999,
- "sw_bound_lng": 50.3448485,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:44:57.417441Z"
}, - {
- "banner": {
}, - "center_lat": -12.164165,
- "center_lng": 96.87095599999999,
- "country_code": "CC",
- "country_code_3": "CCK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇨",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "5234d537-83a1-4139-b624-7d94162926a5",
- "name": "Cocos (Keeling) Islands",
- "ne_bound_lat": -11.819973,
- "ne_bound_lng": 96.93271639999999,
- "population": 544,
- "sec_emer_num": "",
- "sw_bound_lat": -12.2118513,
- "sw_bound_lng": 96.8134118,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:52:55.810564Z"
}, - {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:47:41.980426Z"
}, - {
- "banner": {
}, - "center_lat": -16.290154,
- "center_lng": -63.58865299999999,
- "country_code": "BO",
- "country_code_3": "BOL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇴",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "4cea962e-2311-4ba0-89ab-8f828263f6ae",
- "name": "Bolivia",
- "ne_bound_lat": -9.669323,
- "ne_bound_lng": -57.453803,
- "population": 10887882,
- "sec_emer_num": "Operators may not speak English.\r\n\r\n",
- "sw_bound_lat": -22.8980899,
- "sw_bound_lng": -69.64498999999999,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:51:08.368737Z"
}, - {
- "banner": {
}, - "center_lat": 55.169438,
- "center_lng": 23.881275,
- "country_code": "LT",
- "country_code_3": "LTU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇹",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "872a6386-f42b-49e3-941a-818898f09810",
- "name": "Lithuania",
- "ne_bound_lat": 56.45032089999999,
- "ne_bound_lng": 26.835523,
- "population": 2872298,
- "sec_emer_num": "",
- "sw_bound_lat": 53.8967949,
- "sw_bound_lng": 20.931,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.066486Z"
}, - {
- "banner": {
}, - "center_lat": -7.109534999999999,
- "center_lng": 177.64933,
- "country_code": "TV",
- "country_code_3": "TUV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇻",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "92ff4dcf-d5ee-450b-8309-c58b8d02a914",
- "name": "Tuvalu",
- "ne_bound_lat": -5.4300853,
- "ne_bound_lng": 179.9999999,
- "population": 11097,
- "sec_emer_num": "",
- "sw_bound_lat": -11.1891797,
- "sw_bound_lng": 175.5615234,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.102226Z"
}, - {
- "banner": {
}, - "center_lat": -54.4207915,
- "center_lng": 3.3464497,
- "country_code": "BV",
- "country_code_3": "BVT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇻",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "fec4d6d9-4161-431c-8728-8a28b0e1e19e",
- "name": "Bouvet Island",
- "ne_bound_lat": -54.3869298,
- "ne_bound_lng": 3.4332785,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -54.4541004,
- "sw_bound_lng": 3.2858826,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:08.815922Z"
}, - {
- "banner": {
}, - "center_lat": 4.860416,
- "center_lng": -58.93018,
- "country_code": "GY",
- "country_code_3": "GUY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "6396c36d-1434-4164-b9bb-55672504494c",
- "name": "Guyana",
- "ne_bound_lat": 8.722199999999999,
- "ne_bound_lng": -56.49112,
- "population": 773303,
- "sec_emer_num": "The emergency calls may go unanswered. Police capacity to respond may be limited.",
- "sw_bound_lat": 1.164724,
- "sw_bound_lng": -61.414905,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:57:48.426615Z"
}, - {
- "banner": {
}, - "center_lat": 48.669026,
- "center_lng": 19.699024,
- "country_code": "SK",
- "country_code_3": "SVK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇰",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "id": "0e85fc55-02c7-49ae-8fa2-220c5f53f3d9",
- "name": "Slovakia",
- "ne_bound_lat": 49.613805,
- "ne_bound_lng": 22.5658602,
- "population": 5428704,
- "sec_emer_num": "Police usually do not speak English. Languages spoken by the population will be Slovak and usually English.",
- "sw_bound_lat": 47.731159,
- "sw_bound_lng": 16.8331821,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:13:06.689273Z"
}, - {
- "banner": {
}, - "center_lat": 12.52111,
- "center_lng": -69.968338,
- "country_code": "AW",
- "country_code_3": "ABW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇼",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "8ce27380-e9e8-4008-b0d3-84ae51d5818a",
- "name": "Aruba",
- "ne_bound_lat": 12.6306179,
- "ne_bound_lng": -69.8644638,
- "population": 104822,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 12.406093,
- "sw_bound_lng": -70.070114,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:54:43.847955Z"
}, - {
- "banner": {
}, - "center_lat": 21.00789,
- "center_lng": -10.940835,
- "country_code": "MR",
- "country_code_3": "MRT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "b0b49493-86fb-4be8-8c1c-1e086fcb386b",
- "name": "Mauritania",
- "ne_bound_lat": 27.3158916,
- "ne_bound_lng": -4.833334799999999,
- "population": 4301018,
- "sec_emer_num": "",
- "sw_bound_lat": 14.721273,
- "sw_bound_lng": -17.0687276,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:54:11.327411Z"
}, - {
- "banner": {
}, - "center_lat": -49.280366,
- "center_lng": 69.3485571,
- "country_code": "TF",
- "country_code_3": "ATF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇫",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "3c63e394-ee95-42e5-8b1f-bc84efbfba3d",
- "name": "French Southern Territories",
- "ne_bound_lat": -48.4036793,
- "ne_bound_lng": 70.6558228,
- "population": 2274277,
- "sec_emer_num": "",
- "sw_bound_lat": -50.0641918,
- "sw_bound_lng": 68.4832764,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.214745Z"
}, - {
- "banner": {
}, - "center_lat": -53.08181,
- "center_lng": 73.50415799999999,
- "country_code": "HM",
- "country_code_3": "HMD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇲",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "7ca3209d-8e5a-4006-8984-16f25de89cd1",
- "name": "Heard & McDonald Islands",
- "ne_bound_lat": -52.9609444,
- "ne_bound_lng": 73.7792016,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -53.19168759999999,
- "sw_bound_lng": 73.25065599999999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:22.923583Z"
}, - {
- "banner": {
}, - "center_lat": 19.2823192,
- "center_lng": 166.647047,
- "country_code": "UM",
- "country_code_3": "UMI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇲",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "f61cd68b-11d8-41a3-8deb-ad13db3b5113",
- "name": "U.S. Outlying Islands",
- "ne_bound_lat": 28.3977184,
- "ne_bound_lng": -159.9849071,
- "population": 0,
- "sec_emer_num": "",
- "sw_bound_lat": -0.3824678,
- "sw_bound_lng": 166.5989221,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.236410Z"
}, - {
- "banner": {
}, - "center_lat": 16.742498,
- "center_lng": -62.187366,
- "country_code": "MS",
- "country_code_3": "MSR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇸",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "cba3245f-9606-478b-9d29-a45641bdbe05",
- "name": "Montserrat",
- "ne_bound_lat": 16.8260672,
- "ne_bound_lng": -62.14262009999999,
- "population": 5215,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 16.671007,
- "sw_bound_lng": -62.242584,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:09:20.757194Z"
}, - {
- "banner": {
}, - "center_lat": 15.870032,
- "center_lng": 100.992541,
- "country_code": "TH",
- "country_code_3": "THA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "93c31206-0159-41b3-a255-83417b792e22",
- "name": "Thailand",
- "ne_bound_lat": 20.465143,
- "ne_bound_lng": 105.636812,
- "population": 68863514,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 5.613038,
- "sw_bound_lng": 97.343396,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:39:51.201354Z"
}, - {
- "banner": {
}, - "center_lat": 45.943161,
- "center_lng": 24.96676,
- "country_code": "RO",
- "country_code_3": "ROU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇴",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "29a1e450-0439-4b93-b8d1-339b196c8ff2",
- "name": "Romania",
- "ne_bound_lat": 48.26518,
- "ne_bound_lng": 29.77839999999999,
- "population": 19705301,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 43.6186193,
- "sw_bound_lng": 20.2617591,
- "travel_status": 0,
- "updated_at": "2020-09-29T16:08:25.441556Z"
}, - {
- "banner": {
}, - "center_lat": 18.220833,
- "center_lng": -66.590149,
- "country_code": "PR",
- "country_code_3": "PRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇷",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "36e537a1-f4c0-45af-a817-5a77ec672499",
- "name": "Puerto Rico",
- "ne_bound_lat": 18.5720479,
- "ne_bound_lng": -65.2105715,
- "population": 3411307,
- "sec_emer_num": "",
- "sw_bound_lat": 17.8449191,
- "sw_bound_lng": -67.9611844,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:34:06.111262Z"
}, - {
- "banner": {
}, - "center_lat": -23.442503,
- "center_lng": -58.443832,
- "country_code": "PY",
- "country_code_3": "PRY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "a14030df-8391-4890-8223-dc5040024420",
- "name": "Paraguay",
- "ne_bound_lat": -19.2876589,
- "ne_bound_lng": -54.258562,
- "population": 6725308,
- "sec_emer_num": "",
- "sw_bound_lat": -27.5817594,
- "sw_bound_lng": -62.63895230000001,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:39:08.307703Z"
}, - {
- "banner": {
}, - "center_lat": 12.565679,
- "center_lng": 104.990963,
- "country_code": "KH",
- "country_code_3": "KHM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "227d5b17-6ce2-498f-acc8-dc36df624b7f",
- "name": "Cambodia",
- "ne_bound_lat": 14.6901791,
- "ne_bound_lng": 107.627687,
- "population": 15762370,
- "sec_emer_num": "Emergency services in Cambodia are extremely limited.\r\n",
- "sw_bound_lat": 9.6007,
- "sw_bound_lng": 102.333542,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:01:09.909055Z"
}, - {
- "banner": {
}, - "center_lat": 15.454166,
- "center_lng": 18.732207,
- "country_code": "TD",
- "country_code_3": "TCD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇩",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "5586f292-1156-4edd-8621-e48c0d6ba986",
- "name": "Chad",
- "ne_bound_lat": 23.449228,
- "ne_bound_lng": 24.0000011,
- "population": 14452543,
- "sec_emer_num": "Emergency services are very limited and may be unresponsive. \r\n\r\n",
- "sw_bound_lat": 7.442975,
- "sw_bound_lng": 13.4699999,
- "travel_status": 2,
- "updated_at": "2020-09-26T06:14:48.819596Z"
}, - {
- "banner": {
}, - "center_lat": 14.058324,
- "center_lng": 108.277199,
- "country_code": "VN",
- "country_code_3": "VNM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇳",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "6b415f92-0667-40e1-947d-06b55cb1315a",
- "name": "Vietnam",
- "ne_bound_lat": 23.3926504,
- "ne_bound_lng": 109.6765,
- "population": 92701100,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 8.1952001,
- "sw_bound_lng": 102.1439156,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:23:10.908874Z"
}, - {
- "banner": {
}, - "center_lat": 26.820553,
- "center_lng": 30.802498,
- "country_code": "EG",
- "country_code_3": "EGY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇬",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "e96d1b29-0e84-4fde-a25b-b7ad6b87d84e",
- "name": "Egypt",
- "ne_bound_lat": 31.8122,
- "ne_bound_lng": 37.0569,
- "population": 100388073,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 21.9999999,
- "sw_bound_lng": 24.696775,
- "travel_status": 1,
- "updated_at": "2020-09-26T06:47:39.681617Z"
}, - {
- "banner": {
}, - "center_lat": 12.1783611,
- "center_lng": -68.2385339,
- "country_code": "BQ",
- "country_code_3": "BES",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇶",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "bca2db29-76fa-46b3-9767-2fc20d0822a7",
- "name": "Caribbean Netherlands (Bonaire, Saba and Sint Eustatius)",
- "ne_bound_lat": 17.6606999,
- "ne_bound_lng": -62.9228,
- "population": 26147,
- "sec_emer_num": "",
- "sw_bound_lat": 11.9641,
- "sw_bound_lng": -68.5149,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:31.082731Z"
}, - {
- "banner": {
}, - "center_lat": 34.80207499999999,
- "center_lng": 38.996815,
- "country_code": "SY",
- "country_code_3": "SYR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇾",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "7b6d7ca8-f80b-4d6a-8105-d7df8563d686",
- "name": "Syria",
- "ne_bound_lat": 37.318693,
- "ne_bound_lng": 42.376309,
- "population": 18430453,
- "sec_emer_num": "Operators speak Arabic.",
- "sw_bound_lat": 32.311136,
- "sw_bound_lng": 35.62869999999999,
- "travel_status": 2,
- "updated_at": "2020-09-23T08:30:50.022149Z"
}, - {
- "banner": {
}, - "center_lat": -20.904305,
- "center_lng": 165.618042,
- "country_code": "NC",
- "country_code_3": "NCL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇨",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "9374a07a-2609-4fff-8d96-9bff763f94cd",
- "name": "New Caledonia",
- "ne_bound_lat": -19.1607355,
- "ne_bound_lng": 168.3325194,
- "population": 278000,
- "sec_emer_num": "Ensure travel and medical insurance are acquired before departing. When travelling off the main island, medical facilities may not be adequate and, in severe cases, evacuation may be the only option. \r\n",
- "sw_bound_lat": -23.2514406,
- "sw_bound_lng": 163.3557129,
- "travel_status": 0,
- "updated_at": "2020-09-30T06:26:18.465715Z"
}, - {
- "banner": {
}, - "center_lat": -0.803689,
- "center_lng": 11.609444,
- "country_code": "GA",
- "country_code_3": "GAB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇦",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "c2cb9c75-e3af-4ac5-b3bd-4373e393f231",
- "name": "Gabon",
- "ne_bound_lat": 2.318109,
- "ne_bound_lng": 14.5269234,
- "population": 1979786,
- "sec_emer_num": "Operators may speak French only.",
- "sw_bound_lat": -4.1656,
- "sw_bound_lng": 8.421,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:38:44.289074Z"
}, - {
- "banner": {
}, - "center_lat": -19.054445,
- "center_lng": -169.867233,
- "country_code": "NU",
- "country_code_3": "NIU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇺",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "440573b0-d651-43ce-b08f-acc6ed46fc5e",
- "name": "Niue",
- "ne_bound_lat": -18.952625,
- "ne_bound_lng": -169.7743248,
- "population": 1615,
- "sec_emer_num": "",
- "sw_bound_lat": -19.1555668,
- "sw_bound_lng": -169.9500846,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:00:09.663671Z"
}, - {
- "banner": {
}, - "center_lat": 30.585164,
- "center_lng": 36.238414,
- "country_code": "JO",
- "country_code_3": "JOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇴",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "1dbb9364-c428-4c4a-bc5a-831592330544",
- "name": "Jordan",
- "ne_bound_lat": 33.374735,
- "ne_bound_lng": 39.301154,
- "population": 9455802,
- "sec_emer_num": "",
- "sw_bound_lat": 29.1850361,
- "sw_bound_lng": 34.9441001,
- "travel_status": 1,
- "updated_at": "2020-09-28T18:44:35.744060Z"
}, - {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-09-26T07:25:06.807769Z"
}, - {
- "banner": {
}, - "center_lat": 4.210484,
- "center_lng": 101.975766,
- "country_code": "MY",
- "country_code_3": "MYS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇾",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "b7820f83-ea4c-4f1f-b807-896ea64e9239",
- "name": "Malaysia",
- "ne_bound_lat": 7.5191,
- "ne_bound_lng": 119.4000001,
- "population": 31187265,
- "sec_emer_num": "",
- "sw_bound_lat": 0.8539281000000001,
- "sw_bound_lng": 98.9353999,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:56:13.413326Z"
}, - {
- "banner": {
}, - "center_lat": 46.227638,
- "center_lng": 2.213749,
- "country_code": "FR",
- "country_code_3": "FRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇷",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "b14d83a8-f3c1-4cbb-8bf3-a16b61b76838",
- "name": "France",
- "ne_bound_lat": 51.1241999,
- "ne_bound_lng": 9.6624999,
- "population": 66896109,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.31433,
- "sw_bound_lng": -5.5591,
- "travel_status": 0,
- "updated_at": "2020-09-24T05:58:47.792526Z"
}, - {
- "banner": {
}, - "center_lat": -4.038333,
- "center_lng": 21.758664,
- "country_code": "CD",
- "country_code_3": "COD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇩",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "009490cb-4c17-45db-aea6-2a562493c4ce",
- "name": "Democratic Republic of the Congo - Kinshasa",
- "ne_bound_lat": 5.3920029,
- "ne_bound_lng": 31.314612,
- "population": 88666288,
- "sec_emer_num": "There is no country-wide emergency number.\r\n\r\nEmergency response may be inconsistent and very limited. Remote areas may have no emergency services at all. \r\n\r\n\r\n",
- "sw_bound_lat": -13.4590349,
- "sw_bound_lng": 12.1454,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:38:38.513439Z"
}, - {
- "banner": {
}, - "center_lat": 38.861034,
- "center_lng": 71.276093,
- "country_code": "TJ",
- "country_code_3": "TJK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇯",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "a22b99e9-a0a4-44f2-9b95-f4c5b3194481",
- "name": "Tajikistan",
- "ne_bound_lat": 41.044367,
- "ne_bound_lng": 75.1539564,
- "population": 8734951,
- "sec_emer_num": "Emergency services may be limited.",
- "sw_bound_lat": 36.6719898,
- "sw_bound_lng": 67.34201209999999,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:55:41.121084Z"
}, - {
- "banner": {
}, - "center_lat": 23.885942,
- "center_lng": 45.079162,
- "country_code": "SA",
- "country_code_3": "SAU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇦",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "b6e8a229-5cf4-403e-885b-938c82e0ede2",
- "name": "Saudi Arabia",
- "ne_bound_lat": 32.154284,
- "ne_bound_lng": 55.6666999,
- "population": 32275687,
- "sec_emer_num": "",
- "sw_bound_lat": 16.0036,
- "sw_bound_lng": 34.5299999,
- "travel_status": 1,
- "updated_at": "2020-09-25T06:12:44.048641Z"
}, - {
- "banner": {
}, - "center_lat": -9.200199999999999,
- "center_lng": -171.8484,
- "country_code": "TK",
- "country_code_3": "TKL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇰",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "20520ce7-377d-4487-88e6-f4725b3deea5",
- "name": "Tokelau",
- "ne_bound_lat": -8.4221116,
- "ne_bound_lng": -171.0928346,
- "population": 1357,
- "sec_emer_num": "",
- "sw_bound_lat": -9.5059527,
- "sw_bound_lng": -172.6625061,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:46.749801Z"
}, - {
- "banner": {
}, - "center_lat": -35.675147,
- "center_lng": -71.542969,
- "country_code": "CL",
- "country_code_3": "CHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇱",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "1dbb0459-35c5-4033-8e6e-a842ec3ddb49",
- "name": "Chile",
- "ne_bound_lat": -17.4983291,
- "ne_bound_lng": -66.3327,
- "population": 17909754,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -56.1455,
- "sw_bound_lng": -110.0281,
- "travel_status": 0,
- "updated_at": "2020-09-30T07:01:52.119702Z"
}, - {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:50:53.729123Z"
}, - {
- "banner": {
}, - "center_lat": 36.140751,
- "center_lng": -5.353585,
- "country_code": "GI",
- "country_code_3": "GIB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇮",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "eaba89b5-ed35-4a61-bd86-35ef2efe71d2",
- "name": "Gibraltar",
- "ne_bound_lat": 36.1551186,
- "ne_bound_lng": -5.334499999999999,
- "population": 34408,
- "sec_emer_num": "",
- "sw_bound_lat": 36.1038999,
- "sw_bound_lng": -5.3721,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:55.661819Z"
}, - {
- "banner": {
}, - "center_lat": 46.818188,
- "center_lng": 8.227511999999999,
- "country_code": "CH",
- "country_code_3": "CHE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇭",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "ff8c1077-6334-4e07-961c-784ffd7bd518",
- "name": "Switzerland",
- "ne_bound_lat": 47.8084546,
- "ne_bound_lng": 10.4923401,
- "population": 8372098,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 45.81792,
- "sw_bound_lng": 5.95608,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:08:51.217688Z"
}, - {
- "banner": {
}, - "center_lat": 12.16957,
- "center_lng": -68.99002,
- "country_code": "CW",
- "country_code_3": "CUW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇼",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "b7878bbf-65f5-49f4-b740-4d9eb66b4ed0",
- "name": "Curaçao",
- "ne_bound_lat": 12.4941999,
- "ne_bound_lng": -68.5670001,
- "population": 159999,
- "sec_emer_num": "",
- "sw_bound_lat": 11.9224,
- "sw_bound_lng": -69.29899999999999,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T05:53:25.873259Z"
}, - {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:47:23.010722Z"
}, - {
- "banner": {
}, - "center_lat": 40.339852,
- "center_lng": 127.510093,
- "country_code": "KP",
- "country_code_3": "PRK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇵",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "id": "11ed7519-82d5-49d1-a2c8-ac5182bf5bc8",
- "name": "North Korea",
- "ne_bound_lat": 43.01159,
- "ne_bound_lng": 130.6990167,
- "population": 25666161,
- "sec_emer_num": "Operators speak Korean. Some may speak Russian, English or Chinese.",
- "sw_bound_lat": 37.5892001,
- "sw_bound_lng": 124.1491605,
- "travel_status": 2,
- "updated_at": "2020-09-05T01:56:55.706750Z"
}, - {
- "banner": {
}, - "center_lat": 42.6026359,
- "center_lng": 20.902977,
- "country_code": "XK",
- "country_code_3": "XKO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇽🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "96db830a-24dc-4217-8ca1-c80f46e1f301",
- "name": "Kosovo",
- "ne_bound_lat": 43.2676851,
- "ne_bound_lng": 21.7898669,
- "population": 1810366,
- "sec_emer_num": "Responsiveness of police service to criminal reports varies.",
- "sw_bound_lat": 41.8576408,
- "sw_bound_lng": 20.014284,
- "travel_status": 1,
- "updated_at": "2020-09-29T18:08:28.369610Z"
}, - {
- "banner": {
}, - "center_lat": -22.95764,
- "center_lng": 18.49041,
- "country_code": "NA",
- "country_code_3": "NAM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "a8ef3bc2-e050-4c0e-a2bd-8d18a4fadde6",
- "name": "Namibia",
- "ne_bound_lat": -16.9634849,
- "ne_bound_lng": 25.261752,
- "population": 2479713,
- "sec_emer_num": "",
- "sw_bound_lat": -28.97063889999999,
- "sw_bound_lng": 11.4696999,
- "travel_status": 0,
- "updated_at": "2020-09-23T08:12:05.653140Z"
}, - {
- "banner": {
}, - "center_lat": 15.552727,
- "center_lng": 48.516388,
- "country_code": "YE",
- "country_code_3": "YEM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇾🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "d41be7e6-a35d-4926-8d55-b8c0e03333fc",
- "name": "Yemen",
- "ne_bound_lat": 18.9996331,
- "ne_bound_lng": 54.67899999999999,
- "population": 29200000,
- "sec_emer_num": "Operators do not speak English. Emergency response may be limited, and police are largely unaccountable.\r\n",
- "sw_bound_lat": 11.7975,
- "sw_bound_lng": 41.70959999999999,
- "travel_status": 2,
- "updated_at": "2020-09-29T16:03:04.225161Z"
}, - {
- "banner": {
}, - "center_lat": 39.074208,
- "center_lng": 21.824312,
- "country_code": "GR",
- "country_code_3": "GRC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇷",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "0ef0d041-a5a5-4040-bcb9-6bd27a11a6e7",
- "name": "Greece",
- "ne_bound_lat": 41.7488784,
- "ne_bound_lng": 29.6527999,
- "population": 10746740,
- "sec_emer_num": null,
- "sw_bound_lat": 34.5428,
- "sw_bound_lng": 19.3098,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:55:10.229391Z"
}, - {
- "banner": {
}, - "center_lat": null,
- "center_lng": null,
- "country_code": "MF",
- "country_code_3": "MAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇫",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ad4bc4b0-c3bb-4767-a397-3c1294f11f67",
- "name": "Saint Martin",
- "ne_bound_lat": null,
- "ne_bound_lng": null,
- "population": 31949,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": null,
- "sw_bound_lng": null,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:29:22.408815Z"
}, - {
- "banner": {
}, - "center_lat": 31.046051,
- "center_lng": 34.851612,
- "country_code": "IL",
- "country_code_3": "ISR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇱",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "b50ca34a-2998-47ed-b5da-fc2e0b174328",
- "name": "Israel",
- "ne_bound_lat": 33.33280500000001,
- "ne_bound_lng": 35.896244,
- "population": 8547100,
- "sec_emer_num": "",
- "sw_bound_lat": 29.47969999999999,
- "sw_bound_lng": 34.2673871,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:41:41.346647Z"
}, - {
- "banner": {
}, - "center_lat": 41.153332,
- "center_lng": 20.168331,
- "country_code": "AL",
- "country_code_3": "ALB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇱",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "4a371500-14e2-4013-bc14-b70032c12457",
- "name": "Albania",
- "ne_bound_lat": 42.6611669,
- "ne_bound_lng": 21.0572394,
- "population": 2876101,
- "sec_emer_num": "",
- "sw_bound_lat": 39.6447296,
- "sw_bound_lng": 19.1217,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:57:10.268327Z"
}, - {
- "banner": {
}, - "center_lat": 15.414999,
- "center_lng": -61.37097600000001,
- "country_code": "DM",
- "country_code_3": "DMA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇲",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "88a93039-936e-4262-8902-1d7fa47fd8d6",
- "name": "Dominica",
- "ne_bound_lat": 15.6485199,
- "ne_bound_lng": -61.23090180000001,
- "population": 73543,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.2042266,
- "sw_bound_lng": -61.484108,
- "travel_status": 0,
- "updated_at": "2020-09-24T17:46:31.628402Z"
}, - {
- "banner": {
}, - "center_lat": 17.189877,
- "center_lng": -88.49765,
- "country_code": "BZ",
- "country_code_3": "BLZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇿",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "067e9044-a789-44bc-bf23-93f7cc1e053f",
- "name": "Belize",
- "ne_bound_lat": 18.4959419,
- "ne_bound_lng": -87.41269989999999,
- "population": 366954,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 15.8856189,
- "sw_bound_lng": -89.22758789999999,
- "travel_status": 1,
- "updated_at": "2020-09-25T06:26:18.014147Z"
}, - {
- "banner": {
}, - "center_lat": -10.447525,
- "center_lng": 105.690449,
- "country_code": "CX",
- "country_code_3": "CXR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇽",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "f1e4f74f-7c25-4a5d-9819-402550460b5f",
- "name": "Christmas Island",
- "ne_bound_lat": -10.412352,
- "ne_bound_lng": 105.7129382,
- "population": 1843,
- "sec_emer_num": "",
- "sw_bound_lat": -10.5703619,
- "sw_bound_lng": 105.5333161,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T16:53:55.907617Z"
}, - {
- "banner": {
}, - "center_lat": -21.236736,
- "center_lng": -159.777671,
- "country_code": "CK",
- "country_code_3": "COK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇰",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "a6ab9d0d-2c49-4798-955e-f08c03d585b2",
- "name": "Cook Islands",
- "ne_bound_lat": -8.1679932,
- "ne_bound_lng": -155.6982422,
- "population": 18244,
- "sec_emer_num": "Medical facilities are limited. In the event of serious illness or injury, medical evacuation could be necessary. Ensure that you have adequate travel insurance.\r\n\r\nThere are no hyperbaric chambers on any of the islands for treatment of scuba diving related injuries. Serious cases of decompression sickness must be evacuated to New Zealand.\r\n",
- "sw_bound_lat": -23.0898384,
- "sw_bound_lng": -166.1791992,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:56.106343Z"
}, - {
- "banner": {
}, - "center_lat": 56.879635,
- "center_lng": 24.603189,
- "country_code": "LV",
- "country_code_3": "LVA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇻",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "8dabc441-374a-4976-b373-b6a27e793045",
- "name": "Latvia",
- "ne_bound_lat": 58.0855688,
- "ne_bound_lng": 28.2414029,
- "population": 1960424,
- "sec_emer_num": null,
- "sw_bound_lat": 55.6747769,
- "sw_bound_lng": 20.8465999,
- "travel_status": 0,
- "updated_at": "2020-09-26T18:51:46.849696Z"
}, - {
- "banner": {
}, - "center_lat": -20.348404,
- "center_lng": 57.55215200000001,
- "country_code": "MU",
- "country_code_3": "MUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇺",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "e8d80551-77b9-4978-8084-df32b8005277",
- "name": "Mauritius",
- "ne_bound_lat": -10.0878538,
- "ne_bound_lng": 63.80859390000001,
- "population": 1263473,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -20.7458403,
- "sw_bound_lng": 56.3159179,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:36:46.593872Z"
}, - {
- "banner": {
}, - "center_lat": 10.691803,
- "center_lng": -61.222503,
- "country_code": "TT",
- "country_code_3": "TTO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇹",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ae5b57ff-6f12-4ad6-a388-8ed594d20672",
- "name": "Trinidad & Tobago",
- "ne_bound_lat": 11.4004,
- "ne_bound_lng": -60.45089989999999,
- "population": 1364962,
- "sec_emer_num": null,
- "sw_bound_lat": 9.9930001,
- "sw_bound_lng": -61.9725001,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:01:19.765724Z"
}, - {
- "banner": {
}, - "center_lat": 14.497401,
- "center_lng": -14.452362,
- "country_code": "SN",
- "country_code_3": "SEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇳",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "51e65a36-9678-4773-b6a2-4f95ef57ac35",
- "name": "Senegal",
- "ne_bound_lat": 16.6929572,
- "ne_bound_lng": -11.3457683,
- "population": 15411614,
- "sec_emer_num": "There is no main emergency telephone number in Senegal.",
- "sw_bound_lat": 12.2649001,
- "sw_bound_lng": -17.6879999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:19:55.956344Z"
}, - {
- "banner": {
}, - "center_lat": -17.713371,
- "center_lng": 178.065032,
- "country_code": "FJ",
- "country_code_3": "FJI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇯",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "geojson_url": null,
- "id": "7dee8a7b-f22c-4d0b-917e-ea4e8925eb62",
- "name": "Fiji",
- "ne_bound_lat": -12.2084957,
- "ne_bound_lng": -177.8686523,
- "population": 898760,
- "sec_emer_num": "",
- "sw_bound_lat": -20.8998713,
- "sw_bound_lng": 176.7919922,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:01:51.121500Z"
}, - {
- "banner": {
}, - "center_lat": 46.151241,
- "center_lng": 14.995463,
- "country_code": "SI",
- "country_code_3": "SVN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇮",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "d6ff43a1-d484-46e0-b412-396a83ffff21",
- "name": "Slovenia",
- "ne_bound_lat": 46.876659,
- "ne_bound_lng": 16.6107038,
- "population": 2064845,
- "sec_emer_num": "",
- "sw_bound_lat": 45.4218356,
- "sw_bound_lng": 13.3753355,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:34:09.434244Z"
}, - {
- "banner": {
}, - "center_lat": 44.016521,
- "center_lng": 21.005859,
- "country_code": "RS",
- "country_code_3": "SRB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇸",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "8018282a-05cf-4c88-86ec-218544e5f214",
- "name": "Serbia",
- "ne_bound_lat": 46.190032,
- "ne_bound_lng": 23.0063095,
- "population": 7057412,
- "sec_emer_num": "If dialing any of the emergency numbers from a cell phone, dial the area code first: 011 + number.",
- "sw_bound_lat": 42.2315029,
- "sw_bound_lng": 18.8385221,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:06:28.444560Z"
}, - {
- "banner": {
}, - "center_lat": 35.937496,
- "center_lng": 14.375416,
- "country_code": "MT",
- "country_code_3": "MLT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇹",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "8396ae86-fa62-420c-80ea-efa35658d1ec",
- "name": "Malta",
- "ne_bound_lat": 36.0853,
- "ne_bound_lng": 14.5765999,
- "population": 436947,
- "sec_emer_num": "",
- "sw_bound_lat": 35.79960000000001,
- "sw_bound_lng": 14.1801001,
- "travel_status": 0,
- "updated_at": "2020-09-30T06:05:51.550123Z"
}, - {
- "banner": {
}, - "center_lat": 12.984305,
- "center_lng": -61.287228,
- "country_code": "VC",
- "country_code_3": "VCT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "7b2ba1a2-2dc7-46bd-8381-6f60889dd52b",
- "name": "Saint Vincent & Grenadines",
- "ne_bound_lat": 13.4136657,
- "ne_bound_lng": -61.0846,
- "population": 109643,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 12.5294999,
- "sw_bound_lng": -61.4822,
- "travel_status": 0,
- "updated_at": "2020-09-24T16:28:33.362120Z"
}, - {
- "banner": {
}, - "center_lat": 60.12816100000001,
- "center_lng": 18.643501,
- "country_code": "SE",
- "country_code_3": "SWE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇪",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "d2dc0d6c-5ef8-4cae-959c-0ffaa246a604",
- "name": "Sweden",
- "ne_bound_lat": 69.0599709,
- "ne_bound_lng": 24.1773101,
- "population": 9903122,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 55.0059799,
- "sw_bound_lng": 10.5798,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:09:35.690330Z"
}, - {
- "banner": {
}, - "center_lat": 18.109581,
- "center_lng": -77.297508,
- "country_code": "JM",
- "country_code_3": "JAM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇲",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "abc08494-43eb-4a50-bef8-e59a1588092e",
- "name": "Jamaica",
- "ne_bound_lat": 18.5697821,
- "ne_bound_lng": -76.1448669,
- "population": 2881355,
- "sec_emer_num": "",
- "sw_bound_lat": 17.6688854,
- "sw_bound_lng": -78.4073639,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:54:56.519436Z"
}, - {
- "banner": {
}, - "center_lat": 17.570692,
- "center_lng": -3.996166,
- "country_code": "ML",
- "country_code_3": "MLI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇱",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "99d31fc2-8b15-4832-9eb0-6c82c61b7555",
- "name": "Mali",
- "ne_bound_lat": 25.001084,
- "ne_bound_lng": 4.267382599999999,
- "population": 17994837,
- "sec_emer_num": "",
- "sw_bound_lat": 10.147811,
- "sw_bound_lng": -12.2403447,
- "travel_status": 2,
- "updated_at": "2020-09-25T07:20:41.708726Z"
}, - {
- "banner": {
}, - "center_lat": -40.900557,
- "center_lng": 174.885971,
- "country_code": "NZ",
- "country_code_3": "NZL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇿",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "a1dc4cdb-2c34-4280-8723-5132d1c072b8",
- "name": "New Zealand",
- "ne_bound_lat": -28.8773225,
- "ne_bound_lng": -175.1235077,
- "population": 4692700,
- "sec_emer_num": "Victim Support is a private organization that works both independently and with the New Zealand Police to assist victims of crime. Victim Support is available 24 hours a day by calling 0800-842-846 (0800-Victim) or emailing help@victimsupport.org.nz.\r\n",
- "sw_bound_lat": -52.7224663,
- "sw_bound_lng": 165.7437641,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:24:39.901331Z"
}, - {
- "banner": {
}, - "center_lat": 7.131474,
- "center_lng": 171.184478,
- "country_code": "MH",
- "country_code_3": "MHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇭",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "id": "5ddb39f7-66ac-4b5d-a828-a54f8fa339c2",
- "name": "Marshall Islands",
- "ne_bound_lat": 15.0190749,
- "ne_bound_lng": 172.5732421,
- "population": 53066,
- "sec_emer_num": "",
- "sw_bound_lat": 4.1601583,
- "sw_bound_lng": 159.8840332,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:57:16.003151Z"
}, - {
- "banner": {
}, - "center_lat": 3.933889,
- "center_lng": -53.125782,
- "country_code": "GF",
- "country_code_3": "GUF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇫",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "1a4f224b-8120-48e2-bd75-42ebd1aaca18",
- "name": "French Guiana",
- "ne_bound_lat": 5.9548,
- "ne_bound_lng": -51.6164491,
- "population": 295668,
- "sec_emer_num": "Phone lines will usually be answered in French only.",
- "sw_bound_lat": 2.109287,
- "sw_bound_lng": -54.5544379,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:16:31.722494Z"
}, - {
- "banner": {
}, - "center_lat": 55.378051,
- "center_lng": -3.435973,
- "country_code": "GB",
- "country_code_3": "GBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇧",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "f24880c5-84e2-4abd-b4ad-4aed7aea1328",
- "name": "United Kingdom",
- "ne_bound_lat": 60.91569999999999,
- "ne_bound_lng": 33.9165549,
- "population": 65637239,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 34.5614,
- "sw_bound_lng": -8.8988999,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:04:59.183529Z"
}, - {
- "banner": {
}, - "center_lat": 6.42375,
- "center_lng": -66.58973,
- "country_code": "VE",
- "country_code_3": "VEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "89000dff-457c-4462-aa71-0baeed380ce2",
- "name": "Venezuela",
- "ne_bound_lat": 12.6886,
- "ne_bound_lng": -59.805666,
- "population": 28515829,
- "sec_emer_num": "Calls are answered in Spanish.",
- "sw_bound_lat": 0.6475291,
- "sw_bound_lng": -73.36703899999999,
- "travel_status": 2,
- "updated_at": "2020-09-29T06:36:53.442203Z"
}, - {
- "banner": {
}, - "center_lat": 23.684994,
- "center_lng": 90.356331,
- "country_code": "BD",
- "country_code_3": "BGD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇩",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b7e3cb59-2c14-43b9-b5b0-bebd5edd77fb",
- "name": "Bangladesh",
- "ne_bound_lat": 26.633914,
- "ne_bound_lng": 92.6801153,
- "population": 162951560,
- "sec_emer_num": "Emergency services are extremely limited in Bangladesh. If you have transportation, it may be faster to go straight to the nearest hospital.\r\n\r\nNote that emergency operators may speak only local languages. Outside of Dhaka, you will need to include the city's area code by dialing 02-999 or 88-02-000.",
- "sw_bound_lat": 20.3794,
- "sw_bound_lng": 88.00861410000002,
- "travel_status": 1,
- "updated_at": "2020-09-26T15:44:39.450007Z"
}, - {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-09-25T16:32:20.497247Z"
}, - {
- "banner": {
}, - "center_lat": 8.619543,
- "center_lng": 0.824782,
- "country_code": "TG",
- "country_code_3": "TGO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇬",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "88a5367f-363f-497e-b997-e49514edfc75",
- "name": "Togo",
- "ne_bound_lat": 11.139617,
- "ne_bound_lng": 1.8089071,
- "population": 7606374,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 6.0812,
- "sw_bound_lng": -0.1440418,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:36:51.220736Z"
}, - {
- "banner": {
}, - "center_lat": -13.759029,
- "center_lng": -172.104629,
- "country_code": "WS",
- "country_code_3": "WSM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇼🇸",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "c8109105-a2b7-4d7b-9d63-0c1d79dd0d36",
- "name": "Samoa",
- "ne_bound_lat": -13.4203449,
- "ne_bound_lng": -171.3968562,
- "population": 195125,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -14.0833012,
- "sw_bound_lng": -172.8108215,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:18:38.358859Z"
}, - {
- "banner": {
}, - "center_lat": 15.179384,
- "center_lng": 39.782334,
- "country_code": "ER",
- "country_code_3": "ERI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇷",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b3bb4613-3f6b-479a-b8d2-b331578956d5",
- "name": "Eritrea",
- "ne_bound_lat": 18.0204137,
- "ne_bound_lng": 43.2312,
- "population": 4474690,
- "sec_emer_num": "There is no national emergency telephone number, and the ability to respond to emergencies may be limited.\r\n\r\n",
- "sw_bound_lat": 12.354723,
- "sw_bound_lng": 36.433348,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:43:13.156211Z"
}, - {
- "banner": {
}, - "center_lat": 3.919305,
- "center_lng": -56.027783,
- "country_code": "SR",
- "country_code_3": "SUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "356ea025-51b2-407c-af80-a2d023927172",
- "name": "Suriname",
- "ne_bound_lat": 6.1295999,
- "ne_bound_lng": -53.94289999999999,
- "population": 558368,
- "sec_emer_num": "",
- "sw_bound_lat": 1.837306,
- "sw_bound_lng": -58.07050590000001,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:40:39.312780Z"
}, - {
- "banner": {
}, - "center_lat": 1.650801,
- "center_lng": 10.267895,
- "country_code": "GQ",
- "country_code_3": "GNQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇶",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "407ab8c7-44cd-4d8f-b87a-b78aee2d46f4",
- "name": "Equatorial Guinea",
- "ne_bound_lat": 3.8355,
- "ne_bound_lng": 11.3333,
- "population": 1221490,
- "sec_emer_num": null,
- "sw_bound_lat": -1.5475,
- "sw_bound_lng": 5.541900099999999,
- "travel_status": 0,
- "updated_at": "2020-09-23T07:32:05.607781Z"
}, - {
- "banner": {
}, - "center_lat": 21.521757,
- "center_lng": -77.781167,
- "country_code": "CU",
- "country_code_3": "CUB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇺",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "19431059-df03-40c3-b2bf-1581867431c1",
- "name": "Cuba",
- "ne_bound_lat": 23.3776001,
- "ne_bound_lng": -73.9545,
- "population": 11475982,
- "sec_emer_num": "",
- "sw_bound_lat": 19.6529001,
- "sw_bound_lng": -85.1715001,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:07:15.914171Z"
}, - {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:42:39.841581Z"
}, - {
- "banner": {
}, - "center_lat": 32.3078,
- "center_lng": -64.7505,
- "country_code": "BM",
- "country_code_3": "BMU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇲",
- "geographic_region_id": "e5e49071-33ea-4daa-ba57-75986e968d0b",
- "geojson_url": null,
- "id": "f42d43af-00f6-4677-a3c8-ba0a2fe141d7",
- "name": "Bermuda",
- "ne_bound_lat": 32.3961,
- "ne_bound_lng": -64.6413999,
- "population": 65331,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 32.2424975,
- "sw_bound_lng": -64.89139999999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:06:24.763837Z"
}, - {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:41:15.545943Z"
}, - {
- "banner": {
}, - "center_lat": 50.503887,
- "center_lng": 4.469936,
- "country_code": "BE",
- "country_code_3": "BEL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇪",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "53c0287e-3e25-459b-9a5c-a494380924ed",
- "name": "Belgium",
- "ne_bound_lat": 51.5051449,
- "ne_bound_lng": 6.408124099999999,
- "population": 11348159,
- "sec_emer_num": "",
- "sw_bound_lat": 49.497013,
- "sw_bound_lng": 2.5240999,
- "travel_status": 1,
- "updated_at": "2020-09-22T13:10:56.762301Z"
}, - {
- "banner": {
}, - "center_lat": -26.522503,
- "center_lng": 31.465866,
- "country_code": "SZ",
- "country_code_3": "SWZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇿",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "8c6038f5-2859-4147-9b74-0c82eff7a2a5",
- "name": "Eswatini",
- "ne_bound_lat": -25.71792,
- "ne_bound_lng": 32.1349067,
- "population": 1343098,
- "sec_emer_num": "Emergency services may be unreliable. \r\n",
- "sw_bound_lat": -27.317402,
- "sw_bound_lng": 30.79064,
- "travel_status": 0,
- "updated_at": "2020-09-25T16:22:20.270511Z"
}, - {
- "banner": {
}, - "center_lat": -32.522779,
- "center_lng": -55.765835,
- "country_code": "UY",
- "country_code_3": "URY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇾",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "22556fb5-51ab-4d8a-b06b-7529816a46ff",
- "name": "Uruguay",
- "ne_bound_lat": -30.0852149,
- "ne_bound_lng": -53.0779284,
- "population": 3444006,
- "sec_emer_num": "",
- "sw_bound_lat": -35.1558001,
- "sw_bound_lng": -58.4913609,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:18:11.731959Z"
}, - {
- "banner": {
}, - "center_lat": 4.570868,
- "center_lng": -74.297333,
- "country_code": "CO",
- "country_code_3": "COL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇴",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "60f75a05-4c0a-4df1-a245-ff30343ead4f",
- "name": "Colombia",
- "ne_bound_lat": 13.5177999,
- "ne_bound_lng": -66.8463122,
- "population": 48653419,
- "sec_emer_num": "",
- "sw_bound_lat": -4.227109899999999,
- "sw_bound_lng": -81.8317,
- "travel_status": 1,
- "updated_at": "2020-09-25T15:39:02.754536Z"
}, - {
- "banner": {
}, - "center_lat": 48.019573,
- "center_lng": 66.923684,
- "country_code": "KZ",
- "country_code_3": "KAZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇿",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "c1a1564b-31ca-47c8-aeda-a6c6618f34bb",
- "name": "Kazakhstan",
- "ne_bound_lat": 55.4419839,
- "ne_bound_lng": 87.315415,
- "population": 17797032,
- "sec_emer_num": "Although there is no emergency dispatcher in Kazakhstan, travellers in need of emergency services may contact the Rescue Service at 112. The Rescue Service operator will determine the nature of your emergency and what service to contact. You may then need to call that service provider directly.",
- "sw_bound_lat": 40.5685841,
- "sw_bound_lng": 46.493672,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:34:34.872758Z"
}, - {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:50:52.932926Z"
}, - {
- "banner": {
}, - "center_lat": 47.516231,
- "center_lng": 14.550072,
- "country_code": "AT",
- "country_code_3": "AUT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇹",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "31e246e8-5de0-4a00-9573-71a92fed365d",
- "name": "Austria",
- "ne_bound_lat": 49.0206081,
- "ne_bound_lng": 17.1607329,
- "population": 8747358,
- "sec_emer_num": "",
- "sw_bound_lat": 46.37233579999999,
- "sw_bound_lng": 9.530783399999999,
- "travel_status": 0,
- "updated_at": "2020-10-01T05:20:30.542507Z"
}, - {
- "banner": {
}, - "center_lat": 47.411631,
- "center_lng": 28.369885,
- "country_code": "MD",
- "country_code_3": "MDA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇩",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "id": "2fa3f600-b3ae-425a-97ee-d69d7534f20d",
- "name": "Moldova",
- "ne_bound_lat": 48.492029,
- "ne_bound_lng": 30.1635898,
- "population": 3552000,
- "sec_emer_num": "Medical facilities and supplies may be limited. Emergency personnel is generally responsive but may have limited English language capabilities. ",
- "sw_bound_lat": 45.4674379,
- "sw_bound_lng": 26.6164248,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:59:11.796407Z"
}, - {
- "banner": {
}, - "center_lat": 51.165691,
- "center_lng": 10.451526,
- "country_code": "DE",
- "country_code_3": "DEU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇪",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "21a2d922-6c48-4acb-9cc9-af0d25d0eae9",
- "name": "Germany",
- "ne_bound_lat": 55.0815,
- "ne_bound_lng": 15.0418962,
- "population": 82667685,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 47.2701115,
- "sw_bound_lng": 5.8663425,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:39:00.306561Z"
}, - {
- "banner": {
}, - "center_lat": 21.4735329,
- "center_lng": 55.975413,
- "country_code": "OM",
- "country_code_3": "OMN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇴🇲",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "78dc2d43-eafb-4e6b-8f4f-3cd5792ca251",
- "name": "Oman",
- "ne_bound_lat": 26.4361001,
- "ne_bound_lng": 60.30399999999999,
- "population": 4424762,
- "sec_emer_num": "",
- "sw_bound_lat": 16.4571999,
- "sw_bound_lng": 52.0000019,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:55:31.638582Z"
}, - {
- "banner": {
}, - "center_lat": 6.611110999999999,
- "center_lng": 20.939444,
- "country_code": "CF",
- "country_code_3": "CAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇫",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "43c1f1d5-f6c7-47e1-9886-1c0ed76813a0",
- "name": "Central African Republic",
- "ne_bound_lat": 11.0179569,
- "ne_bound_lng": 27.4583049,
- "population": 4594621,
- "sec_emer_num": "Emergency assistance is extremely limited and unresponsive. ",
- "sw_bound_lat": 2.2230529,
- "sw_bound_lng": 14.4150981,
- "travel_status": 2,
- "updated_at": "2020-09-28T06:51:47.912436Z"
}, - {
- "banner": {
}, - "center_lat": 60.47202399999999,
- "center_lng": 8.468945999999999,
- "country_code": "NO",
- "country_code_3": "NOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇴",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "9152adf7-358c-4bee-acf2-23ee8a63ecc5",
- "name": "Norway",
- "ne_bound_lat": 71.30780000000001,
- "ne_bound_lng": 31.3549999,
- "population": 5232929,
- "sec_emer_num": "",
- "sw_bound_lat": 57.8097,
- "sw_bound_lng": 4.0649,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:51:01.462902Z"
}, - {
- "banner": {
}, - "center_lat": 30.375321,
- "center_lng": 69.34511599999999,
- "country_code": "PK",
- "country_code_3": "PAK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇰",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "f5a5b2a3-14f0-428f-aecd-911fc8e579ec",
- "name": "Pakistan",
- "ne_bound_lat": 37.0841069,
- "ne_bound_lng": 77.8231711,
- "population": 193203476,
- "sec_emer_num": "",
- "sw_bound_lat": 23.6344999,
- "sw_bound_lng": 60.8729721,
- "travel_status": 1,
- "updated_at": "2020-09-25T07:31:11.658240Z"
}, - {
- "banner": {
}, - "center_lat": 19.85627,
- "center_lng": 102.495496,
- "country_code": "LA",
- "country_code_3": "LAO",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇦",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "240df3b6-28e4-4ca2-b83c-5794ba8a7b64",
- "name": "Laos",
- "ne_bound_lat": 22.5090449,
- "ne_bound_lng": 107.635094,
- "population": 6758353,
- "sec_emer_num": "Response to emergency calls may be limited. ",
- "sw_bound_lat": 13.9097198,
- "sw_bound_lng": 100.0832139,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:19:30.811222Z"
}, - {
- "banner": {
}, - "center_lat": 38.969719,
- "center_lng": 59.556278,
- "country_code": "TM",
- "country_code_3": "TKM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇲",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "geojson_url": null,
- "id": "9936eae6-83b3-40ee-811a-eb76ed13b5cf",
- "name": "Turkmenistan",
- "ne_bound_lat": 42.798844,
- "ne_bound_lng": 66.70735309999999,
- "population": 5662544,
- "sec_emer_num": "",
- "sw_bound_lat": 35.12876,
- "sw_bound_lng": 52.3169,
- "travel_status": 0,
- "updated_at": "2020-09-25T15:58:37.664926Z"
}, - {
- "banner": {
}, - "center_lat": -11.6455,
- "center_lng": 43.3333,
- "country_code": "KM",
- "country_code_3": "COM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇲",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "aa341fe4-8f0b-4012-ac84-b89dca70bb6d",
- "name": "Comoros",
- "ne_bound_lat": -11.3373321,
- "ne_bound_lng": 44.5646666,
- "population": 795601,
- "sec_emer_num": "",
- "sw_bound_lat": -12.4687602,
- "sw_bound_lng": 43.1968689,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:23:41.723053Z"
}, - {
- "banner": {
}, - "center_lat": 41.20438,
- "center_lng": 74.766098,
- "country_code": "KG",
- "country_code_3": "KGZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇬",
- "geographic_region_id": "07b87a8a-68b1-4a30-afb3-3f7cc2934123",
- "id": "7e20c0c2-8608-46b7-a550-1437ff59ae73",
- "name": "Kyrgyzstan",
- "ne_bound_lat": 43.2653569,
- "ne_bound_lng": 80.2281514,
- "population": 6082700,
- "sec_emer_num": "",
- "sw_bound_lat": 39.180254,
- "sw_bound_lng": 69.250998,
- "travel_status": 1,
- "updated_at": "2020-09-23T06:54:22.240189Z"
}, - {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-09-26T17:31:35.277544Z"
}, - {
- "banner": {
}, - "center_lat": 15.0979,
- "center_lng": 145.6739,
- "country_code": "MP",
- "country_code_3": "MNP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇵",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "e6c2ddda-1a90-4323-9e7f-3cae93898faf",
- "name": "Northern Mariana Islands",
- "ne_bound_lat": 20.6584862,
- "ne_bound_lng": 146.2060546,
- "population": 55023,
- "sec_emer_num": "",
- "sw_bound_lat": 13.9713848,
- "sw_bound_lng": 144.7668457,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-29T16:12:35.479482Z"
}, - {
- "banner": {
}, - "center_lat": 13.909444,
- "center_lng": -60.978893,
- "country_code": "LC",
- "country_code_3": "LCA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "14c28aa7-3f09-40d6-ac1f-ceb1eee840f9",
- "name": "Saint Lucia",
- "ne_bound_lat": 14.1209277,
- "ne_bound_lng": -60.85979460000001,
- "population": 178015,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 13.7047779,
- "sw_bound_lng": -61.0812378,
- "travel_status": 0,
- "updated_at": "2020-09-30T05:58:10.709193Z"
}, - {
- "banner": {
}, - "center_lat": 60.1785247,
- "center_lng": 19.9156105,
- "country_code": "AX",
- "country_code_3": "ALA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇽",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "38fd055f-8f19-47e3-8ecc-5791703c4e62",
- "name": "Åland Islands",
- "ne_bound_lat": 60.8400009,
- "ne_bound_lng": 21.4866841,
- "population": 30335,
- "sec_emer_num": "",
- "sw_bound_lat": 59.6872001,
- "sw_bound_lng": 19.2095998,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:57.014573Z"
}, - {
- "banner": {
}, - "center_lat": -0.023559,
- "center_lng": 37.906193,
- "country_code": "KE",
- "country_code_3": "KEN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇪",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "8aaa2c52-14ff-46e0-bd8f-5f9ad653660c",
- "name": "Kenya",
- "ne_bound_lat": 5.033420899999999,
- "ne_bound_lng": 41.9069449,
- "population": 48461567,
- "sec_emer_num": "The emergency services may be unresponsive and unreliable. Go to the nearest police station or hospital if faced with an emergency.",
- "sw_bound_lat": -4.724299999999999,
- "sw_bound_lng": 33.90982109999999,
- "travel_status": 1,
- "updated_at": "2020-09-26T06:27:02.583449Z"
}, - {
- "banner": {
}, - "center_lat": 54.236107,
- "center_lng": -4.548056,
- "country_code": "IM",
- "country_code_3": "IMN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇲",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "fe8b2f42-50d7-4850-8be7-9e4123303d66",
- "name": "Isle of Man",
- "ne_bound_lat": 54.4369363,
- "ne_bound_lng": -4.270618199999999,
- "population": 83737,
- "sec_emer_num": "",
- "sw_bound_lat": 54.0186764,
- "sw_bound_lng": -4.8736609,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T05:57:12.080512Z"
}, - {
- "banner": {
}, - "center_lat": -21.115141,
- "center_lng": 55.536384,
- "country_code": "RE",
- "country_code_3": "REU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇪",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "04969b27-86ca-4358-8c42-129df2e278d0",
- "name": "Réunion",
- "ne_bound_lat": -20.8671529,
- "ne_bound_lng": 55.84487919999999,
- "population": 859959,
- "sec_emer_num": "",
- "sw_bound_lat": -21.4035321,
- "sw_bound_lng": 55.209732,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:32:36.474651Z"
}, - {
- "banner": {
}, - "center_lat": 8.460555,
- "center_lng": -11.779889,
- "country_code": "SL",
- "country_code_3": "SLE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇱",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "fbce331d-2caa-4f20-894c-26e2f3072a27",
- "name": "Sierra Leone",
- "ne_bound_lat": 9.9999737,
- "ne_bound_lng": -10.2716829,
- "population": 7396190,
- "sec_emer_num": "Some sources indicate that emergency response in Sierra Leone is limited to nonexistant. Travellers may want to record their Embassy's emergency telephone number.",
- "sw_bound_lat": 6.8446,
- "sw_bound_lng": -13.4032999,
- "travel_status": 1,
- "updated_at": "2020-09-30T16:42:20.884246Z"
}, - {
- "banner": {
}, - "center_lat": 42.708678,
- "center_lng": 19.37439,
- "country_code": "ME",
- "country_code_3": "MNE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇪",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "4c1de2b3-6c0a-4806-87de-aedb11487139",
- "name": "Montenegro",
- "ne_bound_lat": 43.558743,
- "ne_bound_lng": 20.352926,
- "population": 622781,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 41.8297,
- "sw_bound_lng": 18.4337921,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:55:42.806051Z"
}, - {
- "banner": {
}, - "center_lat": -82.862752,
- "center_lng": 135,
- "country_code": "AQ",
- "country_code_3": "ATA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇶",
- "geographic_region_id": "8425fbea-a4e4-48b9-8ec1-64b4dc176d91",
- "geojson_url": null,
- "id": "e7be768f-3c96-4375-a702-db16a2c4e7a2",
- "name": "Antarctica",
- "ne_bound_lat": -60.1086999,
- "ne_bound_lng": 180,
- "population": 5000,
- "sec_emer_num": "",
- "sw_bound_lat": -90,
- "sw_bound_lng": -180,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-05T01:56:57.147082Z"
}, - {
- "banner": {
}, - "center_lat": 12.862807,
- "center_lng": 30.217636,
- "country_code": "SD",
- "country_code_3": "SDN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇩",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "25e3dd22-f940-472e-bf1c-e0745996fe8e",
- "name": "Sudan",
- "ne_bound_lat": 22.224918,
- "ne_bound_lng": 38.69379989999999,
- "population": 39578828,
- "sec_emer_num": "Service is in Arabic and emergency response may be limited.",
- "sw_bound_lat": 9.3472209,
- "sw_bound_lng": 21.8146345,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:48:52.499065Z"
}, - {
- "banner": {
}, - "center_lat": -6.314992999999999,
- "center_lng": 143.95555,
- "country_code": "PG",
- "country_code_3": "PNG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇬",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "99f93ae9-565f-43d1-b280-6bec24e51919",
- "name": "Papua New Guinea",
- "ne_bound_lat": -0.6702,
- "ne_bound_lng": 159.9609001,
- "population": 8084991,
- "sec_emer_num": "",
- "sw_bound_lat": -12.0823,
- "sw_bound_lng": 140.8419695,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:51:58.805046Z"
}, - {
- "banner": {
}, - "center_lat": -13.254308,
- "center_lng": 34.301525,
- "country_code": "MW",
- "country_code_3": "MWI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "aea1db9b-0d29-4471-958e-6ee29b542461",
- "name": "Malawi",
- "ne_bound_lat": -9.3672272,
- "ne_bound_lng": 35.91857299999999,
- "population": 18091575,
- "sec_emer_num": "",
- "sw_bound_lat": -17.1295216,
- "sw_bound_lng": 32.6725205,
- "travel_status": 0,
- "updated_at": "2020-09-28T08:30:24.770722Z"
}, - {
- "banner": {
}, - "center_lat": 7.946527,
- "center_lng": -1.023194,
- "country_code": "GH",
- "country_code_3": "GHA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇭",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "7b1fd1f4-5fd8-4c06-8536-3eb857046e0d",
- "name": "Ghana",
- "ne_bound_lat": 11.1750308,
- "ne_bound_lng": 1.199972,
- "population": 28206728,
- "sec_emer_num": "These numbers may not be answered reliably or can take only a limited number of calls at a time. You may need to inquire with your own country’s embassy for instructions in case of a personal emergency in Ghana.\r\n\r\n",
- "sw_bound_lat": 4.6339001,
- "sw_bound_lng": -3.2607859,
- "travel_status": 0,
- "updated_at": "2020-09-25T06:47:57.855260Z"
}, - {
- "banner": {
}, - "center_lat": 18.971187,
- "center_lng": -72.285215,
- "country_code": "HT",
- "country_code_3": "HTI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇹",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "12b8b797-daa0-4363-a547-cde2cc4e07a3",
- "name": "Haiti",
- "ne_bound_lat": 20.1282,
- "ne_bound_lng": -71.621754,
- "population": 10847334,
- "sec_emer_num": "There is no central emergency service in Haiti and authorities may be limited in their emergency response. Travellers should check with their embassy or consular office for services.",
- "sw_bound_lat": 17.9422,
- "sw_bound_lng": -74.6082,
- "travel_status": 2,
- "updated_at": "2020-09-30T06:32:07.211635Z"
}, - {
- "banner": {
}, - "center_lat": 33.93911,
- "center_lng": 67.709953,
- "country_code": "AF",
- "country_code_3": "AFG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇫",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "id": "714a6a92-9d02-4cdc-8ce8-9bcdfa8cc349",
- "name": "Afghanistan",
- "ne_bound_lat": 38.49087670000001,
- "ne_bound_lng": 74.8898619,
- "population": 34656032,
- "sec_emer_num": "Local operators speak only local languages. Emergency services are only available in major cities. Response times could be quite long.",
- "sw_bound_lat": 29.3772,
- "sw_bound_lng": 60.5170005,
- "travel_status": 2,
- "updated_at": "2020-09-24T18:13:03.051290Z"
}, - {
- "banner": {
}, - "center_lat": -0.522778,
- "center_lng": 166.931503,
- "country_code": "NR",
- "country_code_3": "NRU",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇷",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "6c93b919-f6d4-4970-8544-a10dd2f654a1",
- "name": "Nauru",
- "ne_bound_lat": -0.4978976000000001,
- "ne_bound_lng": 166.9631767,
- "population": 13049,
- "sec_emer_num": "Medical facilities are limited. For severe illness or injury, medical evacuation to Australia may be necessary. Ensure that you have travel health insurance for medical costs and medical evacuation.\r\n",
- "sw_bound_lat": -0.5580623,
- "sw_bound_lng": 166.9071293,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:02:16.882813Z"
}, - {
- "banner": {
}, - "center_lat": 36.204824,
- "center_lng": 138.252924,
- "country_code": "JP",
- "country_code_3": "JPN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇵",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "ed3ab8fc-2d21-4bd9-9874-5a45c04b2900",
- "name": "Japan",
- "ne_bound_lat": 45.6412626,
- "ne_bound_lng": 154.0031455,
- "population": 126994511,
- "sec_emer_num": "",
- "sw_bound_lat": 20.3585295,
- "sw_bound_lng": 122.8554688,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:26:47.638805Z"
}, - {
- "banner": {
}, - "center_lat": 12.879721,
- "center_lng": 121.774017,
- "country_code": "PH",
- "country_code_3": "PHL",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇭",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "eb846ae5-94d2-48fb-9ad4-13002a0f7f6e",
- "name": "Philippines",
- "ne_bound_lat": 21.2412572,
- "ne_bound_lng": 127.6444784,
- "population": 103320222,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 4.2259,
- "sw_bound_lng": 116.1474999,
- "travel_status": 1,
- "updated_at": "2020-09-28T06:02:10.895270Z"
}, - {
- "banner": {
}, - "center_lat": 14.641528,
- "center_lng": -61.024174,
- "country_code": "MQ",
- "country_code_3": "MTQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇶",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "63126fe8-82ea-4eb7-849c-6f33aee63f51",
- "name": "Martinique",
- "ne_bound_lat": 14.8973451,
- "ne_bound_lng": -60.7856368,
- "population": 375554,
- "sec_emer_num": "",
- "sw_bound_lat": 14.370834,
- "sw_bound_lng": -61.24191279999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:05:40.100969Z"
}, - {
- "banner": {
}, - "center_lat": 12.238333,
- "center_lng": -1.561593,
- "country_code": "BF",
- "country_code_3": "BFA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇫",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8a4c8208-c399-4139-b3c9-e5b9187ebe6f",
- "name": "Burkina Faso",
- "ne_bound_lat": 15.0840397,
- "ne_bound_lng": 2.4043596,
- "population": 18646433,
- "sec_emer_num": null,
- "sw_bound_lat": 9.4104717,
- "sw_bound_lng": -5.5132416,
- "travel_status": 2,
- "updated_at": "2020-09-26T06:06:02.946715Z"
}, - {
- "banner": {
}, - "center_lat": 21.694025,
- "center_lng": -71.797928,
- "country_code": "TC",
- "country_code_3": "TCA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇨",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ec294b35-92a5-45e2-a719-43e05908e52b",
- "name": "Turks & Caicos Islands",
- "ne_bound_lat": 22.0016285,
- "ne_bound_lng": -71.05949989999999,
- "population": 34900,
- "sec_emer_num": "",
- "sw_bound_lat": 21.1459922,
- "sw_bound_lng": -72.52069999999999,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:37:48.448944Z"
}, - {
- "banner": {
}, - "center_lat": -12.8275,
- "center_lng": 45.166244,
- "country_code": "YT",
- "country_code_3": "MYT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇾🇹",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "d46ad5dc-ceb7-4016-a1e9-d9f603c06222",
- "name": "Mayotte",
- "ne_bound_lat": -12.5772665,
- "ne_bound_lng": 45.32014849999999,
- "population": 270000,
- "sec_emer_num": "",
- "sw_bound_lat": -13.0358332,
- "sw_bound_lng": 44.9914169,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:15:19.527017Z"
}, - {
- "banner": {
}, - "center_lat": -15.376706,
- "center_lng": 166.959158,
- "country_code": "VU",
- "country_code_3": "VUT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇺",
- "geographic_region_id": "be49a2c3-a6c0-4dfe-8b8f-21f3ad7ef36a",
- "id": "45d364cb-f632-4411-a0de-6f917876df3f",
- "name": "Vanuatu",
- "ne_bound_lat": -12.8064449,
- "ne_bound_lng": 170.5023193,
- "population": 270402,
- "sec_emer_num": "",
- "sw_bound_lat": -20.5350773,
- "sw_bound_lng": 166.0583495,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:37:53.616377Z"
}, - {
- "banner": {
}, - "center_lat": 61.92410999999999,
- "center_lng": 25.7481511,
- "country_code": "FI",
- "country_code_3": "FIN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇮",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "0c57e34f-6d61-49db-a308-dcbb94150b5a",
- "name": "Finland",
- "ne_bound_lat": 70.0922932,
- "ne_bound_lng": 31.5870999,
- "population": 5495096,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": 59.693623,
- "sw_bound_lng": 20.4565002,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:10:00.704188Z"
}, - {
- "banner": {
}, - "center_lat": 15.783471,
- "center_lng": -90.23075899999999,
- "country_code": "GT",
- "country_code_3": "GTM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇹",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "2a25423e-0069-4a77-be25-50a7e23a4a87",
- "name": "Guatemala",
- "ne_bound_lat": 17.815697,
- "ne_bound_lng": -88.1982001,
- "population": 16582469,
- "sec_emer_num": "PROATUR provides 24-hour tourist assistance in Spanish and English. The tourist assistance service also provides free escort service for tourist groups or individuals and issues current advice on which routes to take. PROATUR can also be reached by e-mail at: operacionesproatur@inguat.gob.gt \r\n\r\nNational police officers may not speak English.",
- "sw_bound_lat": 13.63,
- "sw_bound_lng": -92.2714,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:37:34.340041Z"
}, - {
- "banner": {
}, - "center_lat": 49.214439,
- "center_lng": -2.13125,
- "country_code": "JE",
- "country_code_3": "JEY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇯🇪",
- "geographic_region_id": "f2c87419-5fd4-4a70-9429-bec6e2cf7149",
- "geojson_url": null,
- "id": "812ff2e8-8718-450d-9bab-0dcc28fc82b6",
- "name": "Jersey",
- "ne_bound_lat": 49.26650009999999,
- "ne_bound_lng": -2.0013001,
- "population": 8882190,
- "sec_emer_num": "",
- "sw_bound_lat": 49.1582,
- "sw_bound_lng": -2.2602001,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-10-01T05:23:07.836540Z"
}, - {
- "banner": {
}, - "center_lat": 7.514979999999999,
- "center_lng": 134.58252,
- "country_code": "PW",
- "country_code_3": "PLW",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇼",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "geojson_url": null,
- "id": "914ced83-cab7-4654-b550-a22256a52c33",
- "name": "Palau",
- "ne_bound_lat": 8.238674,
- "ne_bound_lng": 135.0769,
- "population": 21503,
- "sec_emer_num": "Medical facilities are limited throughout the country. Medical evacuation might be necessary if you have an accident or serious illness. Ensure your travel insurance will cover the costs.\r\n \r\n",
- "sw_bound_lat": 2.6394,
- "sw_bound_lng": 131.0115,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:05:23.523066Z"
}, - {
- "banner": {
}, - "center_lat": 19.3133,
- "center_lng": -81.2546,
- "country_code": "KY",
- "country_code_3": "CYM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇾",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "7bb3b7cc-6915-4b74-ae4d-913fb9afbb54",
- "name": "Cayman Islands",
- "ne_bound_lat": 19.7616,
- "ne_bound_lng": -79.7191,
- "population": 60765,
- "sec_emer_num": "",
- "sw_bound_lat": 19.2538999,
- "sw_bound_lng": -81.42940010000001,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:52:50.224250Z"
}, - {
- "banner": {
}, - "center_lat": 12.865416,
- "center_lng": -85.207229,
- "country_code": "NI",
- "country_code_3": "NIC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇮",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "415420d1-7696-4bfe-90ce-ba5312c83abe",
- "name": "Nicaragua",
- "ne_bound_lat": 15.0297369,
- "ne_bound_lng": -82.2766,
- "population": 6149928,
- "sec_emer_num": "",
- "sw_bound_lat": 10.7080549,
- "sw_bound_lng": -87.7588,
- "travel_status": 2,
- "updated_at": "2020-09-28T17:16:18.175740Z"
}, - {
- "banner": {
}, - "center_lat": 26.3351,
- "center_lng": 17.228331,
- "country_code": "LY",
- "country_code_3": "LBY",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇾",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "b22fbf97-b878-4afa-a060-bfd0551d4e44",
- "name": "Libya",
- "ne_bound_lat": 33.2203,
- "ne_bound_lng": 25.2686,
- "population": 6293253,
- "sec_emer_num": "There is no functioning emergency telephone number in Libya. For medical emergencies, travellers would need to arrange their own transportation to a hospital.\r\n",
- "sw_bound_lat": 19.5,
- "sw_bound_lng": 9.391466,
- "travel_status": 2,
- "updated_at": "2020-09-30T05:54:50.389214Z"
}, - {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:09:58.983815Z"
}, - {
- "banner": {
}, - "center_lat": 11.803749,
- "center_lng": -15.180413,
- "country_code": "GW",
- "country_code_3": "GNB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇼",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "470d955d-2e9f-4efb-be31-9e7e80cc3182",
- "name": "Guinea-Bissau",
- "ne_bound_lat": 12.6869468,
- "ne_bound_lng": -13.6265235,
- "population": 1815698,
- "sec_emer_num": "Due to the lack of resources, police may not be able to respond to emergency situations. Travellers should check with their embassy to learn of any emergency assistance their embassy might provide.\r\n\r\n",
- "sw_bound_lat": 10.7146,
- "sw_bound_lng": -16.9518999,
- "travel_status": 1,
- "updated_at": "2020-09-24T14:55:37.114445Z"
}, - {
- "banner": {
}, - "center_lat": 18.735693,
- "center_lng": -70.162651,
- "country_code": "DO",
- "country_code_3": "DOM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇴",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "754b6377-4e95-4028-9bc3-438b89524e18",
- "name": "Dominican Republic",
- "ne_bound_lat": 19.9786989,
- "ne_bound_lng": -68.25260010000001,
- "population": 10648791,
- "sec_emer_num": "There is no centralized number for emergency services outside of Santo Domingo. Outside of Santo Domingo, call the tourist police number in an emergency. ",
- "sw_bound_lat": 17.3611001,
- "sw_bound_lng": -72.0075099,
- "travel_status": 1,
- "updated_at": "2020-09-30T05:47:46.715724Z"
}, - {
- "banner": {
}, - "center_lat": 31.952162,
- "center_lng": 35.233154,
- "country_code": "PS",
- "country_code_3": "PSE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇸",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "2fc0f5a5-f32c-4b4d-a5d2-1a073e59ad3a",
- "name": "Palestinian Territories",
- "ne_bound_lat": 32.5520999,
- "ne_bound_lng": 35.5740521,
- "population": 4551566,
- "sec_emer_num": "",
- "sw_bound_lat": 31.219691,
- "sw_bound_lng": 34.21010010000001,
- "topojson_url": null,
- "travel_status": 2,
- "updated_at": "2020-09-24T05:47:32.215329Z"
}, - {
- "banner": {
}, - "center_lat": 25.03428,
- "center_lng": -77.39627999999999,
- "country_code": "BS",
- "country_code_3": "BHS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇸",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "025f7314-7ab0-47a4-a60c-f5690aee3931",
- "name": "Bahamas",
- "ne_bound_lat": 27.263412,
- "ne_bound_lng": -72.70975390000001,
- "population": 385340,
- "sec_emer_num": "",
- "sw_bound_lat": 20.9082735,
- "sw_bound_lng": -80.4775603,
- "travel_status": 1,
- "updated_at": "2020-09-21T15:08:56.289740Z"
}, - {
- "banner": {
}, - "center_lat": 18.335765,
- "center_lng": -64.896335,
- "country_code": "VI",
- "country_code_3": "VIR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇮",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "c4a41511-7740-4038-ad2b-0bf120194c15",
- "name": "U.S. Virgin Islands",
- "ne_bound_lat": 18.4239,
- "ne_bound_lng": -64.4391,
- "population": 102951,
- "sec_emer_num": "",
- "sw_bound_lat": 17.5482999,
- "sw_bound_lng": -65.1101,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:03:04.242399Z"
}, - {
- "banner": {
}, - "center_lat": 77.55360399999999,
- "center_lng": 23.6702719,
- "country_code": "SJ",
- "country_code_3": "SJM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇯",
- "geographic_region_id": "cbd92738-c546-41d8-b591-d8d0aeea2144",
- "geojson_url": null,
- "id": "1fe93700-e8cc-46a9-a05a-e24b3d05013d",
- "name": "Svalbard & Jan Mayen",
- "ne_bound_lat": 80.92842569999999,
- "ne_bound_lng": 34.8046879,
- "population": 2258,
- "sec_emer_num": "",
- "sw_bound_lat": 70.4662074,
- "sw_bound_lng": -10.5468752,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-06-30T23:43:19.975245Z"
}, - {
- "banner": {
}, - "center_lat": 33.886917,
- "center_lng": 9.537499,
- "country_code": "TN",
- "country_code_3": "TUN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇳",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "fb09998d-2df8-4125-856d-93938cba3e4b",
- "name": "Tunisia",
- "ne_bound_lat": 37.5359,
- "ne_bound_lng": 11.599217,
- "population": 11403248,
- "sec_emer_num": "Service language will be Arabic or French.\r\nEmergency services are available in larger towns, but less reliable in rural areas.",
- "sw_bound_lat": 30.2280339,
- "sw_bound_lng": 7.522311,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:29:56.351414Z"
}, - {
- "banner": {
}, - "center_lat": 7.539988999999999,
- "center_lng": -5.547079999999999,
- "country_code": "CI",
- "country_code_3": "CIV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇮",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "ee395d01-6cf8-4fc7-895c-a4a20bd3f53a",
- "name": "Côte d’Ivoire",
- "ne_bound_lat": 10.7400149,
- "ne_bound_lng": -2.493031,
- "population": 23695919,
- "sec_emer_num": "There may be limited resources to respond to emergencies.",
- "sw_bound_lat": 4.193,
- "sw_bound_lng": -8.6020589,
- "travel_status": 1,
- "updated_at": "2020-09-28T07:21:21.614756Z"
}, - {
- "banner": {
}, - "center_lat": 7.369721999999999,
- "center_lng": 12.354722,
- "country_code": "CM",
- "country_code_3": "CMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇲",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "bf1f520c-d3bb-4174-a522-18f95e52f63c",
- "name": "Cameroon",
- "ne_bound_lat": 13.083335,
- "ne_bound_lng": 16.1944081,
- "population": 23439189,
- "sec_emer_num": "Emergency services may be limited.\r\n\r\n",
- "sw_bound_lat": 1.6559,
- "sw_bound_lng": 8.3936001,
- "travel_status": 1,
- "updated_at": "2020-10-01T06:34:46.778137Z"
}, - {
- "banner": {
}, - "center_lat": -18.766947,
- "center_lng": 46.869107,
- "country_code": "MG",
- "country_code_3": "MDG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "a04e402e-ce00-4e80-bf98-0b19dd87ae94",
- "name": "Madagascar",
- "ne_bound_lat": -11.4369999,
- "ne_bound_lng": 50.9985001,
- "population": 24894551,
- "sec_emer_num": "",
- "sw_bound_lat": -26.2146,
- "sw_bound_lng": 42.7368,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:08:26.040473Z"
}, - {
- "banner": {
}, - "center_lat": 43.915886,
- "center_lng": 17.679076,
- "country_code": "BA",
- "country_code_3": "BIH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇦",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "954fac3b-99cb-4810-bf3d-05e522905425",
- "name": "Bosnia & Herzegovina",
- "ne_bound_lat": 45.2766262,
- "ne_bound_lng": 19.6237016,
- "population": 3516816,
- "sec_emer_num": "",
- "sw_bound_lat": 42.5564808,
- "sw_bound_lng": 15.7223665,
- "travel_status": 0,
- "updated_at": "2020-09-25T16:00:15.012752Z"
}, - {
- "banner": {
}, - "center_lat": 6.876991899999999,
- "center_lng": 31.3069788,
- "country_code": "SS",
- "country_code_3": "SSD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇸",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "57b24e14-92d1-4eb4-88b2-f9f70f776e8e",
- "name": "South Sudan",
- "ne_bound_lat": 12.236389,
- "ne_bound_lng": 35.9489971,
- "population": 12230730,
- "sec_emer_num": "South Sudan does not have an emergency number for the general public. There is no ambulance service and medical care is limited. The country has limited capacity to deal with crime or provide support and security to travellers, particularly outside the capital, Juba.\r\n\r\nUnity Resources Group (URG) can provide basic medical care and can help coordinate medical evacuations from South Sudan. URG has ambulance services. The telephone numbers are: +211-955-335-611, +211-955-336-622, +211-955-054-856.\r\n",
- "sw_bound_lat": 3.48898,
- "sw_bound_lng": 23.4408491,
- "travel_status": 2,
- "updated_at": "2020-09-28T15:46:33.931889Z"
}, - {
- "banner": {
}, - "center_lat": -1.940278,
- "center_lng": 29.873888,
- "country_code": "RW",
- "country_code_3": "RWA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "3ad661d7-6035-4009-b8af-cdf66562c014",
- "name": "Rwanda",
- "ne_bound_lat": -1.0473752,
- "ne_bound_lng": 30.8991179,
- "population": 11917508,
- "sec_emer_num": "",
- "sw_bound_lat": -2.8399383,
- "sw_bound_lng": 28.861754,
- "travel_status": 1,
- "updated_at": "2020-09-28T15:44:28.804614Z"
}, - {
- "banner": {
}, - "center_lat": 13.444304,
- "center_lng": 144.793731,
- "country_code": "GU",
- "country_code_3": "GUM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇺",
- "geographic_region_id": "f86d52bb-80cd-4312-9457-2d83d18264ca",
- "id": "b45cbb03-8436-4712-aabe-ca2c9b7fd8a2",
- "name": "Guam",
- "ne_bound_lat": 13.7994072,
- "ne_bound_lng": 145.112915,
- "population": 162896,
- "sec_emer_num": "Although high-quality medical facilities may be available in Guam, medical costs are very high. ",
- "sw_bound_lat": 13.1022175,
- "sw_bound_lng": 144.4647218,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:33:32.149199Z"
}, - {
- "banner": {
}, - "center_lat": 47.166,
- "center_lng": 9.555373,
- "country_code": "LI",
- "country_code_3": "LIE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇮",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "053add2f-4808-4c7b-8728-0b473113cf33",
- "name": "Liechtenstein",
- "ne_bound_lat": 47.2705467,
- "ne_bound_lng": 9.6356501,
- "population": 37666,
- "sec_emer_num": "",
- "sw_bound_lat": 47.04828999999999,
- "sw_bound_lng": 9.47162,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:34:59.983770Z"
}, - {
- "banner": {
}, - "center_lat": -14.270972,
- "center_lng": -170.132217,
- "country_code": "AS",
- "country_code_3": "ASM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇸",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "id": "7b1db729-556f-4e19-89a9-fac28a560ad2",
- "name": "American Samoa",
- "ne_bound_lat": -13.4056506,
- "ne_bound_lng": -169.2059326,
- "population": 55599,
- "sec_emer_num": "Local police may not respond quickly outside of the capital city.\r\n",
- "sw_bound_lat": -14.7217608,
- "sw_bound_lng": -171.0076904,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:36:01.015952Z"
}, - {
- "banner": {
}, - "center_lat": 28.033886,
- "center_lng": 1.659626,
- "country_code": "DZ",
- "country_code_3": "DZA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇩🇿",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "75a7bed6-655a-47ac-92ac-e773de06dc79",
- "name": "Algeria",
- "ne_bound_lat": 37.2216,
- "ne_bound_lng": 11.9999992,
- "population": 40606052,
- "sec_emer_num": "Reliability and response time for emergency services varies. Emergency operators may or may not speak French and normally do not speak English.",
- "sw_bound_lat": 18.9681469,
- "sw_bound_lng": -8.6676111,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:44:20.679117Z"
}, - {
- "banner": {
}, - "center_lat": 25.354826,
- "center_lng": 51.183884,
- "country_code": "QA",
- "country_code_3": "QAT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇶🇦",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "861dd7a5-028e-4291-8d3f-88a8a1ad05b8",
- "name": "Qatar",
- "ne_bound_lat": 26.2171,
- "ne_bound_lng": 51.6769,
- "population": 2569804,
- "sec_emer_num": "If you become a victim of sexual assault, contact your own embassy as soon as possible.",
- "sw_bound_lat": 24.471118,
- "sw_bound_lng": 50.7211001,
- "travel_status": 0,
- "updated_at": "2020-09-26T07:30:08.192869Z"
}, - {
- "banner": {
}, - "center_lat": 13.193887,
- "center_lng": -59.543198,
- "country_code": "BB",
- "country_code_3": "BRB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇧",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "35cd49ca-3588-4009-bf3f-7607d38bfed4",
- "name": "Barbados",
- "ne_bound_lat": 13.3365093,
- "ne_bound_lng": -59.4174957,
- "population": 284996,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 13.039844,
- "sw_bound_lng": -59.6530151,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:14:23.828419Z"
}, - {
- "banner": {
}, - "center_lat": 31.791702,
- "center_lng": -7.092619999999999,
- "country_code": "MA",
- "country_code_3": "MAR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇦",
- "geographic_region_id": "94913ca3-c370-4372-8c10-ee3e48312e34",
- "geojson_url": null,
- "id": "7e1ca7d0-1d2c-46e7-9329-d1ab76f1e36b",
- "name": "Morocco",
- "ne_bound_lat": 35.9344,
- "ne_bound_lng": -0.9969759,
- "population": 35276786,
- "sec_emer_num": "Emergency operators rarely speak English. Most police and other officials speak Arabic; some may speak French.\r\n",
- "sw_bound_lat": 27.6672693,
- "sw_bound_lng": -13.3044001,
- "travel_status": 1,
- "updated_at": "2020-09-24T05:46:32.566416Z"
}, - {
- "banner": {
}, - "center_lat": 23.69781,
- "center_lng": 120.960515,
- "country_code": "TW",
- "country_code_3": "TWN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇼",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "5f3a46ca-4df6-427b-a891-f4490443ab48",
- "name": "Taiwan",
- "ne_bound_lat": 26.4545,
- "ne_bound_lng": 123.5021012,
- "population": 23600000,
- "sec_emer_num": "",
- "sw_bound_lat": 20.5170001,
- "sw_bound_lng": 116.6665,
- "travel_status": 0,
- "updated_at": "2020-10-01T07:06:55.498263Z"
}, - {
- "banner": {
}, - "center_lat": 22.396428,
- "center_lng": 114.109497,
- "country_code": "HK",
- "country_code_3": "HKG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇰",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "id": "dddd93e1-9ebf-4107-97a4-f8a25bfda6e4",
- "name": "Hong Kong SAR China",
- "ne_bound_lat": 22.561968,
- "ne_bound_lng": 114.4294999,
- "population": 7496981,
- "sec_emer_num": "",
- "sw_bound_lat": 22.1435,
- "sw_bound_lng": 113.8259001,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:42:21.615634Z"
}, - {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-09-29T18:28:33.015835Z"
}, - {
- "banner": {
}, - "center_lat": -18.665695,
- "center_lng": 35.529562,
- "country_code": "MZ",
- "country_code_3": "MOZ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇿",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "14dd5c8a-be23-4ae8-ac2d-e7c4571d6a05",
- "name": "Mozambique",
- "ne_bound_lat": -10.3128929,
- "ne_bound_lng": 41.3965,
- "population": 28829476,
- "sec_emer_num": "",
- "sw_bound_lat": -26.9612,
- "sw_bound_lng": 30.2155501,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:49:07.897012Z"
}, - {
- "banner": {
}, - "center_lat": 35.126413,
- "center_lng": 33.429859,
- "country_code": "CY",
- "country_code_3": "CYP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇾",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "752f9c20-7516-472e-875b-7d8e0e5add23",
- "name": "Cyprus",
- "ne_bound_lat": 35.7071999,
- "ne_bound_lng": 34.60450000000001,
- "population": 1170125,
- "sec_emer_num": "",
- "sw_bound_lat": 34.6304001,
- "sw_bound_lng": 32.2459,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:39:41.972236Z"
}, - {
- "banner": {
}, - "center_lat": -13.133897,
- "center_lng": 27.849332,
- "country_code": "ZM",
- "country_code_3": "ZMB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇲",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "d6b9b0c8-8ea2-43a9-aadc-ca659c671ff7",
- "name": "Zambia",
- "ne_bound_lat": -8.2032838,
- "ne_bound_lng": 33.7090305,
- "population": 16591390,
- "sec_emer_num": "Police response, particularly outside major cities, may be delayed due to lack of resources.\r\n",
- "sw_bound_lat": -18.0774179,
- "sw_bound_lng": 21.999351,
- "travel_status": 0,
- "updated_at": "2020-10-01T06:04:32.848130Z"
}, - {
- "banner": {
}, - "center_lat": 22.198745,
- "center_lng": 113.543873,
- "country_code": "MO",
- "country_code_3": "MAC",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇴",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "52141cc2-ff51-48b4-a7df-c457c7f9a56d",
- "name": "Macau SAR China",
- "ne_bound_lat": 22.2170639,
- "ne_bound_lng": 113.6127001,
- "population": 623000,
- "sec_emer_num": "",
- "sw_bound_lat": 22.1066001,
- "sw_bound_lng": 113.5276053,
- "travel_status": 0,
- "updated_at": "2020-09-29T07:12:18.178610Z"
}, - {
- "banner": {
}, - "center_lat": 27.514162,
- "center_lng": 90.433601,
- "country_code": "BT",
- "country_code_3": "BTN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇹",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "8523a140-9438-4146-af64-d92668429493",
- "name": "Bhutan",
- "ne_bound_lat": 28.246987,
- "ne_bound_lng": 92.125232,
- "population": 797765,
- "sec_emer_num": "Outside of towns and cities, emergency response may be very limited.",
- "sw_bound_lat": 26.702016,
- "sw_bound_lng": 88.7464739,
- "travel_status": 0,
- "updated_at": "2020-09-25T17:14:03.855352Z"
}, - {
- "banner": {
}, - "center_lat": 13.794185,
- "center_lng": -88.89653,
- "country_code": "SV",
- "country_code_3": "SLV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇻",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "225e95c3-4888-4354-ae0a-404231a69c3c",
- "name": "El Salvador",
- "ne_bound_lat": 14.4505567,
- "ne_bound_lng": -87.6682,
- "population": 6344722,
- "sec_emer_num": "Operators generally speak Spanish. Emergency services may be limited. \r\n",
- "sw_bound_lat": 13.0473999,
- "sw_bound_lng": -90.19229999999999,
- "travel_status": 1,
- "updated_at": "2020-09-30T06:03:45.196939Z"
}, - {
- "banner": {
}, - "center_lat": -51.796253,
- "center_lng": -59.523613,
- "country_code": "FK",
- "country_code_3": "FLK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇫🇰",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "410e68ea-ad63-4831-aad7-945f0319e0e7",
- "name": "Falkland Islands",
- "ne_bound_lat": -50.9809115,
- "ne_bound_lng": -57.6768495,
- "population": 3447,
- "sec_emer_num": "",
- "sw_bound_lat": -52.4744161,
- "sw_bound_lng": -61.3792419,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-24T06:04:40.565095Z"
}, - {
- "banner": {
}, - "center_lat": -19.015438,
- "center_lng": 29.154857,
- "country_code": "ZW",
- "country_code_3": "ZWE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇼",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "fd3ddcce-c5dd-4d84-9cd8-37fdb7d90517",
- "name": "Zimbabwe",
- "ne_bound_lat": -15.6093188,
- "ne_bound_lng": 33.068236,
- "population": 16150362,
- "sec_emer_num": "Emergency response may be limited or delayed due to lack of resources.\r\n",
- "sw_bound_lat": -22.4219117,
- "sw_bound_lng": 25.237368,
- "travel_status": 1,
- "updated_at": "2020-09-26T16:57:41.951781Z"
}, - {
- "banner": {
}, - "center_lat": -29.040835,
- "center_lng": 167.954712,
- "country_code": "NF",
- "country_code_3": "NFK",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇳🇫",
- "geographic_region_id": "bc0e03fd-2a91-4c14-a5fa-b0989caf857b",
- "geojson_url": null,
- "id": "c8688a89-68c4-4bdd-bfe9-4de8658768a2",
- "name": "Norfolk Island",
- "ne_bound_lat": -28.9929014,
- "ne_bound_lng": 167.9985523,
- "population": 1748,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -29.137506,
- "sw_bound_lng": 167.9134083,
- "topojson_url": null,
- "travel_status": 0,
- "updated_at": "2020-09-26T06:24:58.756868Z"
}, - {
- "banner": {
}, - "center_lat": 35.907757,
- "center_lng": 127.766922,
- "country_code": "KR",
- "country_code_3": "KOR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇷",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "0eb1c84a-abca-4cd3-9699-3c6b1a3315fe",
- "name": "South Korea",
- "ne_bound_lat": 38.63400000000001,
- "ne_bound_lng": 131.1603,
- "population": 51269185,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 33.0041,
- "sw_bound_lng": 124.5863,
- "travel_status": 0,
- "updated_at": "2020-09-25T07:33:18.916987Z"
}, - {
- "banner": {
}, - "center_lat": 3.202778,
- "center_lng": 73.22068,
- "country_code": "MV",
- "country_code_3": "MDV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇻",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "id": "97c04d8d-789b-41f1-9b3d-f5fdcccd9629",
- "name": "Maldives",
- "ne_bound_lat": 7.5149809,
- "ne_bound_lng": 74.7290038,
- "population": 417492,
- "sec_emer_num": "Emergency response times may be slow as travel between islands is by boat or seaplane only, and many tourist islands are a considerable distance from the island of Maté, where medical services are primarily located. Travellers may want to consider travel insurance for medical evacuation.",
- "sw_bound_lat": -1.2907844,
- "sw_bound_lng": 71.75170899999999,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:17:12.566978Z"
}, - {
- "banner": {
}, - "center_lat": 40.069099,
- "center_lng": 45.038189,
- "country_code": "AM",
- "country_code_3": "ARM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇲",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "id": "3a92161e-945c-4bee-9acd-2eaa2ce8d5fc",
- "name": "Armenia",
- "ne_bound_lat": 41.300993,
- "ne_bound_lng": 46.6342219,
- "population": 2924816,
- "sec_emer_num": "Emergency services may be slow and unreliable in remote areas. ",
- "sw_bound_lat": 38.840244,
- "sw_bound_lng": 43.4472601,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:34:05.230165Z"
}, - {
- "banner": {
}, - "center_lat": 9.145000000000001,
- "center_lng": 40.489673,
- "country_code": "ET",
- "country_code_3": "ETH",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇪🇹",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "185e4933-9d2a-43b6-ab2e-9034e8b474ed",
- "name": "Ethiopia",
- "ne_bound_lat": 14.8942141,
- "ne_bound_lng": 48.0010561,
- "population": 102403196,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 3.4041369,
- "sw_bound_lng": 32.997734,
- "travel_status": 1,
- "updated_at": "2020-09-24T17:52:18.012450Z"
}, - {
- "banner": {
}, - "center_lat": -0.228021,
- "center_lng": 15.827659,
- "country_code": "CG",
- "country_code_3": "COG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇬",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "9b597481-31cc-4e43-ae93-525fe8321d16",
- "name": "Republic of the Congo - Brazzaville",
- "ne_bound_lat": 3.707791,
- "ne_bound_lng": 18.650421,
- "population": 2308000,
- "sec_emer_num": "Emergency services are non-existent in this country, except for Brazzaville and Pointe-Noire where services are extremely limited. Response time to emergency calls can take 45 minutes or longer.",
- "sw_bound_lat": -5.0964,
- "sw_bound_lng": 11.1182001,
- "travel_status": 1,
- "updated_at": "2020-09-30T18:35:58.327710Z"
}, - {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-09-28T17:08:15.148044Z"
}, - {
- "banner": {
}, - "center_lat": 49.81749199999999,
- "center_lng": 15.472962,
- "country_code": "CZ",
- "country_code_3": "CZE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇿",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "aad28002-e083-4ef0-b4ad-7271c0598940",
- "name": "Czech Republic",
- "ne_bound_lat": 51.0557185,
- "ne_bound_lng": 18.8592361,
- "population": 10561633,
- "sec_emer_num": "English-speaking assistance is not always available from the local police, but the police station located at Jungmannovo Namesti 9 near the Mustek metro station and Wenceslaus Square caters specifically to foreigners and always has an English-speaker available.\r\n",
- "sw_bound_lat": 48.5518081,
- "sw_bound_lng": 12.090589,
- "travel_status": 0,
- "updated_at": "2020-09-23T17:55:17.806756Z"
}, - {
- "banner": {
}, - "center_lat": 42.733883,
- "center_lng": 25.48583,
- "country_code": "BG",
- "country_code_3": "BGR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇬",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "a83e6662-b740-4c66-8c13-7870d6ef33e8",
- "name": "Bulgaria",
- "ne_bound_lat": 44.2153059,
- "ne_bound_lng": 28.7292001,
- "population": 7127822,
- "sec_emer_num": "",
- "sw_bound_lat": 41.2354469,
- "sw_bound_lng": 22.3573446,
- "travel_status": 0,
- "updated_at": "2020-09-24T18:14:57.352752Z"
}, - {
- "banner": {
}, - "center_lat": 1.352083,
- "center_lng": 103.819836,
- "country_code": "SG",
- "country_code_3": "SGP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇬",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "f637b953-7b28-41a2-a1e8-11640c2088d5",
- "name": "Singapore",
- "ne_bound_lat": 1.4784001,
- "ne_bound_lng": 104.0945001,
- "population": 5607283,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 1.1496,
- "sw_bound_lng": 103.594,
- "travel_status": 0,
- "updated_at": "2020-09-23T06:47:58.730480Z"
}, - {
- "banner": {
}, - "center_lat": 8.537981,
- "center_lng": -80.782127,
- "country_code": "PA",
- "country_code_3": "PAN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇦",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "474c2926-de55-4291-903d-6d3f7482458c",
- "name": "Panama",
- "ne_bound_lat": 9.7145001,
- "ne_bound_lng": -77.1584879,
- "population": 4034119,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 7.0409,
- "sw_bound_lng": -83.05224109999999,
- "travel_status": 0,
- "updated_at": "2020-09-29T05:27:40.490149Z"
}, - {
- "banner": {
}, - "center_lat": 29.31166,
- "center_lng": 47.481766,
- "country_code": "KW",
- "country_code_3": "KWT",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇰🇼",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "04c32e47-38e4-4e2a-8bf9-0c83205e13a1",
- "name": "Kuwait",
- "ne_bound_lat": 30.1036993,
- "ne_bound_lng": 48.5184,
- "population": 4052584,
- "sec_emer_num": "",
- "sw_bound_lat": 28.5244463,
- "sw_bound_lng": 46.55303989999999,
- "travel_status": 1,
- "updated_at": "2020-09-25T18:16:20.759789Z"
}, - {
- "banner": {
}, - "center_lat": -22.328474,
- "center_lng": 24.684866,
- "country_code": "BW",
- "country_code_3": "BWA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇼",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "27d32e11-9f70-4cb1-b044-4196543a8e8e",
- "name": "Botswana",
- "ne_bound_lat": -17.7781369,
- "ne_bound_lng": 29.375304,
- "population": 2250260,
- "sec_emer_num": "",
- "sw_bound_lat": -26.9075448,
- "sw_bound_lng": 19.998903,
- "travel_status": 0,
- "updated_at": "2020-09-25T05:48:48.762390Z"
}, - {
- "banner": {
}, - "center_lat": 42.506285,
- "center_lng": 1.521801,
- "country_code": "AD",
- "country_code_3": "AND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇩",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "915fcd6e-8ef0-446e-86fd-59258580418f",
- "name": "Andorra",
- "ne_bound_lat": 42.655791,
- "ne_bound_lng": 1.786639,
- "population": 77281,
- "sec_emer_num": "",
- "sw_bound_lat": 42.4287488,
- "sw_bound_lng": 1.4087052,
- "travel_status": 0,
- "updated_at": "2020-09-29T06:48:53.328606Z"
}, - {
- "banner": {
}, - "center_lat": 32.427908,
- "center_lng": 53.688046,
- "country_code": "IR",
- "country_code_3": "IRN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇷",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "6c4578e7-9a98-44dc-9e51-fcbab412fe84",
- "name": "Iran",
- "ne_bound_lat": 39.782056,
- "ne_bound_lng": 63.3333366,
- "population": 82913906,
- "sec_emer_num": "",
- "sw_bound_lat": 24.8066999,
- "sw_bound_lng": 44.0326949,
- "travel_status": 1,
- "updated_at": "2020-09-26T07:03:34.213744Z"
}, - {
- "banner": {
}, - "center_lat": 9.945587,
- "center_lng": -9.696645,
- "country_code": "GN",
- "country_code_3": "GIN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇳",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "1d51c3d7-8316-43a3-81ce-c73e93ce3cd7",
- "name": "Guinea",
- "ne_bound_lat": 12.6748616,
- "ne_bound_lng": -7.637853,
- "population": 12395924,
- "sec_emer_num": "Emergency services are extremely limited in Guinea due to a lack of resources. Travellers should check with their embassy to learn of any emergency services the embassy might provide.\r\n\r\nMedical facilities in Guinea are inadequate. If you plan to travel outside Conakry, have basic medical and dental supplies with you. For emergencies or serious medical needs, consider medical evacuation to your home country or a country with adequate medical care available.\r\n",
- "sw_bound_lat": 7.190909099999999,
- "sw_bound_lng": -15.282,
- "travel_status": 1,
- "updated_at": "2020-10-01T05:19:49.582020Z"
}, - {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-09-26T05:55:41.296093Z"
}, - {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-09-25T18:11:59.361186Z"
}, - {
- "banner": {
}, - "center_lat": 23.424076,
- "center_lng": 53.847818,
- "country_code": "AE",
- "country_code_3": "ARE",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇪",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "1cea001d-648d-4528-97fd-3473bbd5424f",
- "name": "United Arab Emirates",
- "ne_bound_lat": 26.0765,
- "ne_bound_lng": 56.4395001,
- "population": 9269612,
- "sec_emer_num": "",
- "sw_bound_lat": 22.6315138,
- "sw_bound_lng": 51.4723,
- "travel_status": 0,
- "updated_at": "2020-09-28T06:25:01.302294Z"
}, - {
- "banner": {
}, - "center_lat": 43.94236,
- "center_lng": 12.457777,
- "country_code": "SM",
- "country_code_3": "SMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇲",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "3f80ba93-acd3-4b3c-a37b-7ffaad8bb2bd",
- "name": "San Marino",
- "ne_bound_lat": 43.992075,
- "ne_bound_lng": 12.5167041,
- "population": 33203,
- "sec_emer_num": "",
- "sw_bound_lat": 43.8936809,
- "sw_bound_lng": 12.4034824,
- "travel_status": 0,
- "updated_at": "2020-09-26T04:59:10.652786Z"
}, - {
- "banner": {
}, - "center_lat": 13.443182,
- "center_lng": -15.310139,
- "country_code": "GM",
- "country_code_3": "GMB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇲",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "d3d11687-1e4a-42a9-922c-70f3cf764885",
- "name": "Gambia",
- "ne_bound_lat": 13.825058,
- "ne_bound_lng": -13.7913862,
- "population": 2311708,
- "sec_emer_num": "In The Gambia, emergency resources may be limited and there may be delays in response. Emergency services may not be available in your language.",
- "sw_bound_lat": 13.0098999,
- "sw_bound_lng": -16.9464001,
- "travel_status": 1,
- "updated_at": "2020-09-24T05:54:46.961929Z"
}, - {
- "banner": {
}, - "center_lat": 45.1,
- "center_lng": 15.2000001,
- "country_code": "HR",
- "country_code_3": "HRV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇷",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "geojson_url": null,
- "id": "080b9f2a-1d54-41c9-838f-937464c55e1a",
- "name": "Croatia",
- "ne_bound_lat": 46.5549857,
- "ne_bound_lng": 19.4480523,
- "population": 4170600,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 42.3385087,
- "sw_bound_lng": 13.3649,
- "travel_status": 0,
- "updated_at": "2020-09-26T15:53:36.383406Z"
}, - {
- "banner": {
}, - "center_lat": 5.152149,
- "center_lng": 46.199616,
- "country_code": "SO",
- "country_code_3": "SOM",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇴",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "7f745b8f-7c34-4fbf-a7a9-92c54d254cd0",
- "name": "Somalia",
- "ne_bound_lat": 12.3615,
- "ne_bound_lng": 51.6138,
- "population": 14317996,
- "sec_emer_num": "In 2013, the number, 888, was announced as an operational emergency number for police. However, emergency service responsiveness may be poor or nonexistent.",
- "sw_bound_lat": -1.8673,
- "sw_bound_lng": 40.994373,
- "travel_status": 2,
- "updated_at": "2020-09-28T07:06:22.371250Z"
}, - {
- "banner": {
}, - "center_lat": 7.873053999999999,
- "center_lng": 80.77179699999999,
- "country_code": "LK",
- "country_code_3": "LKA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇰",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "bd6bd122-54fe-4f12-8be4-dc9c47ea5d13",
- "name": "Sri Lanka",
- "ne_bound_lat": 10.03377,
- "ne_bound_lng": 82.14479999999999,
- "population": 21203000,
- "sec_emer_num": "The responsiveness of the police may vary.",
- "sw_bound_lat": 5.6816,
- "sw_bound_lng": 79.26769999999999,
- "travel_status": 1,
- "updated_at": "2020-09-24T18:11:10.781131Z"
}, - {
- "banner": {
}, - "center_lat": 16.5388,
- "center_lng": -23.0418,
- "country_code": "CV",
- "country_code_3": "CPV",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇻",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "b4e05e49-2ab8-4c90-bb3b-453c9cb09407",
- "name": "Cape Verde",
- "ne_bound_lat": 17.3191764,
- "ne_bound_lng": -22.5933839,
- "population": 539560,
- "sec_emer_num": "",
- "sw_bound_lat": 14.7270733,
- "sw_bound_lng": -25.383911,
- "travel_status": 0,
- "updated_at": "2020-09-28T16:42:56.802119Z"
}, - {
- "banner": {
}, - "center_lat": -3.373056,
- "center_lng": 29.918886,
- "country_code": "BI",
- "country_code_3": "BDI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇮",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "bb4ab0e1-21a6-491f-846c-903af77b113f",
- "name": "Burundi",
- "ne_bound_lat": -2.3097301,
- "ne_bound_lng": 30.84954,
- "population": 10524117,
- "sec_emer_num": "Emergency services are extremely limited and do not exist outside of the capital. \r\n",
- "sw_bound_lat": -4.4693288,
- "sw_bound_lng": 29.000968,
- "travel_status": 2,
- "updated_at": "2020-09-28T15:42:09.018232Z"
}, - {
- "banner": {
}, - "center_lat": 46.862496,
- "center_lng": 103.846656,
- "country_code": "MN",
- "country_code_3": "MNG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "e7661ced-7fa1-4ccb-8563-fabbc9a38c44",
- "name": "Mongolia",
- "ne_bound_lat": 52.148355,
- "ne_bound_lng": 119.9315098,
- "population": 3027398,
- "sec_emer_num": "\r\n\r\n\r\n \r\n \r\n",
- "sw_bound_lat": 41.581833,
- "sw_bound_lng": 87.7344789,
- "travel_status": 0,
- "updated_at": "2020-09-30T18:13:23.067803Z"
}, - {
- "banner": {
}, - "center_lat": 21.916221,
- "center_lng": 95.955974,
- "country_code": "MM",
- "country_code_3": "MMR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇲",
- "geographic_region_id": "2b93f382-3941-48df-9b45-a50db3b8f712",
- "geojson_url": null,
- "id": "3acbcb04-bb07-4f77-b650-d20d2586a4b6",
- "name": "Myanmar (Burma)",
- "ne_bound_lat": 28.5478351,
- "ne_bound_lng": 101.1702717,
- "population": 52885223,
- "sec_emer_num": "Medical facilities and standards are extremely limited. In the event of serious illness or accident, you may need medical evacuation. Ensure that you have adequate health insurance. ",
- "sw_bound_lat": 9.4518,
- "sw_bound_lng": 92.171808,
- "travel_status": 1,
- "updated_at": "2020-09-23T18:05:14.981572Z"
}, - {
- "banner": {
}, - "center_lat": -17.679742,
- "center_lng": -149.406843,
- "country_code": "PF",
- "country_code_3": "PYF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇫",
- "geographic_region_id": "cb93bf3d-a13f-4e87-a92f-50f30fe37fd7",
- "geojson_url": null,
- "id": "c8b7aeee-df45-40f0-9257-817fa83a33fd",
- "name": "French Polynesia",
- "ne_bound_lat": -6.4682,
- "ne_bound_lng": -134.0551932,
- "population": 280208,
- "sec_emer_num": "",
- "sw_bound_lat": -28.61346,
- "sw_bound_lng": -155.125483,
- "travel_status": 0,
- "updated_at": "2020-09-28T05:52:21.084611Z"
}
], - "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [
- "e546c116-904a-4ac8-a6b8-dd1acc87323f",
- "36020ef5-b9bd-4e3c-b7f1-9c4b63893ca9",
- "c5d3f50b-22e2-4546-abe6-3a8e5c0f5650",
- "93ee95c1-458a-4889-82ca-85c3125b9297",
- "ef3ebff6-37c9-4c8f-aa2f-894d9ab84cae",
- "07441628-d30d-4f4c-a501-9a6fbfae5b80",
- "856bdb09-a23f-4338-825d-285ad168e96c",
- "abf96513-bbf6-42e6-8c9e-643576c54433",
- "0c53b68a-9253-49ea-8ac5-ac7646fc92cf",
- "31d3b1b0-671c-4ccc-902f-744e28213e87",
- "d1656a0a-1c8e-4996-b7ae-ef71eb57a14c",
- "4e2520a0-32ac-42fe-9af8-8c477a058904",
- "005163c0-59a7-4f46-b91f-a0e9e4fcf3a4",
- "a940750d-1431-4bc9-aab8-c187e9296b4a",
- "852325a0-6d37-4e08-a344-d36fcb7549c1",
- "6ce124bf-9706-420b-9eda-4dece19e54ed",
- "2fb27105-863e-473a-8daf-e476c4e81bde",
- "8375f443-2cbb-42bf-8215-79a1ff166cf1",
- "a27e8df5-2c6a-4306-84f3-b802d8e156c7",
- "39b03b20-f143-41a9-bfa1-bc4884a2b0b4",
- "2a2db86e-c77c-4643-b311-8ff259727613",
- "51e2ff68-3a3f-4448-8116-5d54c2351571",
- "845469fd-16f7-4eb9-aa49-6260eb9e6933",
- "192d70d5-a955-4b54-ac19-a82eae67e52d",
- "1ae76e1a-d611-49df-81e8-5c7d5968281a",
- "338aaeb6-0fc8-4dc8-b0af-017c7e8a620f",
- "b192c241-6697-4664-b335-345af3b077f5",
- "c0b96bdd-669a-4391-ae5f-9fff776add05",
- "cd8acb3d-e4d4-45a4-9de2-1f1fc11dd4cd",
- "9a927d77-0c8c-441e-a8f8-36131e09b2d5",
- "47627140-14a2-4de5-9908-f86d927988e9",
- "87168ecd-41b7-43c3-9b6a-8f4eba576297",
- "45517fe6-ae3f-4819-855a-105aa4ad3d57",
- "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "8217d013-9783-4ecb-88dc-c6a8c6a3486f",
- "c7442cb7-a35d-4198-8d79-2fb093b3a1ab",
- "2373c04e-92ec-45da-a3e0-c68314bc0fcc",
- "f5c776a7-1926-40b4-b63d-4e7f30ffec66",
- "dae9ce27-eff7-4a82-9243-74c9ee897a24",
- "831abfe8-99e1-420f-b7a6-c5a094ed0353",
- "3447576a-8c58-451c-89cf-12a5bfcc16b9",
- "54e44cf3-99aa-4c1a-b6df-781728246bd4",
- "667efeb1-84e0-4260-b8fb-9642efb94778",
- "1c541a4f-572d-4ef3-b02e-1377e4e7eab9",
- "e9492cf5-8ce4-4854-b7bf-858a379f018b",
- "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "6a2c3179-23a7-444f-ae86-a292b45ef1f7",
- "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "d8b4c93b-56dd-432e-a9fb-8aa1aee87c35",
- "c32f02f7-b0b0-4efb-beeb-dfa9f0aa3c36",
- "21be0985-7bdb-48e8-9d81-270e36f9908b",
- "0182789b-4bef-480f-a742-0667d5618527",
- "359d397c-0cc8-4360-96dd-c55038616213",
- "e7e3b19b-bcaf-4869-b765-c6156a8602ff",
- "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "9eb317e0-a37e-430f-8505-b3714075ed17",
- "8df05a77-7fe2-4a0d-84df-dafce8dbd540",
- "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "db0a6b6c-a061-4289-827a-e2dea75141df",
- "69e33310-ee00-4563-8771-a9c4123da08c",
- "5234d537-83a1-4139-b624-7d94162926a5",
- "dc6d6090-c58b-4295-b854-957db0563cd2",
- "4cea962e-2311-4ba0-89ab-8f828263f6ae",
- "872a6386-f42b-49e3-941a-818898f09810",
- "92ff4dcf-d5ee-450b-8309-c58b8d02a914",
- "fec4d6d9-4161-431c-8728-8a28b0e1e19e",
- "6396c36d-1434-4164-b9bb-55672504494c",
- "0e85fc55-02c7-49ae-8fa2-220c5f53f3d9",
- "8ce27380-e9e8-4008-b0d3-84ae51d5818a",
- "b0b49493-86fb-4be8-8c1c-1e086fcb386b",
- "3c63e394-ee95-42e5-8b1f-bc84efbfba3d",
- "7ca3209d-8e5a-4006-8984-16f25de89cd1",
- "f61cd68b-11d8-41a3-8deb-ad13db3b5113",
- "cba3245f-9606-478b-9d29-a45641bdbe05",
- "93c31206-0159-41b3-a255-83417b792e22",
- "29a1e450-0439-4b93-b8d1-339b196c8ff2",
- "36e537a1-f4c0-45af-a817-5a77ec672499",
- "a14030df-8391-4890-8223-dc5040024420",
- "227d5b17-6ce2-498f-acc8-dc36df624b7f",
- "5586f292-1156-4edd-8621-e48c0d6ba986",
- "6b415f92-0667-40e1-947d-06b55cb1315a",
- "e96d1b29-0e84-4fde-a25b-b7ad6b87d84e",
- "bca2db29-76fa-46b3-9767-2fc20d0822a7",
- "7b6d7ca8-f80b-4d6a-8105-d7df8563d686",
- "9374a07a-2609-4fff-8d96-9bff763f94cd",
- "c2cb9c75-e3af-4ac5-b3bd-4373e393f231",
- "440573b0-d651-43ce-b08f-acc6ed46fc5e",
- "1dbb9364-c428-4c4a-bc5a-831592330544",
- "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "b7820f83-ea4c-4f1f-b807-896ea64e9239",
- "b14d83a8-f3c1-4cbb-8bf3-a16b61b76838",
- "009490cb-4c17-45db-aea6-2a562493c4ce",
- "a22b99e9-a0a4-44f2-9b95-f4c5b3194481",
- "b6e8a229-5cf4-403e-885b-938c82e0ede2",
- "20520ce7-377d-4487-88e6-f4725b3deea5",
- "1dbb0459-35c5-4033-8e6e-a842ec3ddb49",
- "9f77ada4-264b-46a6-8fc3-67611526e951",
- "eaba89b5-ed35-4a61-bd86-35ef2efe71d2",
- "ff8c1077-6334-4e07-961c-784ffd7bd518",
- "b7878bbf-65f5-49f4-b740-4d9eb66b4ed0",
- "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "11ed7519-82d5-49d1-a2c8-ac5182bf5bc8",
- "96db830a-24dc-4217-8ca1-c80f46e1f301",
- "a8ef3bc2-e050-4c0e-a2bd-8d18a4fadde6",
- "d41be7e6-a35d-4926-8d55-b8c0e03333fc",
- "0ef0d041-a5a5-4040-bcb9-6bd27a11a6e7",
- "ad4bc4b0-c3bb-4767-a397-3c1294f11f67",
- "b50ca34a-2998-47ed-b5da-fc2e0b174328",
- "4a371500-14e2-4013-bc14-b70032c12457",
- "88a93039-936e-4262-8902-1d7fa47fd8d6",
- "067e9044-a789-44bc-bf23-93f7cc1e053f",
- "f1e4f74f-7c25-4a5d-9819-402550460b5f",
- "a6ab9d0d-2c49-4798-955e-f08c03d585b2",
- "8dabc441-374a-4976-b373-b6a27e793045",
- "e8d80551-77b9-4978-8084-df32b8005277",
- "ae5b57ff-6f12-4ad6-a388-8ed594d20672",
- "51e65a36-9678-4773-b6a2-4f95ef57ac35",
- "7dee8a7b-f22c-4d0b-917e-ea4e8925eb62",
- "d6ff43a1-d484-46e0-b412-396a83ffff21",
- "8018282a-05cf-4c88-86ec-218544e5f214",
- "8396ae86-fa62-420c-80ea-efa35658d1ec",
- "7b2ba1a2-2dc7-46bd-8381-6f60889dd52b",
- "d2dc0d6c-5ef8-4cae-959c-0ffaa246a604",
- "abc08494-43eb-4a50-bef8-e59a1588092e",
- "99d31fc2-8b15-4832-9eb0-6c82c61b7555",
- "a1dc4cdb-2c34-4280-8723-5132d1c072b8",
- "5ddb39f7-66ac-4b5d-a828-a54f8fa339c2",
- "1a4f224b-8120-48e2-bd75-42ebd1aaca18",
- "f24880c5-84e2-4abd-b4ad-4aed7aea1328",
- "89000dff-457c-4462-aa71-0baeed380ce2",
- "b7e3cb59-2c14-43b9-b5b0-bebd5edd77fb",
- "b5782417-8746-4439-90c6-4f091ed1e69d",
- "88a5367f-363f-497e-b997-e49514edfc75",
- "c8109105-a2b7-4d7b-9d63-0c1d79dd0d36",
- "b3bb4613-3f6b-479a-b8d2-b331578956d5",
- "356ea025-51b2-407c-af80-a2d023927172",
- "407ab8c7-44cd-4d8f-b87a-b78aee2d46f4",
- "19431059-df03-40c3-b2bf-1581867431c1",
- "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "f42d43af-00f6-4677-a3c8-ba0a2fe141d7",
- "5793169f-db04-40a7-9427-d38023e55617",
- "53c0287e-3e25-459b-9a5c-a494380924ed",
- "8c6038f5-2859-4147-9b74-0c82eff7a2a5",
- "22556fb5-51ab-4d8a-b06b-7529816a46ff",
- "60f75a05-4c0a-4df1-a245-ff30343ead4f",
- "c1a1564b-31ca-47c8-aeda-a6c6618f34bb",
- "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "31e246e8-5de0-4a00-9573-71a92fed365d",
- "2fa3f600-b3ae-425a-97ee-d69d7534f20d",
- "21a2d922-6c48-4acb-9cc9-af0d25d0eae9",
- "78dc2d43-eafb-4e6b-8f4f-3cd5792ca251",
- "43c1f1d5-f6c7-47e1-9886-1c0ed76813a0",
- "9152adf7-358c-4bee-acf2-23ee8a63ecc5",
- "f5a5b2a3-14f0-428f-aecd-911fc8e579ec",
- "240df3b6-28e4-4ca2-b83c-5794ba8a7b64",
- "9936eae6-83b3-40ee-811a-eb76ed13b5cf",
- "aa341fe4-8f0b-4012-ac84-b89dca70bb6d",
- "7e20c0c2-8608-46b7-a550-1437ff59ae73",
- "ee0b3766-b4aa-410d-94dc-70f026437577",
- "e6c2ddda-1a90-4323-9e7f-3cae93898faf",
- "14c28aa7-3f09-40d6-ac1f-ceb1eee840f9",
- "38fd055f-8f19-47e3-8ecc-5791703c4e62",
- "8aaa2c52-14ff-46e0-bd8f-5f9ad653660c",
- "fe8b2f42-50d7-4850-8be7-9e4123303d66",
- "04969b27-86ca-4358-8c42-129df2e278d0",
- "fbce331d-2caa-4f20-894c-26e2f3072a27",
- "4c1de2b3-6c0a-4806-87de-aedb11487139",
- "e7be768f-3c96-4375-a702-db16a2c4e7a2",
- "25e3dd22-f940-472e-bf1c-e0745996fe8e",
- "99f93ae9-565f-43d1-b280-6bec24e51919",
- "aea1db9b-0d29-4471-958e-6ee29b542461",
- "7b1fd1f4-5fd8-4c06-8536-3eb857046e0d",
- "12b8b797-daa0-4363-a547-cde2cc4e07a3",
- "714a6a92-9d02-4cdc-8ce8-9bcdfa8cc349",
- "6c93b919-f6d4-4970-8544-a10dd2f654a1",
- "ed3ab8fc-2d21-4bd9-9874-5a45c04b2900",
- "eb846ae5-94d2-48fb-9ad4-13002a0f7f6e",
- "63126fe8-82ea-4eb7-849c-6f33aee63f51",
- "8a4c8208-c399-4139-b3c9-e5b9187ebe6f",
- "ec294b35-92a5-45e2-a719-43e05908e52b",
- "d46ad5dc-ceb7-4016-a1e9-d9f603c06222",
- "45d364cb-f632-4411-a0de-6f917876df3f",
- "0c57e34f-6d61-49db-a308-dcbb94150b5a",
- "2a25423e-0069-4a77-be25-50a7e23a4a87",
- "812ff2e8-8718-450d-9bab-0dcc28fc82b6",
- "914ced83-cab7-4654-b550-a22256a52c33",
- "7bb3b7cc-6915-4b74-ae4d-913fb9afbb54",
- "415420d1-7696-4bfe-90ce-ba5312c83abe",
- "b22fbf97-b878-4afa-a060-bfd0551d4e44",
- "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "470d955d-2e9f-4efb-be31-9e7e80cc3182",
- "754b6377-4e95-4028-9bc3-438b89524e18",
- "2fc0f5a5-f32c-4b4d-a5d2-1a073e59ad3a",
- "025f7314-7ab0-47a4-a60c-f5690aee3931",
- "c4a41511-7740-4038-ad2b-0bf120194c15",
- "1fe93700-e8cc-46a9-a05a-e24b3d05013d",
- "fb09998d-2df8-4125-856d-93938cba3e4b",
- "ee395d01-6cf8-4fc7-895c-a4a20bd3f53a",
- "bf1f520c-d3bb-4174-a522-18f95e52f63c",
- "a04e402e-ce00-4e80-bf98-0b19dd87ae94",
- "954fac3b-99cb-4810-bf3d-05e522905425",
- "57b24e14-92d1-4eb4-88b2-f9f70f776e8e",
- "3ad661d7-6035-4009-b8af-cdf66562c014",
- "b45cbb03-8436-4712-aabe-ca2c9b7fd8a2",
- "053add2f-4808-4c7b-8728-0b473113cf33",
- "7b1db729-556f-4e19-89a9-fac28a560ad2",
- "75a7bed6-655a-47ac-92ac-e773de06dc79",
- "861dd7a5-028e-4291-8d3f-88a8a1ad05b8",
- "35cd49ca-3588-4009-bf3f-7607d38bfed4",
- "7e1ca7d0-1d2c-46e7-9329-d1ab76f1e36b",
- "5f3a46ca-4df6-427b-a891-f4490443ab48",
- "dddd93e1-9ebf-4107-97a4-f8a25bfda6e4",
- "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "14dd5c8a-be23-4ae8-ac2d-e7c4571d6a05",
- "752f9c20-7516-472e-875b-7d8e0e5add23",
- "d6b9b0c8-8ea2-43a9-aadc-ca659c671ff7",
- "52141cc2-ff51-48b4-a7df-c457c7f9a56d",
- "8523a140-9438-4146-af64-d92668429493",
- "225e95c3-4888-4354-ae0a-404231a69c3c",
- "410e68ea-ad63-4831-aad7-945f0319e0e7",
- "fd3ddcce-c5dd-4d84-9cd8-37fdb7d90517",
- "c8688a89-68c4-4bdd-bfe9-4de8658768a2",
- "0eb1c84a-abca-4cd3-9699-3c6b1a3315fe",
- "97c04d8d-789b-41f1-9b3d-f5fdcccd9629",
- "3a92161e-945c-4bee-9acd-2eaa2ce8d5fc",
- "185e4933-9d2a-43b6-ab2e-9034e8b474ed",
- "9b597481-31cc-4e43-ae93-525fe8321d16",
- "3f30785f-e077-43d1-b792-3b144c7eef59",
- "aad28002-e083-4ef0-b4ad-7271c0598940",
- "a83e6662-b740-4c66-8c13-7870d6ef33e8",
- "f637b953-7b28-41a2-a1e8-11640c2088d5",
- "474c2926-de55-4291-903d-6d3f7482458c",
- "04c32e47-38e4-4e2a-8bf9-0c83205e13a1",
- "27d32e11-9f70-4cb1-b044-4196543a8e8e",
- "915fcd6e-8ef0-446e-86fd-59258580418f",
- "6c4578e7-9a98-44dc-9e51-fcbab412fe84",
- "1d51c3d7-8316-43a3-81ce-c73e93ce3cd7",
- "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "8c464720-e5be-4485-ba18-3f066996c4a3",
- "1cea001d-648d-4528-97fd-3473bbd5424f",
- "3f80ba93-acd3-4b3c-a37b-7ffaad8bb2bd",
- "d3d11687-1e4a-42a9-922c-70f3cf764885",
- "080b9f2a-1d54-41c9-838f-937464c55e1a",
- "7f745b8f-7c34-4fbf-a7a9-92c54d254cd0",
- "bd6bd122-54fe-4f12-8be4-dc9c47ea5d13",
- "b4e05e49-2ab8-4c90-bb3b-453c9cb09407",
- "bb4ab0e1-21a6-491f-846c-903af77b113f",
- "e7661ced-7fa1-4ccb-8563-fabbc9a38c44",
- "3acbcb04-bb07-4f77-b650-d20d2586a4b6",
- "c8b7aeee-df45-40f0-9257-817fa83a33fd"
], - "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* All land and maritime borders are closed, except for medical, trade, repatriation and other emergency purposes.",
- "created_at": "2020-08-10T03:31:06.598701Z",
- "effective_as_of": "2020-09-29T19:11:39.479000Z",
- "extras": null,
- "id": "ffeac785-73a8-4f9f-a26b-92d802a9b681",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
], - "type": 1,
- "updated_at": "2020-09-23T17:42:15.621592Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 0
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* International passengers arriving in Delhi airport are subjected to a seven-day institutional quarantine at the traveller's expense.",
- "created_at": "2020-07-22T20:15:48.088508Z",
- "effective_as_of": "2020-09-29T18:40:19.780000Z",
- "extras": {
- "quarantine_days": 14
}, - "id": "dc24cb86-e68d-4278-9065-4b264bbb71fb",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 5,
- "updated_at": "2020-09-23T17:45:19.913584Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "comment": "* The government of India is operating repatriation flights under the Vande Bharat Mission for returning citizens. ",
- "created_at": "2020-07-22T20:15:48.086423Z",
- "effective_as_of": "2020-09-29T21:13:00.663000Z",
- "extras": { },
- "id": "4252b3dd-b3cc-48da-8ec5-54ea40f5cb26",
- "origin_country": {
- "banner": {
}, - "center_lat": 20.593684,
- "center_lng": 78.96288,
- "country_code": "IN",
- "country_code_3": "IND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇳",
- "geographic_region_id": "e1488958-c4bb-4307-824b-dea31eef2f0c",
- "geojson_url": null,
- "id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "name": "India",
- "ne_bound_lat": 35.513327,
- "ne_bound_lng": 97.39535869999999,
- "population": 1324171354,
- "sec_emer_num": "\r\n\r\n\r\n",
- "sw_bound_lat": 6.4626999,
- "sw_bound_lng": 68.1097,
- "travel_status": 0,
- "updated_at": "2020-09-23T18:27:16.461774Z"
}, - "origin_country_division": null,
- "origin_country_division_id": null,
- "origin_country_id": "b9fcd2b5-da7e-42e4-aa87-eee9f45d8975",
- "references": [ ],
- "type": 0,
- "updated_at": "2020-09-23T17:43:41.790530Z",
- "vaccination": null,
- "vaccination_id": null,
- "value": 1
}
]
Get Country Diseases
Returns a list of diseases for a given country id or iso code.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Example: IN Sitata country identifier or country code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "id": "2eacbb35-aae0-42f0-a935-d8ad195a35b0",
- "disease": {
- "scientific_name": "",
- "id": "d82d02f4-e608-4c5f-8bc2-82c886c26beb",
- "common_name": "Chikungunya Fever"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Chikungunya occurs in India. "
}, - {
- "id": "cc4d00f6-c384-4330-b026-50d4a14dd2b0",
- "disease": {
- "scientific_name": "",
- "id": "c01510ce-4082-4fbf-a9a7-707e59d46af2",
- "common_name": "Nipah Virus"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Nipah virus infection has been reported from West Bengal State in India near the border with Bangladesh."
}, - {
- "id": "dfa41f3b-0edb-49d8-b537-2b8e0b501465",
- "disease": {
- "scientific_name": "",
- "id": "a6032c6d-410d-46d3-aecf-12ff28c4403a",
- "common_name": "Typhoid Fever"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Unvaccinated people can become infected through contaminated food and water in India, especially when visiting smaller cities, villages, or rural areas where food and water sources may be contaminated. "
}, - {
- "id": "ebe4bbc2-031e-406f-9a9f-cd66ec4f7149",
- "disease": {
- "scientific_name": "",
- "id": "99ee9109-a022-42ec-871c-990f3ebea1fd",
- "common_name": "Rabies"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Rabies occurs in the India. Travellers involved in outdoor activities (e.g., campers, hikers, bikers, adventure travellers, and cavers) may have direct contact with rabid dogs, bats, and other mammals. Those with occupational risks (such as veterinarians, wildlife professionals, researchers) and long-term travellers and expatriates are at higher risk."
}, - {
- "id": "7d8a8da3-0052-4a0c-9ec7-b9c62a0406fe",
- "disease": {
- "scientific_name": "",
- "id": "9937f443-efd2-41dc-bfa6-0430fd7b4ad2",
- "common_name": "Hepatitis B"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is a significant risk for acquiring hepatitis B in India. "
}, - {
- "id": "7a6205bc-d124-4174-986f-a1f010ced9a7",
- "disease": {
- "scientific_name": "",
- "id": "94a0b409-4c28-426f-aca6-3534ebd6e9bd",
- "common_name": "Japanese encephalitis"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "The affected areas include all states except Arunāchal, Dadra and Nagar Haveli, Daman and Diu, Gujarat, Himachal, Jammu and Kashmir, Meghalaya, Orissa, Punjab, Rajasthan and Sikkim, and Lakshadweep islands. Urban cases have been reported. The transmission seasons are:\r\nGoa: May to October\r\nTamil Nadu: October to January\r\nKarnataka: August to December. A second peak occurs April to June in the Mandya District.\r\nAndhra Pradesh: September to December\r\nNorth India: July to December\r\nThe risk for travellers of contracting Japanese encephalitis is low, but visiting the listed areas and extensive outdoor activity in rural areas will increase this risk. "
}, - {
- "id": "ee1f4b58-d31f-44ae-a19e-b8de1c9ad8f6",
- "disease": {
- "scientific_name": "CCHF",
- "id": "7823a8da-18ec-43d0-8e4a-b6c95c1d6f4e",
- "common_name": "Crimean-Congo Haemorrhagic Fever"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Crimean-Congo Haemorrhagic Fever has recently occurred in northern India. "
}, - {
- "id": "0a3e02d3-591c-40b0-ae38-6fd3b5a3c390",
- "disease": {
- "scientific_name": "Kala Azar",
- "id": "6e50c7b8-d8cb-4541-b374-4f80ad091629",
- "common_name": "Leishmaniasis"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Leishmaniasis occurs in rural India, especially in the state of Bihar."
}, - {
- "id": "4d1f858e-6682-4d9f-83fc-a939729770cf",
- "disease": {
- "scientific_name": "",
- "id": "6819e404-ff48-4063-959a-1e4a8829156c",
- "common_name": "Malaria"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "The U.S. CDC states that all areas throughout the country at altitudes less than 2,000 meters, including cities of Mumbai and Delhi, are at risk for malaria; no risk in areas greater than 2,000 meters in Himachal Pradesh, Jammu and Kashmir, and Sikkim. NaTHNaC (Advisory Committee on Malaria Prevention for U.K. Travellers) considers that there is a high risk in the states of Assam and Orissa and parts of the states of Andhra Pradesh and Madhya Pradesh. For the rest of India, the Committee no longer considers the risk of contracting malaria high enough to justify the use of anti-malarial medication. The WHO considers a higher risk exists in northeastern states including Andaman, Nicobar Islands, Chhattisgarh, Gujarat, Jharkhand, Karnataka (except city of Bangalore), Madhya Pradesh, Maharashtra, (except cities of Mumbai, Nagpur, Nasik, and Pune), Orissa, and West Bengal, except the city of Kolkata."
}, - {
- "id": "a5850dfa-de29-4e09-8de5-66575825ef5f",
- "disease": {
- "scientific_name": "TB",
- "id": "563bd755-b37e-4dd9-bc01-028544476314",
- "common_name": "Tuberculosis"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Travellers to India are at risk for tuberculosis, including multi-drug resistant tuberculosis, if visiting ill friends or family, working in the health care field, or having close prolonged contact with the general population. "
}, - {
- "id": "342bc8e9-8387-4e36-b10a-566d4f19f187",
- "disease": {
- "scientific_name": "",
- "id": "448d4c61-b1da-4ac3-8f5f-221251bcbbfc",
- "common_name": "Yellow Fever"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is no risk of yellow fever transmission in this country. However, the Indian Government requires proof of vaccination for travellers over 6 months of age arriving from an area with a risk of yellow fever transmission. For details of certificate requirements, see Yellow Fever Vaccination."
}, - {
- "id": "c7a51dbc-1c91-4a47-ac57-6787d524ebe1",
- "disease": {
- "scientific_name": "Breakbone Fever",
- "id": "37012cf9-7445-4307-a228-8c83776b2f20",
- "common_name": "Dengue Fever"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Dengue fever outbreaks occur in India, particularly urban and semi-rural areas in the north-central states, with fewer cases in the western states. "
}, - {
- "id": "809fdbc5-200f-43e4-a2ad-a21fdec1a6f7",
- "disease": {
- "scientific_name": "",
- "id": "18784e08-28d1-4a68-912f-230cb1bc35fa",
- "common_name": "Hepatitis A"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is a significant risk for hepatitis A virus exposure in India through contaminated food or water. Infection can still occur at tourist destinations and resorts."
}, - {
- "id": "580a148e-4cb8-4541-bbc5-db139a14b4dc",
- "disease": {
- "scientific_name": "",
- "id": "16d018d8-31d1-4210-9bb8-42495ccaa97c",
- "common_name": "Cholera"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Cholera outbreaks occur in India. The risk to travellers is low unless living or working in poor sanitary conditions, drinking untreated water or eating poorly cooked or raw seafood in this country."
}, - {
- "id": "054c38f1-c41a-48dd-9fe9-5c7a9f217f5e",
- "disease": {
- "scientific_name": "Bilharzia or snail fever",
- "id": "147cff73-c4c1-4e69-a7b3-44df836fa9c8",
- "common_name": "Schistosomiasis"
}, - "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "The parasite that causes schistosomiasis only occurs in Ratnagiri district. "
}
]
Get Trip Diseases
Returns a list of diseases for a given trip id. Each disease is coupled with a comment about why it is important for each country. If the comment's common
attribute is true, then it is a fairly commen disease that all travellers should be aware of.
Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
path Parameters
trip_id required | string Trip identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "comment": "Unvaccinated people are at significant risk for typhoid through the consumption of contaminated food and water in this country. The risk is greater when visiting smaller cities, villages, or rural areas and staying with friends or relatives.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Typhoid Fever",
- "id": "cb3f3fdb-4b28-4221-83c4-359cf7214d34",
- "scientific_name": ""
}, - "id": "3c7753cb-a1b7-4e9e-b634-f4a2fda9ed5e"
}, - {
- "comment": "There is a high risk for hepatitis B virus exposure in Angola. ",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Hepatitis B",
- "id": "223a52ab-ad40-4102-9145-58653d0d7b96",
- "scientific_name": ""
}, - "id": "f662f9a4-2cfd-4a1a-9426-de900f265bf1"
}, - {
- "comment": "African trypanosomiasis occurs in Angola. Travellers to urban areas are not at risk.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Sleeping Sickness (Type 1)",
- "id": "9a621c86-9bfe-426d-b157-624a5af68686",
- "scientific_name": "African Trypanosomiasis, gambiense type"
}, - "id": "28cc01df-3929-4975-aec8-25347ba469c9"
}, - {
- "comment": "There is a high risk for hepatitis A virus exposure in Angola through contaminated food or water.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Hepatitis A",
- "id": "fb5a4596-cd07-4ff2-b744-7b6200a73da1",
- "scientific_name": ""
}, - "id": "34333460-0b88-4500-baca-184420d9ba75"
}, - {
- "comment": "Dengue fever outbreaks have occurred in Angola. ",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Dengue Fever",
- "id": "7c89e02f-7df5-4e12-bd51-25980750511e",
- "scientific_name": "Breakbone Fever"
}, - "id": "45be7eac-5993-4db3-a402-15c5bf7fb9aa"
}, - {
- "comment": "Chikungunya fever may occur in this country.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Chikungunya Fever",
- "id": "e94ff811-d7f3-4560-bf04-69a152e7b87c",
- "scientific_name": ""
}, - "id": "91d6aac4-b0e7-4560-98e0-cc34492cc351"
}, - {
- "comment": "There is transmission of the Zika virus in this country,",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Zika Fever",
- "id": "96fb19ed-4ceb-43b5-b0bf-bdb28640e960",
- "scientific_name": ""
}, - "id": "55c5628a-1139-4fc1-ac2e-e7c025590ad3"
}, - {
- "comment": "Travellers to Angola are at risk for tuberculosis if visiting friends or family, working in the health care field, or having close prolonged contact with the general population.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Tuberculosis",
- "id": "ada610b4-62e4-4a92-b10d-7296731a9d12",
- "scientific_name": "TB"
}, - "id": "a980efcf-cf9d-4ee8-9f91-0d76647a2fee"
}, - {
- "comment": "All areas of Angola are at risk for malaria.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Malaria",
- "id": "36a0f383-bd79-46f0-a71a-8c7b60f393e2",
- "scientific_name": ""
}, - "id": "250d3ed1-dcd4-495a-9339-3e600ef91d8a"
}, - {
- "comment": "There is a risk of yellow fever transmission. All travellers over 9 months of age are required to present proof of yellow fever vaccination.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Yellow Fever",
- "id": "4798324e-cc6d-4b2d-a7ad-c46748641f72",
- "scientific_name": ""
}, - "id": "376175bb-a92a-4266-8df3-5ecec5dee582"
}, - {
- "comment": "Schistosomiasis occurs in Angola. ",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Schistosomiasis",
- "id": "6eecea08-05a6-449e-a0e4-472771bca7d6",
- "scientific_name": "Bilharzia or snail fever"
}, - "id": "fcfc381b-0b8d-4f5c-848d-352636600999"
}, - {
- "comment": "Rabies occurs in this country. ",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "disease": {
- "common_name": "Rabies",
- "id": "cba796a1-3290-4542-8b3f-fcfbced89b27",
- "scientific_name": ""
}, - "id": "9409a578-9624-4a3f-a8c7-eecc64c1ee1a"
}
]
Get Country Medications
Returns a list of medications for a given country id or iso code.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Sitata country identifier or two character country code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "medication": {
- "name": "Anti-malarial Drugs",
- "id": "d14e804c-f85e-4f0a-b132-4fb58000b9df"
}, - "id": "7be7ee52-4321-486e-a720-61afecbf1bb6",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Anti-malarial medication is recommended for travel to all areas of India ,excluding areas above 2,000 meters (6,561 feet) in Himachal Pradesh, Jammu, Kashmir, and Sikkim. The cities of Delhi and Mumbai are also at risk for malaria. Most cases of malaria are reported from Orissa, Chhattisgarh, West Bengal, Jharkhand and Karnataka. Recommended anti-malaria medication includes atovaquone-proguanil, doxycycline, or mefloquine. Anti-malaria drug resistance for chloroquine is present."
}
]
Get Trip Medications
Returns a list of medications for a given trip id. Each medication is coupled with a comment about why it is recommended for each country. If the comment's common
attribute is true, then it is a fairly commen medication that is recommended for most travellers.
Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
path Parameters
trip_id required | string Trip identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "comment": "All areas of Angola are at risk for the transmission of malaria. Recommended anti-malaria medication includes atovaquone-proguanil, doxycycline, or mefloquine. Anti-malaria drug resistance for chloroquine is present. ",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "665d395c-1a80-4e5e-9acf-9d5a66577bdd",
- "medication": {
- "id": "0ddf7c7f-514a-4151-9feb-d7c7c3932b49",
- "name": "Anti-malarial Drugs"
}
}
]
Get Country Vaccinations
Returns a list of vaccinations for a given country id or iso code.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
path Parameters
country_id_or_code required | string Country identifier or two character country code |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "vaccination": {
- "name": "Yellow Fever Vaccine",
- "id": "889ab074-6ead-4e44-9576-0c04cc1fecd4"
}, - "id": "d2b4f7ed-10dc-438a-9006-ab1ef4ca5c83",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "All travellers 6 months of age or older arriving by air or sea without a yellow fever vaccination certificate can be detained in isolation for up to 6 days if that person (1) arrives within 6 days of departure from an area with risk of yellow fever transmission, or (2) has been in such an area in transit (except those passengers and members of the crew who, while in transit through an airport situated in an area with risk of yellow fever transmission, remained within the airport premises during the period of their entire stay and the Health Officer agrees to such exemption), or (3) arrives on a ship that started from or touched at any port in an area with risk of yellow fever transmission up to 30 days before its arrival in India, unless such a ship has been disinsected in accordance with the procedure laid down by WHO, or (4) arrives on an aircraft that has been in an area with risk of yellow fever transmission and has not been disinsected in accordance with the Indian Aircraft Public Health Rules, 1954, or as recommended by WHO. The following are regarded as countries and areas with risk of yellow fever transmission: Africa: Angola, Benin, Burkina Faso, Burundi, Cameroon, Central African Republic, Chad, Congo, Côte dʼIvoire, Democratic Republic of the Congo, Equatorial Guinea, Ethiopia, Gabon, Gambia, Ghana, Guinea, Guinea-Bissau, Kenya, Liberia, Mali, Mauritania, Niger, Nigeria, Rwanda, Senegal, Sierra Leone, Sudan, South Sudan, Togo and Uganda. America: Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Panama, Paraguay, Peru, Suriname, Trinidad (Trinidad only), and Venezuela (Bolivarian Republic of). Note: When a case of yellow fever is reported from any country, that country is regarded by the Government of India as a country with risk of yellow fever transmission and is added to the above list."
}, - {
- "vaccination": {
- "name": "Japanese Encephalitis Vaccine",
- "id": "d8348c8f-b25c-4129-9593-dd6d5719dcf4"
}, - "id": "9f088eb2-5519-411b-9c34-a670aae68c1c",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Vaccination for Japanese encephalitis is recommended for all travellers to India between May and October, except those whose travel is limited to the following states where the disease does not occur: Dadra, Daman, Diu, Gujarat, Himachal, Jammu, Kashmir, Lakshadweep, Meghalaya, Nagar Haveli, Punjab, Rajasthan, and Sikkim. Travellers should consult their physician to determine if this vaccine is neeeded for their itinerary."
}, - {
- "vaccination": {
- "name": "Rabies Vaccine",
- "id": "9ed7d5cb-1ca6-4463-b365-81e5fccbdc64"
}, - "id": "cbc2b08d-0dca-4949-a3ca-57350c402597",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "Vaccination against rabies is recommended for travellers involved in outdoor activities (e.g., campers, hikers, bikers, adventure travellers, and cavers) may have direct contact with rabid dogs, bats, and other mammals. Those with occupational risks (such as veterinarians, wildlife professionals, researchers) and long-term travellers and expatriates are at higher risk."
}, - {
- "vaccination": {
- "name": "Hepatitis A Vaccine",
- "id": "5f296ad9-7981-4f4c-9df6-1fdc2b6782a4"
}, - "id": "faedf008-fdc8-4c96-93df-a498f950a667",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is a significant risk of exposure to hepatitis A for this country. Therefore, the vaccination is recommended."
}, - {
- "vaccination": {
- "name": "Hepatitis B Vaccine",
- "id": "478468ea-217a-4311-810d-c2066835e73d"
}, - "id": "0f8242cf-bd52-4215-80e5-ead13ec9abc9",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is a significant risk of infection with hepatitis B for this country. Therefore, the vaccination is recommended."
}, - {
- "vaccination": {
- "name": "Typhoid Fever Vaccine",
- "id": "1b0e113e-1c83-42f1-a000-fdc8aafe3dd0"
}, - "id": "9fb27dcb-7d41-4c79-b276-776affc3d479",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "comment": "There is a risk of exposure to typhoid fever in this country through consumption of unsafe food and water. Since exposure to unsafe sources is variable within this country, the vaccination against typhoid fever is generally recommended, especially when visiting smaller cities and rural areas, where food and water sources may be contaminated. "
}
]
Get Trip Vaccinations
Returns a list of vaccinations for a given trip id. Each vaccination is coupled with a comment about why it is recommended for each country. If the comment's common
attribute is true, then it is a fairly commen vaccination that is recommended for most travellers.
Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
path Parameters
trip_id required | string Trip identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "comment": "This country requires all persons 9 months of age or older to have proof of the yellow fever vaccination before entry.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "155d9f2c-3327-4bdf-a675-328da6aff0a8",
- "vaccination": {
- "id": "8ce2baf0-e2c8-4ccc-aeb3-40d5f5815cd0",
- "name": "Yellow Fever Vaccine"
}
}, - {
- "comment": "Travellers involved in outdoor and other activities that might bring them into direct contact with dogs, bats and other mammals (such as campers, hikers, adventure travellers and cavers), as well as travellers with occupational risks (such as veterinarians, wild life professionals and researchers), and long-term travellers and expatriates should be vaccinated.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "df3a1462-6b14-4ee2-a58e-e6118971afe0",
- "vaccination": {
- "id": "eab9315c-0757-49a6-9961-852c856bc26b",
- "name": "Rabies Vaccine"
}
}, - {
- "comment": "There is a risk of exposure to typhoid fever in this country through consumption of unsafe food and water. Since exposure to unsafe sources is variable within this country, the vaccination against typhoid fever is generally recommended, especially when visiting smaller cities, rural areas, or staying with friends and family.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "c8b16868-6783-42bf-aed7-fc1ac3468688",
- "vaccination": {
- "id": "5cb5ca69-c724-402f-ad6a-57351e03edb3",
- "name": "Typhoid Fever Vaccine"
}
}, - {
- "comment": "There is a significant risk of infection with hepatitis B for this country. The vaccination is recommended.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "69600c23-81c1-4f4d-9dea-3cd22ae05886",
- "vaccination": {
- "id": "6236a7d5-0212-4fd9-ba3d-eb6864e95b24",
- "name": "Hepatitis B Vaccine"
}
}, - {
- "comment": "There is a significant risk of exposure to hepatitis A for this country. The vaccination is recommended.",
- "common": false,
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "id": "4184f2d9-031e-4f00-9c4a-89c9d65678d4",
- "vaccination": {
- "id": "0d091fe1-5ff4-4579-8e11-1565173e56e4",
- "name": "Hepatitis A Vaccine"
}
}
]
Hospitals keep track of known hospitals that are capabile of helping travellers. Some hospitals are known to be emergency capabile. Other hospitals have been accredited by a third party to be of high quality.
Name | Type | Description |
---|---|---|
id | String | The id of the checkin |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | Hospital name |
description | String | Description of hospital |
address_str | String | Address of hospital |
lat | Double | Latitude of hospital |
lng | Double | Longitude of hospital |
emergency | Boolean | True if hospital is known to be emergency capable |
starred | Boolean | DEPRECATED |
google_place_id | String | Google placeId of hospital |
google_place_url | String | Url of google place for hospital |
country_id | String | id of country that hospital belongs to |
accr_jci | Boolean | True if hospital has been accredited by Joint Commission International |
contact_details | [ContactDetail ] |
A list of ContactDetail s. Refer to Countries section. |
Get Hospitals For Country
Returns a country based on id or iso country code. This resposne is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
countrt_id_or_code | String | The two character country code or id of the country to request alerts for. e.g. "CA" for Canada. |
page | Integer | The page of hospitals to request. |
path Parameters
country_id_or_code required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2015-07-22T18:48:46.809000Z",
- "starred": true,
- "name": "Manipal Hospital Goa",
- "lng": 73.81327997893095,
- "lat": 15.460174237730833,
- "id": "ed43d0e0-18c6-47a7-b12c-834f0ecc4ea1",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.243000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 83 2300 2500",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "ffcdce20-383e-42e4-b838-a29a6fa71341"
}, - {
- "val": "mghgoa@manipalhospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "b1a9be0b-6bc1-4565-a54e-1df92ab53fd6"
}, - {
- "val": "+91 88 8870 2222",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "bfd90b09-90b1-4c39-9a0a-97284e04b704"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "042154bd-2300-408e-acb0-1cb6b9b0f77c"
}
], - "address_str": "Dr. E. Borges Road, Dona Paula, Panaji, Panjim, 403 004, Goa",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:15:35.390000Z",
- "starred": true,
- "name": "Aditya Birla Memorial Hospital (ABMH)",
- "lng": 73.77463399999999,
- "lat": 18.625888,
- "id": "6a5f63c9-a6e7-42b7-9803-a5ad2d8e764a",
- "google_place_id": "ChIJU6Ju9J25wjsRwR_ajs0TMOg",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.595000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-020- 3071 7195",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4b3883c2-dc0e-4f5d-b962-cb7c80e46ea5"
}, - {
- "val": "abmhmarketing@adityabirla.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "cd972891-ad60-4a7b-b47f-148c9a36443c"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "1ee96bd4-35af-43dc-a7eb-ed60a12b376d"
}
], - "address_str": "Aditya Birla Hospital Marg, Pune, 411033, Maharashtra",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T18:41:22.286000Z",
- "starred": false,
- "name": "APOLLO KH HOSPITAL",
- "lng": 79.27502300000003,
- "lat": 12.922348,
- "id": "baf239b5-b2ea-4242-9efc-23bd574d754d",
- "google_place_id": "ChIJOQNukG42rTsRLwXpM7HsLjs",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:56.166000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91- 04172 269581-85",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "31bf5649-84d7-4b82-b347-50ac45d73ff9"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "fc661288-79e5-4d30-a34f-cead742c32bc"
}
], - "address_str": "Vellore Bypass Road, Melvisharam, Vellore, 632509, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:06:37.768000Z",
- "starred": true,
- "name": "City Hospital",
- "lng": 79.92455190047622,
- "lat": 23.176187225612146,
- "id": "681f59a5-bb70-421a-9fb2-e29d9c1e96ec",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.874000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 76 1241 1002",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "c32b2cd4-d849-4800-a1f6-5e6ef45d2dfa"
}, - {
- "val": "+91 76 1404 4111",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "abd68fda-3f15-4d88-9a74-33ffb61dbeb7"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "d0582952-a5aa-4f21-9028-469b18ee6d75"
}, - {
- "val": "admin@cityhospitaljbp.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "702785b7-74fb-4cea-99a7-aa64fe9c2fb9"
}
], - "address_str": "Phase II, 21/2, Baldeobag Rd, Aga Chowk, Jabalpur, 482 002, Madhya Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:07:51.835000Z",
- "starred": true,
- "name": "City Hospital",
- "lng": 78.0321130674896,
- "lat": 30.32717823647682,
- "id": "8a2ae343-9506-4e41-afee-c01af97eb455",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.829000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 13 8262 6832",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "29849fd7-e32d-4869-a06f-050ec7d57d4e"
}, - {
- "val": "+91 13 5262 7044",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "e0c869d1-792d-4125-b946-a108ab7880c1"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "bd0c6f43-0530-41a6-a54d-3b08ea1d3cd6"
}
], - "address_str": "1-1, Chakrata Road, Bindal Bridge, Dehradun, 248 001, Uttarakhand",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:52:42.155000Z",
- "starred": true,
- "name": "Desun Hospital & Heart Instittute",
- "lng": 88.40326351349177,
- "lat": 22.514504722413733,
- "id": "49637b8b-bec4-4aed-aaff-56901486e91e",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:57.195000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "1fcd46a8-1fd7-4863-8e8d-f69330adf5cd"
}, - {
- "val": "+91-033 - 2443 4567",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "793988e5-b565-4b1b-b0a5-b243c0d72768"
}, - {
- "val": "desun@desunhospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "8725bc20-e0a3-44b2-b211-ebfd5fef06e8"
}
], - "address_str": "E M Bypass Desun More, Kasba Golpark, Kolkata, 700107, West Bengal",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:42:40.340000Z",
- "starred": true,
- "name": "Fortis Hospital, Mohali",
- "lng": 76.73138900000004,
- "lat": 30.69538,
- "id": "0e411afa-27c8-44fc-8ef5-6e1848253ad6",
- "google_place_id": "ChIJ4YXtBJ_uDzkRfTACH9RuKWM",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.428000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-172-4692222",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "1147dc44-bea0-49e5-841f-cab3f5c81b4d"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "8bf2feef-5898-4912-a03c-74adc78bc1c3"
}
], - "address_str": "Super Speciality in Heart, Sector 62, Phase - VIII, Mohali, 160 062",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T17:46:46.534000Z",
- "starred": true,
- "name": "Gangtok STNM Hospital",
- "lng": 88.61420039577024,
- "lat": 27.331119665732867,
- "id": "534526c3-9edc-43b8-bc10-664bae11d018",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.688000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "6a44bc92-3cfb-444e-aa9f-569787cdde72"
}, - {
- "val": "+91 35 9222 2945",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "cdd3f05c-aa5c-4832-9821-87cd06abb176"
}, - {
- "val": "+91 35 9222 2945",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "b00b2ee6-bdef-46de-9674-1f8009539421"
}
], - "address_str": "31a National Highway, Arithang, Gangtok, 737 101, Sikkim",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:46:08.049000Z",
- "starred": false,
- "name": "GG Hospital",
- "lng": 80.24773211639399,
- "lat": 13.056192186855242,
- "id": "4c17d62e-8de4-4e74-9425-7049c082d77a",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.732000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@gghospital.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "956ba507-deaf-422d-bec6-36198c6d8e95"
}, - {
- "val": "+91-44 - 28272460",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "91879c0f-c2f1-47a9-bf28-4b49752e0679"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "c9a9513b-035b-4c58-8e1f-1eb0f8f18e09"
}
], - "address_str": "6-E, Nungambakkam High Road,, Chennai, 600034, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:43:06.690000Z",
- "starred": true,
- "name": "H J Doshi Hospital",
- "lng": 70.7962,
- "lat": 22.265374,
- "id": "9f2b257f-ae5b-46e3-8fc2-999b04e8b7f0",
- "google_place_id": "ChIJb0Ets2XKWTkR-lEb90pfQhg",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.938000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 281 238 8994",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "ecd0c402-2c5d-483d-bf6c-ac3954cae985"
}, - {
- "val": "info@hjdoshihospital.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "41abdd65-33f0-40e8-84e4-ea955faca2d4"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "80498318-f8b8-4e48-8277-d437f4c2c8fc"
}
], - "address_str": "Gondal Road, Malavia Nagar, Near Bajaj Show Room, Rajkot, 360 004, Gujarat",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:38:18.850000Z",
- "starred": true,
- "name": "Indus Hospital",
- "lng": 77.18638127669692,
- "lat": 31.09659182216166,
- "id": "19cbdaae-986e-4695-b6f0-535106bcdaf2",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.173000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "add58606-2400-47eb-9167-dae787812ec1"
}, - {
- "val": "+91 17 7284 1401",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "b83ba591-b7b6-41ba-a917-cc2ffe1baa25"
}, - {
- "val": "indus@indushospital.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "c2c9eaa3-7d92-415f-9946-110832a7e927"
}
], - "address_str": "Indus Drive, Mount Jakhoo, Shimla, 171 002, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:45:19.285000Z",
- "starred": true,
- "name": "APOLLO BGS HOSPITALS",
- "lng": 76.63243299999999,
- "lat": 12.2961,
- "id": "55c3a189-b9d2-4775-9673-fef9f3a9a2e1",
- "google_place_id": "ChIJmU9e1a16rzsR6oo4VSbXtmY",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:55.733000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d8a4e058-b3c2-4793-9d6f-56a9e8d7d5cb"
}, - {
- "val": "info@apollobgshospitals.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "51129591-3e47-4403-a161-0a01680bb599"
}, - {
- "val": "+91-821 - 256 6666",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "3dd21eb4-4f83-49fb-b260-ae3bac08bdb0"
}
], - "address_str": "Adichunchanagiri Road Kuvempunagar, Mysore, 570023, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:32:48.182000Z",
- "starred": false,
- "name": "Aravali Hospitals",
- "lng": 73.67078126557612,
- "lat": 24.58499761760021,
- "id": "097ea0b9-86a4-4564-81d4-ec2e198512dc",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:56.224000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "aravalihospital@yahoo.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "032487b0-36e0-45c6-9dd9-b46ad42646d9"
}, - {
- "val": "+91-294 2430222",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "fb0e4472-93c3-41d7-a084-f49e2d35880f"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "862832fc-c627-4954-8b0e-265a766b8c75"
}
], - "address_str": "332, Ambamata scheme, Udaipur, 313004",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:19:40.253000Z",
- "starred": true,
- "name": "Care Hospital Nagpur",
- "lng": 79.07923763617873,
- "lat": 21.13853720794885,
- "id": "ea81eeeb-7fd7-4715-a2d1-0f48aeee69ca",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.604000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 71 2398 2222",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "866dfaa7-8577-43c3-9b54-cc544c0c943a"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "25143328-2a98-43a8-bd54-2bd39dbea6af"
}, - {
- "val": "info@carehospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "465e4421-a9db-4fba-918f-2afa4ab3eaf4"
}, - {
- "val": "+91 94 2362 3456",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "812619f1-c9f8-45e4-91c0-07ff08ea7cf6"
}
], - "address_str": "3 Farmland, Panchsheel Square, Ramdaspeth, Wardha Road, Nagpur, 440 012, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:55:48.739000Z",
- "starred": false,
- "name": "Credence Hospital",
- "lng": 76.93122054047546,
- "lat": 8.52894857678202,
- "id": "0f17ca06-184b-4335-9939-1f867e7abf42",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:57.037000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91- 471 255 4343",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "811f8508-2b49-4800-a5e1-0d0b3504d595"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "b003f6b9-de18-4af1-a6b4-3d8facff44e3"
}, - {
- "val": "info@credencehospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "1914cef4-1091-4e85-9df3-8c3d9a5bd374"
}
], - "address_str": "Near Ulloor bridge, Trivandrum, 695011, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:53:32.708000Z",
- "starred": false,
- "name": "Dayanand Medical College & Hospital",
- "lng": 75.82338798406977,
- "lat": 30.91422572927862,
- "id": "fa292154-b156-4cc1-a75f-0bc62ddadb90",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.136000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 16 1468 7648",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "784e3c4f-b300-46a6-9239-8d32e6e0eb36"
}, - {
- "val": "+91 16 1468 7648",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "44344ecb-7ac7-4d26-8f3e-43773a12e40d"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "1166b133-5c11-4d73-afbe-d818d0442781"
}, - {
- "val": "contact@dmch.edu",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "536e464e-6550-45e0-9247-f62d19d7d958"
}
], - "address_str": "Near PNB BankDMC Road, Civil Lines, Ludhiana, 141 001, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:51:32.538000Z",
- "starred": false,
- "name": "Fortis Escorts Hospital, Jaipur",
- "lng": 75.80336799999998,
- "lat": 26.846099,
- "id": "1bb1eabe-e3eb-4ad2-b505-5a5360da0ad5",
- "google_place_id": "ChIJf8_2Y9i1bTkRN25a6WgSk14",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.301000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "contactus.jaipur@fortishealthcare.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "18f4714e-c3b1-4d07-9779-101b807126e7"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "545ad052-ff72-4d41-a30e-d498d580c427"
}, - {
- "val": "+91-141-2547000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "cced829f-402b-4c1b-9459-76ff08b5339a"
}
], - "address_str": "Jawahar Lal Nehru Marg, Malviya Nagar, Jaipur, 302107, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:43:34.232000Z",
- "starred": true,
- "name": "Goyal Hospital",
- "lng": 73.00829699999997,
- "lat": 26.272713,
- "id": "552312b5-a3cb-4e25-afb7-b4db01256c0b",
- "google_place_id": "ChIJIe0kXjqMQTkR8o23cDZmWqA",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.883000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@goyalhospital.org",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "11c41cce-9ed6-4a34-8ba9-08f3c66eee8e"
}, - {
- "val": "+91 29 1243 2144",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "1cab92f5-33e6-44de-9681-6f8208225264"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "af00ebad-d015-48b4-baa7-72029cea0640"
}, - {
- "val": "+91 98 2902 7144",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "b93cd507-f1ed-4fff-947d-2fc2cdfd1be7"
}
], - "address_str": "961/3, Residency Road, Opp. Rotary Hall, Jodhpur, 342 003, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:16:14.383000Z",
- "starred": true,
- "name": "Apollo Gleneagles Hospital",
- "lng": 88.40175599999998,
- "lat": 22.5749,
- "id": "e7bea4fa-faf6-46b1-8273-abfea0868ea2",
- "google_place_id": "ChIJ4wodxRB2AjoR1EGqCzIDFIs",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.882000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "hospital@apollogleneagles.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "dddd9131-e8b0-4c4c-9207-8132ad3675fd"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "4e62ff55-d01d-4c60-97fe-7f1e72604075"
}, - {
- "val": "+91-33 - 23203040",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "a6f4bd02-6d46-48b0-9805-bded47c94e8b"
}
], - "address_str": "No. 58, Canal Circular Road, Kolkata, 700054, West Bengal",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T18:23:43.544000Z",
- "starred": false,
- "name": "Batra Hospital",
- "lng": 77.24589392911378,
- "lat": 28.513412204398715,
- "id": "90c0f7ce-30b1-4fd7-af94-d8831914d769",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.407000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@batrahospitaldelhi.org",
- "typ": 5,
- "order": 3,
- "note": "",
- "id": "54e9d563-4c91-41e9-84d4-d0d8a06e55bd"
}, - {
- "val": "+91 11 2995 8747",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "481977cf-8704-4fe7-836c-56f27b5b4220"
}, - {
- "val": "+91 11 2995 6885",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "63bb1ff3-47cf-4833-aaf9-272bc2163aa9"
}, - {
- "typ": 4,
- "order": 4,
- "note": "",
- "id": "9b9ee71f-2616-481e-b2b1-41c8606640ad"
}, - {
- "val": "+91 11 2605 3333",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "29d6b16d-c507-4006-8d7f-a8c2b08ec6e1"
}
], - "address_str": "1, Tughlakabad Institutional Area, Mehrauli Badarpur Road, New Delhi, 110 062, Delhi",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:54:01.650000Z",
- "starred": true,
- "name": "CSI Mission General Hospital",
- "lng": 78.67674799999998,
- "lat": 10.830302,
- "id": "4f1d684a-5d41-4ffd-99ac-d60700fc27d3",
- "google_place_id": "ChIJq6qqqpf1qjsRmB7B3YVutAg",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.082000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 43 1276 0872",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "44c8b81e-18b0-4c71-8080-dd44c191b1fa"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "b5c3374c-dbd1-4f40-8d35-11f4c13d2880"
}, - {
- "val": "+91 43 1276 1927",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "6244e417-a6d0-4211-80ae-395b20ae682e"
}, - {
- "val": "csimghtry@gmail.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "3e63b3bf-ba26-4db3-a7c1-853b67d5de89"
}
], - "address_str": "Woriur, Tiruchirapalli, 620 003, Tamil Nadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:49:01.861000Z",
- "starred": false,
- "name": "Fortis Malar Hospital, Chennai",
- "lng": 80.25865699999997,
- "lat": 13.010123,
- "id": "c04a0eea-25d1-4acc-aea8-f301cee5a8fa",
- "google_place_id": "ChIJyfEeyutnUjoRYhS5bYqe8GU",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.522000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "contactus.malar@fortishealthcare.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "d569e9c6-056c-4f23-b48e-c0c55060fdb4"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d23bf9b9-3be3-4166-8586-6e32b3844e82"
}, - {
- "val": "+91-044 - 2491 4214",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "020af1c0-46c4-4f6c-bde7-b1ff69e3ee93"
}
], - "address_str": "52, First Main Road, Gandhi Nagar, Adyar Chennai, 600020, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:42:16.666000Z",
- "starred": true,
- "name": "Hayat Hospital",
- "lng": 91.74634002149105,
- "lat": 26.139219552728285,
- "id": "9c3e6b4a-d384-4b72-94fc-3310e2325303",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.000000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 4,
- "note": "",
- "id": "f38b958d-fd8d-4630-88ad-222d80d19703"
}, - {
- "val": "+91 80 1100 3100",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "414aee86-ef8b-4a1e-ba0e-a2c627caa997"
}, - {
- "val": "hayathospital@gmail.com",
- "typ": 5,
- "order": 3,
- "note": "",
- "id": "032cf2e3-997a-44f8-a575-967e70df316e"
}, - {
- "val": "91 36 1247 0044",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "9cd4914a-0146-4225-bfdb-e1817a815131"
}, - {
- "val": "+91 80 1100 3110",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "a4d13333-2450-4ba1-a696-ad83886ce9d6"
}
], - "address_str": "Kahilipara Road, Odalbakra, Lalganesh, Guwahati, 781 034, Assam",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:25:51.049000Z",
- "starred": false,
- "name": "Kaminini Hospital",
- "lng": 78.55648700000006,
- "lat": 17.351677,
- "id": "0e4b06ae-8273-4dcd-ab51-ae8f10d320db",
- "google_place_id": "ChIJuRkPFrCYyzsR-bwR6x5DxuQ",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.621000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91- 40-39879999",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "9732c0f4-bbc0-413b-8185-d2427a2e9f6f"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "56ffb282-9458-4bd5-8b99-dd70b42b541c"
}
], - "address_str": "Kamineni Hospital,L B Nagar, Hyderabad, 500068, Andhra Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:43:31.720000Z",
- "starred": true,
- "name": "Apollo Hospitals",
- "lng": 77.28342199999997,
- "lat": 28.541345,
- "id": "eebda1e1-88b1-42f8-b1c1-47f1e6edef28",
- "google_place_id": "ChIJ3SOV6f7jDDkRI4jz2rWstPM",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.993000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-11-26925858",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "d0c523bd-dfd0-414c-a907-44ed9bdd5710"
}, - {
- "val": "helpdesk_delhi@apollohospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "80e268b2-bc3f-4010-b481-1c0a49277725"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "52268051-5a18-4f75-8a00-0773d723fdc6"
}
], - "address_str": "Sarita Vihar, Delhi Mathura Road, New Delhi, 110076, Delhi",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T18:17:07.455000Z",
- "starred": true,
- "name": "Care Hospital Surat",
- "lng": 72.81036909339286,
- "lat": 21.185154168113996,
- "id": "f3187032-36cf-4ca2-a6b5-46633fa18ca0",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.672000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@carehospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "844434f0-3588-491b-961b-3b995e65afc5"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "838a9b0b-c098-43d2-941e-8540c84e3d9a"
}, - {
- "val": "+91 98 9829 8983",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "9b9936f9-a247-4bfa-8e44-afe579cd9edc"
}, - {
- "val": "+91 26 1392 7777",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "dbf65d67-6341-4f6d-8bab-aaa80d919ffc"
}
], - "address_str": "Athwagate, Surat, 395001, Gujarat",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:00:06.375000Z",
- "starred": true,
- "name": "Cosmopolitan Hospital",
- "lng": 76.93580708302,
- "lat": 8.515901730882744,
- "id": "79eb030d-1ff1-4760-9eb7-0aa29d2d1155",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.973000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "6fb28c2a-bfd6-4d53-9f98-9bb5e6b9ed18"
}, - {
- "val": "+91-172-5091444",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "6308f88c-d4a6-433e-9fc1-9b948a5d3c61"
}, - {
- "val": "+91-172-6545644",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "ab635564-2c4d-4908-b79c-cc0dd730d6b7"
}
], - "address_str": "Pattom, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:41:50.743000Z",
- "starred": false,
- "name": "Fortis Hospital Seshadripuram",
- "lng": 77.51130799999999,
- "lat": 12.959549,
- "id": "b08bfbf4-ba8a-4a13-98a1-0839ddbd1358",
- "google_place_id": "ChIJ7Y5UPHcWrjsRaWlLJh77AP8",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.355000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "enquiries@fortishospitals.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "b4d5fa4d-c68d-466f-ad7a-9af90708c5f8"
}, - {
- "val": "+91-079 - 2214 0207",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7e0d3f6c-75cc-4764-a9f9-c0dc45398c6a"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "ef1a0fad-8390-4d34-aa1b-e4de4a48ce3d"
}
], - "address_str": "#65, 1st main road, Sheshadripurum, Bangalore, 560020, Kerala",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T17:48:23.245000Z",
- "starred": false,
- "name": "Galaxy Hospital",
- "lng": 82.975008,
- "lat": 25.30499,
- "id": "24deaabc-cb72-4daf-96ed-b9a617fc9746",
- "google_place_id": "ChIJN24BZgoyjjkRoIY-CpCZ1SI",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.600000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "gmcvaranasi@gmail.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "16948bc5-478e-47e5-8da1-dc6f5c9d3f2f"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d77c766a-c991-4e2c-8463-06241df6ab47"
}, - {
- "val": "+91 542 222 1444",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "17e58d69-01e7-43b5-a58a-b59a5cbc6874"
}
], - "address_str": "Plot No. 4,5,6 Dayal Enclave, Mahmoorganj, Varanasi, 221 002, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:47:33.455000Z",
- "starred": false,
- "name": "Ganga Medical Centre and Hospital",
- "lng": 76.95259799999997,
- "lat": 11.026208,
- "id": "59716790-af06-4109-82d8-0b8154b61f05",
- "google_place_id": "ChIJ9-xr2e9YqDsRLnG40S1Ndrk",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.644000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "srs@gangahospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "457367f6-a38b-4ba8-8bfb-6a5e17b50664"
}, - {
- "val": "+91- 422 - 248 5000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "ddf4874a-7378-4911-a1ee-43d1f7a0effb"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "f2701461-3ac0-46f7-a11e-996721e356f1"
}
], - "address_str": "313, Mettupalayam Road, Coimbatore, 641043, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:44:14.950000Z",
- "starred": true,
- "name": "Global Hospitals",
- "lng": 78.54010100000005,
- "lat": 17.345989,
- "id": "63bcb990-6a90-4024-bd54-83f561ba3778",
- "google_place_id": "ChIJoxxa_ZiYyzsRbSnQpMziKec",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.828000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "web.enquiries@globalhospitalsindia.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "89313923-ae23-45cb-ae8d-b9306f31fde0"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "e7648863-db03-402a-a3f7-e614568056bb"
}, - {
- "val": "+91- 40-2324 4444",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "dde3e937-5644-4da4-b6b0-4d628a0ae725"
}
], - "address_str": "Lakdi-ka-Pul,, Hyderabad, 500004, Andhra Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:32:19.749000Z",
- "starred": true,
- "name": "Ivy Hospitals",
- "lng": 76.70801800000004,
- "lat": 30.706955,
- "id": "ae8ad577-3c76-4150-834d-d3d64f6bc495",
- "google_place_id": "ChIJVVVVlfLuDzkRjpXbnkZSg2c",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.216000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-172 5044344",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "b5253337-5330-4fcd-bec7-6ebdb4edba2a"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "c35566a0-c1ae-4569-9e85-e59e7c287c6a"
}, - {
- "val": "info@Ivyhospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "c5bd3fb7-4855-4ab8-8137-1d8986968887"
}
], - "address_str": "Sector 71, Chandigarh, 160071, Punjab",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:30:34.124000Z",
- "starred": true,
- "name": "Jeevan Jyoti Hospital",
- "lng": 81.84678699999995,
- "lat": 25.436376,
- "id": "99a5a4b0-8b10-4816-b315-9ff80ba78135",
- "google_place_id": "ChIJv4C800o1hTkRyxfm0nn4Vik",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.342000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "495478b5-acfc-4388-9a3b-e4963c0334f9"
}, - {
- "val": "info@jeevanjyotihospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "6757a410-4526-4195-8594-e56de90836e5"
}, - {
- "val": "+91 53 2241 7248",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "5a957361-8904-431d-bd18-a416a970eaa0"
}
], - "address_str": "162 Bai Ka Bagh, Lowther Road, Allahabad, 211 003, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:28:47.953000Z",
- "starred": true,
- "name": "JSS hospital",
- "lng": 76.65607286514285,
- "lat": 12.29543661209792,
- "id": "eddc1e7d-8156-447f-a92d-877bfdebcb40",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:58.464000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d502b09f-313c-4d0c-ac6b-f7152bc2cd9e"
}, - {
- "val": "vc@jssuni.edu.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "5508200b-f88d-455f-b0a3-561c1f8a6f7a"
}, - {
- "val": "+91- 821-2548400",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "a94077fc-fd57-42e9-8458-bbc2b5d8ed59"
}
], - "address_str": "Sri Shivarathreeshwara Nagara, Mysore, 570015, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:26:30.081000Z",
- "starred": true,
- "name": "Kalinga Hospital",
- "lng": 85.81867199999999,
- "lat": 20.313731,
- "id": "87e6d6df-c176-49b3-81d9-0e89a230881b",
- "google_place_id": "ChIJu5UrZ7oJGToRupqAKtitv1I",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.557000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "a30c6f34-d7d7-4786-8e93-a120bc72d5c5"
}, - {
- "val": "+91 78 9443 7138",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "e94bfd70-8965-4194-8ac6-b3a128c5985e"
}, - {
- "val": "info@kalingahospital.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "07e709d1-395d-482b-b472-25716d6624a1"
}, - {
- "val": "+91 67 4230 0570",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "107f8a81-1157-4bc0-bf5a-8a8847b20189"
}
], - "address_str": "Nandan Kanan Road, Chandrasekharpur, Bhubaneswar, 751 023, Odisha",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:47:34.218000Z",
- "starred": true,
- "name": "Aanad Nirogdham Hospital",
- "lng": 77.74625485762954,
- "lat": 28.961947351261216,
- "id": "2d3fcbad-42a2-4762-a608-85e8bf2b65de",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.443000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "anandnirogdham@gmail.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "8b5ff71c-ccbb-40fa-9cb4-0c58d8e613f5"
}, - {
- "val": "+91 12 1266 6611",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "362d497b-2e49-4d83-baad-c438c2c71098"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "cd945601-b955-476b-b932-fa4c762533f8"
}
], - "address_str": "Garh Road, A-1, Damodor Colony, Near Medical College, Meerut, 250 002, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:26:48.136000Z",
- "starred": true,
- "name": "Apollo Hospitals",
- "lng": 77.59853399999997,
- "lat": 12.896128,
- "id": "cb37510e-7fdf-4bb7-b430-9684b9290e9a",
- "google_place_id": "ChIJ9-3GUiEVrjsRhxoikQoujIM",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.099000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "0276cc02-2c00-497e-bf2b-35a5808b6432"
}, - {
- "val": "+91-80-40304050",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2f274376-24b9-4ccb-a7d0-2283c4d128b4"
}, - {
- "val": "customercare_bangalore@apollohospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "0cacdb8b-0a9e-4b87-9797-7992b2da0a9b"
}
], - "address_str": "154/11 Opp IIM B Bannerghatta Road, Bangalore, 560076, Kerala",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T18:31:27.130000Z",
- "starred": true,
- "name": "Balaji Hospital",
- "lng": 75.65046484841002,
- "lat": 32.26416767308892,
- "id": "aebabe4f-dba2-4473-8018-856697f42320",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.302000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "4f33580c-1aef-4e2a-adc9-00b73502777e"
}, - {
- "val": "balajihospitalptk@gmail.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "681e023f-c480-421d-be42-fcc9be50bf4d"
}, - {
- "val": "+91 18 6222 2804",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "655155ae-5a3e-4d76-8667-c397289b7bd1"
}, - {
- "val": "+91 18 6222 2804",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "b62c5806-f2b3-48f6-a429-06fc45a37df8"
}
], - "address_str": "Saingarh, Dhangu Road, Pathankot, 145 001, Punjab",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:52:54.643000Z",
- "starred": true,
- "name": "Bombay Hospital Indor",
- "lng": 75.90331600000002,
- "lat": 22.754329,
- "id": "13e28962-6e56-4f1c-abce-eb4ae105b9c0",
- "google_place_id": "ChIJ0yE_UFQdYzkRhDWxeZZiFME",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:56.515000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 731 255 8866",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "6312ef69-bde9-4738-8415-cab35afa6598"
}, - {
- "val": "info@bombayhospitalindore.com",
- "typ": 5,
- "order": 3,
- "note": "",
- "id": "d607e3a8-100e-4f96-bd19-a24a9fd0ce1d"
}, - {
- "typ": 4,
- "order": 4,
- "note": "",
- "id": "27159bf6-2a4b-4a04-a441-1b063ab4446c"
}, - {
- "val": "+91 73 1407 7000",
- "typ": 0,
- "order": 1,
- "note": "x2004",
- "id": "ccce01f9-3067-4d4b-a92a-823828a773ab"
}, - {
- "val": "+91 73 1257 3943",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "49e199f3-042b-486f-ad79-7ee2ed68d6fc"
}
], - "address_str": "Eastern Ring Rd,Ring Rd, IDA Scheme No.94/95, Tulsi Nagar, Vijay Nagar, Indore, 452 010, Madhya Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:08:45.728000Z",
- "starred": true,
- "name": "Christian Medical College",
- "lng": 79.13587817279972,
- "lat": 12.925293179300665,
- "id": "39b27555-58c6-4105-9c86-65cb398e4e66",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:56.776000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "pro@cmcvellore.ac.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "0e5a261d-73c7-4385-bc02-988d70269fab"
}, - {
- "val": "+91- 04172 2222102",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "6a9c84f0-a6b1-4c58-a2cf-48d57bb34993"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "36b655d4-cd87-487b-958a-38fa3d5c61b4"
}
], - "address_str": "Vellore, Vellore, 632004, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:04:38.021000Z",
- "starred": true,
- "name": "Clinic Nallam",
- "lng": 79.83298000000002,
- "lat": 11.938925,
- "id": "8add1573-daa8-4746-87a1-3570b1317919",
- "google_place_id": "ChIJF0puGNZjUzoRZ2gPJEMl2x0",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:56.927000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "1c144d11-3c6d-4367-87a0-37896f0c5a20"
}, - {
- "val": "Info@clinicnallam.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "45ec8699-811f-4186-ad7d-6ad844d8f734"
}
], - "address_str": "86, EASWARAN KOIL STREET, Puducherry, 605001, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:52:11.430000Z",
- "starred": false,
- "name": "Dr.U.Mohan Rau Memorial Hospital",
- "lng": 80.25728202142636,
- "lat": 13.079448933462183,
- "id": "a93a147f-6ac5-4bb4-afd8-8258110d0332",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:57.242000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "mmr@mohanraohospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "2bd5a36c-57de-4f8b-8cd4-e5f6e78afcc6"
}, - {
- "val": "+91-44-26424396",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "cbd151b3-84cc-4668-8fc7-c7880992ccc6"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "451f95df-09a5-4d98-b498-9094321be131"
}
], - "address_str": "962, Poonamallee High Road, Chennai, 600084, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:41:22.029000Z",
- "starred": true,
- "name": "Fortis Hospitals",
- "lng": 72.93135800000005,
- "lat": 19.165382,
- "id": "3c0757f0-0d6d-4433-890c-77d6078d88b8",
- "google_place_id": "ChIJ3Zxsh0S45zsRSRKmeMJ3vjM",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:57.467000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "enquiries@fortishospitals.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "2af875d1-ad41-42fd-9cc7-2d0708f4a929"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "9e02e1aa-1cb1-467f-92c9-5bf6764a5ede"
}, - {
- "val": "+91- 79 40203000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7cc39530-54b9-4d1c-9304-44825f53fd60"
}
], - "address_str": "Mulund Goregaon Link Road,, Mumbai, 400078, Maharashtra",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T17:44:46.330000Z",
- "starred": false,
- "name": "GKNM Hospital",
- "lng": 76.98072021163944,
- "lat": 11.012587651156107,
- "id": "c1029839-9159-4ceb-8147-002a6124efdb",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:57.779000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "ab3edd7e-f780-4940-8f32-f15a35e0167c"
}, - {
- "val": "idgknmh@vsnl.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "105a87e8-1845-4c34-8c98-66b892269e65"
}, - {
- "val": "+91- 422-224 5000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "5859d8c9-ce3d-4a25-b9f2-fbb9a57a21b8"
}
], - "address_str": "P.B. No. 6327, Nethaji Road,Pappanaickenpalayam,, Coimbatore, 641037, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:40:59.653000Z",
- "starred": true,
- "name": "Hinduja Hospital and Medical Research Centre",
- "lng": 72.83947799999999,
- "lat": 19.031672,
- "id": "15641bd3-7b4b-4480-b0ee-adc763b7da6d",
- "google_place_id": "ChIJywt0iM3O5zsRBrZ65In-eOM",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:58.077000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "7c409fa6-1921-4302-b9c8-d40524e252be"
}, - {
- "val": "+91-022 24449199",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7fd10d3f-6902-4320-b5b7-16f2cbd71377"
}
], - "address_str": "Veer Savarkar Marg, Mahim, Mumbai, 400016, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:27:13.395000Z",
- "starred": true,
- "name": "K.G. Hospital",
- "lng": 76.97156100000007,
- "lat": 11.000433,
- "id": "f7629147-5b26-4ee0-9153-0611efb633d4",
- "google_place_id": "ChIJAQBAtaVZqDsRtFzd-7QKtpA",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.515000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "drgb@kggroup.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "3a3d2345-1f8a-403a-8747-39389f9ee8c1"
}, - {
- "val": "+91- 422-2212121",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "8335d25c-8af2-482b-8706-694fab941892"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "71460d9f-31e4-4c81-8c33-8b5a72495b2d"
}
], - "address_str": "Arts College Road, Coimbatore, 641018, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:38:51.987000Z",
- "starred": false,
- "name": "IndoGulf Hospital & Diagnostics",
- "lng": 77.32717656088255,
- "lat": 28.577098281472377,
- "id": "40a322d7-d880-45c0-bfab-7dba90111392",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.119000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 99 9936 9797",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "96c4d00c-f00e-4a93-8243-61eac7ebc98f"
}, - {
- "val": "+91 12 0475 2300",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "8eeca9d9-cf34-42a0-b423-bec332666dee"
}, - {
- "typ": 4,
- "order": 4,
- "note": "",
- "id": "f16e53b8-583c-4c9b-b33c-a765d09b5e5b"
}, - {
- "val": "igd@indogulfhospital.com",
- "typ": 5,
- "order": 3,
- "note": "",
- "id": "8e42e710-a47b-4eac-87ed-59691cc663aa"
}, - {
- "val": "+91 12 0475 2300",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "19130ee2-2a93-4d27-ae75-9578ff800e6d"
}
], - "address_str": "B-498 A, Sector-19, Noida, 201 301, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:31:47.319000Z",
- "starred": true,
- "name": "Jaipur Hospital",
- "lng": 75.80466087699892,
- "lat": 26.892425546778163,
- "id": "e17dfcbb-aeb7-4467-ab91-90d41d82cd4f",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.289000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@jaipurhospital.co.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "b614cf55-aa5c-482f-9d0d-b86c65322b20"
}, - {
- "val": "+91 14 1274 2557",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "d65afd97-3c04-4a57-bb59-f3df4f12273a"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "df66b347-4c3b-473f-ad80-f5117098414f"
}
], - "address_str": "Lal Kothi, Near S.M.S.Stadium, Tonk Road, Jaipur, 302 015, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:29:39.359000Z",
- "starred": true,
- "name": "Jehangir Hospital",
- "lng": 73.87654299999997,
- "lat": 18.530478,
- "id": "760d79ae-d59c-4aa9-add7-94886a081b12",
- "google_place_id": "ChIJq_VKAlfAwjsRMMECkHVIgqI",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.383000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 20 6681 1000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "23b6b498-e2b2-4dcb-a3b1-c574e1b7faf2"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "14740ffb-3dff-4080-81d6-2c412eb8c974"
}, - {
- "val": "enquiry@jehangirhospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "1cd50f98-f29b-488b-a39f-a391586e282e"
}
], - "address_str": "32, Sassoon Road, Pune, 411 001, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:21:58.937000Z",
- "starred": true,
- "name": "Lilavati Hospital",
- "lng": 72.82920899999999,
- "lat": 19.051069,
- "id": "9e1e176c-9b54-40ae-a96c-1c3973794512",
- "google_place_id": "ChIJCexkMT_J5zsRPxlq4wf_4Yw",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.791000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d57923b3-1c5c-442d-81ec-ecd22f03c4eb"
}, - {
- "val": "+91-22 26751000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "93e2989f-9b83-4ea8-af70-afacf025b1bd"
}, - {
- "val": "info@lilavatihospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "907930cb-f622-472f-aa34-eba16504abae"
}
], - "address_str": "A - 791, Bandra Reclamation Bandra (W),, Mumbai, 400050, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:25:28.691000Z",
- "starred": true,
- "name": "Kerala Institute of Medical Sciences",
- "lng": 76.90954299999999,
- "lat": 8.513629,
- "id": "b4fd08bc-2443-4f7c-a16c-10b1ac816667",
- "google_place_id": "ChIJ4Y2leAW8BTsRWhS02LHXcRE",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.675000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91- 471 4071000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4334efe2-f407-400d-8de9-679c83208819"
}, - {
- "val": "relations@kimsglobal.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "81f93f4c-c29a-4665-a34f-d07069fb5f4e"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "e05655df-5000-40eb-8846-c602bf173aee"
}
], - "address_str": "P.B.No.1, Anayara P.O, Trivandrum, 695029, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:22:47.709000Z",
- "starred": true,
- "name": "Kovai Medical Center and Hospital",
- "lng": 77.040255,
- "lat": 11.042349,
- "id": "a34abb43-bde8-460e-a68f-87110eca9ccc",
- "google_place_id": "ChIJx8eq4MZXqDsRvKikcnTiqGw",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.745000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "getwell@kmchhospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "e0480895-0a0a-4e50-97af-dcf0a51cc923"
}, - {
- "val": "+91 42 2262 7999",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "1ebead87-ad7b-44df-ab90-5e73b52fd23d"
}, - {
- "val": "+91 42 2432 3800",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "e12c50ba-1c2a-41e7-a099-a29b0f70a887"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "db3910cc-fce8-477a-9a48-72de0282802a"
}
], - "address_str": "3209, Avanashi Road, Coimbatore, 641 014, Tamil Nadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:17:13.368000Z",
- "starred": true,
- "name": "Lourdes Hospital",
- "lng": 76.2773772751159,
- "lat": 10.006809473797274,
- "id": "5f4ad1c8-c6d2-4469-bf5c-4406de782a21",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.888000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "lourdeshospital@vsnl.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "95fe2462-0341-4e0f-97cd-a1f6d259c155"
}, - {
- "val": "+91 48 4412 3456",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "82045c4d-c0fe-4827-b957-d8c9cdd98981"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "229594ee-3f38-4715-a72f-bc7933fcc9f3"
}
], - "address_str": "Lourdes Hospital Rd, Pachalam, Ernakulam, Kochi, 682 012, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:19:56.331000Z",
- "starred": false,
- "name": "Lords Hospital",
- "lng": 76.91093580331653,
- "lat": 8.507381511846619,
- "id": "4c9a2fc8-84e5-4047-95e9-728e4962bea5",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.849000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 47 1304 5111",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4961379f-1b48-4f1c-8962-9c2955d670b0"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "73b5d3d8-1190-44bd-b56d-363ffbbba38d"
}, - {
- "val": "info@lordshospital.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "55c8937e-0736-4890-ab6b-601e16de2913"
}
], - "address_str": "Anayara P.O, Chackai, Thiruvananthapuram (Trivandrum), 695 029, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:16:42.384000Z",
- "starred": true,
- "name": "Maharani Laxmi Bai Medical College Hospital",
- "lng": 78.61567897743225,
- "lat": 25.45990858419628,
- "id": "bc5d1bbd-7eb0-43fc-aa9a-9986d385db36",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.928000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 51 0232 1446",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "d9bf1761-b6a7-453c-8331-5f4643e39794"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "3c62edf7-54ec-4338-abb5-2ddbfc106367"
}
], - "address_str": "Bundelkhand University, Kanpur Road, Jhansi, 284 128, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:14:22.568000Z",
- "starred": false,
- "name": "Mahatma Gandhi Medical Hospitals",
- "lng": 75.85786778168949,
- "lat": 26.77102385337866,
- "id": "4682c3cb-1e86-471e-b96f-5fd1c07af389",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.968000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@mgmch.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "39d2d152-2eaf-4373-a52a-7998769a48b7"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "09a0dc19-af74-46f3-882a-99d57b473741"
}, - {
- "val": "+91-141-2770798",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "f0c0132d-a35b-404f-b277-6662224ed281"
}
], - "address_str": "RIICO Institutional Area, Sitapura, Tonk Road, Jaipur, 302022, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:12:48.755000Z",
- "starred": true,
- "name": "Mallya Hospital",
- "lng": 77.59502872883604,
- "lat": 12.968131728011215,
- "id": "2b2c60cf-53e8-40b3-882d-0a16618ea966",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.006000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-80-22277979",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "564fa0ed-8968-445f-a30f-242111881db7"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "c8028d67-7aba-4930-8701-21f05b9c72f8"
}, - {
- "val": "info@mallyahospital.net",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "4295658d-38e3-4eaa-b65f-70c1bb86fdf0"
}
], - "address_str": "No.2 Vittal Mallya Road, Bangalore, 560001, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:08:47.768000Z",
- "starred": true,
- "name": "Marwari Arogya Bhawan and Hospital",
- "lng": 94.92986094206572,
- "lat": 27.48965678131296,
- "id": "255bbcd5-8741-46b0-b34c-8dd750e80aad",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.131000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "9aa6b4e8-aba6-41e9-8f1b-1fb499c6758f"
}, - {
- "val": "+91 37 3230 0702",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "4c15fe27-4bf0-4729-b050-2b09de01da17"
}, - {
- "val": "+91 37 3230 0702",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "74df6e45-d104-416c-ab09-febdbf7692ea"
}, - {
- "val": "svmda@yahoo.in",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "c096b4f7-e885-43f3-8da3-b119e65d07cc"
}
], - "address_str": "Arogya Bhawan Road, Jyotinagar, Dibrugarh, 786 005, Assam",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:10:35.554000Z",
- "starred": true,
- "name": "Manipal Super Speciality Hospital",
- "lng": 80.61729138717055,
- "lat": 16.484351496213357,
- "id": "020e6b9a-4461-4ddd-91a1-a3bdc508621f",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.087000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "07655d78-ac8c-4827-95cb-0394a7c9bcd2"
}, - {
- "val": "online.vja@manipalhospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "d13bba2c-4855-4bc4-a6ba-13c5293cf189"
}, - {
- "val": "+91 86 626 4444",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "fefbeea8-bf46-4aa6-bfea-052df43bb0a7"
}, - {
- "val": "+91 86 6246 9700",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "5c0f447c-5d82-496f-8925-4b7500cc9330"
}
], - "address_str": "NH-5, Soumya Nagar, Tadepalli, Vijayawada, 521 001, Andhra Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:11:51.997000Z",
- "starred": true,
- "name": "Manipal Hospital",
- "lng": 77.64881725069586,
- "lat": 12.95854119713204,
- "id": "91293ae7-1fbc-4466-9868-8a9ef749b687",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.046000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "bea6a59d-c9d8-4aad-8cd1-c75a7c72befe"
}, - {
- "val": "info@manipalhealth.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "ab7f5c2a-14f8-4c2d-bd0f-ea3f752cb374"
}, - {
- "val": "+91-80-2502 4444",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "c188170c-15f7-48f7-abfb-efdf3f4c3d3f"
}
], - "address_str": "Airport Road, Bangalore, 560017, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:07:30.813000Z",
- "starred": true,
- "name": "Max Super Speciality Hospital",
- "lng": 77.21148500000004,
- "lat": 28.52744,
- "id": "f381a39f-1a6d-4803-a412-7ece48a64798",
- "google_place_id": "ChIJC3DOYIrhDDkRhPFnfwiob-g",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.181000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "8a02dfa8-457f-4dfe-aa74-8e8dcdf03b84"
}, - {
- "val": "+91 11 4055 4055",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "92197ec8-c178-458b-a852-85fa4d73b451"
}, - {
- "val": "+91-11-2651 5050",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "e33088e7-2c13-484b-830f-1d73fc6bd238"
}
], - "address_str": "2 Press Enclave Road, Saket, New Delhi, 110 017, Delhi",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:06:17.662000Z",
- "starred": false,
- "name": "MIOT International Hospital",
- "lng": 80.18642317503691,
- "lat": 13.022349244327302,
- "id": "e760e8bd-6e23-4f54-acf0-261f9fa321d3",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.260000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 44 4200 2288",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "b57e7efa-246e-4ade-82e0-aa522a6a58f1"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "28026d60-4eea-4c78-af51-2dc19b1001c5"
}, - {
- "val": "+91 44 2249 2986",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "95fbe755-9e29-47e7-b876-41fa0ddf5803"
}, - {
- "val": "chief@miothospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "a874049e-e6ca-411f-8fd8-b1d58ad36e21"
}
], - "address_str": "4/112, Mount Poonamalle Road, Manapakkam, Chennai, 600 089, Tamil Nadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:06:45.925000Z",
- "starred": false,
- "name": "Mediciti Hospitals",
- "lng": 78.4716134576721,
- "lat": 17.406544444122233,
- "id": "ace1548b-0d28-462c-9a4a-821aa74b0fd6",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.219000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91- 422-224 5000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "d3380d35-8a3a-4a57-8fc8-957efc163354"
}, - {
- "val": "info@medicitihospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "d034cba4-4a8a-4002-96ee-00250e203c5e"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "4f0a9d0b-97b2-4da5-847c-210ea5a10fb4"
}
], - "address_str": "5-9-22, Secretariat Road, Hyderabad, 500063, Andhra Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T15:58:31.853000Z",
- "starred": true,
- "name": "Nanavaty Hospital",
- "lng": 69.67261591747433,
- "lat": 23.24073972518162,
- "id": "5456cd9f-6b37-4e33-8bb4-b26d284da132",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.351000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@nanavatyhospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "a7ee8d03-a501-4a70-ade5-f77d30cc1cd0"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "61aa2ffb-56f0-48f0-b99a-b08f37aa42c1"
}, - {
- "val": "+91 02 8322 5824",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2cce80c5-f853-490f-bc8b-4e77eadb27ea"
}
], - "address_str": "Vijay Nagar, Bhuj, 370 001, Gujarat",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:33:39.148000Z",
- "starred": true,
- "name": "National Hospitals",
- "lng": 75.78140880237731,
- "lat": 11.259456296302622,
- "id": "21def9df-449b-451a-a598-136e07d7a2c2",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.463000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "2f36bbdb-ac63-4edc-a024-1d6a44491e9b"
}, - {
- "val": "contact@nationalhospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "487815cf-41f1-4849-bb4f-4ee3d338fe4f"
}, - {
- "val": "+91 49 5272 3061",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "c9337fc4-13e8-4d03-a464-dd12f93467bc"
}
], - "address_str": "Mavoor Road, Polpaya Mana, Tazhekkod, Kozhikode, 673 001, Kerala",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T16:03:49.679000Z",
- "starred": false,
- "name": "Mukat Hospital & Heart Institute",
- "lng": 76.77047449975282,
- "lat": 30.722764599555713,
- "id": "7c4b083f-d667-4d40-871b-7338070f8e4f",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.308000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "ddbc2c66-07f1-4804-8334-7744cb5bb223"
}, - {
- "val": "+91 17 2434 4444",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "683fc1b0-92cd-4fa4-a42d-2fbe71fd25c3"
}, - {
- "val": "+91 17 2434 4444",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "09fcf0ff-0e15-4a31-b3f7-f5a236adb737"
}, - {
- "val": "contact@mukathospital.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "629a724a-1519-4c3a-bf65-259943e97d36"
}
], - "address_str": "SCO 47-49, Dakshin Marg, Sect 34A Sub City Center, Sect 34B, Sect 34, Chandigarh, 160 022, Chandigarh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T15:57:20.726000Z",
- "starred": false,
- "name": "Narayana Multispeciality Hospital",
- "lng": 76.70338961295784,
- "lat": 12.333052863123946,
- "id": "090e85d1-55eb-4273-9042-dfe5288dc4db",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.393000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info.mys@nhhospitals.org",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "b9339cbb-110f-411b-8158-c1d8f9edc6ab"
}, - {
- "val": "+91 82 1712 2222 ",
- "typ": 0,
- "order": 1,
- "note": "x2345",
- "id": "aa5599f3-a25e-442d-b3b5-9c1efec70631"
}, - {
- "val": "+91 82 1712 2222",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7a453691-a3d1-4669-a82a-e9888b6978c6"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "25463635-0676-4488-a772-2e0296d9fe50"
}
], - "address_str": "CAH/1, 3rd Phase, Devanur, Mysore, 570 019, Karnataka",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:27:47.744000Z",
- "starred": true,
- "name": "Patna Medical College Hospital",
- "lng": 85.16029232701419,
- "lat": 25.62081878097066,
- "id": "e9a2a913-71d8-4953-a485-c68cbf8cdc86",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.591000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 61 2267 0132",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "e8b992e1-6519-4587-9721-cfde6829ffeb"
}, - {
- "val": "+91 90 0630 6522",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4f247fed-8fce-492e-83fc-9ca97569bbad"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "4d7aed95-05ad-4c31-ae05-e5366a257071"
}
], - "address_str": "Patna University Campus, Golambar, Patna, 800 004, Bihar",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:27:09.156000Z",
- "starred": true,
- "name": "Peerless Hospital & B.K.Roy Research Center",
- "lng": 88.39400652534789,
- "lat": 22.48082169765028,
- "id": "f6fc6815-68ba-4627-8f5e-b85b5e52cb3b",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.627000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "008137ac-029e-4698-98c6-d631c7d7b240"
}, - {
- "val": "+91-33-2462 2394",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "23032f78-ef05-4cfb-b5c5-9e986ff74c40"
}, - {
- "val": "hospitex@giascl01.vsnl.net.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "6120fac3-22bf-4e03-a672-0f4a825f9c8b"
}
], - "address_str": "Mail 360 Panchasayar, Kolkata, 700094, West Bengal",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:17:44.853000Z",
- "starred": false,
- "name": "Sahai Hospital",
- "lng": 75.81997666640927,
- "lat": 26.89583795095507,
- "id": "b10b8abe-4315-4e77-9dc5-24c76f5698aa",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:59.838000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-141-2621888",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "14036fdb-5ca7-4817-a9d9-1f200a4d6f28"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "4c106208-9987-4827-b818-d545e98d911a"
}, - {
- "val": "info@sahaihospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "667eb2b8-1bc3-4dc6-9e00-be592316bcd8"
}
], - "address_str": "15 Bhabha Marg Moti Dungri,, Jaipur, 302004, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:54:15.533000Z",
- "starred": true,
- "name": "Smt Parvati Devi Hospital",
- "lng": 74.85878991960453,
- "lat": 31.64822340414447,
- "id": "e2603412-8879-414e-8dcc-0bef854b03be",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.394000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "096056af-3139-418c-9719-58c88a483ba8"
}, - {
- "val": "info@parvatihospital.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "437588a4-aa81-4851-b139-d4b23f8fe83a"
}, - {
- "val": "+91 18 3509 6600",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "c3134425-d615-4e17-bf3d-086e1a7cd14b"
}, - {
- "val": "+91 183 5096602",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "f81bf4ee-646d-45f9-92a5-11d2e9ccc655"
}
], - "address_str": "Ranjit Avenue, A-Block, Amritsar, 143 001, Punjab",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:55:40.038000Z",
- "starred": false,
- "name": "Silver Oaks Hospital",
- "lng": 76.73309999999992,
- "lat": 30.692231,
- "id": "133ba29f-a698-4eb6-b159-f7618ae30d51",
- "google_place_id": "ChIJxSisA6DuDzkR7NX6vKLc7Z8",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.325000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-172-2265340",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "5a7fabe6-0165-4eb5-8810-831b706cae62"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "a3369c2b-9768-4e4c-a1c6-391c87ccad2d"
}
], - "address_str": "Phase IX, Sector 63, Mohali",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:51:31.464000Z",
- "starred": false,
- "name": "Soni Hospital",
- "lng": 75.81554206537635,
- "lat": 26.89764783888261,
- "id": "f3147ee1-e953-4e0b-a70b-0f5a9ead6712",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.440000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "dfecda02-fe80-4a4e-95d0-595e5fc7b83e"
}, - {
- "val": "soni.hospital@gmail.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "e75d11e0-5160-4562-8327-6fa6104c8e96"
}, - {
- "val": "+91 0141-5163700",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "393e6ce8-8f80-42c7-999e-552009349cba"
}
], - "address_str": "38, KanotaBagh, JLNMarg, Jaipur, 302004, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:26:09.562000Z",
- "starred": true,
- "name": "Apollo Hospitals, Hyderabad",
- "lng": 78.4137654863298,
- "lat": 17.41583921692811,
- "id": "a844b114-5c4d-4f56-a3c4-2700bd5d8b4d",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:26:09.562000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+ 91-40-23607777",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "998addc7-cb02-4362-bd7a-fd4d2ddd9ee2"
}, - {
- "val": "apollohealthcity@apollohospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "b5a175b0-20ff-46b2-8ee0-e1a53828777a"
}
], - "address_str": "Jubilee Hills, Hyderabad, 500033",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T19:53:34.862000Z",
- "starred": true,
- "name": "Narayana Multispeciality Hospital, Jaipur",
- "lng": 75.8246685191989,
- "lat": 26.794788563573466,
- "id": "5cffa8b9-7d04-4c95-9b37-63735ed94138",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:53:34.862000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "68fc449c-c24a-4144-a399-bbe75134360b"
}, - {
- "val": "info.jpr@nhhospitals.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "82120a2b-0c03-472b-94b4-c8a3e6cba81a"
}, - {
- "val": "+91 0141 - 7122 222",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2682f90c-7191-4af7-b0b9-54aa40890207"
}
], - "address_str": "Sector-28, Kumbha Marg, Pratap Nagar-Sanganer, Jaipur, 302033, Rajasthan",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T02:32:47.723000Z",
- "starred": true,
- "name": "New City Hospital",
- "lng": 74.78432317406623,
- "lat": 34.06122722569306,
- "id": "9d33d940-63ad-415d-8790-8e9bbefefe22",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.511000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "542263e8-d128-4508-8260-e0eefe83657b"
}, - {
- "val": "+91 19 4248 4216",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2d4cc034-a206-40fb-a8c6-b69b1267a4fd"
}
], - "address_str": "National Highway 1A, Tengpora Bye Pass, Srinagar, 190 014, Jammu and Kashmir",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:51:52.852000Z",
- "starred": false,
- "name": "Ruby General Hospital",
- "lng": 88.40319599999998,
- "lat": 22.513481,
- "id": "94d3cfb1-a1ca-4256-bf4a-efe153ecadbf",
- "google_place_id": "ChIJqUHLMitxAjoRc6Sx_OTn15A",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.788000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 33 2442 6091",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "76d01314-a396-463a-8eec-dd9f413c92fd"
}, - {
- "val": "+91 33 39871800",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "02983e25-8000-4c5e-a867-f0214e21f4cf"
}, - {
- "val": "+91 98 3135 8000",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "8bd3590f-ce8e-4ed8-9400-e8814eeb3c74"
}, - {
- "typ": 4,
- "order": 4,
- "note": "",
- "id": "17ddf55b-4932-4d52-9735-aaed006e2588"
}, - {
- "val": "ruby@rubyhospital.com",
- "typ": 5,
- "order": 3,
- "note": "",
- "id": "8b3dac65-fe05-44e8-843f-8cd8b8b331ec"
}
], - "address_str": "Kasba Golpark, E. M. BypassEast Kolkata Twp, Kolkata , 700 107, West Bengal",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:55:15.006000Z",
- "starred": false,
- "name": "Sir Ganga Ram Hospital in India",
- "lng": 77.1900241889465,
- "lat": 28.638459424308856,
- "id": "3c6e8d82-1929-49a4-938d-f71bc2278942",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.356000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-11-25750000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "e7610451-8812-4c4d-b77c-1e6b91ef6ca5"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "dc740cf5-a749-4d9d-ad8b-f690d8d38674"
}, - {
- "val": "gangaram@sgrh.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "d4f25065-1114-4ed9-883d-acac56bdea0f"
}
], - "address_str": "Rajinder Nagar, New Delhi, 110060, Delhi",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:33:34.216000Z",
- "starred": true,
- "name": "Sudha Hospital",
- "lng": 75.85234700000001,
- "lat": 25.152164,
- "id": "36428a6b-dfce-492b-8d2a-ae6611a83243",
- "google_place_id": "ChIJVa02lNiEbzkRm_erMNhfqUs",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.553000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "sudhahospitalkota@gmail.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "5e018139-63b0-4c47-9f22-157f115f692a"
}, - {
- "val": "+91 74 4935 1838 031",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "c0dfe97c-7a6d-473c-bd41-7f5d3bee5ac0"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "45f3e094-d84b-412c-85c4-9a47e2540320"
}, - {
- "val": "+91 74 4301 0001",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "3c8ea033-bedd-4a5b-a746-f95ece352d46"
}
], - "address_str": "11-A,Talwandi,Jhalawar Road, VIP Colony, Talwandi, Kota, 324 005, Rajasthan",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:32:56.414000Z",
- "starred": true,
- "name": "Artemis Hospital, ",
- "lng": 77.07217170191643,
- "lat": 28.43125582791865,
- "id": "843c64b5-8e77-460c-b827-2c91b3c5f955",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:32:56.414000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 124 6767 000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "c0f05590-3c22-47d0-9a9e-b20bd32dff8d"
}, - {
- "val": "info@artemishealthsciences.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "42fa1ad1-7654-4766-931f-65bfa5b72ba2"
}
], - "address_str": "Sector 51, Orchid Island, Near Metro Station 9, Gurgaon, 122001, Haryana",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T20:00:16.482000Z",
- "starred": true,
- "name": "Sri Ramachandra Medical Centre",
- "lng": 80.14351971321412,
- "lat": 13.038934770840568,
- "id": "a658f1b4-d72f-4ef1-9f3e-e61154d74fe9",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T20:00:16.482000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 44 45928500",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "93ce0e19-3834-4bff-8446-41abe66295b3"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "0ca795ee-8b66-4a42-9345-8c8fcc3cad54"
}
], - "address_str": "No.1 Ramachandra Nagar, Chennai, 600 116",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T02:29:56.976000Z",
- "starred": true,
- "name": "Orchid Medical Centre",
- "lng": 85.33341371673282,
- "lat": 23.37113622543439,
- "id": "521e096a-a43c-4ab9-b784-c77cf9743860",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.542000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 65 1221 9506",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "df38fcb2-4a21-4ca9-8bc9-bb0820dd3e1d"
}, - {
- "val": "+91 65 1221 9501",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "90239520-61d9-42ea-a7fd-9bd27c55f54b"
}, - {
- "val": "info@orchidmedcentre.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "dab0b659-d81e-49c7-abd7-a4741e25e48c"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "b73c7907-f205-4f22-9a65-19f94fa551ea"
}
], - "address_str": "H.B. Road, New Barhi Toli, Ranchi, 834 001, Jharkhand",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:07:58.476000Z",
- "starred": true,
- "name": "Seven Hills Hospital",
- "lng": 83.30950792306214,
- "lat": 17.71726802139935,
- "id": "0247b68f-f03e-4fa4-9d58-ce0e88d69549",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.152000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 22 6767 6767",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7eefefd9-5cfe-4ccc-8ed8-83eaf4d27280"
}, - {
- "val": "response@sevenhillshospital.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "2e4559f2-4c32-453c-b573-c9a4b38ade4a"
}, - {
- "val": "+91 22 6767 6766",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "25823a9f-a5f1-48d7-ad11-ab195bd59201"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "8816f3ca-6cee-4d8c-8d3f-6a6a5a5fe6f4"
}
], - "address_str": "Rockdale Layout, Waltair Main Road, Vishakhapatnam, 530 002, Andhra Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:16:55.974000Z",
- "starred": true,
- "name": "Sahara Hospital",
- "lng": 81.0238058460327,
- "lat": 26.85030641477868,
- "id": "dbd9994f-7182-49e9-8a55-3b9fe85c68ce",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.882000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 522 678 0001",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "085ed3e9-10f1-40da-aba3-01f370a382d6"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "81403218-f854-4630-90b7-65799915f9c8"
}, - {
- "val": "hospital@hqsimil.sahara.co.in",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "66765363-1bd8-4383-ba34-4f86bb89de11"
}, - {
- "val": "+91 52 2678 0001",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "ebf0551f-4673-4b84-8467-4224f3ee8475"
}
], - "address_str": "Sahara Hospital Road, Viraj Khand - 1, Gomti Nagar, Lucknow, 226 010, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T18:50:36.803000Z",
- "starred": true,
- "name": "SAL Hospital",
- "lng": 72.52460360052487,
- "lat": 23.049462868951316,
- "id": "9cb337ca-8a95-4e1a-815c-ad83f476453a",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.972000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 84 6902 2233",
- "typ": 0,
- "order": 4,
- "note": "",
- "id": "234cf4b6-05ca-4804-8f95-ade99da8192c"
}, - {
- "val": "+91 79 6611 5600",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "fa4ef424-2668-4d37-8183-ddc9792894c3"
}, - {
- "val": "+91 79 6611 5649",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "cebeba15-c2b1-46c0-ae89-1a5c7d3c189c"
}, - {
- "val": "+91 99 2519 5656",
- "typ": 0,
- "order": 3,
- "note": "",
- "id": "819576ad-7247-4d46-832b-f61507b565cf"
}, - {
- "typ": 4,
- "order": 6,
- "note": "",
- "id": "f1843135-7b86-4a55-a669-47e218459dfd"
}, - {
- "val": "+91 66 115 750",
- "typ": 0,
- "order": 2,
- "note": "",
- "id": "ba807891-cf76-48d9-8bcd-bc4a9c746a7d"
}, - {
- "val": "info@salhospital.com",
- "typ": 5,
- "order": 5,
- "note": "",
- "id": "ced0a48e-8c67-4a54-9cb2-1a4deb4e6d98"
}
], - "address_str": "Opp. Doordarshan, Drive-in Road, Ahmedabad, 380 054, Gujarat",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:34:26.139000Z",
- "starred": true,
- "name": "Sri Ramakrishna Hospital",
- "lng": 76.97665730895392,
- "lat": 11.023522130321952,
- "id": "6b783993-5c14-46e2-a3b9-981c1547a2a0",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.515000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "designer@sriramakrishnahospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "53d453b1-e761-4610-b636-ace7d220f7c7"
}, - {
- "val": "+91- 422-4500000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "906a82be-f758-453f-9313-27e395f0b5e8"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "cb442dda-09a4-4351-93b4-9aec3c3a77e7"
}
], - "address_str": "395, Sarojini Naidu Road, Siddhapudur, Coimbatore, 641044, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:47:03.461000Z",
- "starred": true,
- "name": "Moolchand",
- "lng": 77.2357412999695,
- "lat": 28.56618380237853,
- "id": "4ccf1815-84a7-4a7a-ac17-a6a1987310a9",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:47:03.461000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "aab16267-78e6-466d-b5e8-5d4dffa1656b"
}, - {
- "val": "+91 11 4200 0000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "1cb78829-e2d1-4a1e-a4f7-f95209dad97b"
}, - {
- "val": "info@moolchandhealthcare.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "b7799d7e-4ba8-4caf-8127-04bcf8b2d071"
}
], - "address_str": "Lajpat Nagar III, New Delhi, 110 024",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T02:25:25.594000Z",
- "starred": false,
- "name": "People’s Heritage Hospital Pvt. Ltd",
- "lng": 77.99748312681913,
- "lat": 27.2106329078278,
- "id": "8cfee30e-f391-474f-bcbd-2539848e566f",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.665000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "63c20760-8b95-4b17-8cf1-8d35ebc3129f"
}, - {
- "val": "+91 562 405 0600",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "6f00cd60-406d-400f-b006-552d61114445"
}, - {
- "val": "+91 56 2405 060",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "90fcec99-ca3a-4f5a-ab2f-9b4a9d639640"
}
], - "address_str": "7/52, A/1, Jawahar Nagar, , (Near People's Honda By Pass Road), Agra, 282 002, Uttar Pradesh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:15:17.693000Z",
- "starred": false,
- "name": "Sakra World Hospital",
- "lng": 77.68516486510634,
- "lat": 12.932176487177456,
- "id": "94a7c668-ce96-4cc8-b647-a8d71d9a7b35",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:59.924000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 80 4969 4969",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "070ecce1-81b0-4406-a5d4-a6f80d34a3c7"
}, - {
- "val": "md.office@sakraworldhospital.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "a01ec729-2fa5-47a8-b038-2b2cc99fc7a8"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "3ae51116-a973-478d-8b3c-5bac9a94200f"
}, - {
- "val": "+91 80 4962 4962",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "04da7e08-c501-497f-baff-ab654e66070e"
}
], - "address_str": "SY 52/2 & 52/3, Devarabeesanahalli, Varthur Hobli, Bengaluru (Bangalore), 560 103, Karnataka",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:05:36.529000Z",
- "starred": true,
- "name": "Shalby Hospitals",
- "lng": 72.50664321256409,
- "lat": 23.018886123973317,
- "id": "08376d02-723a-4ed2-8163-7a45a20cda05",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:22:00.200000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "info@shalby.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "d9852c67-b882-4fc7-bcfa-f7203f0edc35"
}, - {
- "val": "+91- 79 40203000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "a13f7016-1ccf-441b-af23-016ff5cb646e"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "7c11e34e-9b81-4a90-93f1-d1e4d3a74f56"
}
], - "address_str": "Mumatpura Karnavati Club and S G Road, Corporate Rd, Ahmedabad, 380015, Gujarat",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:11:52.081000Z",
- "starred": true,
- "name": "Serkawn Hospital (Christian Hospital)",
- "lng": 92.75849708536384,
- "lat": 22.90702227911187,
- "id": "8a22f1cb-07b3-4b27-b51c-1525b90352c0",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.097000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "mizobaptist@yahoo.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "9b39e6cf-e45e-4b16-a412-82245a9c3a51"
}, - {
- "val": "+91 37 2234 2251",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "ed2ba85f-3902-45bb-8670-316047de32e8"
}, - {
- "val": "contact@mizobaptist.org",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "362c5fab-94f8-4692-9e0d-e359e4a31891"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "901e6e2b-3d48-42e8-a8ca-b22a5e04b44e"
}
], - "address_str": "Btw Route 54A & Centenary Rd, Serkawn, Lunglei, 796 691, Mizoram",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T02:00:00.944000Z",
- "starred": true,
- "name": "Shree Narayana Hospital",
- "lng": 81.64983679069826,
- "lat": 21.26361744888185,
- "id": "907e9152-71ad-4560-8193-786bf14d6b16",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.282000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "c6309bcc-01e0-4144-a81b-a54f06e1b3a0"
}, - {
- "val": "+91 77 1300 1234",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2e2b72d2-9b2d-4e79-ba9d-d7217ec0ba99"
}, - {
- "val": "info@shreenarayanahospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "7612ead6-3727-46bd-8493-0a4df80086a7"
}
], - "address_str": "Raipur, 492 001, Chhattisgarh",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:56:39.137000Z",
- "starred": true,
- "name": "Satguru Partap Singh Apollo Hospital",
- "lng": 75.88770599999998,
- "lat": 30.883346,
- "id": "de9b8088-519a-45dd-b72b-a75020befc8f",
- "google_place_id": "ChIJM5i5EKSDGjkRyG-11nQ43oA",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:56:39.137000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "02749dc4-72d9-4d04-b1ba-17e2a9d86e2e"
}, - {
- "val": "+918283838392",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "e8554382-34ce-4399-b26b-8a779942a831"
}, - {
- "val": "info@spshospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "de03deb3-d331-430f-a829-4706bafb1e07"
}
], - "address_str": "Sherpur Chowk, G.T. Road, Ludhiana, 141 003, Punjab",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T02:02:32.757000Z",
- "starred": false,
- "name": "Shatabdi Super Speciality Hospital",
- "lng": 73.78378992900252,
- "lat": 19.987908707546755,
- "id": "2295941a-7070-4bad-8231-3e4ddf49ce54",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.241000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "contact@shatabdihospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "88df1e2f-b498-48de-93f5-2b94e195d61c"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "0a3601b1-fe80-4945-ac8d-c60bacb666f4"
}, - {
- "val": "+91 25 3250 1888",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "91d28ac9-56d5-48b7-ba34-33a299535502"
}
], - "address_str": "Suyojit City Center, Opp. Mahamarg Bus Stand, Mumbai Naka, Nashik, 422 005, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:25:50.390000Z",
- "starred": true,
- "name": "Vijaya Hospital, Chennai",
- "lng": 80.20841374868769,
- "lat": 13.049880892781113,
- "id": "50148f8d-568b-434a-bd67-860d9c657ca5",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.730000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-044 - 6664 6600",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "abe2f766-90ae-410d-ad7c-87315a72bc8a"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "05a78890-2d6c-48de-b75e-c80677927e97"
}, - {
- "val": "enquiry@vijayahospital.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "6f854714-9da3-4639-806f-acf73b7414dd"
}
], - "address_str": "175 And 180, N.S.K. Salai, Vadapalani,, Chennai, 600026, Tamilnadu",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:30:45.651000Z",
- "starred": false,
- "name": "Tata Memorial Hospital",
- "lng": 72.84294599999998,
- "lat": 19.004856,
- "id": "fe16c52c-d8f0-45d9-8202-2d1e189ca707",
- "google_place_id": "ChIJy9qGn_rO5zsRRNIN36Ddv8M",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:22:00.628000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-22- 24177000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "cea8daea-76d3-4d8d-8cd1-14a94fd9f869"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "5a8bccd5-941a-4dc2-9219-96afef71c5ae"
}, - {
- "val": "info@tmcmail.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "02486491-855f-4f29-b126-aec63a6223f0"
}
], - "address_str": "Dr. E Borges Road, Parel, Mumbai, 400012, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:24:51.044000Z",
- "starred": false,
- "name": "Yashoda Hospitals",
- "lng": 78.45720800000004,
- "lat": 17.424542,
- "id": "ca8a7e17-0ed4-44f1-8034-0cc4d8ec93d1",
- "google_place_id": "ChIJP8ojr0mYyzsRQFik2N5AoBk",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:22:00.770000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "1ba178b4-0b7b-4f27-a8df-4aa59dae7a2b"
}, - {
- "val": "+91 40 4567 4567",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "74e330d3-6ba7-4139-9a1a-cf94bc25ea05"
}, - {
- "val": "+91 40 4567 4567",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "f853a411-292b-4eae-880f-528b7b6f2d73"
}, - {
- "val": "somajiguda@yashoda.in",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "1dc26992-2f78-45f2-a2cf-ba686bd53322"
}
], - "address_str": "Rajbhavan Road, Somajiguda, Hyderabad, 500 082, Telangana",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T19:21:07.648000Z",
- "starred": true,
- "name": "Apollo Hospitals, Chennai",
- "lng": 80.25165173225105,
- "lat": 13.063242893204837,
- "id": "8212a757-b6e3-489c-9594-0b7aac566917",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:21:07.648000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "enquiry@apollohospitals.com",
- "typ": 5,
- "order": 2,
- "note": "",
- "id": "95c8ee44-297d-4646-95ac-cee380b949e5"
}, - {
- "val": "+91-44-2829 0200",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4f607249-fde2-472a-8461-b3a18a3bc1b7"
}, - {
- "typ": 4,
- "order": 3,
- "note": "",
- "id": "c3830d27-6bac-44e6-a243-923bbfb28778"
}, - {
- "val": "+91-44-2829 3333",
- "typ": 0,
- "order": 1,
- "note": "",
- "id": "86eba6f5-4bd3-4e92-be1a-322c560633e3"
}
], - "address_str": "No. 21, Greams Lane,, Chennai, 600 006",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T19:36:05.090000Z",
- "starred": true,
- "name": "Aster Med City",
- "lng": 76.27760412488396,
- "lat": 10.044087083189813,
- "id": "61c12f49-df89-402b-b54e-2ee97eee7c39",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:36:05.090000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "86a78bbc-7584-4ebc-8ee1-bc34ec1182cb"
}, - {
- "val": "+91 484 66 99 999",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "2482c8da-46e7-4505-bd8f-b5187e4ccea9"
}, - {
- "val": "astermedcity@dmhealthcare.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "1f39ad83-2438-4a85-aaca-7312c7e24ca1"
}
], - "address_str": "Kuttisahib Road, Near Kothad Bridge, Kochi, 682027, Kerala",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T19:40:28.863000Z",
- "starred": true,
- "name": "Continental Hospitals",
- "lng": 78.33956133574247,
- "lat": 17.417661393965943,
- "id": "440b623d-e7d3-42fe-8f16-e3cb0a56ec00",
- "google_place_url": null,
- "google_place_id": null,
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T19:40:28.863000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 40 6700 0111",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "096ea447-008c-4c76-ab7e-00155761ae62"
}, - {
- "val": "doctors@continentalhospitals.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "41ea250b-62a1-48f7-b8d9-d2c5ee1afafd"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "3c63cf46-d214-4fa3-a827-f16a615a4610"
}
], - "address_str": "Plot No.3, Road No.2, Hyderabad, 500035",
- "accr_jci": true
}
]
Get Hospitals Within Bounds
Returns a list of hospitals based on a given bounds. Expects parameters to include nelat, nelng, swlat, swlng.
Parameters
Name | Type | Description |
---|---|---|
nelat | Double | North East Latitude |
nelng | Double | North East Longitude |
swlat | Double | South West Latitude |
swlng | Double | South West Longitude |
query Parameters
nelat | number Example: nelat=19.665029738820067 North-east latitude |
nelng | number Example: nelng=76.68287307325386 North-east longitude |
swlat | number Example: swlat=17.100567977344248 South-west latitude |
swlng | number Example: swlng=67.12476760450386 South-west longitude |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2015-07-22T19:15:35.390000Z",
- "starred": true,
- "name": "Aditya Birla Memorial Hospital (ABMH)",
- "lng": 73.77463399999999,
- "lat": 18.625888,
- "id": "6a5f63c9-a6e7-42b7-9803-a5ad2d8e764a",
- "google_place_id": "ChIJU6Ju9J25wjsRwR_ajs0TMOg",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:55.595000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "abmhmarketing@adityabirla.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "cd972891-ad60-4a7b-b47f-148c9a36443c"
}, - {
- "val": "+91-020- 3071 7195",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "4b3883c2-dc0e-4f5d-b962-cb7c80e46ea5"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "1ee96bd4-35af-43dc-a7eb-ed60a12b376d"
}
], - "address_str": "Aditya Birla Hospital Marg, Pune, 411033, Maharashtra",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T19:41:22.029000Z",
- "starred": true,
- "name": "Fortis Hospitals",
- "lng": 72.93135800000005,
- "lat": 19.165382,
- "id": "3c0757f0-0d6d-4433-890c-77d6078d88b8",
- "google_place_id": "ChIJ3Zxsh0S45zsRSRKmeMJ3vjM",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:57.467000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "enquiries@fortishospitals.in",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "2af875d1-ad41-42fd-9cc7-2d0708f4a929"
}, - {
- "val": "+91- 79 40203000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7cc39530-54b9-4d1c-9304-44825f53fd60"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "9e02e1aa-1cb1-467f-92c9-5bf6764a5ede"
}
], - "address_str": "Mulund Goregaon Link Road,, Mumbai, 400078, Maharashtra",
- "accr_jci": true
}, - {
- "updated_at": "2015-07-22T17:40:59.653000Z",
- "starred": true,
- "name": "Hinduja Hospital and Medical Research Centre",
- "lng": 72.83947799999999,
- "lat": 19.031672,
- "id": "15641bd3-7b4b-4480-b0ee-adc763b7da6d",
- "google_place_id": "ChIJywt0iM3O5zsRBrZ65In-eOM",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:21:58.077000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-022 24449199",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "7fd10d3f-6902-4320-b5b7-16f2cbd71377"
}, - {
- "typ": 4,
- "order": 1,
- "note": "",
- "id": "7c409fa6-1921-4302-b9c8-d40524e252be"
}
], - "address_str": "Veer Savarkar Marg, Mahim, Mumbai, 400016, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:29:39.359000Z",
- "starred": true,
- "name": "Jehangir Hospital",
- "lng": 73.87654299999997,
- "lat": 18.530478,
- "id": "760d79ae-d59c-4aa9-add7-94886a081b12",
- "google_place_id": "ChIJq_VKAlfAwjsRMMECkHVIgqI",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.383000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91 20 6681 1000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "23b6b498-e2b2-4dcb-a3b1-c574e1b7faf2"
}, - {
- "val": "enquiry@jehangirhospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "1cd50f98-f29b-488b-a39f-a391586e282e"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "14740ffb-3dff-4080-81d6-2c412eb8c974"
}
], - "address_str": "32, Sassoon Road, Pune, 411 001, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T17:21:58.937000Z",
- "starred": true,
- "name": "Lilavati Hospital",
- "lng": 72.82920899999999,
- "lat": 19.051069,
- "id": "9e1e176c-9b54-40ae-a96c-1c3973794512",
- "google_place_id": "ChIJCexkMT_J5zsRPxlq4wf_4Yw",
- "emergency": true,
- "description": "",
- "created_at": "2015-07-22T01:21:58.791000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "d57923b3-1c5c-442d-81ec-ecd22f03c4eb"
}, - {
- "val": "+91-22 26751000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "93e2989f-9b83-4ea8-af70-afacf025b1bd"
}, - {
- "val": "info@lilavatihospital.com",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "907930cb-f622-472f-aa34-eba16504abae"
}
], - "address_str": "A - 791, Bandra Reclamation Bandra (W),, Mumbai, 400050, Maharashtra",
- "accr_jci": false
}, - {
- "updated_at": "2015-07-22T01:30:45.651000Z",
- "starred": false,
- "name": "Tata Memorial Hospital",
- "lng": 72.84294599999998,
- "lat": 19.004856,
- "id": "fe16c52c-d8f0-45d9-8202-2d1e189ca707",
- "google_place_id": "ChIJy9qGn_rO5zsRRNIN36Ddv8M",
- "emergency": false,
- "description": "",
- "created_at": "2015-07-22T01:22:00.628000Z",
- "country_id": "f6fb3d7d-b94e-429e-9645-eb7a8b6fc254",
- "contact_details": [
- {
- "val": "+91-22- 24177000",
- "typ": 0,
- "order": 0,
- "note": "",
- "id": "cea8daea-76d3-4d8d-8cd1-14a94fd9f869"
}, - {
- "val": "info@tmcmail.org",
- "typ": 5,
- "order": 1,
- "note": "",
- "id": "02486491-855f-4f29-b126-aec63a6223f0"
}, - {
- "typ": 4,
- "order": 2,
- "note": "",
- "id": "5a8bccd5-941a-4dc2-9219-96afef71c5ae"
}
], - "address_str": "Dr. E Borges Road, Parel, Mumbai, 400012, Maharashtra",
- "accr_jci": false
}
]
An invoice is associated to one or more Subscriptions and records the purchase of a Subscription or any other Product sales occurring within the platform.
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
sitata_invoice_id | String | A human readable identifier for the invoice. |
period_start | String | The starting datetime of the Subscription associated with the invoice. |
period_end | String | The ending datetime of the Subscription associated with the invoice. |
subtotal | Integer | The subtotal of the invoice in the smallest currency denomination. e.g. pence for GBP |
total | Integer | The total of the invoice in the smallest currency denomination. e.g. pence for GBP. Includes taxes. |
taxes | Integer | The total taxes for the invoice in the smallest currency denomination. e.g. pence for GBP |
currency | String | The currency code used for purchase. |
items | [InvoiceItem ] |
A list of invoice items. i.e. items purchased for the Subscription. |
subscriptions | [Subscription ] |
A list of Subscriptions associated with the invoice purchase. |
coupons | String | A coupon code used during purchase. |
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
amount | integer | The amount charged for the item in the smallest denomination of currency. e.g. pence for GBP |
currency | String | The currency code used for the item |
description | String | A description of the item |
An issue is created when a traveller (User
) is requesting help. Responders (User
with a special role) can assist the traveller depending on the issue's type. When an issue is created, a Conversation
is also created beteween the traveller and any responders that have helped the traveller.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
created_at | Datetime | The datetime the issue was created |
updated_at | Datetime | The time the issue was last updated |
type | Integer | The issue type (see below) |
status | Integer | The status of the issue (see below) |
description | String | A description of the issue |
companies | [Company ] |
A list of companies that own the issue |
lat | Double | Latitude of where the issue was created |
lng | Double | Longitude of where the issue was created |
country_code | String | Two character country code of where the issue was created |
affected | User |
The user that is currently having the issue |
current_handler | User |
The responder that is currently handing the issue |
creator | User |
The user that created the issue (could be same as "affected" or not) |
notes | [Note ] |
A list of notes that provides a stream of comments to be shared amongst responders. |
Value | Description |
---|---|
0 | Medical request |
1 | Self help medical request (sent to doctors, dentists, etc) |
10 | Lost passport |
11 | Legal issue |
20 | Lost luggage |
21 | Flight interruption |
99 | Other |
Value | Description |
---|---|
0 | Collecting details |
1 | User is waiting for help |
2 | Handling. A responder has started to work on this issue. |
3 | Closed. Closed by responder or traveller. |
4 | Cancelled. Cancelled by responder or traveller. |
5 | Finished. Issue is no longer available to users. |
Get Issues
Requests all issues for the current user. This request is paginated. By default, only the first page of issues that have a status of 'open' are returned.
Request Parameters
Name | Type | Description |
---|---|---|
all | Boolean | When set to true, will return issues with any status. When falsey, will return all Issues that are not closed. |
page | Integer | The page of issues to request |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": "CA",
- "created_at": "2019-03-01T16:26:01Z",
- "creator": null,
- "current_handler": null,
- "description": "Something hurts",
- "dispatched": false,
- "id": "c8c81a78-bcdc-4430-9bcb-bc6742c9a72c",
- "lat": 43.451112,
- "lng": -80.49921,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 4,
- "status": 1,
- "type": 1,
- "updated_at": "2019-09-03T17:44:47Z"
}, - {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [ ],
- "country_code": null,
- "created_at": "2018-12-19T15:17:34Z",
- "creator": null,
- "current_handler": null,
- "description": null,
- "dispatched": false,
- "id": "ffb18d3d-63b0-4e5b-8b05-2cd6820467e7",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": null,
- "updated_at": "2018-12-19T15:20:09Z"
}, - {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "description": "Description of Issue Description of Issue Description of Issue Description of Issue Description of IssueDescription of Issue Description of Issue Description of IssueDescription of IssueDescription of IssueDescription of Issue Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 8,
- "number_bids": 11,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}, - {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2018-11-01T19:33:12Z",
- "creator": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": null,
- "description": "Sfbbgrg",
- "dispatched": false,
- "id": "c5752f06-a926-400a-807e-d150acda6357",
- "lat": 0,
- "lng": 0,
- "notes": [ ],
- "number_appointments": 2,
- "number_bids": 1,
- "status": 0,
- "type": 1,
- "updated_at": "2019-09-25T16:16:42Z"
}
]
Create Issue
Create Issue
.
Body Parameters
Parameters should be sent to the server wrapped in a key named issue
.
Name | Type | Description |
---|---|---|
type | Integer | Type of issue to create |
description | String | Description of issue |
lat | Double | Latitude of where issue is. |
lng | Double | Longitude of where issue is. |
country_code | String | ISO 3166-1 alpha-2/alpha-3 |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "issue": {
- "type": 1,
- "description": "I have a headache.",
- "lat": 43.6532,
- "lng": -79.3832
}
}
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-11-06T20:24:09Z",
- "creator": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": null,
- "description": "I have a headache.",
- "dispatched": false,
- "id": "53971161-aa71-4ec2-9d5e-26378ee51efe",
- "lat": 43.6532,
- "lng": -79.3832,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 1,
- "type": 1,
- "updated_at": "2019-11-06T20:24:09Z"
}
Get Issue
Get Issue
by its id.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the Issue |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "updated_at": "2018-09-07T16:24:47.349255Z",
- "type": 0,
- "status": 3,
- "location": {
- "lng": null,
- "lat": null
}, - "id": "768f5a25-b30e-41df-aea8-2a60532acade",
- "description": null,
- "creator": {
- "username": "user name213",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "Last Name",
- "language": "en",
- "id": "ac210d80-03bd-4d8c-9d06-aa3fc1bb514d",
- "home_country": null,
- "first_name": "First Name",
- "email": "employee@employee.com",
- "display_name": null,
- "age": null
}, - "created_at": "2018-09-07T16:19:35.064210Z",
- "companies": [ ],
- "availability_bids": [ ],
- "affected": { }
}
Update Issue
Updates an issue.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the Issue |
Parameters
Name | Type | Description |
---|---|---|
status | Integer | Issue status |
description | String | Description of Issue |
type | Integer | Issue type |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "issue": {
- "description": "My issue has now changed"
}
}
Response samples
- 200
{- "updated_at": "2018-09-07T20:03:04.855125Z",
- "type": 0,
- "status": 1,
- "location": {
- "lng": null,
- "lat": null
}, - "id": "5e74278d-43b4-4d66-bea3-bbe627de7229",
- "description": "My issue has now changed",
- "creator": {
- "username": "user name213",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "Last Name",
- "language": "en",
- "id": "ac210d80-03bd-4d8c-9d06-aa3fc1bb514d",
- "home_country": null,
- "first_name": "First Name",
- "email": "employee@employee.com",
- "display_name": null,
- "age": null
}, - "created_at": "2018-09-07T16:10:59.580743Z",
- "companies": [
- {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
], - "availability_bids": [ ],
- "affected": {
- "username": "username132",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "lastname",
- "language": "en",
- "id": "9b8ea7df-b4a6-4af6-a4f1-484c123992c9",
- "home_country": null,
- "first_name": "first name",
- "email": "traveller@traveller.com",
- "display_name": null,
- "age": null
}
}
Cancel Issue
Cancels an Issue changing its status
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | UUID of the Issue to cancel |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2018-11-01T19:33:12Z",
- "creator": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": null,
- "description": "Sfbbgrg",
- "dispatched": false,
- "id": "c5752f06-a926-400a-807e-d150acda6357",
- "lat": 0,
- "lng": 0,
- "notes": [ ],
- "number_appointments": 2,
- "number_bids": 1,
- "status": 4,
- "type": 1,
- "updated_at": "2019-11-05T16:29:20Z"
}
Claim Issue
Allows an assistance provider to claim an issue, exclusively allowing them to resolve the issue.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | UUID of the Issue to claim |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-03-25T19:33:41Z",
- "creator": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "description": null,
- "dispatched": false,
- "id": "af5af3a0-4288-45d4-a6b6-1f5b2a898c22",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 2,
- "type": 0,
- "updated_at": "2019-11-05T16:40:42Z"
}
Close Issue
Closses an Issue and returns that Issue object with updated change to :status
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | UUID of the Issue to close |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-03-25T19:33:41Z",
- "creator": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "description": null,
- "dispatched": false,
- "id": "af5af3a0-4288-45d4-a6b6-1f5b2a898c22",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 3,
- "type": 0,
- "updated_at": "2019-11-05T16:42:32Z"
}
A Medication keeps track of information about medications recommended when travelling to certain countries. Each medication contains a "datum" which allows certain organizations to customize the content presented to their travellers.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the medication |
datum | MedicationDatum |
The datum for the medication. |
Medication Datum Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
company_id | String | The company id that the datum belongs to |
description | String | The description of the medication in markdwon format |
routine | Boolean | If true, the medication is a routine one |
schedule | String | Describes the schedule when taking the medication in markdown format |
side_effects | String | Describes any side-effects in markdown format |
Get Medications
Request the full list of medications.
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2018-07-20T19:56:07.794002Z",
- "name": "Anti-malarial Drugs",
- "id": "d14e804c-f85e-4f0a-b132-4fb58000b9df",
- "datum": {
- "side_effects": "",
- "schedule": "",
- "routine": false,
- "id": "ea6bfbf8-5385-4eef-9e46-df1eae553fce",
- "description": "Quinine, chloroquine, amodiaquine, pyrimethamine, sulphadoxine, proguanil, mefloquine, primaquine, artemesinin and its derivatives, halofantrine, doxycycline and clindamycin are all drugs that are used alone or in various combinations to treat or prevent malaria.\n\nHalofantrine (marketed under various commercial names such as Halfan) is widely used in many places to treat malaria. It is not used to prevent malaria because of the risk of toxicity and unreliable absorption.\n\nRecently, malaria strains resistant to all known drugs, including artemesinin and its derivatives, have been identified along the Thai/Myanmar (Burma) border.\n\nFor preventing malaria while travelling in a malarious area, the most commonly recommended medications are Malarone (atovaquone/proguanil) or doxycycline. However, it is important to realize that different strains of malaria occur in different parts of the world and the type of malaria medicine prescribed should match the part of the world that you are visiting. No antimalarial drug is 100% protective and they should be combined with the use of personal protective measures such as insect repellent, long sleeves, long pants, sleeping in a mosquito-free setting or using an insecticide-treated bednet.\n\n **Malarone** \n\nMalarone is the trade name for atovaquone and proguanil. It is effective for all parts of the world. The adult dose is usually one tablet daily, starting one or two days before travelling into an area containing malaria. The dose should continue throughout the stay and then for another 7 days after leaving the malaria containing area. The dose for a child is usually prescribed according to body weight. Users should consult with their physician. Malarone should be taken with a fatty meal or some milk so that it is adequately absorbed.\n\nMalarone is usually the choice for short trips to malaria containing areas because it usually produces far fewer side effects than other malaria drugs. Few people may experience side effects such as cough, headache, loss of appetite, mouth sores, nausea, stomach pain, diarrhoea, vomiting, weakness, and dizziness.\n\n **Doxycycline** \n\nDoxycycline is an antibiotic that prevents the development of parasites in the blood that cause malaria.\n\nTo prevent malaria, the recommended dose for doxycycline is 1 to 2 days before you travel to an area where malaria is present, daily while you are in that area, and daily for 4 weeks after you leave the area. It is best to take the tablets with food. Doxycycline is often cheaper than Malarone and for this reason it can be prescribed for long trips in a malaria endemic area.\n\nSide effects may of doxycycline might include: anorexia, nausea, diarrhoea, thrush, sore tongue (glossitis), headaches, blurred vision or tinnitus. The side effect of Erythema (sun burn) due to sunlight photosensitivity is particularly important for those intending long-term use for malaria prevention.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}
]
Name | Type | Description |
---|---|---|
id | String | The id of the message |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
type | Integer | The type of the message |
status | Integer | A value indicating the status of the message |
body | String | The body of the message |
user_id | String | The id of the user the notification belongs to |
client_id | String | A UUID that the client supplies when attempting to create the message |
asset | MessageAsset |
An object specifying additional data for assets such as images |
This is a model that captures extra metadata about a particular message. Its data is always sent embedded along with the message. This is used when messages need more information. e.g. Messages that are of Asset type.
Name | Type | Description |
---|---|---|
id | String | The id of the message asset |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
type | Integer | The type of the message asset |
url | String | Used when user is sending a url. DEPRECATED |
title | String | A title of the message asset |
description | String | A description of the message asset |
lat | Double | A latitude value |
lng | Double | A longitude value |
video | Map | A map of urls that point to the video asset uploaded |
photo | Map | A map of urls that point to the photo asset uploaded |
Create Copy
Create a message belonging to the specified conversation. This endpoint is usually used to create messages that contain an extra asset such as a video or photo. Genreally, websockets are used instead to create text based messages.
Request Parameters
Name | Type | Description |
---|---|---|
conversation_id | String | The id of the conversation that the message belongs to |
When uploading a message asset, the server expects it to be embedded within the asset
field of the message. For example, an image or video should be converted into base64 and sent within the photo
or video
field of the asset
field on the message parameters.
Message Object Attributes
Name | Type | Description |
---|---|---|
type | Integer | Message type |
status | Integer | Message status |
body | Integer | Message body |
client_id | String | Message client id |
path Parameters
conversation_id required | string Example: f88da2e4-7041-407c-8b48-3a6d4e1c15f7 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "message": {
- "type": 0,
- "status": 1,
- "body": "Hello, world!",
- "client_id": "8214300a-1442-481c-9a38-a5e890a3dc2e"
}
}
Response samples
- 201
{- "asset": null,
- "body": "Hello, world!",
- "client_id": "8214300a-1442-481c-9a38-a5e890a3dc2e",
- "created_at": "2019-11-05T16:59:36Z",
- "id": "9bf92156-646c-46d1-ba7f-9d5c28563e19",
- "status": 1,
- "type": 0,
- "updated_at": "2019-11-05T16:59:36Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
Name | Type | Description |
---|---|---|
body | String | The text description of this note. |
pinned | Boolean | When true, prioritizes this note over others. |
owner_id | String | The id of the creator. |
issue_id | String | The id of the issue this note relates to. |
appointment_id | String | The id of the appointment this note relates to. |
Get Notes for Appointment
Returns all Notes for a given Appointment
id
Request Parameters
Name | Type | Description |
---|---|---|
appointment_id | String | The id of the Appointment to request notes for. |
path Parameters
appointment_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "appointment": null,
- "body": "Patient issue resolved by treatment.",
- "created_at": "2019-11-05T17:06:38Z",
- "id": "22eaaa2c-1e95-4a56-a974-fba11520480a",
- "issue": null,
- "owner": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pinned": false,
- "updated_at": "2019-11-05T17:06:38Z"
}
]
Get Notes for Issue
Returns all Notes for a given Issue
id.
Request Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the Issue to request notes for. |
path Parameters
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "appointment": null,
- "body": "Patient must seek additional help from assistance provider",
- "created_at": "2019-11-05T17:12:15Z",
- "id": "c916d477-3b06-4108-848c-556e345b318b",
- "issue": null,
- "owner": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pinned": false,
- "updated_at": "2019-11-05T17:12:15Z"
}
]
Create Note for Issue
Creates a Note
for given Issue
id.
Note Object Parameters
Name | Type | Description |
---|---|---|
body | String | Note body. |
pinned | Boolean | When true, predominantly display these notes over those where pinned is false. |
issue_id | String | the id of the Issue . |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "note": {
- "body": "This is my note regarding this issue"
}, - "issue_id": "ffb18d3d-63b0-4e5b-8b05-2cd6820467e7"
}
Response samples
- 201
{- "appointment": null,
- "body": "This is my note regarding this issue",
- "created_at": "2019-11-05T17:20:29Z",
- "id": "1c998552-f1a1-49da-a5a0-c1fa1d279b1c",
- "issue": {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [ ],
- "country_code": null,
- "created_at": "2018-12-19T15:17:34Z",
- "creator": null,
- "current_handler": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "description": null,
- "dispatched": false,
- "id": "ffb18d3d-63b0-4e5b-8b05-2cd6820467e7",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": null,
- "updated_at": "2019-11-05T17:09:32Z"
}, - "owner": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pinned": false,
- "updated_at": "2019-11-05T17:20:29Z"
}
Update Note for Issue
Switches the notes pinned state.
Request Parameters
Name | Type | Description |
---|---|---|
note_id | String | The id of the Note . |
Request Body Parameters
Name | Type | Description |
---|---|---|
issue_id | String | The id of the Issue . |
path Parameters
note_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "issue_id": "ffb18d3d-63b0-4e5b-8b05-2cd6820467e7"
}
Response samples
- 200
{- "appointment": null,
- "body": "This is my note regarding this issue",
- "created_at": "2019-11-05T17:20:29Z",
- "id": "1c998552-f1a1-49da-a5a0-c1fa1d279b1c",
- "issue": null,
- "owner": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "pinned": true,
- "updated_at": "2019-11-05T17:37:54Z"
}
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
read_at | String | The time the record was read |
title | String | The title of the notification |
body | String | The body of the notification |
data | Map | A map of extra data (e.g. ids of other resources) |
type | Integer | Represents the notification type |
user_id | String | The id of the user the notification belongs to |
company_id | String | The id of the company the notification belongs to |
Value | Description | Extra Data |
---|---|---|
0 | New Issue for a responder |
issue_id |
1 | New AvailabilityBid set by a responder |
issue_id, bid_id |
2 | Cancelled AvailabilityBid |
issue_id, bid_id |
3 | New Appointment |
issue_id, appointment_id |
4 | Cancelled Appointment |
issue_id, appointment_id |
5 | Missed Conversation Message |
conversation_id |
6 | Notify Absent Conversation Responder | conversation_id |
9 | Notify User Inactive Issue | |
10 | Notify User Finished Issue | |
20 | New Trip |
trip_id |
21 | Updated Trip |
trip_id |
22 | Deleted Trip |
trip_id |
23 | Merged Trip s |
trip_id |
24 | Itinerary Parsed | success (bool) |
25 | Delayed Itinerary Parsing | |
30 | New Trip By Company For Traveller | trip_id |
50 | Safety Request | check_in_request_id |
51 | Return To Home Country | |
52 | Landed New Country | |
53 | CheckIn Needs Help | user_id of traveller |
54 | CheckInRequest Followup | check_in_request_id |
100 | Flight Cancelled | trip_id, air_segment_id |
101 | Flight Delayed | trip_id, air_segment_id |
102 | Airport Delayed | trip_id, airport_code |
103 | Arrival Gate Change | air_segment_id |
104 | Departure Gate Change | air_segment_id |
105 | Departure Terminal Change | air_segment_id |
106 | Arrival Terminal Change | air_segment_id |
107 | Baggage Claim Change | air_segment_id |
110 | Trip Alert |
trip_alert_id, trip_id, alert_id, check_in_id |
111 | Trip Advisory |
trip_id, advisory_id |
115 | Company TripAlert Summary | |
120 | Travel Restriction | travel_restriction_id |
121 | Entry Requirement | entry_requirement_id |
300 | TravelMonitor Accommodation | |
301 | TravelMonitor Airport Landed | |
302 | TravelMonitor Flight Delayed | |
303 | TravelMonitor Flight Cancelled | |
304 | TravelMonitor Check In Request | |
305 | TravelMonitor Trip Alert | |
306 | TravelMonitor Itinerary Change | |
500 | New traveller for company | |
501 | Confirmed traveller for company | |
502 | Invited new user for company | Not saved on server |
503 | Invited existing user for company | Not saved on server |
504 | Updated user | |
505 | Updated user settings | |
506 | Deleted user | |
900 | Charge created for traveller for appointment | |
901 | Charge created for traveller for coverage | |
902 | Charge created for traveller for single purchase | |
903 | Upcoming Subscription Renewal | subscription_id |
904 | Invoice Paid | subscription_id, invoice_id |
910 | Deposit made for responder (either into connected account or sitata balance) | |
911 | Manual payout made for responder |
Get Notifications
Returns Notification
s for the user.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-19T18:28:34.708865Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "b6f2786e-ebc2-4739-b0c0-70a28d41d76c",
- "data": {
- "issue_id": "4de67355-e828-47b8-947c-49daf2f86214"
}, - "created_at": "2018-09-19T18:28:34.708856Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-19T18:30:26.703672Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "53caf910-3326-4214-8ffb-41e67117fb02",
- "data": {
- "issue_id": "de563128-b846-49ab-9536-9f2c69b4a7a2"
}, - "created_at": "2018-09-19T18:30:26.703649Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-19T18:32:57.418940Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "34472dbd-a543-4137-b33f-45559f36812a",
- "data": {
- "issue_id": "f7e5cca2-e162-4ee1-8007-aa30ee879df4"
}, - "created_at": "2018-09-19T18:32:57.418931Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-19T18:34:46.482098Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "4f20d3f0-8c51-4542-b91a-7cc010cd5548",
- "data": {
- "issue_id": "1be8347e-4913-4bf2-b2a6-536c4d0df6de"
}, - "created_at": "2018-09-19T18:34:46.482084Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-19T18:58:57.853482Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "69a7cfd5-3e65-4514-ab38-0b348d0b8888",
- "data": {
- "issue_id": "0ceb52b2-82e4-49a0-ac5c-eb32bec489ab"
}, - "created_at": "2018-09-19T18:58:57.853468Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T16:39:57.388023Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "3ec20174-ead7-4d6e-be40-6c2309725aba",
- "data": {
- "issue_id": "ae6c7df6-340e-40c3-8a91-66066c814fbc"
}, - "created_at": "2018-09-20T16:39:57.388007Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T16:55:17.069667Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "8245a9b0-0f08-47e7-86af-a380b22fda88",
- "data": {
- "issue_id": "ff8ed580-9119-4485-8aa0-ea75c7704c70"
}, - "created_at": "2018-09-20T16:55:17.069658Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T17:09:48.381887Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "eeb635ce-d721-4554-b322-83874ba473f0",
- "data": {
- "issue_id": "f6e45c89-0dc6-4cd2-81fd-e3d1fc6a36ac"
}, - "created_at": "2018-09-20T17:09:48.381869Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T17:11:47.942127Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "97a93f0b-f071-4e50-815d-fe7e0510087a",
- "data": {
- "issue_id": "52d998c3-cf19-4478-973c-fc9edfee1167"
}, - "created_at": "2018-09-20T17:11:47.942118Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T17:14:35.616195Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "334a3cab-b41a-4c3c-af3b-bbb9ae95dd7b",
- "data": {
- "issue_id": "64be6a6e-7b98-4a08-ae1f-361d9d53a33c"
}, - "created_at": "2018-09-20T17:14:35.616185Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T20:28:14.061221Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "654af057-f831-4a77-9ead-a69eff1120fb",
- "data": {
- "issue_id": "04a50bcf-e00e-45f7-bfee-f617f65b764e"
}, - "created_at": "2018-09-20T20:28:14.061212Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T20:35:37.779217Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "7872dac1-a1b5-42ec-8eed-3d6d7351f45b",
- "data": {
- "issue_id": "e497390c-7d47-49f1-a5ee-551cab277478"
}, - "created_at": "2018-09-20T20:35:37.779208Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:02:05.238478Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "bd527182-6e85-48cf-bce1-a3f348aed665",
- "data": {
- "issue_id": "ebe206f4-96f5-449c-b5c8-3f84c2fadb05"
}, - "created_at": "2018-09-20T21:02:05.238461Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:07:36.540457Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "3f98aa3e-ada5-4039-8942-a0236c1a068d",
- "data": {
- "issue_id": "7c0ca19e-5329-4f18-8a7c-ae3123ac731d"
}, - "created_at": "2018-09-20T21:07:36.540442Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:18:00.879545Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "962c1f0b-f5c2-40f6-9c20-f6c136de1bf3",
- "data": {
- "issue_id": "2404cf7d-ccf5-4fdc-b11e-82ac167555af"
}, - "created_at": "2018-09-20T21:18:00.879535Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:18:59.680577Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "daf2424d-31d4-4405-805d-d94943cf5741",
- "data": {
- "issue_id": "ed6a0c7f-25ad-42ba-bd23-e2c1bc941acc"
}, - "created_at": "2018-09-20T21:18:59.680562Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:28:06.196185Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "b5bd0140-dc29-4280-adb0-7e84bc69da72",
- "data": {
- "issue_id": "82b1641f-121b-431e-bb4f-ea944bdc6fcf"
}, - "created_at": "2018-09-20T21:28:06.196175Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:36:23.763568Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "3d6d0206-fc4f-4a79-8086-51ecae7910be",
- "data": {
- "issue_id": "dd26dc58-a9d2-40dc-b234-93885ed8b593"
}, - "created_at": "2018-09-20T21:36:23.763556Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T21:37:31.086621Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "d1a319aa-b5aa-4a2a-bab7-72efb1994b9d",
- "data": {
- "issue_id": "f5961500-6d91-4488-94f9-430b095d0f92"
}, - "created_at": "2018-09-20T21:37:31.086614Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-20T22:21:53.197612Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "2792115b-2b67-476e-a301-18284713f6e1",
- "data": {
- "issue_id": "38def737-ff73-43a4-acaf-cff3d9a50479"
}, - "created_at": "2018-09-20T22:21:53.197604Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-21T00:58:14.070843Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "50975003-d792-43b4-bd66-acf9f4c0b488",
- "data": {
- "issue_id": "bef16e1a-6108-4265-8ccf-cf9423e692b6"
}, - "created_at": "2018-09-21T00:58:14.070832Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-21T02:13:35.685912Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "5900e4bf-d97a-4ba3-8ba7-757c697fde13",
- "data": {
- "issue_id": "1e44c275-e2d1-4e36-91f0-427c4502aa14"
}, - "created_at": "2018-09-21T02:13:35.685877Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-21T02:16:47.491411Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "fcb82f22-8b71-4138-9d5f-d35a76155fda",
- "data": {
- "issue_id": "84ba1b3c-bdd0-434f-9d0a-5170b73cb9b7"
}, - "created_at": "2018-09-21T02:16:47.491403Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-21T20:04:02.795027Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "37f827ec-3b24-47df-9963-e0a1eed5a4d4",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11"
}, - "created_at": "2018-09-21T20:04:02.795018Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-21T20:16:33.938127Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "ef0845fa-3b4f-448c-806d-477d996afd5b",
- "data": {
- "bid_id": "2bb95692-7469-48cf-9ab3-4533974da6e6"
}, - "created_at": "2018-09-21T20:16:33.938118Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T00:26:26.011418Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "a19f74c1-32dd-49af-9c84-bbcad23ef036",
- "data": {
- "bid_id": "c776c981-f349-4638-add6-9ae085b44205"
}, - "created_at": "2018-09-22T00:26:26.011410Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T00:27:00.978683Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "b9021840-8f40-4524-9e41-6b2fb547ffac",
- "data": {
- "bid_id": "f4e69801-699e-4865-85b1-5cd962dd1791"
}, - "created_at": "2018-09-22T00:27:00.978672Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:02:38.858796Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "ed2ab511-6923-42b2-a68a-fcc1017cdcc0",
- "data": {
- "bid_id": "300b1bd2-dac0-4f60-82ba-b50eee276dff"
}, - "created_at": "2018-09-22T01:02:38.858781Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:04:23.744230Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "70c79678-e7b9-44cd-b483-b5e1d8342e4f",
- "data": {
- "bid_id": "031377f9-e23e-4ecc-826e-86d972586160"
}, - "created_at": "2018-09-22T01:04:23.744215Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:06:25.647983Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "8c692990-1829-4244-aa00-591dbb4f1f72",
- "data": {
- "bid_id": "3f911532-2321-41df-8e4e-6fb91c2730bb"
}, - "created_at": "2018-09-22T01:06:25.647965Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:07:17.904129Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "67204ec9-acbb-4658-ab13-54a664a98ac2",
- "data": {
- "bid_id": "eb098660-194e-4bd4-ae48-5d9cb8ac0036"
}, - "created_at": "2018-09-22T01:07:17.904116Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:08:40.995797Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "8fd29cfb-fb68-4a74-9139-0e206a465107",
- "data": {
- "bid_id": "257bb4fe-b85c-4daa-adcb-27de9f247413"
}, - "created_at": "2018-09-22T01:08:40.995785Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:09:22.181016Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "06613e61-705b-4d1d-af36-38938907dccb",
- "data": {
- "bid_id": "75fe51e9-77a3-4c3e-b892-3de9664c17cf"
}, - "created_at": "2018-09-22T01:09:22.181003Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:11:00.530853Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "002740b5-22ca-4ee1-8f68-84b13bbf4b22",
- "data": {
- "bid_id": "3edef0cf-c074-413a-b59e-7d9f6eec1bf5"
}, - "created_at": "2018-09-22T01:11:00.530839Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:15:04.572163Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "19f0b289-a47c-474a-b60d-3d161cc3dbe0",
- "data": {
- "bid_id": "76d06a3c-410e-42b0-a2cb-531153f38907"
}, - "created_at": "2018-09-22T01:15:04.572143Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:16:14.939342Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "95da5154-5377-41d5-8b21-15caeb4bd542",
- "data": {
- "bid_id": "268ecb08-17e8-4133-9c49-8806ec96617d"
}, - "created_at": "2018-09-22T01:16:14.939329Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:25:14.989405Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "a26ac30f-f7cf-4eb4-9b2f-d2378de53b76",
- "data": {
- "bid_id": "d5b73cea-adf4-4564-9524-d80c4913a754"
}, - "created_at": "2018-09-22T01:25:14.989392Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:28:12.469441Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "7b95a490-3dba-49ad-be7e-c0b4ddf70fbc",
- "data": {
- "bid_id": "59bb311b-0b46-4718-b2f4-c56d755a091d"
}, - "created_at": "2018-09-22T01:28:12.469426Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:29:43.277624Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "87cd4b89-07ac-4bea-a8c9-7a77e0c494d2",
- "data": {
- "bid_id": "01e3239b-233c-4388-971a-a2bf94779201"
}, - "created_at": "2018-09-22T01:29:43.277601Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:32:21.190344Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "682254de-a79e-4944-8eb1-b582c34e3982",
- "data": {
- "bid_id": "dca46b7a-f071-4bc1-aab9-fa37bfd903ab"
}, - "created_at": "2018-09-22T01:32:21.190097Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:33:57.246872Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "af42bbc0-bf8b-42e7-8248-21dad9c9ef12",
- "data": {
- "bid_id": "7ae30a71-1c6d-4b1d-b1b6-70e68dd141bb"
}, - "created_at": "2018-09-22T01:33:57.246857Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:37:02.228847Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "a6350601-8eb1-4cca-bd46-6d92df042128",
- "data": {
- "bid_id": "798644f0-3385-4289-97c3-d0bec228a7af"
}, - "created_at": "2018-09-22T01:37:02.228833Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:37:41.219923Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "4bee9beb-39e8-48b3-a0fa-ceb15e63f2ca",
- "data": {
- "bid_id": "0b918ed7-add3-498f-abd3-421f02bc1cfa"
}, - "created_at": "2018-09-22T01:37:41.219910Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:38:40.083024Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "51fa8643-5fad-4bd1-ae9f-2d6ba78cad65",
- "data": {
- "bid_id": "54aa3f5e-17cd-4a28-b2e0-89060a14f6ee"
}, - "created_at": "2018-09-22T01:38:40.083010Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:40:17.835658Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "ac51a087-94e6-496c-a893-e5338f4f54dd",
- "data": {
- "bid_id": "1b27b2eb-1873-47ac-b4dc-1ac692bd5932"
}, - "created_at": "2018-09-22T01:40:17.835646Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:40:58.101492Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "f6671c8c-e14b-485d-94e7-86de63ce805e",
- "data": {
- "bid_id": "c66206d9-712d-4f6a-9891-e7518b00d1d0"
}, - "created_at": "2018-09-22T01:40:58.101477Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:42:25.368455Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "508513c9-d750-4e0a-9a8a-e4908d0dfc70",
- "data": {
- "bid_id": "9574e3ab-e41b-4f35-87cd-6fb3520b4ee5"
}, - "created_at": "2018-09-22T01:42:25.368441Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:45:40.001060Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "34bc5262-1cf9-4f2a-8f17-b039482df585",
- "data": {
- "bid_id": "ff8f74c6-5876-42a1-af5a-ab4f42823b97"
}, - "created_at": "2018-09-22T01:45:40.001046Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:54:06.850658Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "974af779-3331-4c56-ae00-b1f9e93dbe2c",
- "data": {
- "bid_id": "5b5aee50-0986-4fd3-b0c3-42f42575f1ed"
}, - "created_at": "2018-09-22T01:54:06.850620Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:56:12.930330Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "d6ff0841-214b-4ab7-b590-7d7a8add5b93",
- "data": {
- "bid_id": "cc57f96f-a7f8-426f-bbeb-7b444b9a0df9"
}, - "created_at": "2018-09-22T01:56:12.930317Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T01:58:11.078377Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "c69ae242-1c0b-4194-96b7-0dfd0f1f395d",
- "data": {
- "bid_id": "cddfc6f4-963a-4c3e-8fc8-6c143bfaddf5"
}, - "created_at": "2018-09-22T01:58:11.078361Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T02:00:45.139273Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "3d8ab4a9-bff2-4306-a80e-dc2f1c506519",
- "data": {
- "bid_id": "a5da5373-48c0-47c5-8ad8-775e2f5cd3bc"
}, - "created_at": "2018-09-22T02:00:45.139257Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T02:02:08.735976Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "1523a960-b69f-4384-a718-519532dc89ff",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "9700d8f0-f190-4df5-bd31-af2f5fa26110"
}, - "created_at": "2018-09-22T02:02:08.735962Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-22T02:05:39.978721Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "86c296a8-a0f9-474d-84b1-138e2bc8a4d4",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "f780128c-3361-4457-b6bf-5983f2bbcc3f"
}, - "created_at": "2018-09-22T02:05:39.978707Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T02:53:43.087398Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "9c711542-9033-46e6-ab5d-daf052fd62a7",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "b7549355-bb44-48f3-922d-754b5ae0520c"
}, - "created_at": "2018-09-23T02:53:43.087383Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T02:54:43.666007Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "d5959c7f-67bc-459d-9bc7-6ece61cbe5d6",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "d50262b2-efca-403c-92d4-76ed8df2d0c4"
}, - "created_at": "2018-09-23T02:54:43.665977Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T02:56:32.569677Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "6fd528fc-221e-4c62-9520-efcaa495fe99",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "08f3690e-f8f4-4816-b5e3-78ecfa692df9"
}, - "created_at": "2018-09-23T02:56:32.569664Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T02:58:56.526147Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "f8a66ff8-200a-4ecb-a06c-3bda57e456b8",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "6ed6ac08-3130-4631-b6b5-7b8c9830c106"
}, - "created_at": "2018-09-23T02:58:56.526134Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:08:21.651634Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "528f75a9-2a14-4ff6-ac83-ff137522d897",
- "data": {
- "appointment_id": "d43fde8e-1991-4341-9d4f-f6265141e43c"
}, - "created_at": "2018-09-23T03:08:21.651621Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:08:21.652123Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "6bafc796-da94-47d3-b1b9-b81748dbf0d3",
- "data": {
- "appointment_id": "d43fde8e-1991-4341-9d4f-f6265141e43c"
}, - "created_at": "2018-09-23T03:08:21.652113Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:10:24.072473Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "77bfdebc-11d0-4c78-9e56-de43f0a05f0c",
- "data": {
- "appointment_id": "0659a04b-19c2-44a8-a004-13e6b2fb8d9e"
}, - "created_at": "2018-09-23T03:10:24.072460Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:10:24.073542Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "69d3ef2d-eed4-4d4d-b425-f6d2f6abe48e",
- "data": {
- "appointment_id": "0659a04b-19c2-44a8-a004-13e6b2fb8d9e"
}, - "created_at": "2018-09-23T03:10:24.073531Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:13:45.415115Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "9a0731e2-9853-4bac-bb84-92f0c236d935",
- "data": {
- "appointment_id": "75ee9fe0-5aa1-4a8a-83ee-f0929e7852b0"
}, - "created_at": "2018-09-23T03:13:45.415073Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:13:45.416530Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "73c65cc5-e4bb-4896-b402-96c2a7f6ae49",
- "data": {
- "appointment_id": "75ee9fe0-5aa1-4a8a-83ee-f0929e7852b0"
}, - "created_at": "2018-09-23T03:13:45.416493Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:14:36.737204Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "251235ad-2979-4dfd-a9b6-dfc1f63fa327",
- "data": {
- "appointment_id": "bc16b173-9736-48cf-81a5-2b8d58909aac"
}, - "created_at": "2018-09-23T03:14:36.737192Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:14:36.737280Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "08050f26-d20d-453a-860c-8ecac1a6d736",
- "data": {
- "appointment_id": "bc16b173-9736-48cf-81a5-2b8d58909aac"
}, - "created_at": "2018-09-23T03:14:36.737273Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:14:52.805449Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "bfe5f121-4620-4cdf-bfd0-c800c6be1722",
- "data": {
- "appointment_id": "795f011a-d5af-4560-b46e-a7d94949dfde"
}, - "created_at": "2018-09-23T03:14:52.805441Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:14:52.805126Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "545a1417-99f2-47f6-8690-adf0f677b41d",
- "data": {
- "appointment_id": "795f011a-d5af-4560-b46e-a7d94949dfde"
}, - "created_at": "2018-09-23T03:14:52.805114Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:16:29.680848Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "7c65eb78-18a6-4d09-8c21-dd333385a29d",
- "data": {
- "appointment_id": "b8ab57da-bcfd-4fcb-ac7b-53ba1c4ee2fe"
}, - "created_at": "2018-09-23T03:16:29.680834Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:16:29.681932Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "84ff44a3-1ce3-4d3e-a103-aec4af7008df",
- "data": {
- "appointment_id": "b8ab57da-bcfd-4fcb-ac7b-53ba1c4ee2fe"
}, - "created_at": "2018-09-23T03:16:29.681920Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:18:16.105740Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "656254dd-0784-47a4-94c3-42e1f807461d",
- "data": {
- "appointment_id": "00a4a70b-4cf2-4398-9782-b975588b588e"
}, - "created_at": "2018-09-23T03:18:16.105712Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:21:45.305177Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "2698446c-7157-4d4d-9f17-1e56f729eb61",
- "data": {
- "appointment_id": "a0a159dc-8977-40e6-ab10-f4d58ce6d31f"
}, - "created_at": "2018-09-23T03:21:45.305147Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:18:16.113436Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "9d9fbdcc-3430-4419-95bb-c32d587aca4c",
- "data": {
- "appointment_id": "00a4a70b-4cf2-4398-9782-b975588b588e"
}, - "created_at": "2018-09-23T03:18:16.113409Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:18:49.600340Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "5fd9cd40-882d-4315-8577-71d038722cc6",
- "data": {
- "appointment_id": "37e91dd7-0f8d-430f-b1bc-84d20d566738"
}, - "created_at": "2018-09-23T03:18:49.600324Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:18:49.613333Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "67002eae-bc2b-4157-a177-ce70525e90cb",
- "data": {
- "appointment_id": "37e91dd7-0f8d-430f-b1bc-84d20d566738"
}, - "created_at": "2018-09-23T03:18:49.613239Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:20:17.515271Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "224b5c00-e1df-4876-b9f3-02dbfedac9fc",
- "data": {
- "appointment_id": "215f55e5-b25b-4c41-92eb-b4ed462c3b52"
}, - "created_at": "2018-09-23T03:20:17.515258Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:20:17.515480Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "eb62f697-f1cf-4bab-9255-aeab193dda04",
- "data": {
- "appointment_id": "215f55e5-b25b-4c41-92eb-b4ed462c3b52"
}, - "created_at": "2018-09-23T03:20:17.515470Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:20:32.657399Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "8b35abc8-8e6c-4989-ac29-bf179a9e7b2b",
- "data": {
- "appointment_id": "8a9c98cf-1c82-4914-b1ef-27daca680df1"
}, - "created_at": "2018-09-23T03:20:32.657386Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:20:32.662902Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "b7f8b5c9-df74-4285-913d-e79a25add616",
- "data": {
- "appointment_id": "8a9c98cf-1c82-4914-b1ef-27daca680df1"
}, - "created_at": "2018-09-23T03:20:32.662881Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:21:45.294510Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "15abfd77-b32a-4c2e-85c0-f95683997280",
- "data": {
- "appointment_id": "a0a159dc-8977-40e6-ab10-f4d58ce6d31f"
}, - "created_at": "2018-09-23T03:21:45.294486Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:23:06.148681Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "4b64c661-4dd6-4201-aad2-dc9a16c32341",
- "data": {
- "appointment_id": "8cc22697-fe1a-4a72-aa9e-69b147f63221"
}, - "created_at": "2018-09-23T03:23:06.148648Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:23:06.149774Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "ffe4adab-01cf-4902-a266-2912ea82da82",
- "data": {
- "appointment_id": "8cc22697-fe1a-4a72-aa9e-69b147f63221"
}, - "created_at": "2018-09-23T03:23:06.149705Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:24:08.619014Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "3b560f0e-56a5-4a8d-9431-e5db646d4ea2",
- "data": {
- "appointment_id": "c59bfbbe-dbd8-4295-abcf-3e1819308fc8"
}, - "created_at": "2018-09-23T03:24:08.619001Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:24:08.619300Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "0a72adfa-af1e-482f-af01-12a114f1a647",
- "data": {
- "appointment_id": "c59bfbbe-dbd8-4295-abcf-3e1819308fc8"
}, - "created_at": "2018-09-23T03:24:08.619292Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:25:00.250774Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "66ebc085-766b-4e79-a622-8244ad318ed0",
- "data": {
- "appointment_id": "23a1d7ca-6e3c-4579-8066-4b0757ffcfaa"
}, - "created_at": "2018-09-23T03:25:00.250760Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:25:00.251424Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "03177a29-0768-437b-9f4f-c6ed2bb5a7f3",
- "data": {
- "appointment_id": "23a1d7ca-6e3c-4579-8066-4b0757ffcfaa"
}, - "created_at": "2018-09-23T03:25:00.251415Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:29:52.769071Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "9a16eab1-e065-451a-9d0e-832855e0541e",
- "data": {
- "issue_id": "0d3921fc-baa4-4c98-aac1-6f4d04998b11",
- "bid_id": "617d0a77-7b86-4d1e-9269-783bacd89355"
}, - "created_at": "2018-09-23T03:29:52.769061Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:30:23.161195Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "c206b0c3-3b6c-4f58-9be8-8712d0218ef6",
- "data": {
- "appointment_id": "69ecb3dc-1fa4-4e5f-a1a0-0d37a8a7f9aa"
}, - "created_at": "2018-09-23T03:30:23.161183Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:31:56.970952Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "9444bf6d-fb2c-436a-b5ca-ea42b25e096b",
- "data": {
- "appointment_id": "8d3025cf-b34b-457f-b82b-362b25096eba"
}, - "created_at": "2018-09-23T03:31:56.970940Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:35:54.023041Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "774b63ba-0de9-431e-830f-0abce6a9a327",
- "data": {
- "appointment_id": "14046349-d003-4898-ad03-4d4e36cc6616"
}, - "created_at": "2018-09-23T03:35:54.023001Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:37:10.005564Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "da72e746-372f-464e-85e5-efb69333e1a4",
- "data": {
- "appointment_id": "60ed364c-7fa2-443c-a4bb-06b5a416c27a"
}, - "created_at": "2018-09-23T03:37:10.005552Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:37:25.657406Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "6a134574-7f4c-466b-9104-2776ca1316db",
- "data": {
- "appointment_id": "d02e5646-6739-451a-8e42-9906fd535d8d"
}, - "created_at": "2018-09-23T03:37:25.657394Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:45:21.889401Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "2caca1aa-d93e-4fff-a5b3-88c7f1da4278",
- "data": {
- "appointment_id": "39431f81-979a-4b17-9328-cef77b2ac867"
}, - "created_at": "2018-09-23T03:45:21.889387Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-23T03:45:29.383885Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "9f41cbba-756f-47ce-bf6a-d59389ca75d7",
- "data": {
- "appointment_id": "b200258a-e972-42cc-9904-6c77202fbfe8"
}, - "created_at": "2018-09-23T03:45:29.383877Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-27T19:38:16.216137Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "2e9267f7-87d1-4d3a-8f15-a2a254fa2c75",
- "data": {
- "issue_id": "9cffa28e-ee35-4484-8d53-2edbc05b370e"
}, - "created_at": "2018-09-27T19:38:16.216125Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-09-28T14:41:17.784814Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "27053560-64f4-4ccd-a093-e1955c6e9f44",
- "data": {
- "issue_id": "d361e956-21c1-41a5-b2db-c3c6b1c894b1"
}, - "created_at": "2018-09-28T14:41:17.784800Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-10-12T19:15:03.672752Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "e3ab8392-59cc-4896-b036-05f46e96bd0e",
- "data": {
- "issue_id": "38ccd97f-6ddd-44b5-b866-8f21172f7c0d"
}, - "created_at": "2018-10-12T19:15:03.672741Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-10-21T04:24:40.643664Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "9382eab5-2f98-416b-8371-b00cd5318683",
- "data": {
- "appointment_id": "8eba2660-d6a3-4d2a-b2e0-79747a0137dc"
}, - "created_at": "2018-10-21T04:24:40.643626Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-10-21T04:24:40.643825Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "8339cf42-2817-4dae-b1c0-417cfa637d8e",
- "data": {
- "appointment_id": "8eba2660-d6a3-4d2a-b2e0-79747a0137dc"
}, - "created_at": "2018-10-21T04:24:40.643816Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-10-21T16:49:42.622560Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "6cc9be99-35ba-4d61-b0fc-dbef6a7d0dc1",
- "data": {
- "appointment_id": "7d3fab3a-fecc-4934-9a05-1e466c4f25f6"
}, - "created_at": "2018-10-21T16:49:42.622547Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-10-21T16:55:46.307282Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "3f0ee49f-bd48-477b-9389-75605fbf5f19",
- "data": {
- "appointment_id": "3c31ff27-3547-4f4a-803f-a912342a7837"
}, - "created_at": "2018-10-21T16:55:46.307266Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:12:44.351931Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "26c03662-0efe-4687-ad14-5b65895eae2c",
- "data": {
- "issue_id": "9aed54c4-6e44-4f58-bb0e-42c0421be779"
}, - "created_at": "2018-11-13T22:12:44.351916Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:16:42.768177Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "194cdb88-83af-41f8-9fb4-b727931ca524",
- "data": {
- "issue_id": "9aed54c4-6e44-4f58-bb0e-42c0421be779",
- "bid_id": "380483d4-7869-4b8e-ac63-027eed21d4d0"
}, - "created_at": "2018-11-13T22:16:42.768163Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:20:54.972180Z",
- "type": 2,
- "title": null,
- "read_at": null,
- "id": "3b4c58ab-40c3-4455-a828-112caf1c35fc",
- "data": {
- "appointment_id": "74fb7fc4-7f2b-428d-a2c2-1d2cd2120c17"
}, - "created_at": "2018-11-13T22:20:54.972168Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:27:24.763489Z",
- "type": 0,
- "title": null,
- "read_at": null,
- "id": "cb0b627d-f3a5-4b6b-ad33-cbe31707b0fc",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44"
}, - "created_at": "2018-11-13T22:27:24.763475Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:31:21.860527Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "8b711fa4-50c6-4796-8da4-2e8c640822fd",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44",
- "bid_id": "5226e04a-e560-434d-ae49-c10412e596cf"
}, - "created_at": "2018-11-13T22:31:21.860506Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-13T22:45:46.948136Z",
- "type": 3,
- "title": null,
- "read_at": null,
- "id": "68b9cfba-adfa-4cc6-b1c0-d74a191bdfb1",
- "data": {
- "appointment_id": "22af624d-397f-4c17-9070-74eb4fa76b4c"
}, - "created_at": "2018-11-13T22:45:46.948109Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-14T21:21:01.265124Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "da6daa3d-2533-4191-8071-bbf651b2226f",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44",
- "bid_id": "7ffbed4c-f219-40f3-ba60-d63ea0862a6e"
}, - "created_at": "2018-11-14T21:21:01.265110Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-14T21:45:20.396041Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "f0a273c3-72d2-41a4-8eaa-eb762440940e",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44",
- "bid_id": "b4a529ee-af8b-4d20-82ca-8013575c6863"
}, - "created_at": "2018-11-14T21:45:20.395997Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-14T21:45:30.792044Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "fc826b78-2ff8-4868-bfa6-d2c9e8c325d0",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44",
- "bid_id": "837ee9c2-1375-4556-9104-7bc378f52203"
}, - "created_at": "2018-11-14T21:45:30.791980Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2018-11-14T21:45:53.472332Z",
- "type": 1,
- "title": null,
- "read_at": null,
- "id": "872d5f93-5462-4b1d-a3de-f47dff8dfb10",
- "data": {
- "issue_id": "dbd6ebb6-3969-4f2e-a02a-00f683fdbb44",
- "bid_id": "e6a55201-a7be-430a-9171-25dc29c2f1c0"
}, - "created_at": "2018-11-14T21:45:53.472319Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "body": null
}
]
Mark Notification As Read
Sets the 'read_at' time for a user's notification.
Parameters
Name | Type | Description |
---|---|---|
notification_id | String | The id of the Notification |
path Parameters
notification_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "body": null,
- "company_id": null,
- "created_at": "2018-11-13T19:11:19Z",
- "data": {
- "bid_id": "aec3b5b3-6657-47d6-974e-148cb4ccdeda",
- "issue_id": "c5752f06-a926-400a-807e-d150acda6357"
}, - "id": "abf16864-2464-4e27-a91b-cccbc8127428",
- "read_at": "2019-11-05T18:31:03Z",
- "title": null,
- "type": 1,
- "updated_at": "2019-11-05T18:31:03Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
Delete Notification
Removes a notification for the user.
Parameters
Name | Type | Description |
---|---|---|
notification_id | String | The id of the Notification |
path Parameters
notification_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[ ]
A collection scoped to perform actions by a Company
The intention for requests under this section are for server to server communication between your organization and Sitata. For example, creating users within your own organization on the Sitata platform. As such, you should use your company authentication token when accessing endpoints within this section.
Alert filters allow a company to stop notifications for Alerts and Advisories based on risk level and category across the entire company and for all users at that company.
Name | Type | Description |
---|---|---|
id | String | The id of the AlertFilter |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
risk_levels | [Integer] | A list of risk levels that apply for the filter. |
safety_category_id | String | The ID of the Safety Category that applies for the filter. |
Get Alert Filters For Your Organization
Returns alert filters for your organization. Alert filters block distribution of Alerts and Advisories to users within your organization.
path Parameters
company_id required | string Example: {{corp_company_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1,
- 2
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
]
Create Alert Filter
Create an Alert Filter
for an organization.
path Parameters
company_id required | string Example: {{corp_company_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "alert_filter": {
- "risk_levels": [
- 1
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
}
Response samples
- 201
{- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
Update Alert Filter
Update an Alert Filter
.
path Parameters
company_id required | string Example: {{corp_company_id}} |
id required | string Example: {{alert_filter_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "alert_filter": {
- "risk_levels": [
- 1
]
}
}
Response samples
- 200
{- "created_at": "2016-06-21T12:39:24Z",
- "updated_at": "2016-06-21T12:39:24Z",
- "id": "6747af61-f379-466c-869e-367e060babbe",
- "risk_levels": [
- 1,
- 2
], - "safety_category_id": "4832af61-a379-466c-869e-372e060bafef"
}
Delete Alert Filter
Delete an Alert Filter
.
path Parameters
company_id required | string Example: {{corp_company_id}} |
id required | string Example: {{alert_filter_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{ }
Check in requests allow traveller managers and organizations to create a check in request for their travellers, for which travellers can respond with a check in and their status
Name | Type | Description |
---|---|---|
id | String | The id of the CheckInRequest |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
user_id | String | The id of the user that created this CheckInRequest |
Get Check In Requests
Returns Check In Request
s for a given company.
By default, will return check in requests which are still open.
Parameters
Name | Type | Description |
---|---|---|
all | Boolean | When truthy, will return all Check In Request s, open and closed. Else, when false, will only return open. |
path Parameters
company_id required | string Example: {{corp_company_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T16:43:05.997135Z",
- "status": 0,
- "requester": { },
- "id": "054e708f-bcf3-4bd3-b8dc-71020eacd2f4",
- "created_at": "2018-08-22T16:43:05.997128Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T16:42:03.008159Z",
- "status": 0,
- "requester": { },
- "id": "74b6dd01-a55e-4645-9645-98f26d9a3135",
- "created_at": "2018-08-22T16:42:03.004918Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T16:37:16.062916Z",
- "status": 0,
- "requester": { },
- "id": "f38ae637-8049-4caf-a1c9-963faa56af33",
- "created_at": "2018-08-22T16:37:16.062908Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "updated_at": "2018-08-22T16:37:33.537108Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "c4d13963-98b9-40a2-8bcb-00b3397230ff",
- "created_at": "2018-08-22T16:37:33.537101Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-16T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T15:15:55.615697Z",
- "status": 0,
- "requester": { },
- "id": "03cbb1c9-7f8a-471d-90d1-d9ad5cede1ef",
- "created_at": "2018-08-22T15:15:55.615690Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T15:14:48.343582Z",
- "status": 0,
- "requester": { },
- "id": "3a84647f-838c-4c02-92b1-b11cff08aadd",
- "created_at": "2018-08-22T15:14:48.339861Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T15:10:55.485644Z",
- "status": 0,
- "requester": { },
- "id": "131b5626-610a-4fb5-b657-3c2421cca6d0",
- "created_at": "2018-08-22T15:10:55.485637Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T15:09:55.417995Z",
- "status": 0,
- "requester": { },
- "id": "0a49918d-392d-42e7-b805-d8eca4436c3d",
- "created_at": "2018-08-22T15:09:55.417988Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-22T13:54:46.031777Z",
- "status": 0,
- "requester": { },
- "id": "febd03ca-f2b8-43a7-91e6-38cad80d627d",
- "created_at": "2018-08-22T13:54:46.025979Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-22T13:59:20.080406Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "8b53c49b-f782-47ca-999a-9e0a0d6190c2",
- "created_at": "2018-08-22T13:59:20.080400Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-16T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "9b5ceeaf-f395-4d3e-b1c9-c721c920981a",
- "home_country": null,
- "first_name": null,
- "email": "fa3b18@44baa55e-b7dd-45.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-21T20:16:58.312847Z",
- "status": 0,
- "requester": { },
- "id": "2b703504-b35c-4987-934c-265e81728aa5",
- "created_at": "2018-08-21T20:16:58.312839Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "9b5ceeaf-f395-4d3e-b1c9-c721c920981a",
- "home_country": null,
- "first_name": null,
- "email": "fa3b18@44baa55e-b7dd-45.com",
- "display_name": null,
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-21T19:24:46.644984Z",
- "status": 0,
- "requester": { },
- "id": "a92a2581-bfc8-4164-96e1-61fe1893b7ef",
- "created_at": "2018-08-21T19:24:46.644977Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-21T18:52:32.336780Z",
- "status": 0,
- "requester": { },
- "id": "5c61bf58-04f3-4f2a-b358-62265d7b2960",
- "created_at": "2018-08-21T18:52:32.336764Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-21T18:52:23.788272Z",
- "status": 0,
- "requester": { },
- "id": "e97fa234-e637-4454-b051-c82443d69a4c",
- "created_at": "2018-08-21T18:52:23.788254Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "America/Juneau",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "home_country": null,
- "first_name": "first",
- "email": "email@email.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-21T18:52:11.855790Z",
- "status": 0,
- "requester": { },
- "id": "59733f21-8702-40e0-a51c-f538c93cb21a",
- "created_at": "2018-08-21T18:52:11.855783Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "a50054b8-6925-44bc-97e0-ca5c206bceee",
- "updated_at": "2018-08-21T18:53:38.897005Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "4b646f42-d8ed-4536-8eb8-574aaca993e5",
- "created_at": "2018-08-21T18:53:38.896999Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-16T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Australia/Adelaide",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last name",
- "language": "en",
- "id": "a21818b0-4b00-4913-b138-5bd175cf58a4",
- "home_country": null,
- "first_name": "first name",
- "email": "new@new.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-21T14:59:37.774883Z",
- "status": 0,
- "requester": { },
- "id": "062f00f6-6d6a-421d-ac66-9fc4a2259cb7",
- "created_at": "2018-08-21T14:59:37.774875Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Australia/Adelaide",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last name",
- "language": "en",
- "id": "a21818b0-4b00-4913-b138-5bd175cf58a4",
- "home_country": null,
- "first_name": "first name",
- "email": "new@new.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-21T14:49:51.636834Z",
- "status": 0,
- "requester": { },
- "id": "d8fabbaf-26e9-4ceb-8c1d-5e8b9c2c3e0b",
- "created_at": "2018-08-21T14:49:51.636818Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:32:30.505000Z",
- "status": 0,
- "requester": { },
- "id": "4eb7a711-33d5-4544-901a-8d17ecc0cf06",
- "created_at": "2018-08-20T21:32:30.504991Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:30:44.385735Z",
- "status": 0,
- "requester": { },
- "id": "d36aa2c0-aaf5-41ce-9ea8-f3d4c608aab0",
- "created_at": "2018-08-20T21:30:44.385726Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:30:19.693518Z",
- "status": 0,
- "requester": { },
- "id": "ef100b9a-7219-463b-a4bc-8eacc926df89",
- "created_at": "2018-08-20T21:30:19.693511Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "9b5ceeaf-f395-4d3e-b1c9-c721c920981a",
- "home_country": null,
- "first_name": null,
- "email": "fa3b18@44baa55e-b7dd-45.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:29:52.862134Z",
- "status": 0,
- "requester": { },
- "id": "71396c6c-2347-4cd5-8020-9c45a697c4a6",
- "created_at": "2018-08-20T21:29:52.862127Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:29:32.576203Z",
- "status": 0,
- "requester": { },
- "id": "900cb8da-7104-4886-866e-d1c39c0fd15e",
- "created_at": "2018-08-20T21:29:32.576196Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:29:31.556678Z",
- "status": 0,
- "requester": { },
- "id": "8c07b89b-fdef-4523-84e9-465a83988e33",
- "created_at": "2018-08-20T21:29:31.556671Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:29:30.169522Z",
- "status": 0,
- "requester": { },
- "id": "5547b234-c905-4472-9d58-a2a080c74e23",
- "created_at": "2018-08-20T21:29:30.169514Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "9b5ceeaf-f395-4d3e-b1c9-c721c920981a",
- "home_country": null,
- "first_name": null,
- "email": "fa3b18@44baa55e-b7dd-45.com",
- "display_name": null,
- "age": null
}, - {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:29:06.212130Z",
- "status": 0,
- "requester": { },
- "id": "9a79391f-f501-45b9-a9c1-54be6bdd61b0",
- "created_at": "2018-08-20T21:29:06.212120Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "9b5ceeaf-f395-4d3e-b1c9-c721c920981a",
- "home_country": null,
- "first_name": null,
- "email": "fa3b18@44baa55e-b7dd-45.com",
- "display_name": null,
- "age": null
}, - {
- "username": "Takma",
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "d5482c71-a60b-4f9f-9c8f-7ff38e76c862",
- "home_country": null,
- "first_name": null,
- "email": "01c52b@39532e7e-51a2-43.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:28:00.297351Z",
- "status": 0,
- "requester": { },
- "id": "6399d773-f919-41e4-9a09-65049a89262c",
- "created_at": "2018-08-20T21:28:00.297344Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:26:30.226245Z",
- "status": 0,
- "requester": { },
- "id": "64cb33bf-01e6-4799-a6c0-64ca9fffe25b",
- "created_at": "2018-08-20T21:26:30.226239Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:25:59.992705Z",
- "status": 0,
- "requester": { },
- "id": "fbd0c561-544e-42ab-856f-62dd66df92ec",
- "created_at": "2018-08-20T21:25:59.992698Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "en",
- "id": "5ab32111-3fc9-403d-823d-a4b38a87a403",
- "home_country": null,
- "first_name": null,
- "email": "641675@196e50be-da73-47.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:24:21.569059Z",
- "status": 0,
- "requester": { },
- "id": "9d7d47fc-b022-443b-a1f4-2beaeaf7bc1e",
- "created_at": "2018-08-20T21:24:21.569046Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": "Takma",
- "timezone_identifier": "Etc/UTC",
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": 1,
- "phone_number": null,
- "last_name": null,
- "language": "ja",
- "id": "d5482c71-a60b-4f9f-9c8f-7ff38e76c862",
- "home_country": null,
- "first_name": null,
- "email": "01c52b@39532e7e-51a2-43.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-20T21:15:29.563713Z",
- "status": 0,
- "requester": { },
- "id": "81d920eb-a96a-4ca5-bee7-ee7ff9fb769b",
- "created_at": "2018-08-20T21:15:29.563705Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [ ],
- "updated_at": "2018-08-20T15:46:56.569638Z",
- "status": 0,
- "requester": { },
- "id": "8826680c-6e76-458a-af43-7cb5ebdf48ed",
- "created_at": "2018-08-20T15:46:56.569630Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [ ],
- "updated_at": "2018-08-20T15:45:24.187507Z",
- "status": 0,
- "requester": { },
- "id": "3c269341-0e4a-4d4b-a771-6b786bac4ee1",
- "created_at": "2018-08-20T15:45:24.187500Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:58:43.695300Z",
- "status": 0,
- "requester": { },
- "id": "6aeea390-957b-4202-9434-2634d7fa4737",
- "created_at": "2018-07-31T19:58:43.692495Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-16T20:45:37.690841Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "2998283b-de33-4983-80c3-4b23df66794c",
- "created_at": "2018-08-16T20:45:37.690834Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-16T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:33:50.152203Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "e5b35acc-e49c-4e20-b4f4-752e3203eb1f",
- "created_at": "2018-08-15T17:33:50.152197Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:33:49.321372Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "f08dce32-680c-4051-be46-457561c3cc9c",
- "created_at": "2018-08-15T17:33:49.321366Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-16T20:40:52.986848Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "35f3cb5a-0ed8-4c85-beb2-e2ddad07f79e",
- "created_at": "2018-08-16T20:40:52.986840Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "87de2427-bd9e-4728-9395-e841624826af",
- "updated_at": "2018-08-15T19:44:42.854135Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "803fd2a1-77b3-4a43-9526-0a4eb108f28b",
- "created_at": "2018-08-15T19:44:42.854128Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:33:57.112724Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "62a404ef-b585-4b0b-9dd0-790f873f5976",
- "created_at": "2018-08-15T17:33:57.112718Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:33:56.845066Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "bd1e5ef6-d15b-4f3a-b228-531bcaf8799f",
- "created_at": "2018-08-15T17:33:56.845058Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:33:56.495285Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "dadfde9f-86bd-45d2-992b-4138bc6ad062",
- "created_at": "2018-08-15T17:33:56.495276Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:28:26.939520Z",
- "status": 0,
- "requester": { },
- "id": "561a2ac1-b927-46ce-a688-13bff5153796",
- "created_at": "2018-07-31T19:28:26.939513Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T21:12:10.242044Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "be84fb83-9647-49b5-b48a-549081aa5990",
- "created_at": "2018-08-15T21:12:10.242026Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "87de2427-bd9e-4728-9395-e841624826af",
- "updated_at": "2018-08-15T21:11:58.490279Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "93ab5f32-3e10-4747-a503-59630af82cf0",
- "created_at": "2018-08-15T21:11:58.490272Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:26:00.964165Z",
- "status": 0,
- "requester": { },
- "id": "5c31fd3f-06ec-438c-844f-24d88f7b8073",
- "created_at": "2018-07-31T19:26:00.964158Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:22:37.241824Z",
- "status": 0,
- "requester": { },
- "id": "530ee2b9-332a-480d-a503-84daf01f9197",
- "created_at": "2018-07-31T19:22:37.241815Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:20:54.082712Z",
- "status": 0,
- "requester": { },
- "id": "c8049f3e-6b6d-4fda-afe6-1cf07ae85d21",
- "created_at": "2018-07-31T19:20:54.082705Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:18:31.768208Z",
- "status": 0,
- "requester": { },
- "id": "205ae7bb-44df-4def-91f1-2a674b43a04a",
- "created_at": "2018-07-31T19:18:31.768200Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:17:29.648069Z",
- "status": 0,
- "requester": { },
- "id": "7e996a27-6e5d-4d7f-8733-c2d5492738eb",
- "created_at": "2018-07-31T19:17:29.648062Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-13T22:39:24.037184Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "da5789e9-2079-4c9e-a516-412197439cff",
- "created_at": "2018-08-13T22:39:24.037170Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-13T22:39:47.869598Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "33d256ba-ecc3-4e9b-9bb6-edd135678721",
- "created_at": "2018-08-13T22:39:47.869583Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-13T22:39:56.585784Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "7dce13db-93c3-48b5-b0b4-6be41bcf02e9",
- "created_at": "2018-08-13T22:39:56.585769Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:15:39.792322Z",
- "status": 0,
- "requester": { },
- "id": "0fc71f28-9f1c-4295-a23d-f298aa4105dd",
- "created_at": "2018-07-31T19:15:39.792315Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:07:41.259633Z",
- "status": 0,
- "requester": { },
- "id": "6773123b-74fa-4786-bf1d-e7b1c7270a1f",
- "created_at": "2018-07-31T19:07:41.259626Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:07:11.260052Z",
- "status": 0,
- "requester": { },
- "id": "3120f69a-718d-43ae-bc51-ab7d999910e9",
- "created_at": "2018-07-31T19:07:11.260043Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:05:45.087690Z",
- "status": 0,
- "requester": { },
- "id": "eae054bb-1ac2-4e4b-b8c5-a388de33923e",
- "created_at": "2018-07-31T19:05:45.087682Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:05:24.271764Z",
- "status": 0,
- "requester": { },
- "id": "cf7a2ac9-b733-4c03-842f-de64f0a96b7e",
- "created_at": "2018-07-31T19:05:24.271755Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:04:17.194292Z",
- "status": 0,
- "requester": { },
- "id": "316cb9cc-a392-4fd7-b9a6-e4665acac602",
- "created_at": "2018-07-31T19:04:17.194276Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:03:47.050827Z",
- "status": 0,
- "requester": { },
- "id": "7b46ebc0-7bfa-484c-b0f2-bdf9bdb8773c",
- "created_at": "2018-07-31T19:03:47.050820Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:03:29.918967Z",
- "status": 0,
- "requester": { },
- "id": "f0f0d5cc-17ea-4f84-8ee1-edcff26dae14",
- "created_at": "2018-07-31T19:03:29.918943Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T19:01:23.626368Z",
- "status": 0,
- "requester": { },
- "id": "9fdba671-b3c7-42ab-9346-58bf9ea78122",
- "created_at": "2018-07-31T19:01:23.626360Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-08-02T19:08:25.662348Z",
- "status": 0,
- "requester": { },
- "id": "72ca1a8b-8d60-4042-a700-177d40a03870",
- "created_at": "2018-07-31T19:00:17.552146Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:53:03.138343Z",
- "status": 0,
- "requester": { },
- "id": "e3819905-489e-4d04-a1ab-a7f4a14e1463",
- "created_at": "2018-07-31T18:53:03.138335Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:49:43.041018Z",
- "status": 0,
- "requester": { },
- "id": "7ef786db-c34a-47a4-918e-3e807268d5ba",
- "created_at": "2018-07-31T18:49:43.041011Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:47:15.713887Z",
- "status": 0,
- "requester": { },
- "id": "0e77f86a-0432-4890-a2dd-cf52f19ff9a3",
- "created_at": "2018-07-31T18:47:15.713880Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:47:07.702373Z",
- "status": 0,
- "requester": { },
- "id": "a2c9a227-c6bc-44aa-8503-053922e2c0dc",
- "created_at": "2018-07-31T18:47:07.696609Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:46:09.730110Z",
- "status": 0,
- "requester": { },
- "id": "3ff64346-f2dd-4c4a-ad01-fb3b65e65680",
- "created_at": "2018-07-31T18:46:09.730103Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:42:16.892184Z",
- "status": 0,
- "requester": { },
- "id": "dd9058e7-84be-4e7f-8bcd-360b33a48346",
- "created_at": "2018-07-31T18:42:16.892178Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:39:30.035726Z",
- "status": 0,
- "requester": { },
- "id": "a279fb95-64e2-447b-b9b2-150eca01ebd7",
- "created_at": "2018-07-31T18:39:30.029430Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:36:58.629743Z",
- "status": 0,
- "requester": { },
- "id": "1717da32-ccb8-4ed8-b14c-3ffee2e881b9",
- "created_at": "2018-07-31T18:36:58.629735Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}, - {
- "users": [
- {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "87de2427-bd9e-4728-9395-e841624826af",
- "home_country": null,
- "first_name": "first",
- "email": "elixirmike1@gmail.com",
- "display_name": "display",
- "age": null
}, - {
- "username": null,
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "last",
- "language": "en",
- "id": "b044dc26-3338-4181-b776-176f113623e6",
- "home_country": null,
- "first_name": "first",
- "email": "elimike770@gmail.com",
- "display_name": "display",
- "age": null
}
], - "updated_at": "2018-07-31T18:35:06.884359Z",
- "status": 0,
- "requester": { },
- "id": "e22252fd-08d9-4cdf-b87a-6c9e8f34422f",
- "created_at": "2018-07-31T18:35:06.884352Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [
- {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:37:24.462380Z",
- "type": 0,
- "status": 2,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "59c1a9ad-c718-42b8-84fd-9588430f182d",
- "created_at": "2018-08-15T17:37:24.462373Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}, - {
- "user_id": "b044dc26-3338-4181-b776-176f113623e6",
- "updated_at": "2018-08-15T17:37:20.577133Z",
- "type": 0,
- "status": 1,
- "lng": 21.21,
- "lat": 21.21,
- "ip_address": null,
- "id": "34ca76c1-8922-434a-8973-0e15564cc10b",
- "created_at": "2018-08-15T17:37:20.577124Z",
- "country_code": "XOR",
- "checkin_at": "2018-08-03T17:01:57.000000Z",
- "anonymized": false,
- "accuracy": 0
}
], - "alert_id": null
}
]
Create Check In Request
Creates a CheckInRequest
for a list of travellers given their ids.
Request Parameters
Name | Type | Description |
---|---|---|
id | Array | An array of user ids. |
path Parameters
company_id required | string Example: {{corp_company_id}} |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: {{corp_company_auth}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "check_in_request": {
- "users": [
- "{{corp_user_id}}"
]
}
}
Response samples
- 200
{- "users": [
- {
- "username": "username132",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "lastname",
- "language": "en",
- "id": "9b8ea7df-b4a6-4af6-a4f1-484c123992c9",
- "home_country": null,
- "first_name": "first name",
- "email": "traveller@traveller.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-23T15:34:41.188589Z",
- "status": 0,
- "requester": {
- "username": "user name213",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "Last Name",
- "language": "en",
- "id": "ac210d80-03bd-4d8c-9d06-aa3fc1bb514d",
- "home_country": null,
- "first_name": "First Name",
- "email": "employee@employee.com",
- "display_name": null,
- "age": null
}, - "id": "e1569693-fd36-493d-8237-d6d297ba655c",
- "created_at": "2018-08-23T15:34:41.188582Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}
Close Check In Request
Closes a Check In Request
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
check_in_request_id | String | The id of the Check In Request . |
path Parameters
company_id required | string |
check_in_request_id required | string |
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "users": [
- {
- "username": "username132",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "lastname",
- "language": "en",
- "id": "9b8ea7df-b4a6-4af6-a4f1-484c123992c9",
- "home_country": null,
- "first_name": "first name",
- "email": "traveller@traveller.com",
- "display_name": null,
- "age": null
}
], - "updated_at": "2018-08-23T15:45:43.825408Z",
- "status": 1,
- "requester": {
- "username": "user name213",
- "timezone_identifier": null,
- "timezone": "UTC",
- "profile_pic": {
- "thumb": "/images/avatar/missing_thumb.jpg",
- "small": "/images/avatar/missing_small.jpg",
- "original": "/images/avatar/missing_original.jpg",
- "large": "/images/avatar/missing_large.jpg"
}, - "points": null,
- "phone_number": null,
- "last_name": "Last Name",
- "language": "en",
- "id": "ac210d80-03bd-4d8c-9d06-aa3fc1bb514d",
- "home_country": null,
- "first_name": "First Name",
- "email": "employee@employee.com",
- "display_name": null,
- "age": null
}, - "id": "297ab659-4939-4745-88af-190488baa6dc",
- "created_at": "2018-08-23T15:43:13.497897Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "check_ins": [ ],
- "alert_id": null
}
An company can control a group of employees and travellers on the Sitata platform.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
created_at | Datetime | The datetime the issue was created |
updated_at | Datetime | The time the issue was last updated |
name | String | The name of the company |
homepage | String | The url of the company |
assistance_contacts | [ContactDetail ] A list of contact details representing this company's preferred assistance hotline numbers |
Get Company
Return details about a company. If the user is an employee of the company, additional fields will be returned.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
all_locales | Boolean | When true, will return all locale values for attribtues. |
path Parameters
company_id required | string |
query Parameters
all_locales | boolean Example: all_locales=true |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "assistance_contacts": [ ],
- "auto_subscribe": false,
- "created_at": "2013-03-02T16:39:26Z",
- "domains": [
- "sitata.com"
], - "homepage": null,
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc.",
- "packages": [
- 4,
- 5,
- 7
], - "settings": {
- "cir_follow_up_min": 15,
- "enable_travel_monitors": false,
- "on_accommodation": 1,
- "on_airport_landed": 1,
- "on_flight_cancelled": 1,
- "on_flight_delayed": 1,
- "sr_disease_trigger": true,
- "sr_trigger_categories": [ ]
}, - "sitata_assistance": false,
- "updated_at": "2019-09-17T17:27:28Z"
}
Update Company
Update Company
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
Company Object Attributes
Name | Type | Description |
---|---|---|
auto_subscribe | Boolean | When true, subscriptions will automatically be created for new users that join the company. |
settings | Object | An object encapsulating details regarding company settings. (See 'Settings' table below for further details. |
assistance_contacts | Array | An Array of Objects encapsulating details regarding assistance contacts. See 'Contact' table below for futher details. |
Settings Object Attributes
Name | Type | Description |
---|---|---|
enable_travel_monitors | Boolean | When true, travel watchers will be creating for all users for company. When false, will remove all travel watchers for this company. |
on_accommodation | Integer | Frequency of notifications when this action is triggered. |
on_airport_landed | Integer | Frequency of notifications when this action is triggered. |
on_flight_delayed | Integer | Frequency of notifications when this action is triggered. |
on_flight_cancelled | Integer | Frequency of notifications when this action is triggered. |
on_check_in_request | Integer | Frequency of notifications when this action is triggered. |
sr_disease_trigger | Boolean | Automatic safety request when travellers affected by the disease safety category(disease outbreak). |
st_trigger_categories | Array | Automatic safety request when travellers affected by specified safety category. An Array of Sting ids from Safety Category . |
cir_follow_up_min | Integer | Safety request time to follow up in minutes. |
traveller_leaving_travel_status | Integer | Receive notification when traveller leaves a country region with specified minumum risk level, or higher. |
traveller_entering_travel_status | Integer | Receive notification when a traveller enters a country region with specified minimum risk level, or higher. |
Contact Object Attributes
Name | Type | Description |
---|---|---|
val | String | The value given to contact this entity. This can be a phone number, address, email address, etc |
typ | Integer | Type of contact. |
note | Object | An Object mapping different locales to a given description for this entity. |
delete | Boolean | When true, deletes this contact. |
path Parameters
company_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "company": {
- "auto_subscribe": true,
- "assistance_contacts": [
- {
- "val": "911",
- "typ": 3,
- "note": {
- "en": "Emergency contact detail",
- "es": "Número de contacto de emergencia"
}
}
], - "settings": {
- "sr_disease_trigger": true,
- "on_airport_landed": 0,
- "on_check_in_request": 2
}
}
}
Response samples
- 200
{- "assistance_contacts": [
- {
- "id": "c4580ab9-8bab-4e6d-af3c-208f635576fd",
- "note": {
- "en": "Emergency contact detail",
- "es": "Número de contacto de emergencia"
}, - "order": null,
- "typ": 3,
- "val": "911"
}
], - "auto_subscribe": true,
- "created_at": "2019-11-06T15:50:06Z",
- "domains": null,
- "homepage": null,
- "id": "86c049fd-8e7c-436c-9107-4a8c481e90ef",
- "name": null,
- "packages": [ ],
- "settings": {
- "cir_follow_up_min": 15,
- "enable_travel_monitors": true,
- "on_accommodation": 1,
- "on_airport_landed": 0,
- "on_flight_cancelled": 1,
- "on_flight_delayed": 1,
- "sr_disease_trigger": true,
- "sr_trigger_categories": [ ]
}, - "sitata_assistance": true,
- "updated_at": "2019-11-06T16:57:47Z"
}
A conversation allows for users to have a chat. Conversations can have multiple participants (users) and have many messages. Conversations can also be assocaited with a video room.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
name | String | The name of the conversation (DEPRECATED? - not used) |
messages | [Message ] |
A list of messages in the conversation |
participants | [User ] |
A list of users who have access to the conversation and can make messages within it |
Get Conversations
Returns conversations for the organization.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
discrete | Boolean | When true, will return conversations that do not belong to an appointment or issue. |
page | Integer | The page of Conversation s to request. |
path Parameters
company_id required | string Example: {{corp_company_id}} |
query Parameters
page | integer Example: page=1 |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "appointment_id": "7adc8426-30cc-4128-a15f-2aeda8069bf4",
- "created_at": "2019-02-27T15:37:21Z",
- "id": "5f3d23c0-b235-4d39-88fb-9991b00875f0",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "?",
- "client_id": "f598b738-7897-4ac6-b473-44fb74cb0ed7",
- "created_at": "2019-09-24T14:40:36Z",
- "id": "b0e6aa29-dbcc-42fa-8d98-974e233155ba",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:40:36Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "asset": null,
- "body": "presence",
- "client_id": "4e05e2cf-8839-4e17-8f20-34a84574342b",
- "created_at": "2019-09-24T14:40:55Z",
- "id": "f9d2a67c-434c-40e6-a15e-f8d78d6c96e6",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:40:55Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "fafc5a8d-ac77-401e-bf85-f20fe56b002e",
- "created_at": "2019-07-29T16:59:38Z",
- "id": "7e2e58df-fccc-4ba1-9689-60b1a1525cd7",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "live socket",
- "client_id": "5585ddff-5a65-42c4-a6f3-be87fcca22e8",
- "created_at": "2019-07-29T16:59:46Z",
- "id": "52b43a50-5251-4c1a-a05e-c6620fbb7728",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "86f66da9-e4b8-4725-a852-348c63e062ce",
- "created_at": "2019-07-10T19:02:58Z",
- "id": "347fc5c3-a2a6-4bd7-bcbd-278349f81667",
- "status": 2,
- "type": 0,
- "updated_at": "2019-07-10T19:53:14Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}, - {
- "asset": null,
- "body": "msg",
- "client_id": "97a8f339-2cdb-4cfb-a645-aac7ddd3978a",
- "created_at": "2019-09-04T15:38:09Z",
- "id": "6076cec2-1db2-4d7c-9732-766ad64bd5c1",
- "status": 2,
- "type": 0,
- "updated_at": "2019-09-24T14:39:39Z",
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
], - "name": null,
- "participants": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-11-04T20:06:42Z"
}, - {
- "appointment_id": null,
- "created_at": "2019-01-17T22:12:51Z",
- "id": "76da413a-36a4-46ac-bd2a-3036833b7139",
- "issue_id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "messages": [
- {
- "asset": null,
- "body": "Hello world..",
- "client_id": "02c6ea7e-42a3-48c4-bae3-4aaeccb150e1",
- "created_at": "2019-09-06T15:35:29Z",
- "id": "811d25a2-4a3b-4a1b-bdd4-121da884e332",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-06T15:35:29Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "20b9b105-0d1e-486a-900e-636f87c75962",
- "created_at": "2019-09-05T19:27:36Z",
- "id": "142ad426-be31-4c84-8390-2d2700d74214",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T19:27:36Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "81b83557-8a1f-4eda-b57b-cb34882f97d1",
- "created_at": "2019-09-05T20:43:55Z",
- "id": "243b3bf3-f3a2-407f-8879-f24df164a28a",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T20:43:55Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Just joined!",
- "client_id": "83c65691-554c-46b9-9f99-d4d2d19e14fd",
- "created_at": "2019-09-05T18:46:16Z",
- "id": "b500b917-7795-4301-aecd-4e5844177fa4",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:46:16Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Reset goes up",
- "client_id": "64c1463d-61e5-4f70-9b1c-c7571bdbda03",
- "created_at": "2019-09-05T18:46:25Z",
- "id": "1e7c47bf-ff8c-4beb-b990-f913011f2d54",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:46:25Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Hello",
- "client_id": "86408154-1e44-4c7f-b929-052064742012",
- "created_at": "2019-09-05T18:48:05Z",
- "id": "a92575a1-34ea-45db-a45a-280c27c8e0c6",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:48:05Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "?",
- "client_id": "a541b960-0b52-4f46-bdf5-e4094f2c0631",
- "created_at": "2019-09-05T18:38:08Z",
- "id": "a060ddd4-b090-491e-9ffd-a68e0b1b6443",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:38:08Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Just joined",
- "client_id": "70de71dc-d1d9-44aa-863d-bc3b01402e87",
- "created_at": "2019-09-05T18:47:33Z",
- "id": "b0cbb8c1-b8f8-492e-b8ed-5c020463149a",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:47:33Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Sitata: display has joined the conversation!",
- "client_id": null,
- "created_at": "2019-09-05T20:47:04Z",
- "id": "b9c84cb1-5041-4098-a2f5-7be1389f7879",
- "status": 1,
- "type": 3,
- "updated_at": "2019-09-05T20:47:04Z",
- "user_id": null
}, - {
- "asset": null,
- "body": "init",
- "client_id": "3bc3b27d-3186-4e14-abbe-041213809df4",
- "created_at": "2019-09-05T20:48:10Z",
- "id": "8c4caeb4-251e-4bc5-9c95-4fd9f5751857",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T20:48:10Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "Sitata: display has joined the conversation!",
- "client_id": null,
- "created_at": "2019-09-06T15:35:29Z",
- "id": "dadaa267-64c2-423a-8f24-53299ea8c7f4",
- "status": 1,
- "type": 3,
- "updated_at": "2019-09-06T15:35:29Z",
- "user_id": null
}, - {
- "asset": null,
- "body": "update",
- "client_id": "7c6be76b-dddd-4dc3-9e79-8afc22d26ce2",
- "created_at": "2019-09-05T20:45:54Z",
- "id": "51d6008b-dd24-44be-a866-f6233b486dbf",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T20:45:54Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "sleep",
- "client_id": "ba60abb6-04ae-4cad-a4f8-60d9958fd6e2",
- "created_at": "2019-09-05T20:47:04Z",
- "id": "d19bb517-c0e1-44c3-8ef4-0fa2a47c363e",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T20:47:04Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "On update?",
- "client_id": "1d3c4155-3980-4936-87ef-9d32589144b3",
- "created_at": "2019-09-05T18:35:45Z",
- "id": "ab419ebe-8515-4a7d-8527-29ac6d16ffb8",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:35:45Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}, - {
- "asset": null,
- "body": "??",
- "client_id": "35e57249-d0e8-48ca-919b-c0fa3f296ebf",
- "created_at": "2019-09-05T18:38:09Z",
- "id": "a9cbdca6-de33-4c65-8493-e246cc8b16a9",
- "status": 1,
- "type": 0,
- "updated_at": "2019-09-05T18:38:09Z",
- "user_id": "c639ff58-6df5-45d6-bda9-2a1992638da4"
}
], - "name": null,
- "participants": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": "Michael Pereira",
- "doctor_settings": null,
- "email": "mpereira@sitata.com",
- "first_name": "mike",
- "home_country": "US",
- "id": "c639ff58-6df5-45d6-bda9-2a1992638da4",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "pereira",
- "phone_number": "12894899264",
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/c639ff58-6df5-45d6-bda9-2a1992638da4/c639ff58-6df5-45d6-bda9-2a1992638da4_large.jpg?v=63731038613",
- "original": "/uploads/avatars/c639ff58-6df5-45d6-bda9-2a1992638da4/c639ff58-6df5-45d6-bda9-2a1992638da4_original.png?v=63731038613",
- "small": "/uploads/avatars/c639ff58-6df5-45d6-bda9-2a1992638da4/c639ff58-6df5-45d6-bda9-2a1992638da4_small.jpg?v=63731038613",
- "thumb": "/uploads/avatars/c639ff58-6df5-45d6-bda9-2a1992638da4/c639ff58-6df5-45d6-bda9-2a1992638da4_thumb.jpg?v=63731038613"
}, - "timezone": "Pacific/Guadalcanal",
- "timezone_identifier": null,
- "username": null
}, - {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-09-06T15:36:04Z"
}, - {
- "appointment_id": null,
- "created_at": "2019-03-25T19:33:41Z",
- "id": "b71babfe-e91e-4d3d-a2ed-e7c68f565a0a",
- "issue_id": "af5af3a0-4288-45d4-a6b6-1f5b2a898c22",
- "messages": [ ],
- "name": null,
- "participants": [
- {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-03-25T19:33:41Z"
}
]
Create Conversations
Typically used when creating SMS conversations. It is required to create one conversation per sms recipient.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
Body Parameters
Name | Type | Description |
---|---|---|
conversations | Array | An Array of Conversation Objects. |
Conversation Object Attributes
Name | Type | Description |
---|---|---|
type | Integer | Type of Conversation . |
name | String | Name of Conversation . |
participant_ids | Array | An Array of User ids to include in Conversation . |
messages | Array | An Array of Message Objects. See Message table below for further details. |
Message Object Attributes
Name | Type | Description |
---|---|---|
type | Integer | Type of Message . |
status | Integer | Status of Message . |
body | String | Text body of Message . |
client_id | String | id given for message. |
path Parameters
company_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "conversations": [
- {
- "name": "Title of Conversation",
- "participant_ids": [
- "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
], - "messages": [
- {
- "body": "Message body",
- "status": 0,
- "type": 5,
- "client_id": "ccc6d6f9-5cf6-4dcb-ba58-f1df14476044"
}
]
}, - {
- "name": "Title of Conversation",
- "participant_ids": [
- "bdbee8b8-f593-4d22-89d8-6c6d2a7d13f1"
], - "messages": [
- {
- "body": "Message body",
- "status": 0,
- "type": 5,
- "client_id": "9e8406ed-e376-4561-af4e-e045e29a9237"
}
]
}
]
}
Response samples
- 200
[- {
- "appointment_id": null,
- "created_at": "2019-11-06T19:17:53Z",
- "id": "15506ac7-68e9-4892-8443-41cd81e1af14",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "Message body",
- "client_id": "ccc6d6f9-5cf6-4dcb-ba58-f1df14476044",
- "created_at": "2019-11-06T19:17:53Z",
- "id": "8ef7d592-ee1e-4062-9489-8c42718c769e",
- "status": 0,
- "type": 5,
- "updated_at": "2019-11-06T19:17:53Z",
- "user_id": null
}
], - "name": "Title of Conversation",
- "participants": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "updated_at": "2019-11-06T19:17:53Z"
}, - {
- "appointment_id": null,
- "created_at": "2019-11-06T19:17:53Z",
- "id": "50eadecf-e30a-4376-82bf-cc53946f1759",
- "issue_id": null,
- "messages": [
- {
- "asset": null,
- "body": "Message body",
- "client_id": "9e8406ed-e376-4561-af4e-e045e29a9237",
- "created_at": "2019-11-06T19:17:53Z",
- "id": "805c3c7a-e6e3-4072-81dd-279e854dd36d",
- "status": 0,
- "type": 5,
- "updated_at": "2019-11-06T19:17:53Z",
- "user_id": null
}
], - "name": "Title of Conversation",
- "participants": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller2@traveller2.com",
- "first_name": null,
- "home_country": null,
- "id": "bdbee8b8-f593-4d22-89d8-6c6d2a7d13f1",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}
], - "updated_at": "2019-11-06T19:17:53Z"
}
]
Get Outgoing Token
Request an outgoing communication token for the current user and company specified.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
path Parameters
company_id required | string Example: {{corp_company_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1NzMwNTUxNTksImlzcyI6IkFDMDQ1NjM0ZTJjZDZjMDIwNGQ4OGU4YWQ5NzYyNzY5N2IiLCJzY29wZSI6InNjb3BlOmNsaWVudDpvdXRnb2luZz9hcHBTaWQ9QVBlYTE4NzNhNGNkMzU0YjE1YjZlNDBkYTg5M2ZlMzhlMyJ9.3XeDH19ddSdzC9aW9CzZiEpisqNUT_X28aRKXccSvnc"
}
An issue is created when a traveller (User
) is requesting help. Responders (User
with a special role) can assist the traveller depending on the issue's type. When an issue is created, a Conversation
is also created beteween the traveller and any responders that have helped the traveller.
Name | Type | Description |
---|---|---|
id | String | UUID of the issue |
created_at | Datetime | The datetime the issue was created |
updated_at | Datetime | The time the issue was last updated |
type | Integer | The issue type (see below) |
status | Integer | The status of the issue (see below) |
description | String | A description of the issue |
companies | [Company ] |
A list of companies that own the issue |
lat | Double | Latitude of where the issue was created |
lng | Double | Longitude of where the issue was created |
country_code | String | Two character country code of where the issue was created |
affected | User |
The user that is currently having the issue |
current_handler | User |
The responder that is currently handing the issue |
creator | User |
The user that created the issue (could be same as "affected" or not) |
notes | [Note ] |
A list of notes that provides a stream of comments to be shared amongst responders. |
Value | Description |
---|---|
0 | Medical request |
1 | Self help medical request (sent to doctors, dentists, etc) |
10 | Lost passport |
11 | Legal issue |
20 | Lost luggage |
21 | Flight interruption |
99 | Other |
Value | Description |
---|---|
0 | Collecting details |
1 | User is waiting for help |
2 | Handling. A responder has started to work on this issue. |
3 | Closed. Closed by responder or traveller. |
4 | Cancelled. Cancelled by responder or traveller. |
5 | Finished. Issue is no longer available to users. |
Get Issues
Returns all issues for given Company
by its id.
Response is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
page | Integer | The page of issues to request. |
path Parameters
company_id required | string |
query Parameters
page | integer Example: page=1 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": "CA",
- "created_at": "2018-11-14T18:36:50Z",
- "creator": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "current_handler": {
- "bio": "bio",
- "birthday": null,
- "display_name": "Mike Smith",
- "doctor_settings": null,
- "email": "responder@responder.com",
- "first_name": "Bill",
- "home_country": null,
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "language": "en",
- "languages_spoken": [
- "en"
], - "last_name": "Ford",
- "phone_number": null,
- "points": null,
- "profile_pic": {
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63731121469",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63731121469",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63731121469",
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63731121469"
}, - "timezone": "America/Anchorage",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "description": "Description of Issue",
- "dispatched": false,
- "id": "732a20d4-98e5-4932-b301-42ef6abfbf7d",
- "lat": 18,
- "lng": 42,
- "notes": [ ],
- "number_appointments": 8,
- "number_bids": 11,
- "status": 1,
- "type": 0,
- "updated_at": "2019-08-21T19:19:51Z"
}
]
Create Issue
A manager for Company
can create an Issue
on behalf of their travellers.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
Body Parameters
Parameters should be sent to the server wrapped in a key named Issue
.
Name | Type | Description |
---|---|---|
affected_id | String | The id of the User for which the Issue will be created for. |
creator_id | String | The id of the User responsible for the creation of Issue . The may be omitted when a user authentication token is used to make this request. |
type | Integer | Type of Issue to create |
description | String | Description of Issue |
lat | Double | Latitude of where Issue is. |
lng | Double | Longitude of where Issue is. |
country_code | String | ISO 3166-1 alpha-2/alpha-3 |
path Parameters
company_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "issue": {
- "affected_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "type": 0,
- "description": "Traveller is having difficulty breathing"
}
}
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-11-06T20:42:12Z",
- "creator": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "current_handler": null,
- "description": "Traveller is having difficulty breathing",
- "dispatched": false,
- "id": "e1fe4c12-b6ab-444d-a0d2-fad5659b6980",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": 0,
- "updated_at": "2019-11-06T20:42:12Z"
}
Get Issue
Gets Company
Issue
given their ids.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
issue_id | String | The id of the Issue . |
path Parameters
company_id required | string |
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "updated_at": "2018-10-26T16:04:03.295045Z",
- "type": 1,
- "status": 0,
- "lng": null,
- "lat": null,
- "id": "492e7d56-60c7-4883-84a5-d36bc7c5eb14",
- "description": "My stomach hurts!",
- "current_handler": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "display_name": "DisplayName",
- "age": null
}, - "creator": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Ford",
- "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "responder@responder.com",
- "display_name": "DisplayName",
- "age": null
}, - "created_at": "2018-10-26T14:16:09.886270Z",
- "country_code": null,
- "companies": [
- {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
], - "affected": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "last_name": "Morgan",
- "language": "en",
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "home_country": null,
- "first_name": "Eric",
- "email": "traveller@traveller.com",
- "display_name": null,
- "age": null
}
}
Update Issue
A manager for Company
can update an Issue
on behalf of their travellers.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
issue_id | String | The id of Issue to update. |
Body Parameters
Parameters should be sent to the server wrapped in a key named issue
.
Name | Type | Description |
---|---|---|
description | String | Description of Issue . |
status | Integer | Status of Issue . |
type | Integer | Type of Issue . |
path Parameters
company_id required | string |
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "issue": {
- "description": "My issue has now changed"
}
}
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-11-06T20:42:12Z",
- "creator": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "current_handler": null,
- "description": "My issue has now changed",
- "dispatched": false,
- "id": "e1fe4c12-b6ab-444d-a0d2-fad5659b6980",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 0,
- "type": 0,
- "updated_at": "2019-11-06T20:48:22Z"
}
Close Issue
Closses an Issue
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
issue_id | String | The id of the Issue to close. |
path Parameters
company_id required | string |
issue_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: multipart/form-data
Responses
Response samples
- 200
{- "affected": {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}, - "companies": [
- {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}
], - "country_code": null,
- "created_at": "2019-11-06T20:42:12Z",
- "creator": {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "employee@employee.com",
- "first_name": null,
- "home_country": null,
- "id": "dc5dfd54-ad3b-456a-84f1-f6be08c636c2",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "current_handler": null,
- "description": "My issue has now changed",
- "dispatched": false,
- "id": "e1fe4c12-b6ab-444d-a0d2-fad5659b6980",
- "lat": null,
- "lng": null,
- "notes": [ ],
- "number_appointments": 0,
- "number_bids": 0,
- "status": 3,
- "type": 0,
- "updated_at": "2019-11-06T20:53:18Z"
}
A trip keeps information about a user's past, active, and future trips. A trip has destinations and can manage a user's itinerary/bookings through TripSegments
.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
deleted_at | String | The time the record was deleted |
name | String | The name of the trip |
start | Datetime | The time that the trip starts |
finish | Datetime | The time that the trip finishes |
read | Boolean | True if the user has read the trip details |
muted | Boolean | True if the user no longer wants to receive notifications about the trip |
trip_type | Integer | The type of trip (see below) |
activities | [Integer] | A list of integers representing the activities for the trip (see below) |
company_name | String | Name of company that the trip belongs to |
employee_name | String | Name of the employee that the trip belongs to |
final | Boolean | DEPRECATED |
settings | TripSetting |
Trip settings for the trip (see below) |
destinations | [Destination ] A list of destinations for the trip (see below) |
|
travellers | [User ] |
A list of users that own the trip |
Value | Description |
---|---|
0 | Beach & Sun |
1 | Scuba Diving |
2 | Snorkeling |
3 | Hiking |
4 | Camping |
5 | Kayaking |
6 | Canoeing |
7 | Shopping |
8 | Site Seeing |
9 | Museums |
10 | Food |
11 | Eco Tourism |
12 | Bicycling |
13 | Backpacking |
14 | Golf |
15 | Rock Climbing |
16 | Skiing |
17 | Snowboarding |
18 | Photography |
19 | Safari |
20 | Around The World |
21 | Medical Tourism |
22 | Humanitarian Work |
23 | Gambling |
24 | Jungle Trekking |
25 | Cruise |
26 | Road Trip |
27 | Amusement Park |
28 | Concert |
A trip can have one or more destinations.
Destination Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
entry_date | Datetime | The datetime that the user will enter the Destiantion |
exit_date | Datetime | The datetime that the user will leave the Destiantion |
country_id | String | The UUID of the country that this Destination belongs to |
friendly_name | String | The name of the destination. e.g. Paris |
lat | Double | The latitude of the Destination |
lng | Double | The longitude of the Destination |
type | Integer | The type of Destination (see below) |
Destination Types
Value | Description |
---|---|
0 | Country |
1 | City |
2 | Region (e.g. State or Province or Municipality) |
A trip can also have 5 different types of trip segments or bookings: air, hotel, car, rail, and activity. Trip Segments allow a user to keep track of their itinerary for their trip. In the case of an AirSegment
, they allow Sitata to monitor flights and airports for cancellations and delays. Segments are created by parsing emails.
Keeps track of plane tickets.
Air Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the air segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
airline | String | The name of the airline. e.g. Alaska Airlines |
class_of_service | String | The type of service. e.g. Business |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
estimated_arrival | Datetime | The naive datetime for arrival when a flight has been delayed |
estimated_arrival_utc | Datetime | The UTC datetime of arrival when a flight has been delayed |
arrival_gate | String | The airport gate during arrival |
arrival_terminal | String | The airport terminal during arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
estimated_departure | Datetime | The naive datetime for departure when a flight has been delayed |
estimated_departure_utc | Datetime | The UTC datetime of departure when a flight has been delayed |
departure_gate | String | The airport gate during departure |
departure_terminal | String | The airport terminal during departure |
destination | String | The airport code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The airport name. e.g. Portland International |
destination_admin_code | String | The region code of the destination airport. e.g. TX for Texas |
destination_city_name | String | The city name of the destination airport. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination airport |
destination_lng | Double | The longitude of the deatinaion airport |
origin | String | The airport code of the original. Usually IATA. e.g. PDX |
origin_name | String | The airport name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin airport. e.g. TX for Texas |
origin_city_name | String | The city name of the origin airport. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin airport |
origin_lng | Double | The longitude of the origin airport |
fare_basis_code | String | e.g. G |
flight_number | String | Flight number e.g. 655 |
iata_code | String | IATA code of the airline. e.g. AS |
normalized_airline | String | Airline code. e.g. ASA |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
seat_assignment | String | e.g. 22D |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the flight (see below) |
ticket_number | String | e.g. 123456 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
Keeps track of rail tickets.
Rail Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
rail_line | String | The name of the railway. e.g. Amtrak |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
destination | String | The railway code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The destination rail station name. |
destination_admin_code | String | The region code of the destination station. e.g. TX for Texas |
destination_city_name | String | The city name of the destination station. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination station |
destination_lng | Double | The longitude of the deatinaion station |
origin | String | The railway code of the original. Usually IATA. e.g. PDX |
origin_name | String | The station name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin station. e.g. TX for Texas |
origin_city_name | String | The city name of the origin station. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin station |
origin_lng | Double | The longitude of the origin station |
train_number | String | Train number e.g. 655 |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
seat_assignment | String | e.g. 22D |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the train segment (see below) |
ticket_number | String | e.g. 123456 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
Keeps track of car rentals.
Car Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
car_company | String | Name of car company. e.g. Hertz |
car_description | String | Description of car |
car_type | String | Type of car. e.g. Intermediate 2 |
confirmation_no | String | Confirmation number |
currency | String | The currencey code. e.g. USD |
dropoff_address1 | String | Address line 1 of dropoff location |
dropoff_address2 | String | Address line 2 of dropoff location |
dropoff_admin_code | String | Region code of dropoff location |
dropoff_city_name | String | City name of dropoff location |
dropoff_country | String | Two character country code of dropoff location. e.g. CA for Canada |
dropoff_lat | Double | Latitude of dropoff location |
dropoff_lng | Double | Longitude of dropoff location |
dropoff_postal_code | String | Postal code of dropoff location |
dropoff_datetime | Datetime | Dropoff datetime. e.g. 2015-07-10T12:00:00 |
dropoff_time_zone_id | String | Timezone of dropoff location |
dropoff_datetime_utc | Datetime | Dropoff UTC datetime |
hours_of_operation | String | Hours of operation |
normalized_car_company | String | Car company name. e.g. Hertz |
pickup_address1 | String | Address line 1 of pickup location |
pickup_address2 | String | Address line 2 of pickup location |
pickup_admin_code | String | Region code of pickup location |
pickup_city_name | String | City name of pickup location |
pickup_country | String | Two character country code of pickup location. e.g. CA for Canada |
pickup_datetime | Datetime | Pickup datetime. e.g. 2015-07-10T12:00:00 |
pickup_time_zone_id | String | Timezone of pickup location |
pickup_datetime_utc | Datetime | Pickup UTC datetime |
pickup_lat | Double | Latitude of pickup location |
pickup_lng | Double | Longitude of pickup location |
pickup_postal_code | String | Postal code of pickup location |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the car booking (see below) |
Keeps track of hotel stays.
Hotel Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
address1 | String | Address line 1 of hotel location |
address2 | String | Address line 2 of hotel location |
admin_code | String | Region code for the hotel location. e.g. TX for Texas |
cancellation_policy | String | Cancellation policy |
checkin_date | Datetime | Check-in datetime. e.g. 2015-03-06 15:00:00 |
checkout_date | Datetime | Check-out datetime. e.g. 2015-03-07 12:00:00 |
checkin_date_utc | Datetime | UTC datetime for check-in |
checkout_date_utc | Datetime | UTC datetime for check-out |
time_zone_id | String | Timezone identifier of the hotel location |
city_name | String | City name of hotel location |
confirmation_no | String | Confirmation number |
country | String | Two character country code of pickup location. e.g. CA for Canada |
currency | String | The currencey code. e.g. USD |
hotel_name | String | The name of the hotel |
lat | Double | Latitude of hotel location |
lng | Double | Longitude of hotel location |
number_of_rooms | Integer | Number of roooms |
postal_code | String | Postal code of hotel location |
rate_description | String | Rate description |
room_description | String | Room description |
room_type | String | Type of room |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the hotel booking (see below) |
Keeps track of activities such as concerts and other types of event tickets.
Activity Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
activity_type | String | Activity type. e.g. General |
activity_name | String | Activity name. e.g. Van Halen Concert |
start_name | String | Name of start location. e.g. Park City Ampitheater |
start_admin_code | String | Region code of start location. e.g. TX for Texas |
start_address1 | String | Address line 1 of start location |
start_address2 | String | Address line 2 of start location |
start_city_name | String | City name of start location |
start_country | String | Two character country code of start. e.g. CA for Canada |
start_lat | Double | Latitude of start location |
start_lng | Double | Longitude of start location |
start_postal_code | String | Postal code of start location |
end_name | String | Name of end location. e.g. Park City Ampitheater |
end_admin_code | String | Region code of end location. e.g. TX for Texas |
end_address1 | String | Address line 1 of end location |
end_address2 | String | Address line 2 of end location |
end_city_name | String | City name of end location |
end_country | String | Two character country code of end. e.g. CA for Canada |
end_lat | Double | Latitude of end location |
end_lng | Double | Longitude of end location |
end_postal_code | String | Postal code of end location |
start_datetime | Datetime | Start time. e.g. 2015-03-06 15:00:00 |
end_datetime | Datetime | End time. e.g. 2015-03-07 03:00:00 |
start_datetime_utc | Datetime | Start UTC time |
end_datetime_utc | Datetime | End UTC time |
time_zone_id | String | Timezone identifier for the activity |
confirmation_no | String | Confirmation number |
currency | String | The currencey code. e.g. USD |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the hotel booking (see below) |
Keeps track of cruise legs.
Cruise Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the cruise segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
cruise_line | String | The name of the cruise line. e.g. Norwegian Cruise |
ship_name | String | The name of the ship. e.g. NORWEGIAN ESCAPE |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
destination | String | The airport code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The airport name. e.g. Portland International |
destination_admin_code | String | The region code of the destination airport. e.g. TX for Texas |
destination_city_name | String | The city name of the destination airport. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination airport |
destination_lng | Double | The longitude of the deatinaion airport |
origin | String | The airport code of the original. Usually IATA. e.g. PDX |
origin_name | String | The airport name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin airport. e.g. TX for Texas |
origin_city_name | String | The city name of the origin airport. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin airport |
origin_lng | Double | The longitude of the origin airport |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the flight (see below) |
Get Trips
Get Trip
s for Company
given its id.
Response is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company to request Trip s for. |
page | Integer | The page of Trip s to request. |
path Parameters
company_id required | string |
query Parameters
page | integer Example: page=1 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "activities": [ ],
- "company_name": "Sitata Inc.",
- "created_at": "2016-01-19T13:13:48Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "entry_date": "2016-01-19T00:00:00Z",
- "exit_date": "2021-01-19T00:00:00Z",
- "friendly_name": null,
- "id": "78949c69-46cd-45e9-abc8-383712c1df3d",
- "lat": null,
- "lng": null,
- "type": 0
}
], - "employee_name": null,
- "final": true,
- "finish": null,
- "id": "9a813988-b287-4f9c-88cb-3904f59c6b71",
- "muted": false,
- "name": null,
- "read": true,
- "settings": null,
- "start": null,
- "travellers": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "2b2570@f9a59bc6-f5ad-48.com",
- "first_name": "Ingrid",
- "home_country": null,
- "id": "280e0177-31fa-400d-91a7-7e675408f1c9",
- "language": "en",
- "languages_spoken": null,
- "last_name": "cook",
- "phone_number": null,
- "points": 1,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": "Etc/UTC",
- "username": null
}
], - "trip_type": 2,
- "updated_at": "2019-08-21T14:35:03Z"
}, - {
- "activities": [
- 24,
- 19,
- 18,
- 8,
- 3,
- 10
], - "company_name": "Sitata Inc.",
- "created_at": "2016-10-09T18:42:19Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "cd8f4665-77a5-49be-adb4-2446376bcf9a",
- "entry_date": "2100-11-26T00:00:00Z",
- "exit_date": "2100-11-27T00:00:00Z",
- "friendly_name": null,
- "id": "5bd53feb-02eb-4674-a902-ea8bd27c3053",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "5921ba04-3d60-416f-a0ec-110ada97a143",
- "entry_date": "2100-11-27T00:00:00Z",
- "exit_date": "2100-11-28T00:00:00Z",
- "friendly_name": null,
- "id": "0eb38eeb-69dd-40d0-8547-e7fe273b1e81",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "4f2570aa-7e7a-4884-8232-353263b21961",
- "entry_date": "2100-11-29T00:00:00Z",
- "exit_date": "2100-11-30T00:00:00Z",
- "friendly_name": null,
- "id": "7cfb498a-c60e-4a62-a839-ced50c02da02",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "ea26e575-ecc2-4c6b-bd86-b3207a555596",
- "entry_date": "2100-11-30T00:00:00Z",
- "exit_date": "2100-12-01T00:00:00Z",
- "friendly_name": null,
- "id": "c0346326-b8fa-4fd1-9084-e5136b9856b5",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "57fed5c2-560a-4308-872b-6e40972ee4a7",
- "entry_date": "2100-12-01T00:00:00Z",
- "exit_date": "2100-12-02T00:00:00Z",
- "friendly_name": null,
- "id": "a11ff722-9a75-45cd-aa20-d846e6c31470",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500",
- "entry_date": "2100-12-02T00:00:00Z",
- "exit_date": "2100-12-03T00:00:00Z",
- "friendly_name": null,
- "id": "9fe683c5-cf61-4398-b69c-bb6af7661273",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "6d68fb89-86e8-4bf7-ad1d-21f3c736223d",
- "entry_date": "2100-12-03T00:00:00Z",
- "exit_date": "2100-12-04T00:00:00Z",
- "friendly_name": null,
- "id": "30ffb638-7ad7-43d3-b9d0-1b784d478c5b",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "d3142f52-98b8-4419-9d96-c1b2fe35123d",
- "entry_date": "2100-12-04T00:00:00Z",
- "exit_date": "2100-12-05T00:00:00Z",
- "friendly_name": null,
- "id": "79123b19-b909-4e08-8d42-ae548977baf7",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "113ce1ed-0a3e-4838-9b37-818f942b2d8f",
- "entry_date": "2100-12-05T00:00:00Z",
- "exit_date": "2100-12-06T00:00:00Z",
- "friendly_name": null,
- "id": "d779cd7b-fd69-4a5d-b54f-82f87761aa8e",
- "lat": null,
- "lng": null,
- "type": 0
}, - {
- "country_id": "a0f77b6f-4e72-4bf5-bfa9-29d74475eb05",
- "entry_date": "2100-12-06T00:00:00Z",
- "exit_date": "2100-12-07T00:00:00Z",
- "friendly_name": null,
- "id": "93013b4c-7805-4b67-8c95-f1e2380e27b7",
- "lat": null,
- "lng": null,
- "type": 0
}
], - "employee_name": null,
- "final": true,
- "finish": "2100-12-07T00:00:00Z",
- "id": "63ec3e00-882f-4fea-9cfc-0c2ac2347934",
- "muted": false,
- "name": "Africa 2",
- "read": true,
- "settings": null,
- "start": "2100-11-26T00:00:00Z",
- "travellers": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "839dac@f318e147-6fb2-42.com",
- "first_name": "Bingen",
- "home_country": null,
- "id": "3a79b4f5-b71e-4e5b-b84c-fd7f4c2fc092",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Eguzkitza",
- "phone_number": null,
- "points": 1,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": "Etc/UTC",
- "username": null
}
], - "trip_type": 0,
- "updated_at": "2016-10-09T18:42:19Z"
}, - {
- "activities": [
- 24,
- 18,
- 19,
- 10,
- 8
], - "company_name": "Sitata Inc.",
- "created_at": "2016-10-09T18:25:37Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "8ea23343-33e9-45be-959a-58c696751f69",
- "entry_date": "2100-11-26T00:00:00Z",
- "exit_date": "2100-12-10T00:00:00Z",
- "friendly_name": null,
- "id": "3d0e5412-bf04-435d-a2ef-0839f9c3e8b0",
- "lat": null,
- "lng": null,
- "type": 0
}
], - "employee_name": null,
- "final": true,
- "finish": "2100-12-10T00:00:00Z",
- "id": "8c71fe16-3524-4f4b-b036-fd22ae0ee67d",
- "muted": false,
- "name": "Kenya test",
- "read": true,
- "settings": null,
- "start": "2100-11-26T00:00:00Z",
- "travellers": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "839dac@f318e147-6fb2-42.com",
- "first_name": "Bingen",
- "home_country": null,
- "id": "3a79b4f5-b71e-4e5b-b84c-fd7f4c2fc092",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Eguzkitza",
- "phone_number": null,
- "points": 1,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": "Etc/UTC",
- "username": null
}
], - "trip_type": 0,
- "updated_at": "2016-10-09T18:25:37Z"
}
]
Create Trip
Allows a manager of a Company
to create Trip
for their User
s.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
Trip Object Attributes
Expects destinations, air_segments, car_segments, hotel_segments and rail_segments to be wrapped in a key with their name.
Name | Type | Description |
---|---|---|
name | String | The name for Trip . |
trip_type | Integer | The type for Trip . |
activities | Array | An Array of Integers specifying addition Trip details. |
start | Datetime | The start datetime for Trip . |
finish | Datetime | The end datetime for Trip . |
destinations | [Destination ] |
An Array of Destination s. See Destination table below for further details. |
activity_segments | [ActivitySegment ] |
A list of ActivitySegment objects. |
air_segments | [AirSegment ] |
A list of AirSegment objects. |
car_segments | [CarSegment ] |
A list of CarSegment objects. |
hotel_segments | [HotelSegment ] |
A list of HotelSegment objects. |
rail_segments | [RailSegment ] |
A list of RailSegment objects. |
Destination Object Attributes
Name | Type | Description |
---|---|---|
type | Integer | Destination type. See Destination Types table below. |
friendly_name | Name of destination. Usually expecting city name. | |
country_id | String | The id of Country . |
delete | Boolean | When true, deletes Destination . |
location | Object | Geo location of this Destination . |
entry_date | Datetime | Datetime representing when traveller arrives at this destination. |
exit_date | Datetime | Datetime representing when traveller leaves at this destination. |
Destination Types
Value | Description |
---|---|
0 | Country |
1 | City |
2 | Region |
path Parameters
company_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "trip": {
- "destinations": [
- {
- "country_id": "f3147603-611f-4eee-b408-127c0240ee44",
- "entry_date": "2019-11-28T19:39:00",
- "exit_date": "2020-01-28T19:39:00",
- "friendly_name": "Toronto",
- "type": 1
}
], - "traveller_ids": [
- "dc5dfd54-ad3b-456a-84f1-f6be08c636c2"
], - "finish": "2020-06-28T19:39:00",
- "name": "Smiths Trip to Toronto",
- "start": "2019-11-28T19:39:00",
- "trip_type": "1"
}
}
Response samples
- 200
[- {
- "activities": [ ],
- "company_name": null,
- "created_at": "2019-11-08T15:14:56Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "f3147603-611f-4eee-b408-127c0240ee44",
- "entry_date": "2019-11-28T19:39:00Z",
- "exit_date": "2020-01-28T19:39:00Z",
- "friendly_name": "Toronto",
- "id": "25a9467d-7ce6-4d87-85e9-7b573d6746d0",
- "lat": null,
- "lng": null,
- "type": 1
}
], - "employee_name": null,
- "final": true,
- "finish": "2020-06-28T19:39:00Z",
- "id": "62207206-2a75-4801-9f19-a946071416e3",
- "muted": false,
- "name": "Smiths Trip to Toronto",
- "read": false,
- "settings": null,
- "start": "2019-11-28T19:39:00Z",
- "travellers": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "trip_type": 1,
- "updated_at": "2019-11-08T15:14:56Z"
}
]
Update Trip
Update a trip. Partial edits for relationships are not accepted. Therefore, it is best to submit the full trip's attributes all at once.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the company. |
trip_id | String | The id of the trip. |
Body Parameters
The request body should be wrapped in a parameter key named trip
.
Name | Type | Description |
---|---|---|
name | String | The name of the trip |
trip_type | Integer | The type of trip |
start | Datetime | The date that the trip starts |
finish | Datetime | The date that the trip finishes |
activities | [Integer] | An integer based list of activity identifiers |
destinations | [Destination ] |
A list of Destination objects |
air_segments | [AirSegment ] |
A list of AirSegment objects |
rail_segments | [RailSegment ] |
A list of RailSegment objects |
car_segments | [CarSegment ] |
A list of CarSegment objects |
hotel_segments | [HotelSegment ] |
A list of HotelSegment objects |
activity_segments | [ActivitySegment ] |
A list of ActivitySegment objects |
path Parameters
company_id required | string |
trip_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "trip": {
- "trip_type": 2,
- "start": "2019-02-01T11:55:00.000000Z",
- "finish": "2019-02-02T04:40:00.000000Z",
- "name": "Testing edit trip",
- "destinations": [
- {
- "type": 1,
- "lng": -79.396111,
- "lat": 43.627499,
- "friendly_name": "Toronto City Centre",
- "exit_date": "2019-02-02T04:40:00.000000Z",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "country_id": "a0f77b6f-4e72-4bf5-bfa9-29d74475eb05"
}
], - "activities": [
- 0
], - "rail_segments": [
- {
- "status": 0,
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "created_at": "2019-01-17T20:13:55.399095Z",
- "origin_name": "NEW YORK (PENN STATION)",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "origin_admin_code": "New York",
- "origin_lat": 40.750568,
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "number_of_pax": 1,
- "price": "35.000",
- "destination_country": "US",
- "destination_lat": 41.2975495,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "departure_time_zone_id": "America/New_York",
- "destination_admin_code": "Connecticut",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "source": "Amtrak",
- "destination_city_name": "New Haven",
- "updated_at": "2019-01-17T20:13:55.443618Z",
- "currency": "USD",
- "origin_country": "US",
- "confirmation_no": "261177",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "arrival_time_zone_id": "America/New_York",
- "destination_lng": -72.9266291,
- "origin_city_name": "New York"
}
]
}
}
Response samples
- 200
{- "activities": [
- 0
], - "company_name": null,
- "created_at": "2020-04-30T20:14:56.706758Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "1c524b6f-b649-45ea-a207-ec7a2b3e5c04",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "exit_date": "2019-02-01T13:38:00.000000Z",
- "friendly_name": "New York",
- "id": "9275204c-9923-4e3a-8209-c018ae77b529",
- "lat": 40.750568,
- "lng": -73.993519,
- "type": 1
}, - {
- "country_id": "a0f77b6f-4e72-4bf5-bfa9-29d74475eb05",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "exit_date": "2019-02-02T04:40:00.000000Z",
- "friendly_name": "Toronto City Centre",
- "id": "163b7f29-6268-4563-ae7e-6d6159d2b248",
- "lat": 43.627499,
- "lng": -79.396111,
- "type": 1
}
], - "employee_name": null,
- "final": true,
- "finish": "2019-02-02T04:40:00.000000Z",
- "id": "8fd6d5de-8805-414b-a5ac-a890699a9d39",
- "muted": false,
- "name": "New York Trip",
- "read": false,
- "settings": null,
- "start": "2019-02-01T11:55:00.000000Z",
- "travellers": [ ],
- "trip_type": 2,
- "updated_at": "2020-04-30T20:17:44.448157Z"
}
Delete Trip
Delete Trip
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
trip_id | String | The id of Trip . |
path Parameters
company_id required | string |
trip_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{ }
Get Trip
Get Trip
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
trip_id | String | The id of the Trip . |
path Parameters
organization_id required | string Example: 91955970-34eb-4a1b-97e6-53e9084abbfa Organization identifier |
trip_id required | string Example: f07a2591-7850-46a3-9980-9881f52e0076 Trip identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "activities": [ ],
- "company_name": "Sitata Inc.",
- "created_at": "2012-07-11T03:35:49.000000Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "d538cd08-8dad-492f-9614-8b5d739fd448",
- "entry_date": "2012-07-23T00:00:00.000000Z",
- "exit_date": "2012-07-28T00:00:00.000000Z",
- "friendly_name": null,
- "id": "d3eff62d-c928-45ae-b84e-82441c2cba4f",
- "lat": null,
- "lng": null,
- "type": 0
}
], - "employee_name": null,
- "final": true,
- "finish": "2012-07-28T00:00:00.000000Z",
- "id": "f07a2591-7850-46a3-9980-9881f52e0076",
- "muted": false,
- "name": "My Trip",
- "read": null,
- "settings": null,
- "start": "2012-07-23T00:00:00.000000Z",
- "travellers": [
- {
- "bio": null,
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "dac9d5@9d0d8536-db03-4f.com",
- "first_name": null,
- "home_country": null,
- "id": "ede0d98e-cbeb-4136-ba47-a1197dc91619",
- "language": "en",
- "languages_spoken": null,
- "last_name": null,
- "phone_number": null,
- "points": 1,
- "profile_pic": {
}, - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}
], - "trip_type": 0,
- "updated_at": "2013-03-02T18:45:33.958000Z"
}
DEPRECATED This keeps track of which alerts were sent to a user and if that user has read the alert or not. It has since been replaced by Notification
Get Trip Alerts
Gets Trip Alert
s published to Company
travellers.
Request Parameters
Name | Type | Description |
---|---|---|
alert_id | String | The id of the Alert . |
company_id | String | The id of the Company . |
path Parameters
company_id required | string |
alert_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:23Z",
- "id": "8f5e7a61-0f80-4025-a7e5-16c7d5f1e2b8",
- "read": false,
- "trip_id": "b94a482b-570c-4e9f-bbb1-e467c581d8cb",
- "updated_at": "2017-07-03T23:16:23Z",
- "user": null,
- "user_id": "9bb028e1-7483-4987-ac3b-2df02fbc6f0c"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:22Z",
- "id": "a4e46576-5a75-49bf-a533-65de103c8d7b",
- "read": false,
- "trip_id": "495ea533-bf02-4fab-afb4-c0f7fe284f5c",
- "updated_at": "2017-07-03T23:16:22Z",
- "user": null,
- "user_id": "7ee834b1-3f63-4920-aa4b-2857de6cbfb4"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:22Z",
- "id": "f2f39649-2453-4e1f-b4b1-f6fa705840d0",
- "read": false,
- "trip_id": "eb2ae0fb-9f5a-4474-93fb-07cb085e2109",
- "updated_at": "2017-07-03T23:16:22Z",
- "user": null,
- "user_id": "36f83e5b-5d4a-4f84-9c04-2a224978a80f"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:23Z",
- "id": "3ac887cc-942e-43ba-bf41-f3691f4cf40e",
- "read": false,
- "trip_id": "691c7e85-80fe-4503-aa73-9b542190d952",
- "updated_at": "2017-07-03T23:16:23Z",
- "user": null,
- "user_id": "d694594e-761e-4acd-b822-c6d676b13e80"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:21Z",
- "id": "5049a13f-ba2e-43fe-a30d-a64279595853",
- "read": false,
- "trip_id": "2358ea85-5559-4ed4-afd8-1e4c9712095c",
- "updated_at": "2017-07-03T23:16:21Z",
- "user": null,
- "user_id": "81b41879-0af9-443b-95b7-821ae014a8f2"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:22Z",
- "id": "ec6a67a4-881e-44ef-8257-6f20bc1123ab",
- "read": false,
- "trip_id": "9eb0c159-0aa9-4a85-af6a-9292bf9f8702",
- "updated_at": "2017-07-03T23:16:22Z",
- "user": null,
- "user_id": "7815eb97-bddb-45a6-9f95-b3cf25f9410a"
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2017-07-03T23:16:23Z",
- "id": "942ad434-573e-4028-aa83-f71058b19333",
- "read": false,
- "trip_id": "6834db89-05b9-4b53-b1a6-92987ccb1c62",
- "updated_at": "2017-07-03T23:16:23Z",
- "user": null,
- "user_id": null
}, - {
- "alert_id": "6728585e-a2a9-46a7-9efc-a5411e9da216",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2019-10-02T20:51:19Z",
- "id": "9eed867e-4fe8-40dc-bb0e-c9f9c53b5716",
- "read": false,
- "trip_id": "392c48f3-3472-405f-882b-5a883636ecd5",
- "updated_at": "2019-10-02T20:51:19Z",
- "user": null,
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335"
}
]
A Subscription contains one or more Products with or without insurance benefits that include additional services. Users that have a Subscription can log into the Sitata platform, including its mobile application.
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
start | String | The start datetime of the subscription |
finish | String | The finish datetime of the subscription |
start_date | String | The start date of the subscription (no time component) |
finish_date | String | The finish date of the subscription (no time component) |
currency_code | String | The currency code that the subscription was purchased in |
country_code | String | The country code that was specified as the purchase origin |
region_code | String | The region code that was specified as the purchase origin |
language | String | The language code that was specified during purchase |
metadata | String Map | A convenient key/value store for any data you would like to associate with the purchase. All values will be converted to strings. |
human_id | String | A human readable identifier for the Subscription. It's also known as the "plan number", or "policy number." |
company_id | String | The company identifier associated with the subscription. |
user_id | String | The id of the user who purchased the subscription |
user | User |
The full User associated with the subscription |
name | String | The name of the user associated with the subscription |
String | The email of the user associated with the subscription | |
products | [Product ] |
A list of products associated with the subscription |
coupon | String | A coupon code that was used to purchase the subscription |
invoices | [Invoice ] |
A list of invoices associated with the subscription |
beneficiaries | [Beneficiary ] |
A list of beneficiaries associated with the subscription. Beneficiaries are used when the person is covered by the products and benefits, but does not have access to Sitata's mobile application or other digital platforms. If the person needs access to the mobile application or other digital aspects of Sitata, they must have a User account, which can be specified as a user during purchase. i.e. multiple users can be specified using multiple subscriptions at the tim of purchase (for no additional cost) |
has_sitata_assistance | Boolean | True if the Subscription gives the User access to Sitata's assistance services, including our 24/7/365 emergency "easy chat" service. |
has_flight_tracking | Boolean | True if the Subscription gives the User access to Sitata's flight tracking services. |
has_alerts | Boolean | True if the Subscription gives the User access to Sitata's Travel Alert service. |
has_consults | Boolean | True if the Subscription gives the User access to Sitata's telemedicine and teleconsult services. |
product_quote | ProductQuote |
The product quote associated with the Subscription |
trip_cost | integer | The cost of the trip associated with the Subscription. |
policy_urls | [String] | DEPRECATED. A list of policy wording urls for the Subscription. |
product_documents | [ProductDocument ] |
Replaces policy_urls . A list of ProductDocuments that list important terms and conditions and other documentation associated with the products within the Subscription. |
product_sale_group_id | [String] | The ProductSaleGroup identifier associated with the Subscriptions |
Get Subscriptions
Returns Subscriptions associated with the organization. The response is paginated.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "id": "ce07157f-e707-4fef-befa-81ac3598ba1f",
- "last_renewal_attempt": null,
- "invoices": [ ],
- "user": {
- "bio": null,
- "birthday": "1968-04-09",
- "check_ins": [ ],
- "created_at": "2023-03-21T01:41:15.845578Z",
- "display_name": null,
- "doctor_settings": null,
- "email": "email01@gmail-test9238.com",
- "external_id": null,
- "first_name": "Jimmy",
- "home_country": "GB",
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "1c27fcab-857c-4b51-8fe8-c652796a87fe",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Bean",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [ ],
- "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_NZ2GPd77GB8GcX",
- "subscriptions": [ ],
- "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "product_quote": null,
- "updated_at": "2023-03-21T01:41:16.770402Z",
- "created_at": "2023-03-21T01:41:16.389806Z",
- "human_id": "459730",
- "language": "en",
- "finish": "2023-11-30T04:59:59.000000Z",
- "beneficiaries": [
- {
- "birthday": "1970-04-09",
- "created_at": "2023-03-21T01:41:16.430199Z",
- "email": null,
- "first_name": "Susan",
- "id": "8968ac50-6b27-466d-99e6-58183368ccfa",
- "last_name": "Jekins",
- "phone_number": null,
- "relation": 0,
- "updated_at": "2023-03-21T01:41:16.430199Z"
}
], - "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "1c27fcab-857c-4b51-8fe8-c652796a87fe",
- "finish_date": "2023-11-30",
- "charge_id": "d0f301dc-d1da-482e-86e6-3f90c6f21e51",
- "country_code": "US",
- "region_code": null,
- "start_date": "2023-11-21",
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail-test9238.com",
- "metadata": null,
- "coupon": null,
- "start": "2023-11-21T05:00:00.000000Z",
- "refund_charge": null,
- "third_party_policy_num": null,
- "currency_code": "USD",
- "product_sale_group_id": "00bfc547-79ac-471a-8cbb-7fa027fa58e3",
- "product_documents": [
- {
- "countries": [ ],
- "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [ ],
- "created_at": "2022-11-06T02:50:43.399180Z",
- "file": {
- "original": "/uploads/product_documents/90b40cc2-27da-4c89-b8e3-aec3f7124699/certificate.pdf?v=63834922243"
}, - "group_ident": "policy",
- "id": "3b579949-edaf-4d44-815e-cf232076566d",
- "identifier": "x1-en",
- "language": "en",
- "name": "all states english",
- "product_id": "90b40cc2-27da-4c89-b8e3-aec3f7124699",
- "sort_order": 2,
- "type": 0,
- "updated_at": "2022-11-06T22:46:26.646895Z",
- "url": null
}
], - "name": "Jimmy Bean",
- "products": [
- {
- "trip_type": null,
- "id": "306282fc-993e-45e7-81bf-8f8b6ca17799",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-crum-disrupt",
- "country_ids": [ ],
- "updated_at": "2023-03-15T18:43:47.793735Z",
- "created_at": "2022-01-02T18:18:14.887515Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-01-02T18:29:52.302758Z",
- "description": "We'll cover you if you incur any financial losses from the following situations:\n\n* Baggage Delay\n \n* Beach Closure\n \n* Closed Attractions\n \n* Credit/Debit Card Cancelled\n \n* Delay at Security Check-in\n \n* Flight Cancellation\n \n* Flight Delay\n \n* Flight Diversion\n \n* Hotel Late Arrival\n \n* Rainy Vacation\n \n* Rental Car Breakdown\n \n* Rental Property Lockout\n \n* Travel Delay\n \n* Vacation Rental Distributors Inconvenience\n \n\nUp to $150 per inconvenience.",
- "excess": null,
- "exclusions": "",
- "id": "6fa81eb7-cedf-4f23-9f0c-10089ae171d8",
- "identifier": "sit-crum-disrupt-inconv",
- "limit": {
- "benefit_id": "6fa81eb7-cedf-4f23-9f0c-10089ae171d8",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "31a1d56f-9157-46fe-a3e9-792793b32c53",
- "limit": 60000,
- "type": 0
}, - "name": "Travel Inconvenience",
- "prominent": false,
- "sort_order": 3,
- "updated_at": "2022-01-02T18:29:52.302758Z"
}, - {
- "created_at": "2022-01-02T18:21:26.761203Z",
- "description": "If you are delayed, we've got you covered.",
- "excess": null,
- "exclusions": "",
- "id": "4af1442e-7026-4a56-9ab3-482d99aed705",
- "identifier": "sit-crum-disrupt-delay",
- "limit": {
- "benefit_id": "4af1442e-7026-4a56-9ab3-482d99aed705",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "69df1ea4-909f-4645-aea5-4e7ca0f900a1",
- "limit": 150000,
- "type": 0
}, - "name": "Travel Delay",
- "prominent": false,
- "sort_order": 1,
- "updated_at": "2022-01-02T18:21:26.761203Z"
}, - {
- "created_at": "2022-01-02T18:29:52.283369Z",
- "description": "With this upgrade, we'll increase your baggage limit and your personal effects:\n\n* Up to $250 per article (instead of $100).\n \n* Up to $100 (instead of $50) for a lost passport or travel visa\n \n* Up to $100 (instead of $50) for replacement of a lost credit card\n \n\nCombined maximum of $500 (instead of $200).",
- "excess": null,
- "exclusions": "",
- "id": "9c7af848-e2a8-43e9-b58f-276593bc8b50",
- "identifier": "sit-crum-disrupt-bags",
- "limit": {
- "benefit_id": "9c7af848-e2a8-43e9-b58f-276593bc8b50",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "bc5e22bc-45fc-4003-8d25-3e70020edf65",
- "limit": 100000,
- "type": 0
}, - "name": "Increased baggage and personal effects",
- "prominent": false,
- "sort_order": 2,
- "updated_at": "2022-01-02T18:29:52.283369Z"
}, - {
- "created_at": "2022-01-02T18:21:26.752744Z",
- "description": "We'll cover you in case you miss your connecting flight.",
- "excess": null,
- "exclusions": "",
- "id": "beee0141-e325-4fcc-b6a5-72302e795c08",
- "identifier": "sit-crum-disrupt-connect",
- "limit": {
- "benefit_id": "beee0141-e325-4fcc-b6a5-72302e795c08",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "2427a260-9880-4c83-b08a-771596ff549d",
- "limit": 30000,
- "type": 0
}, - "name": "Missed Connections",
- "prominent": false,
- "sort_order": 0,
- "updated_at": "2022-01-02T18:21:26.752744Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 1,
- "sort_order": 3,
- "sibling_name": null,
- "countries": [ ],
- "tiered_products": [ ],
- "disclaimer": "this is the product disclaimer.",
- "preselected": true,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": null,
- "description": "With this bundle you will have enhanced travel disruption coverage. We'll cover you in case of delayed flights, missed connections, and you'll benefit from increased personal article limits.",
- "max_age": -1,
- "product_documents": [ ],
- "name": "Enhanced Travel Disruption"
}, - {
- "trip_type": null,
- "id": "90b40cc2-27da-4c89-b8e3-aec3f7124699",
- "upgrade_siblings": [ ],
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-crum-base-st",
- "country_ids": [ ],
- "updated_at": "2023-03-15T18:42:11.933455Z",
- "created_at": "2022-01-02T17:34:50.857542Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-01-02T17:34:50.923410Z",
- "description": "Cover in case you are stuck in bed at the hospital. Maximum per day? etc etc",
- "excess": null,
- "exclusions": "",
- "id": "b0c9f867-d3ba-41cb-b0ed-9e21ae5c3a56",
- "identifier": "sit-crum-health-bed-rest",
- "limit": {
- "benefit_id": "b0c9f867-d3ba-41cb-b0ed-9e21ae5c3a56",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "fbe79109-bfa1-452b-94b5-ecbedc6cdf45",
- "limit": 400000,
- "type": 0
}, - "name": "Bed Rest",
- "prominent": true,
- "sort_order": 6,
- "updated_at": "2023-03-15T17:42:26.597880Z"
}, - {
- "created_at": "2022-01-02T17:34:50.901612Z",
- "description": "If you require emergency evacuation, or repatriation of mortal remains, we'll cover it.",
- "excess": null,
- "exclusions": "",
- "id": "e2f53a01-9bd2-4ff3-93d6-e0f3491af528",
- "identifier": "sit-crum-health-evac",
- "limit": {
- "benefit_id": "e2f53a01-9bd2-4ff3-93d6-e0f3491af528",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "eb834745-206e-4724-9b14-34f94b1b49a1",
- "limit": 50000000,
- "type": 0
}, - "name": "Medical Emergency Evacuation",
- "prominent": true,
- "sort_order": 2,
- "updated_at": "2023-03-15T17:42:26.598345Z"
}, - {
- "created_at": "2022-01-02T17:34:50.896264Z",
- "description": "We'll cover you if you get sick or into an accident and require hospitalization.",
- "excess": {
- "amount": 75000,
- "benefit_id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "809c9715-c4f2-4266-accb-e8c2952cb91e",
- "type": 0
}, - "exclusions": "",
- "id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "identifier": "sit-crum-health-emerg-sick",
- "limit": {
- "benefit_id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "f1779965-3609-47ca-a43b-8902b31ba38f",
- "limit": 10000000,
- "type": 0
}, - "name": "Emergency Accidents, Sickness, and Dental",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2023-03-15T17:42:26.598732Z"
}, - {
- "created_at": "2022-01-02T17:34:50.908047Z",
- "description": "If evacuation is required for security or other non-medical reasons, we'll cover it.",
- "excess": null,
- "exclusions": "But not because you want to.\n\n* test\n \n* one\n \n* two",
- "id": "d6271afa-1443-4aa0-91fc-20832bb8ad3b",
- "identifier": "sit-crum-health-evac-non-medical",
- "limit": {
- "benefit_id": "d6271afa-1443-4aa0-91fc-20832bb8ad3b",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "86d11b80-a774-4ab1-be2b-c95891dd80e5",
- "limit": 10000000,
- "type": 0
}, - "name": "Non-Medical Emergency Evacuation",
- "prominent": true,
- "sort_order": 3,
- "updated_at": "2023-03-15T17:42:26.599032Z"
}, - {
- "created_at": "2022-01-02T17:34:50.917945Z",
- "description": "In case your bags are lost, stolen or damaged, we'll cover you. Includes:\n\n* Up to $100 per article.\n \n* Up to $50 for a lost passport or travel visa\n \n* Up to $50 for replacement of a lost credit card\n \n\nCombined maximum of $200.",
- "excess": null,
- "exclusions": "",
- "id": "2a03c4b2-0a37-4a27-98a6-50675fc0a21f",
- "identifier": "sit-crum-health-bags",
- "limit": {
- "benefit_id": "2a03c4b2-0a37-4a27-98a6-50675fc0a21f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "23d2a96e-810e-4866-9fa3-d50864090e99",
- "limit": 50000,
- "type": 0
}, - "name": "Baggage and Personal Effects",
- "prominent": true,
- "sort_order": 5,
- "updated_at": "2023-03-15T17:42:26.597162Z"
}, - {
- "created_at": "2022-01-02T17:34:50.887066Z",
- "description": "This benefit will cover you for where you need to unexpectedly return home in the middle of your trip.",
- "excess": null,
- "exclusions": "",
- "id": "e860af73-96fe-4c2d-aa73-3ea48bb66c9f",
- "identifier": "sit-crum-health-interruption",
- "limit": {
- "benefit_id": "e860af73-96fe-4c2d-aa73-3ea48bb66c9f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "36c6233b-d349-4d69-831f-ef46afe32c6f",
- "limit": 250000,
- "type": 0
}, - "name": "Trip Interruption",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2023-03-15T17:42:26.586738Z"
}, - {
- "created_at": "2022-01-02T17:34:50.913008Z",
- "description": "We'll cover you in case of death or dismemberment.",
- "excess": null,
- "exclusions": "Does not cover things like:\n\n* eyelash loss\n \n* hair loss\n \n* your baby toe",
- "id": "0092a7d2-9377-4cb9-8c26-dba5f300e740",
- "identifier": "sit-crum-health-death",
- "limit": {
- "benefit_id": "0092a7d2-9377-4cb9-8c26-dba5f300e740",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "39c4b27a-e355-4bb5-9391-8294f9136b16",
- "limit": 1000000,
- "type": 0
}, - "name": "Accidental death or dismemberment",
- "prominent": true,
- "sort_order": 4,
- "updated_at": "2023-03-15T17:42:26.594218Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 1,
- "sort_order": 0,
- "sibling_name": null,
- "countries": [ ],
- "tiered_products": [ ],
- "disclaimer": "This is the main disclaimer [here](https://www.nowhere.com).",
- "preselected": true,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": null,
- "description": "This bit will protect your health!",
- "max_age": -1,
- "product_documents": [ ],
- "name": "Sitata Trip Protection"
}
], - "trip_cost": 100000
}
]
Create Subscriptions
Create one or more subscriptions for one or more end users. A subscription can contain one or more Products.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
currency_code | string Required. Three character currency code for the purchase. |
country_code | string Required. Two character country code of purchase origin. |
subscriptions | array Required. The list of subscrptions that should be created when executing the purchase. A subscription should be created for each user that wants to access the Sitata mobile application. In most cases, only a single subscription with the purchaser listed as the 'User' is necessary and all other members of the Subscription can be listed as beneficiaries under the subscription. |
start | integer The unix time for the subscription start. This parameter can be omitted if specifying Trip details. See below. |
finish | integer The unix time for the subscription finish. This parameter can be omitted if specifying Trip details. See below. |
trip | object Optional. The Trip details which typically includes the list of destinations, start time, finish time, itinerary items, and total cost. |
product_ids | array Optional. A list of product identifiers to request for. You may use the human readable identifiers. |
Responses
Request samples
- Payload
{- "currency_code": "GBP",
- "country_code": "HK",
- "metadata": {
- "purchase_id": "SITATA-1643949297"
}, - "subscriptions": [
- {
- "beneficiaries": [
- {
- "name": "Jane Bean",
- "birthday": "1972-03-28"
}
], - "product_ids": [
- "tc-base"
], - "user": {
- "address": {
- "address1": "123 willaby lane",
- "address2": null,
- "address3": null,
- "address_str": "123 willaby lane, London, United Kingdom",
- "city": "London",
- "country": "United Kingdom",
- "postal_code": "N2G 1H6"
}, - "birthday": "1965-02-02",
- "email": "email01@gmail.com",
- "home_country": "GB",
- "name": "Jimmy Bean"
}
}
], - "trip": {
- "currency_code": "GBP",
- "destinations": [
- {
- "country_code": "CH",
- "entry_date": 1686550712,
- "exit_date": 1686896312,
- "type": 0
}, - {
- "country_code": "ES",
- "entry_date": 1686896312,
- "exit_date": 1687155512,
- "type": 0
}
], - "finish": 1687155512,
- "start": 1686550712,
- "total_cost": 100000,
- "air_segments": [
- {
- "price": "168.690",
- "origin_country": "CA",
- "origin_name": "Toronto City Centre",
- "departure_datetime_utc": "2019-01-27T20:00:00.000000Z",
- "arrival_datetime": "2019-01-27T16:30:00.000000",
- "currency": "CAD",
- "airline": "Porter Airlines",
- "destination_country": "CH",
- "arrival_datetime_utc": "2019-01-27T21:30:00.000000Z",
- "destination": "GVA",
- "origin": "YTZ",
- "number_of_pax": 2,
- "iata_code": "PD",
- "departure_datetime": "2019-01-27T15:00:00.000000",
- "flight_number": "137",
- "confirmation_no": "W1GZKB"
}
]
}
}
Response samples
- 200
[- {
- "id": "306e97ac-c568-45c3-8ace-340af251e23b",
- "last_renewal_attempt": null,
- "invoices": [
- {
- "coupons": [ ],
- "created_at": "2023-02-25T13:48:18.556255Z",
- "currency": "GBP",
- "id": "84fc5de7-c426-4301-96a1-986cce74b173",
- "items": [
- {
- "amount": 0,
- "created_at": "2023-02-25T13:48:18.557933Z",
- "currency": "GBP",
- "description": "Protection Plus",
- "id": "e61fb43a-cc75-4971-a368-b136848966f7",
- "updated_at": "2023-02-25T13:48:18.557933Z"
}
], - "period_end": "2023-06-19T06:18:32.000000Z",
- "period_start": "2023-06-12T06:18:32.000000Z",
- "sitata_invoice_id": "AI6CIBCY",
- "subscriptions": [ ],
- "subtotal": 6650,
- "taxes": 1109,
- "total": 7759,
- "updated_at": "2023-02-25T13:48:18.556255Z"
}
], - "user": {
- "authentication_token": "ae0a24c7-5989-476f-817e-add2aa683527",
- "bio": null,
- "birthday": null,
- "check_ins": [ ],
- "created_at": "2021-01-05T22:58:17.401841Z",
- "display_name": null,
- "doctor_settings": null,
- "email": "email01@gmail.com",
- "external_id": null,
- "first_name": "Jimmy",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Bean",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [ ],
- "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_L5V4bcPdtzZfeW",
- "subscriptions": [
- {
- "id": "61d51e64-22a1-46f0-a520-305a535bd90f",
- "last_renewal_attempt": null,
- "invoices": [ ],
- "user": null,
- "product_quote": null,
- "updated_at": "2021-01-21T19:33:41.772449Z",
- "created_at": "2021-01-21T19:33:41.772449Z",
- "policy_urls": [ ],
- "human_id": null,
- "language": null,
- "finish": "2020-01-15T00:00:00.000000Z",
- "beneficiaries": [ ],
- "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "finish_date": "2020-01-15",
- "country_code": null,
- "region_code": null,
- "start_date": "2022-01-01",
- "company_id": "921676a2-3b09-4eb2-bf80-ba3d65a7bc3d",
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail.com",
- "metadata": null,
- "coupon": null,
- "start": "2022-01-01T00:00:00.000000Z",
- "third_party_policy_num": null,
- "currency_code": "GBP",
- "product_sale_group_id": null,
- "product_documents": [ ],
- "name": "Jimmy Bean",
- "products": [ ],
- "trip_cost": null
}
], - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "product_quote": null,
- "updated_at": "2023-02-25T13:48:19.742704Z",
- "created_at": "2023-02-25T13:48:18.479136Z",
- "policy_urls": [ ],
- "human_id": "C92111",
- "language": "en",
- "finish": "2023-06-19T06:18:32.000000Z",
- "beneficiaries": [
- {
- "birthday": "1972-03-28",
- "created_at": "2023-02-25T13:48:18.482175Z",
- "email": null,
- "first_name": "Jane",
- "id": "84b69c82-f1e3-43fe-8f87-bdec2de11c57",
- "last_name": "Bean",
- "phone_number": null,
- "relation": null,
- "updated_at": "2023-02-25T13:48:18.482175Z"
}
], - "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "finish_date": "2023-06-19",
- "country_code": null,
- "region_code": null,
- "start_date": "2023-06-12",
- "company_id": null,
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail.com",
- "metadata": null,
- "coupon": null,
- "start": "2023-06-12T06:18:32.000000Z",
- "third_party_policy_num": "TC-DIR1009808",
- "currency_code": "GBP",
- "product_sale_group_id": "a2791ad9-83eb-48d4-af4f-c15c4fe61baa",
- "product_documents": [ ],
- "name": "Jimmy Bean",
- "products": [
- {
- "trip_type": null,
- "id": "8289e0db-f95c-427b-a153-7e32e8c31cad",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": 0,
- "identifier": "tc-base",
- "country_ids": [
- "8ada025e-eeba-46ab-b2fd-c80eb053aff5"
], - "updated_at": "2022-06-13T02:40:45.726185Z",
- "created_at": "2021-01-02T03:21:56.458807Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2021-01-02T03:21:56.471353Z",
- "description": null,
- "excess": {
- "amount": 5000,
- "benefit_id": "0d465919-2284-464f-8af4-17698ed2077e",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "f4196e6a-d00e-4c20-9571-99046aef7bc0",
- "type": 0
}, - "exclusions": null,
- "id": "0d465919-2284-464f-8af4-17698ed2077e",
- "identifier": "tc-integrated-emerg",
- "limit": {
- "benefit_id": "0d465919-2284-464f-8af4-17698ed2077e",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "e12eddd8-03fd-40a6-be82-6072bcccde18",
- "limit": 1000000000,
- "type": 0
}, - "name": "Emergency medical and repatriation expenses",
- "prominent": false,
- "sort_order": 0,
- "updated_at": "2021-01-02T03:21:56.471353Z"
}, - {
- "created_at": "2021-01-02T03:21:56.473917Z",
- "description": "£50 per 24 hours up to £2,000",
- "excess": null,
- "exclusions": null,
- "id": "bec9aed1-48fe-4d13-b315-2f1583a8371b",
- "identifier": "tc-integrated-hospital",
- "limit": {
- "benefit_id": "bec9aed1-48fe-4d13-b315-2f1583a8371b",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "2ca03327-1e90-42e6-928c-02b1a7d34ed4",
- "limit": 200000,
- "type": 0
}, - "name": "Hospital confinement",
- "prominent": false,
- "sort_order": 1,
- "updated_at": "2021-01-02T03:21:56.473917Z"
}, - {
- "created_at": "2021-01-02T03:21:56.474938Z",
- "description": "£50 per 24 hours up to £2,000",
- "excess": null,
- "exclusions": null,
- "id": "b9ff92b8-ecf7-4efc-81af-86081a463c64",
- "identifier": "tc-integrated-hospital-mugging",
- "limit": {
- "benefit_id": "b9ff92b8-ecf7-4efc-81af-86081a463c64",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "e3660719-2c3b-46f2-b980-17e6c005ee34",
- "limit": 200000,
- "type": 0
}, - "name": "Mugging hospitalization",
- "prominent": false,
- "sort_order": 2,
- "updated_at": "2021-01-02T03:21:56.474938Z"
}, - {
- "created_at": "2021-01-02T03:21:56.475648Z",
- "description": null,
- "excess": {
- "amount": 5000,
- "benefit_id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "f1e274e1-559b-4832-9a80-e77bbf527969",
- "type": 0
}, - "exclusions": null,
- "id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "identifier": "tc-integrated-dental",
- "limit": {
- "benefit_id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "3008e89b-3507-4f29-ba84-a3a0cb72add8",
- "limit": 100000,
- "type": 0
}, - "name": "Mugging hospitalization",
- "prominent": false,
- "sort_order": 3,
- "updated_at": "2021-01-02T03:21:56.475648Z"
}, - {
- "created_at": "2021-01-02T03:21:56.476916Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "ea1563a2-302b-44b3-bc04-a5b339895c7f",
- "identifier": "tc-integrated-medical-additional",
- "limit": {
- "benefit_id": "ea1563a2-302b-44b3-bc04-a5b339895c7f",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "93179247-fb8a-470a-9a1f-7b8e6dc55244",
- "limit": 300000,
- "type": 0
}, - "name": "Additional travel and accomodation expenses for medical reasons",
- "prominent": false,
- "sort_order": 4,
- "updated_at": "2021-01-02T03:21:56.476916Z"
}, - {
- "created_at": "2021-01-02T03:21:56.477771Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "4a2b50f9-bcda-4b9c-88c4-00e300a3948a",
- "identifier": "tc-integrated-funeral",
- "limit": {
- "benefit_id": "4a2b50f9-bcda-4b9c-88c4-00e300a3948a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "37cf4629-210c-446e-8991-decd74a00ad1",
- "limit": 500000,
- "type": 0
}, - "name": "Funeral or cremation abroad",
- "prominent": false,
- "sort_order": 5,
- "updated_at": "2021-01-02T03:21:56.477771Z"
}, - {
- "created_at": "2021-01-02T03:21:56.478576Z",
- "description": "Up to the booked Trip Cost",
- "excess": {
- "amount": 5000,
- "benefit_id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "1cc0d036-6e68-468c-9306-86f5f5683f5f",
- "type": 0
}, - "exclusions": null,
- "id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "identifier": "tc-integrated-cancellation",
- "limit": {
- "benefit_id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "31644043-daa8-45a3-8819-f3a1c87f8566",
- "limit": -1,
- "type": 0
}, - "name": "Cancellation",
- "prominent": false,
- "sort_order": 6,
- "updated_at": "2021-01-02T03:21:56.478576Z"
}, - {
- "created_at": "2021-01-02T03:21:56.479781Z",
- "description": "Up to the booked Trip Cost",
- "excess": {
- "amount": 5000,
- "benefit_id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "b5471e68-4fdd-4c93-8965-bada8865e61f",
- "type": 0
}, - "exclusions": null,
- "id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "identifier": "tc-integrated-curtailment",
- "limit": {
- "benefit_id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "bbe52a85-8228-4f08-959d-09af44f10d13",
- "limit": -1,
- "type": 0
}, - "name": "Curtailment and loss of holiday",
- "prominent": false,
- "sort_order": 7,
- "updated_at": "2021-01-02T03:21:56.479781Z"
}, - {
- "created_at": "2021-01-02T03:21:56.480764Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "3989c9cb-0a12-4f04-9e7d-101b3953333a",
- "identifier": "tc-integrated-accident-1",
- "limit": {
- "benefit_id": "3989c9cb-0a12-4f04-9e7d-101b3953333a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "6a8caf63-ef4b-4d63-8cf7-d35072cf3637",
- "limit": 500000,
- "type": 0
}, - "name": "Death: aged 18 - 65",
- "prominent": false,
- "sort_order": 8,
- "updated_at": "2021-01-02T03:21:56.480764Z"
}, - {
- "created_at": "2021-01-02T03:21:56.481503Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "3bf7408d-3882-4076-884a-f739efce2121",
- "identifier": "tc-integrated-accident-2",
- "limit": {
- "benefit_id": "3bf7408d-3882-4076-884a-f739efce2121",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "b93bf2ef-2905-41fe-8732-e597d54cb3aa",
- "limit": 100000,
- "type": 0
}, - "name": "Death: aged 17 and under or aged 66 and over",
- "prominent": false,
- "sort_order": 9,
- "updated_at": "2021-01-02T03:21:56.481503Z"
}, - {
- "created_at": "2021-01-02T03:21:56.482133Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "f1b3398b-a9a6-439b-9ee8-25cc820168f1",
- "identifier": "tc-integrated-accident-3",
- "limit": {
- "benefit_id": "f1b3398b-a9a6-439b-9ee8-25cc820168f1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "48d778fe-e6d1-4f3f-a78f-5cb272a3b25a",
- "limit": 500000,
- "type": 0
}, - "name": "Disablement: aged 18 - 65",
- "prominent": false,
- "sort_order": 10,
- "updated_at": "2021-01-02T03:21:56.482133Z"
}, - {
- "created_at": "2021-01-02T03:21:56.482716Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "6c7a0923-e31c-42a2-ad56-33ec62a84463",
- "identifier": "tc-integrated-accident-4",
- "limit": {
- "benefit_id": "6c7a0923-e31c-42a2-ad56-33ec62a84463",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "d696af0e-8ed4-46cc-8c44-f8801b5116af",
- "limit": 100000,
- "type": 0
}, - "name": "Disablement: aged 17 and under or aged 66 and over",
- "prominent": false,
- "sort_order": 11,
- "updated_at": "2021-01-02T03:21:56.482716Z"
}, - {
- "created_at": "2021-01-02T03:21:56.483338Z",
- "description": "Up to the trip cost.",
- "excess": {
- "amount": 5000,
- "benefit_id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "725982ae-772d-432b-9d04-fb21d19e1a7f",
- "type": 0
}, - "exclusions": null,
- "id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "identifier": "tc-integrated-covid-cancel",
- "limit": {
- "benefit_id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "24e4aa89-233e-419d-af80-94e328e160bf",
- "limit": -1,
- "type": 0
}, - "name": "Cancellation due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.483338Z"
}, - {
- "created_at": "2021-01-02T03:21:56.484387Z",
- "description": "Up to the trip cost.",
- "excess": {
- "amount": 5000,
- "benefit_id": "f3510e10-232e-4446-b546-ed65d379695a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "d534293b-b294-44f7-8e3f-3898aa91829a",
- "type": 0
}, - "exclusions": null,
- "id": "f3510e10-232e-4446-b546-ed65d379695a",
- "identifier": "tc-integrated-covid-curtailment",
- "limit": {
- "benefit_id": "f3510e10-232e-4446-b546-ed65d379695a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "11d1ffb6-2543-43ce-adc4-0e8fb65dae6b",
- "limit": -1,
- "type": 0
}, - "name": "Curtailment and loss of holiday due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.484387Z"
}, - {
- "created_at": "2021-01-02T03:21:56.485281Z",
- "description": "Up to the trip cost.",
- "excess": null,
- "exclusions": null,
- "id": "e70733e8-0cc6-41c7-8f3d-e9c1fa09b0e3",
- "identifier": "tc-integrated-covid-emerg",
- "limit": {
- "benefit_id": "e70733e8-0cc6-41c7-8f3d-e9c1fa09b0e3",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "eec132d7-9823-48b0-b15d-bc3dad23d0d9",
- "limit": 1000000000,
- "type": 0
}, - "name": "Emergency medical and repatriation due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.485281Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 0,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 0,
- "sort_order": 0,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "GB",
- "country_code_3": "GBR",
- "geographic_region_id": "c944a52a-9af3-4680-b521-88374f4a32d1",
- "id": "8ada025e-eeba-46ab-b2fd-c80eb053aff5",
- "name": "United Kingdom",
- "updated_at": "2022-01-23T23:01:02.953074Z"
}
], - "tiered_products": [ ],
- "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": false,
- "description": null,
- "max_age": -1,
- "product_documents": [ ],
- "name": "Protection Plus"
}
], - "trip_cost": 100000
}
]
Get Subscription
Gets a subscription associated with the organization
path Parameters
company_id required | string Example: {{company_id}} |
id required | string Example: ce07157f-e707-4fef-befa-81ac3598ba1f |
header Parameters
Authorization | string Example: TKN {{company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "id": "ce07157f-e707-4fef-befa-81ac3598ba1f",
- "last_renewal_attempt": null,
- "invoices": [ ],
- "user": {
- "bio": null,
- "birthday": "1968-04-09",
- "check_ins": [ ],
- "created_at": "2023-03-21T01:41:15.845578Z",
- "display_name": null,
- "doctor_settings": null,
- "email": "email01@gmail-test9238.com",
- "external_id": null,
- "first_name": "Jimmy",
- "home_country": "GB",
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "1c27fcab-857c-4b51-8fe8-c652796a87fe",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Bean",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [ ],
- "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_NZ2GPd77GB8GcX",
- "subscriptions": [ ],
- "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "product_quote": null,
- "updated_at": "2023-03-21T01:41:16.770402Z",
- "created_at": "2023-03-21T01:41:16.389806Z",
- "human_id": "459730",
- "language": "en",
- "finish": "2023-11-30T04:59:59.000000Z",
- "beneficiaries": [
- {
- "birthday": "1970-04-09",
- "created_at": "2023-03-21T01:41:16.430199Z",
- "email": null,
- "first_name": "Susan",
- "id": "8968ac50-6b27-466d-99e6-58183368ccfa",
- "last_name": "Jekins",
- "phone_number": null,
- "relation": 0,
- "updated_at": "2023-03-21T01:41:16.430199Z"
}
], - "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "1c27fcab-857c-4b51-8fe8-c652796a87fe",
- "finish_date": "2023-11-30",
- "charge_id": "d0f301dc-d1da-482e-86e6-3f90c6f21e51",
- "country_code": "US",
- "region_code": null,
- "start_date": "2023-11-21",
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail-test9238.com",
- "metadata": null,
- "coupon": null,
- "start": "2023-11-21T05:00:00.000000Z",
- "refund_charge": null,
- "third_party_policy_num": null,
- "currency_code": "USD",
- "product_sale_group_id": "00bfc547-79ac-471a-8cbb-7fa027fa58e3",
- "product_documents": [
- {
- "countries": [ ],
- "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [ ],
- "created_at": "2022-11-06T02:50:43.399180Z",
- "file": {
- "original": "/uploads/product_documents/90b40cc2-27da-4c89-b8e3-aec3f7124699/certificate.pdf?v=63834922243"
}, - "group_ident": "policy",
- "id": "3b579949-edaf-4d44-815e-cf232076566d",
- "identifier": "x1-en",
- "language": "en",
- "name": "all states english",
- "product_id": "90b40cc2-27da-4c89-b8e3-aec3f7124699",
- "sort_order": 2,
- "type": 0,
- "updated_at": "2022-11-06T22:46:26.646895Z",
- "url": null
}
], - "name": "Jimmy Bean",
- "products": [
- {
- "trip_type": null,
- "id": "306282fc-993e-45e7-81bf-8f8b6ca17799",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-crum-disrupt",
- "country_ids": [ ],
- "updated_at": "2023-03-15T18:43:47.793735Z",
- "created_at": "2022-01-02T18:18:14.887515Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-01-02T18:29:52.302758Z",
- "description": "We'll cover you if you incur any financial losses from the following situations:\n\n* Baggage Delay\n \n* Beach Closure\n \n* Closed Attractions\n \n* Credit/Debit Card Cancelled\n \n* Delay at Security Check-in\n \n* Flight Cancellation\n \n* Flight Delay\n \n* Flight Diversion\n \n* Hotel Late Arrival\n \n* Rainy Vacation\n \n* Rental Car Breakdown\n \n* Rental Property Lockout\n \n* Travel Delay\n \n* Vacation Rental Distributors Inconvenience\n \n\nUp to $150 per inconvenience.",
- "excess": null,
- "exclusions": "",
- "id": "6fa81eb7-cedf-4f23-9f0c-10089ae171d8",
- "identifier": "sit-crum-disrupt-inconv",
- "limit": {
- "benefit_id": "6fa81eb7-cedf-4f23-9f0c-10089ae171d8",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "31a1d56f-9157-46fe-a3e9-792793b32c53",
- "limit": 60000,
- "type": 0
}, - "name": "Travel Inconvenience",
- "prominent": false,
- "sort_order": 3,
- "updated_at": "2022-01-02T18:29:52.302758Z"
}, - {
- "created_at": "2022-01-02T18:21:26.761203Z",
- "description": "If you are delayed, we've got you covered.",
- "excess": null,
- "exclusions": "",
- "id": "4af1442e-7026-4a56-9ab3-482d99aed705",
- "identifier": "sit-crum-disrupt-delay",
- "limit": {
- "benefit_id": "4af1442e-7026-4a56-9ab3-482d99aed705",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "69df1ea4-909f-4645-aea5-4e7ca0f900a1",
- "limit": 150000,
- "type": 0
}, - "name": "Travel Delay",
- "prominent": false,
- "sort_order": 1,
- "updated_at": "2022-01-02T18:21:26.761203Z"
}, - {
- "created_at": "2022-01-02T18:29:52.283369Z",
- "description": "With this upgrade, we'll increase your baggage limit and your personal effects:\n\n* Up to $250 per article (instead of $100).\n \n* Up to $100 (instead of $50) for a lost passport or travel visa\n \n* Up to $100 (instead of $50) for replacement of a lost credit card\n \n\nCombined maximum of $500 (instead of $200).",
- "excess": null,
- "exclusions": "",
- "id": "9c7af848-e2a8-43e9-b58f-276593bc8b50",
- "identifier": "sit-crum-disrupt-bags",
- "limit": {
- "benefit_id": "9c7af848-e2a8-43e9-b58f-276593bc8b50",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "bc5e22bc-45fc-4003-8d25-3e70020edf65",
- "limit": 100000,
- "type": 0
}, - "name": "Increased baggage and personal effects",
- "prominent": false,
- "sort_order": 2,
- "updated_at": "2022-01-02T18:29:52.283369Z"
}, - {
- "created_at": "2022-01-02T18:21:26.752744Z",
- "description": "We'll cover you in case you miss your connecting flight.",
- "excess": null,
- "exclusions": "",
- "id": "beee0141-e325-4fcc-b6a5-72302e795c08",
- "identifier": "sit-crum-disrupt-connect",
- "limit": {
- "benefit_id": "beee0141-e325-4fcc-b6a5-72302e795c08",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "2427a260-9880-4c83-b08a-771596ff549d",
- "limit": 30000,
- "type": 0
}, - "name": "Missed Connections",
- "prominent": false,
- "sort_order": 0,
- "updated_at": "2022-01-02T18:21:26.752744Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 1,
- "sort_order": 3,
- "sibling_name": null,
- "countries": [ ],
- "tiered_products": [ ],
- "disclaimer": "this is the product disclaimer.",
- "preselected": true,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": null,
- "description": "With this bundle you will have enhanced travel disruption coverage. We'll cover you in case of delayed flights, missed connections, and you'll benefit from increased personal article limits.",
- "max_age": -1,
- "product_documents": [ ],
- "name": "Enhanced Travel Disruption"
}, - {
- "trip_type": null,
- "id": "90b40cc2-27da-4c89-b8e3-aec3f7124699",
- "upgrade_siblings": [ ],
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-crum-base-st",
- "country_ids": [ ],
- "updated_at": "2023-03-15T18:42:11.933455Z",
- "created_at": "2022-01-02T17:34:50.857542Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-01-02T17:34:50.923410Z",
- "description": "Cover in case you are stuck in bed at the hospital. Maximum per day? etc etc",
- "excess": null,
- "exclusions": "",
- "id": "b0c9f867-d3ba-41cb-b0ed-9e21ae5c3a56",
- "identifier": "sit-crum-health-bed-rest",
- "limit": {
- "benefit_id": "b0c9f867-d3ba-41cb-b0ed-9e21ae5c3a56",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "fbe79109-bfa1-452b-94b5-ecbedc6cdf45",
- "limit": 400000,
- "type": 0
}, - "name": "Bed Rest",
- "prominent": true,
- "sort_order": 6,
- "updated_at": "2023-03-15T17:42:26.597880Z"
}, - {
- "created_at": "2022-01-02T17:34:50.901612Z",
- "description": "If you require emergency evacuation, or repatriation of mortal remains, we'll cover it.",
- "excess": null,
- "exclusions": "",
- "id": "e2f53a01-9bd2-4ff3-93d6-e0f3491af528",
- "identifier": "sit-crum-health-evac",
- "limit": {
- "benefit_id": "e2f53a01-9bd2-4ff3-93d6-e0f3491af528",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "eb834745-206e-4724-9b14-34f94b1b49a1",
- "limit": 50000000,
- "type": 0
}, - "name": "Medical Emergency Evacuation",
- "prominent": true,
- "sort_order": 2,
- "updated_at": "2023-03-15T17:42:26.598345Z"
}, - {
- "created_at": "2022-01-02T17:34:50.896264Z",
- "description": "We'll cover you if you get sick or into an accident and require hospitalization.",
- "excess": {
- "amount": 75000,
- "benefit_id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "809c9715-c4f2-4266-accb-e8c2952cb91e",
- "type": 0
}, - "exclusions": "",
- "id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "identifier": "sit-crum-health-emerg-sick",
- "limit": {
- "benefit_id": "eabdab21-3709-4539-bae6-8817d216d80f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "f1779965-3609-47ca-a43b-8902b31ba38f",
- "limit": 10000000,
- "type": 0
}, - "name": "Emergency Accidents, Sickness, and Dental",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2023-03-15T17:42:26.598732Z"
}, - {
- "created_at": "2022-01-02T17:34:50.908047Z",
- "description": "If evacuation is required for security or other non-medical reasons, we'll cover it.",
- "excess": null,
- "exclusions": "But not because you want to.\n\n* test\n \n* one\n \n* two",
- "id": "d6271afa-1443-4aa0-91fc-20832bb8ad3b",
- "identifier": "sit-crum-health-evac-non-medical",
- "limit": {
- "benefit_id": "d6271afa-1443-4aa0-91fc-20832bb8ad3b",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "86d11b80-a774-4ab1-be2b-c95891dd80e5",
- "limit": 10000000,
- "type": 0
}, - "name": "Non-Medical Emergency Evacuation",
- "prominent": true,
- "sort_order": 3,
- "updated_at": "2023-03-15T17:42:26.599032Z"
}, - {
- "created_at": "2022-01-02T17:34:50.917945Z",
- "description": "In case your bags are lost, stolen or damaged, we'll cover you. Includes:\n\n* Up to $100 per article.\n \n* Up to $50 for a lost passport or travel visa\n \n* Up to $50 for replacement of a lost credit card\n \n\nCombined maximum of $200.",
- "excess": null,
- "exclusions": "",
- "id": "2a03c4b2-0a37-4a27-98a6-50675fc0a21f",
- "identifier": "sit-crum-health-bags",
- "limit": {
- "benefit_id": "2a03c4b2-0a37-4a27-98a6-50675fc0a21f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "23d2a96e-810e-4866-9fa3-d50864090e99",
- "limit": 50000,
- "type": 0
}, - "name": "Baggage and Personal Effects",
- "prominent": true,
- "sort_order": 5,
- "updated_at": "2023-03-15T17:42:26.597162Z"
}, - {
- "created_at": "2022-01-02T17:34:50.887066Z",
- "description": "This benefit will cover you for where you need to unexpectedly return home in the middle of your trip.",
- "excess": null,
- "exclusions": "",
- "id": "e860af73-96fe-4c2d-aa73-3ea48bb66c9f",
- "identifier": "sit-crum-health-interruption",
- "limit": {
- "benefit_id": "e860af73-96fe-4c2d-aa73-3ea48bb66c9f",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "36c6233b-d349-4d69-831f-ef46afe32c6f",
- "limit": 250000,
- "type": 0
}, - "name": "Trip Interruption",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2023-03-15T17:42:26.586738Z"
}, - {
- "created_at": "2022-01-02T17:34:50.913008Z",
- "description": "We'll cover you in case of death or dismemberment.",
- "excess": null,
- "exclusions": "Does not cover things like:\n\n* eyelash loss\n \n* hair loss\n \n* your baby toe",
- "id": "0092a7d2-9377-4cb9-8c26-dba5f300e740",
- "identifier": "sit-crum-health-death",
- "limit": {
- "benefit_id": "0092a7d2-9377-4cb9-8c26-dba5f300e740",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "39c4b27a-e355-4bb5-9391-8294f9136b16",
- "limit": 1000000,
- "type": 0
}, - "name": "Accidental death or dismemberment",
- "prominent": true,
- "sort_order": 4,
- "updated_at": "2023-03-15T17:42:26.594218Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 1,
- "sort_order": 0,
- "sibling_name": null,
- "countries": [ ],
- "tiered_products": [ ],
- "disclaimer": "This is the main disclaimer [here](https://www.nowhere.com).",
- "preselected": true,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": null,
- "description": "This bit will protect your health!",
- "max_age": -1,
- "product_documents": [ ],
- "name": "Sitata Trip Protection"
}
], - "trip_cost": 100000
}
Close Subscription
Close a Subscription. Will process a refund if the associated products are within the refund window.
path Parameters
subscription_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 subscription identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "id": "306e97ac-c568-45c3-8ace-340af251e23b",
- "last_renewal_attempt": null,
- "invoices": [
- {
- "coupons": [ ],
- "created_at": "2023-02-25T13:48:18.556255Z",
- "currency": "GBP",
- "id": "84fc5de7-c426-4301-96a1-986cce74b173",
- "items": [
- {
- "amount": 0,
- "created_at": "2023-02-25T13:48:18.557933Z",
- "currency": "GBP",
- "description": "Protection Plus",
- "id": "e61fb43a-cc75-4971-a368-b136848966f7",
- "updated_at": "2023-02-25T13:48:18.557933Z"
}
], - "period_end": "2023-06-19T06:18:32.000000Z",
- "period_start": "2023-06-12T06:18:32.000000Z",
- "sitata_invoice_id": "AI6CIBCY",
- "subscriptions": [ ],
- "subtotal": 6650,
- "taxes": 1109,
- "total": 7759,
- "updated_at": "2023-02-25T13:48:18.556255Z"
}
], - "user": {
- "authentication_token": "ae0a24c7-5989-476f-817e-add2aa683527",
- "bio": null,
- "birthday": null,
- "check_ins": [ ],
- "created_at": "2021-01-05T22:58:17.401841Z",
- "display_name": null,
- "doctor_settings": null,
- "email": "email01@gmail.com",
- "external_id": null,
- "first_name": "Jimmy",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Bean",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [ ],
- "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_L5V4bcPdtzZfeW",
- "subscriptions": [
- {
- "id": "61d51e64-22a1-46f0-a520-305a535bd90f",
- "last_renewal_attempt": null,
- "invoices": [ ],
- "user": null,
- "product_quote": null,
- "updated_at": "2021-01-21T19:33:41.772449Z",
- "created_at": "2021-01-21T19:33:41.772449Z",
- "policy_urls": [ ],
- "human_id": null,
- "language": null,
- "finish": "2020-01-15T00:00:00.000000Z",
- "beneficiaries": [ ],
- "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "finish_date": "2020-01-15",
- "country_code": null,
- "region_code": null,
- "start_date": "2022-01-01",
- "company_id": "921676a2-3b09-4eb2-bf80-ba3d65a7bc3d",
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail.com",
- "metadata": null,
- "coupon": null,
- "start": "2022-01-01T00:00:00.000000Z",
- "third_party_policy_num": null,
- "currency_code": "GBP",
- "product_sale_group_id": null,
- "product_documents": [ ],
- "name": "Jimmy Bean",
- "products": [ ],
- "trip_cost": null
}
], - "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}, - "product_quote": null,
- "updated_at": "2023-02-25T13:48:19.742704Z",
- "created_at": "2023-02-25T13:48:18.479136Z",
- "policy_urls": [ ],
- "human_id": "C92111",
- "language": "en",
- "finish": "2023-06-19T06:18:32.000000Z",
- "beneficiaries": [
- {
- "birthday": "1972-03-28",
- "created_at": "2023-02-25T13:48:18.482175Z",
- "email": null,
- "first_name": "Jane",
- "id": "84b69c82-f1e3-43fe-8f87-bdec2de11c57",
- "last_name": "Bean",
- "phone_number": null,
- "relation": null,
- "updated_at": "2023-02-25T13:48:18.482175Z"
}
], - "has_sitata_assistance": false,
- "has_consults": false,
- "user_id": "f4c9dbd8-e610-408f-8dae-6b7ea87dec7d",
- "finish_date": "2023-06-19",
- "country_code": null,
- "region_code": null,
- "start_date": "2023-06-12",
- "company_id": null,
- "has_flight_tracking": false,
- "has_alerts": false,
- "email": "email01@gmail.com",
- "metadata": null,
- "coupon": null,
- "start": "2023-06-12T06:18:32.000000Z",
- "third_party_policy_num": "TC-DIR1009808",
- "currency_code": "GBP",
- "product_sale_group_id": "a2791ad9-83eb-48d4-af4f-c15c4fe61baa",
- "product_documents": [ ],
- "name": "Jimmy Bean",
- "products": [
- {
- "trip_type": null,
- "id": "8289e0db-f95c-427b-a153-7e32e8c31cad",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": 0,
- "identifier": "tc-base",
- "country_ids": [
- "8ada025e-eeba-46ab-b2fd-c80eb053aff5"
], - "updated_at": "2022-06-13T02:40:45.726185Z",
- "created_at": "2021-01-02T03:21:56.458807Z",
- "max_trip_length": -1,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2021-01-02T03:21:56.471353Z",
- "description": null,
- "excess": {
- "amount": 5000,
- "benefit_id": "0d465919-2284-464f-8af4-17698ed2077e",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "f4196e6a-d00e-4c20-9571-99046aef7bc0",
- "type": 0
}, - "exclusions": null,
- "id": "0d465919-2284-464f-8af4-17698ed2077e",
- "identifier": "tc-integrated-emerg",
- "limit": {
- "benefit_id": "0d465919-2284-464f-8af4-17698ed2077e",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "e12eddd8-03fd-40a6-be82-6072bcccde18",
- "limit": 1000000000,
- "type": 0
}, - "name": "Emergency medical and repatriation expenses",
- "prominent": false,
- "sort_order": 0,
- "updated_at": "2021-01-02T03:21:56.471353Z"
}, - {
- "created_at": "2021-01-02T03:21:56.473917Z",
- "description": "£50 per 24 hours up to £2,000",
- "excess": null,
- "exclusions": null,
- "id": "bec9aed1-48fe-4d13-b315-2f1583a8371b",
- "identifier": "tc-integrated-hospital",
- "limit": {
- "benefit_id": "bec9aed1-48fe-4d13-b315-2f1583a8371b",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "2ca03327-1e90-42e6-928c-02b1a7d34ed4",
- "limit": 200000,
- "type": 0
}, - "name": "Hospital confinement",
- "prominent": false,
- "sort_order": 1,
- "updated_at": "2021-01-02T03:21:56.473917Z"
}, - {
- "created_at": "2021-01-02T03:21:56.474938Z",
- "description": "£50 per 24 hours up to £2,000",
- "excess": null,
- "exclusions": null,
- "id": "b9ff92b8-ecf7-4efc-81af-86081a463c64",
- "identifier": "tc-integrated-hospital-mugging",
- "limit": {
- "benefit_id": "b9ff92b8-ecf7-4efc-81af-86081a463c64",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "e3660719-2c3b-46f2-b980-17e6c005ee34",
- "limit": 200000,
- "type": 0
}, - "name": "Mugging hospitalization",
- "prominent": false,
- "sort_order": 2,
- "updated_at": "2021-01-02T03:21:56.474938Z"
}, - {
- "created_at": "2021-01-02T03:21:56.475648Z",
- "description": null,
- "excess": {
- "amount": 5000,
- "benefit_id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "f1e274e1-559b-4832-9a80-e77bbf527969",
- "type": 0
}, - "exclusions": null,
- "id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "identifier": "tc-integrated-dental",
- "limit": {
- "benefit_id": "900124f6-f468-4e3d-a4af-425a7d47ff86",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "3008e89b-3507-4f29-ba84-a3a0cb72add8",
- "limit": 100000,
- "type": 0
}, - "name": "Mugging hospitalization",
- "prominent": false,
- "sort_order": 3,
- "updated_at": "2021-01-02T03:21:56.475648Z"
}, - {
- "created_at": "2021-01-02T03:21:56.476916Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "ea1563a2-302b-44b3-bc04-a5b339895c7f",
- "identifier": "tc-integrated-medical-additional",
- "limit": {
- "benefit_id": "ea1563a2-302b-44b3-bc04-a5b339895c7f",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "93179247-fb8a-470a-9a1f-7b8e6dc55244",
- "limit": 300000,
- "type": 0
}, - "name": "Additional travel and accomodation expenses for medical reasons",
- "prominent": false,
- "sort_order": 4,
- "updated_at": "2021-01-02T03:21:56.476916Z"
}, - {
- "created_at": "2021-01-02T03:21:56.477771Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "4a2b50f9-bcda-4b9c-88c4-00e300a3948a",
- "identifier": "tc-integrated-funeral",
- "limit": {
- "benefit_id": "4a2b50f9-bcda-4b9c-88c4-00e300a3948a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "37cf4629-210c-446e-8991-decd74a00ad1",
- "limit": 500000,
- "type": 0
}, - "name": "Funeral or cremation abroad",
- "prominent": false,
- "sort_order": 5,
- "updated_at": "2021-01-02T03:21:56.477771Z"
}, - {
- "created_at": "2021-01-02T03:21:56.478576Z",
- "description": "Up to the booked Trip Cost",
- "excess": {
- "amount": 5000,
- "benefit_id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "1cc0d036-6e68-468c-9306-86f5f5683f5f",
- "type": 0
}, - "exclusions": null,
- "id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "identifier": "tc-integrated-cancellation",
- "limit": {
- "benefit_id": "61afda70-9b82-41fb-92a9-97d837cd9d58",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "31644043-daa8-45a3-8819-f3a1c87f8566",
- "limit": -1,
- "type": 0
}, - "name": "Cancellation",
- "prominent": false,
- "sort_order": 6,
- "updated_at": "2021-01-02T03:21:56.478576Z"
}, - {
- "created_at": "2021-01-02T03:21:56.479781Z",
- "description": "Up to the booked Trip Cost",
- "excess": {
- "amount": 5000,
- "benefit_id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "b5471e68-4fdd-4c93-8965-bada8865e61f",
- "type": 0
}, - "exclusions": null,
- "id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "identifier": "tc-integrated-curtailment",
- "limit": {
- "benefit_id": "5d749b89-3e76-4672-ab9a-5de7787c6ab1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "bbe52a85-8228-4f08-959d-09af44f10d13",
- "limit": -1,
- "type": 0
}, - "name": "Curtailment and loss of holiday",
- "prominent": false,
- "sort_order": 7,
- "updated_at": "2021-01-02T03:21:56.479781Z"
}, - {
- "created_at": "2021-01-02T03:21:56.480764Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "3989c9cb-0a12-4f04-9e7d-101b3953333a",
- "identifier": "tc-integrated-accident-1",
- "limit": {
- "benefit_id": "3989c9cb-0a12-4f04-9e7d-101b3953333a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "6a8caf63-ef4b-4d63-8cf7-d35072cf3637",
- "limit": 500000,
- "type": 0
}, - "name": "Death: aged 18 - 65",
- "prominent": false,
- "sort_order": 8,
- "updated_at": "2021-01-02T03:21:56.480764Z"
}, - {
- "created_at": "2021-01-02T03:21:56.481503Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "3bf7408d-3882-4076-884a-f739efce2121",
- "identifier": "tc-integrated-accident-2",
- "limit": {
- "benefit_id": "3bf7408d-3882-4076-884a-f739efce2121",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "b93bf2ef-2905-41fe-8732-e597d54cb3aa",
- "limit": 100000,
- "type": 0
}, - "name": "Death: aged 17 and under or aged 66 and over",
- "prominent": false,
- "sort_order": 9,
- "updated_at": "2021-01-02T03:21:56.481503Z"
}, - {
- "created_at": "2021-01-02T03:21:56.482133Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "f1b3398b-a9a6-439b-9ee8-25cc820168f1",
- "identifier": "tc-integrated-accident-3",
- "limit": {
- "benefit_id": "f1b3398b-a9a6-439b-9ee8-25cc820168f1",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "48d778fe-e6d1-4f3f-a78f-5cb272a3b25a",
- "limit": 500000,
- "type": 0
}, - "name": "Disablement: aged 18 - 65",
- "prominent": false,
- "sort_order": 10,
- "updated_at": "2021-01-02T03:21:56.482133Z"
}, - {
- "created_at": "2021-01-02T03:21:56.482716Z",
- "description": null,
- "excess": null,
- "exclusions": null,
- "id": "6c7a0923-e31c-42a2-ad56-33ec62a84463",
- "identifier": "tc-integrated-accident-4",
- "limit": {
- "benefit_id": "6c7a0923-e31c-42a2-ad56-33ec62a84463",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "d696af0e-8ed4-46cc-8c44-f8801b5116af",
- "limit": 100000,
- "type": 0
}, - "name": "Disablement: aged 17 and under or aged 66 and over",
- "prominent": false,
- "sort_order": 11,
- "updated_at": "2021-01-02T03:21:56.482716Z"
}, - {
- "created_at": "2021-01-02T03:21:56.483338Z",
- "description": "Up to the trip cost.",
- "excess": {
- "amount": 5000,
- "benefit_id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "725982ae-772d-432b-9d04-fb21d19e1a7f",
- "type": 0
}, - "exclusions": null,
- "id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "identifier": "tc-integrated-covid-cancel",
- "limit": {
- "benefit_id": "03e23a9c-3590-4375-bb84-14496433cae9",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "24e4aa89-233e-419d-af80-94e328e160bf",
- "limit": -1,
- "type": 0
}, - "name": "Cancellation due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.483338Z"
}, - {
- "created_at": "2021-01-02T03:21:56.484387Z",
- "description": "Up to the trip cost.",
- "excess": {
- "amount": 5000,
- "benefit_id": "f3510e10-232e-4446-b546-ed65d379695a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "d534293b-b294-44f7-8e3f-3898aa91829a",
- "type": 0
}, - "exclusions": null,
- "id": "f3510e10-232e-4446-b546-ed65d379695a",
- "identifier": "tc-integrated-covid-curtailment",
- "limit": {
- "benefit_id": "f3510e10-232e-4446-b546-ed65d379695a",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "11d1ffb6-2543-43ce-adc4-0e8fb65dae6b",
- "limit": -1,
- "type": 0
}, - "name": "Curtailment and loss of holiday due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.484387Z"
}, - {
- "created_at": "2021-01-02T03:21:56.485281Z",
- "description": "Up to the trip cost.",
- "excess": null,
- "exclusions": null,
- "id": "e70733e8-0cc6-41c7-8f3d-e9c1fa09b0e3",
- "identifier": "tc-integrated-covid-emerg",
- "limit": {
- "benefit_id": "e70733e8-0cc6-41c7-8f3d-e9c1fa09b0e3",
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "id": "eec132d7-9823-48b0-b15d-bc3dad23d0d9",
- "limit": 1000000000,
- "type": 0
}, - "name": "Emergency medical and repatriation due to illness from COVID-19",
- "prominent": false,
- "sort_order": 12,
- "updated_at": "2021-01-02T03:21:56.485281Z"
}
], - "restricted_destination_countries": [ ],
- "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 0,
- "sibling_description": null,
- "refund_window": -1,
- "layout_type": 0,
- "sort_order": 0,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "GB",
- "country_code_3": "GBR",
- "geographic_region_id": "c944a52a-9af3-4680-b521-88374f4a32d1",
- "id": "8ada025e-eeba-46ab-b2fd-c80eb053aff5",
- "name": "United Kingdom",
- "updated_at": "2022-01-23T23:01:02.953074Z"
}
], - "tiered_products": [ ],
- "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [ ],
- "discontinued": false,
- "description": null,
- "max_age": -1,
- "product_documents": [ ],
- "name": "Protection Plus"
}
], - "trip_cost": 100000
}
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
display_name | String | Name used to display to other users. Used mostly by responders. |
first_name | String | First name |
last_name | String | Last name |
age | Integer | DEPRECATED |
birthday | Date | Birthday of user |
String | Email address of user | |
home_country | String | Two character code of country for the user. e.g. CA for Canada |
phone_number | String | Phone number of user |
language | String | Two character language code for the user. e.g. "es" for Spanish |
timezone | String | DEPRECATED |
timezone_identifier | String | Timezone identifier for the user |
profile_pic | Map | Map of urls to the user's profile picture |
username | String | Username chosen by the user for public display |
points | Integer | Point total accumulated by user by participating in the platform |
These attributes are only shown for the user requesting them.
Name | Type | Description |
---|---|---|
authentication_token | String | Authentication token used to access Sitata |
settings | [UserSettings ] |
Settings for the user. See below. |
mailing_lists | Map | A map of activated mailing lists for the user |
check_ins | [CheckIn ] |
A list of CheckIn s belonging to the user |
loc | LastKnownLocation |
The last known location of the user. See Below. |
roles | [Role ] |
A list of roles that the user has on the Sitata Platform. See below. |
subscriptions | [Subscription ] |
A list of subscriptions that the user has. |
These attributes are only shown for users that have a responder (doctor, dentist, etc) role.
Name | Type | Description |
---|---|---|
bio | String | Biography of the responder |
languages_spoken | [String] | A list of two character codes of languages spoken by the responder. e.g. ["en", "fr", "es"] |
doctor_settings | DoctorSettings |
A map of settings for the responder. See Below. |
User settings describe settings for most users (travellers).
User Settings Attributes
Name | Type | Description |
---|---|---|
send_trip_alert_email | Boolean | True if user wants to receive emails about trip alerts |
send_all_good_email | Boolean | True if user wants to receive emails when no alerts found |
send_trip_alert_push | Boolean | True if user wants to receive a push notification for trip alerts |
send_all_good_push | Boolean | True if user wants to receive a push notification when no alerts found |
check_in_with_location | Boolean | True if user wants to check in with their location |
follow_after_comment_report | Boolean | True if user wants to follow community reports after leaving a comment |
community_reward_email | Boolean | True if user wants to receive emails about rewards |
community_reward_push | Boolean | True if user wants to receive a push notification about rewards |
community_proximity_email | Boolean | True if user wants to receive emails when another nearby user reports |
community_proximity_push | Boolean | True if user wants to receive a push notification when another nearby user reports |
Doctor settings describe settings for responders.
Doctor Settings Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
clinic_appt_cost | Integer | Cost of a clinic appointment in cents. |
housecall_cost | Integer | Cost of a housecall appointment in cents. |
telemed_consult_cost | Integer | Cost of a telemedicine appointment in cents. |
istm_number | String | ISTM identifier for travel medicine doctors |
clinic_address | Address |
The clinic address string with lat/lng |
The user's last know location.
Last Known Location Attributes
Name | Type | Description |
---|---|---|
lat | Double | Latitude of the user's last known location |
lng | Double | Longitude of the user's last known location |
at | Datetime | Time of user's last known location |
country_code | String | The two character country code of the user's last known location |
acc | Integer | The accuracy of the user's last known location. Refer to CheckIn . |
trip_id | String | The trip id associated with this user's last known location |
A user can have one or more roles on the Sitata platform.
Name | Type | Description |
---|---|---|
id | String | id of the role |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
type | Integer | The role type (see below) |
company | Company |
A short form of the company including the id and name attributes. |
Value | Description |
---|---|
0 | Traveller |
1 | Employee |
2 | Branded Traveller |
55 | Medical Practitioner |
57 | Psychiatrist |
59 | Dentist |
50 | Clinical Admin |
99 | Organization Admin |
Get Users
Returns User
s for Company
, filtered by parameters.
Response is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
roles | [Integer] | An Array of Integers representing types of Role s. |
name | String | Returns User s with similar names. |
invited_users | Boolean | When true, will return a list of User s invited to Company . Default false. |
invited_employees | Boolean | When true, will return a list of User s, employees, invited to Company . Default false. |
path Parameters
company_id required | string Example: {{corp_company_id}} |
query Parameters
roles | string Example: roles=[1] |
name | string Example: name=Erlang |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: {{corp_company_auth}} |
Responses
Response samples
- 200
[- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "subscriptions": [
- {
- "company_id": null,
- "coupon": null,
- "created_at": "2019-10-28T17:42:29Z",
- "currency_code": null,
- "finish": "2019-11-05T19:52:59Z",
- "id": "9a074e23-e504-4689-9697-e6a1d6358b87",
- "last_renewal_attempt": null,
- "products": [ ],
- "start": null,
- "updated_at": "2019-11-05T19:52:59Z"
}
], - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
]
Get User
Gets User
for Company
given their ids.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
user_id | String | The id of User . |
path Parameters
company_id required | string Example: {{corp_company_id}} |
user_id required | string Example: {{corp_user_id}} |
header Parameters
Authorization | string Example: {{corp_company_auth}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
{- "authentication_token": "7affe88b-b551-42aa-9d61-69415e90c30f",
- "bio": "Bio",
- "birthday": null,
- "check_ins": [
- {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-14T19:20:40Z",
- "country_code": "CA",
- "created_at": "2018-11-14T19:20:40Z",
- "device_token": null,
- "id": "db5378cb-3557-4f46-92f2-9fb939160948",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45151653203523,
- "lng": -80.498483959503,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-14T19:20:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:45:15Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:45:15Z",
- "device_token": null,
- "id": "b5355255-dc50-40a4-b3f9-6546bbe56b94",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:45:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:39:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:39:44Z",
- "device_token": null,
- "id": "5dfa1c15-b6fe-4225-8eac-62f7b0d5de52",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:39:44Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:36:40Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:36:41Z",
- "device_token": null,
- "id": "ee0aaa1d-6429-4fc9-93ae-84bc3675f3a0",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:36:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:33:01Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:33:02Z",
- "device_token": null,
- "id": "ad6e5734-136e-4341-aab1-f553243c8dd5",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:33:02Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:32:31Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:32:31Z",
- "device_token": null,
- "id": "0a350621-c076-489e-aea8-1e433b61f62e",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:32:32Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:34:11Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:34:12Z",
- "device_token": null,
- "id": "93d883f5-fd2d-4d52-a4de-0d4cf8c0c066",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:34:12Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:29:59Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:29:59Z",
- "device_token": null,
- "id": "2be895a7-e149-47f7-a751-a8b14b04dbe7",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:30:00Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:25:51Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:10:40Z",
- "device_token": null,
- "id": "0b69fd17-5f16-4ee0-ac15-adb24f1fe060",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:10:40Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:24:22Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:09:10Z",
- "device_token": null,
- "id": "189e9eee-698c-4a2d-b558-d7e1852c209a",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:09:10Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:29Z",
- "device_token": null,
- "id": "ac8742ed-189f-4a88-8666-e2fa12be32de",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:30Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:29Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:15Z",
- "device_token": null,
- "id": "93024481-9d3e-457a-8d9f-d5e5f7a6c2ad",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T17:25:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T17:09:56Z",
- "device_token": null,
- "id": "a38a6c8d-9d88-4022-bfa4-6e7fd3ea6697",
- "ip_address": "0.0.0.0.0.65535.51063.59608",
- "lat": 43.45146453441372,
- "lng": -80.49851451677407,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T17:09:57Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:49Z",
- "device_token": null,
- "id": "22445bac-9914-4dd3-bcef-fa513d4bcb71",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45142669698986,
- "lng": -80.498542610759,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:48Z",
- "device_token": null,
- "id": "7dca38c4-9ac3-4d0d-b670-1e1dabf22608",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:23:47Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:23:49Z",
- "device_token": null,
- "id": "9a50125e-2fc7-426d-a06e-d1920afaef47",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:23:50Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:18:44Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:18:47Z",
- "device_token": null,
- "id": "890810fc-43f5-4e9e-9a2d-ed016c3b99ee",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4593681583665,
- "lng": -80.47714740967832,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:18:47Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:13:19Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:13:22Z",
- "device_token": null,
- "id": "8546869f-7a0e-4105-87d8-005d45537b62",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581128552498,
- "lng": -80.50450925363243,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:13:22Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:08:24Z",
- "device_token": null,
- "id": "07316c63-94f0-4359-9a70-00fee017996c",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:08:24Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "intercom_android_hash": "BAC20C71CF83170EDE430E35645BCA3DD6316A99C0E2C086BF0FDEC52E5491CC",
- "intercom_ios_hash": "34860885462734E4B7A9E28D011B83CFFC6D88A2122EB013AA545A90A64CE5E0",
- "intercom_web_hash": "9BC819F4900F56E3686CFD85EE206FE00663A797CA774B865C9E5B6807D75B07",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "loc": {
- "acc": 0,
- "at": "2018-11-14T19:20:40Z",
- "country_code": "CA",
- "lat": 43.45151653203523,
- "lng": -80.498483959503,
- "trip_id": null
}, - "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [ ],
- "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_ElWFjaPyYRiIIF",
- "subscriptions": [ ],
- "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
Update User
Updates User
for Company
given their ids.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
user_id | String | The id of the User . |
User Object Parameters
Expects these parameters to be wrapped in a key "user".
Name | Type | Description |
---|---|---|
bio | String | Biography. |
display_name | String | Text to show when displaying. |
first_name | String | First name. |
last_name | String | Last name. |
String | Email. | |
home_country | String | Home country. |
phone_number | String | Phone number. |
languages_spoken | Array | An Array of type String for which languages are spoken. |
language | String | Primary language. |
timezone | String | Timezone. |
timezone_identifier | Timezone identifier. | |
name | String | Name. |
password | String | Password. |
password_confirmation | String | Password confirmation. |
profile_pic | String | Profile picture. |
phone_number | String | Phone number. |
path Parameters
company_id required | string |
user_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "user": {
- "language": "en"
}
}
Response samples
- 200
{- "authentication_token": "7affe88b-b551-42aa-9d61-69415e90c30f",
- "bio": "Bio",
- "birthday": null,
- "check_ins": [
- {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:08:24Z",
- "device_token": null,
- "id": "07316c63-94f0-4359-9a70-00fee017996c",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:08:24Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:13:19Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:13:22Z",
- "device_token": null,
- "id": "8546869f-7a0e-4105-87d8-005d45537b62",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581128552498,
- "lng": -80.50450925363243,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:13:22Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:18:44Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:18:47Z",
- "device_token": null,
- "id": "890810fc-43f5-4e9e-9a2d-ed016c3b99ee",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4593681583665,
- "lng": -80.47714740967832,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:18:47Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:23:47Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:23:49Z",
- "device_token": null,
- "id": "9a50125e-2fc7-426d-a06e-d1920afaef47",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:23:50Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:48Z",
- "device_token": null,
- "id": "7dca38c4-9ac3-4d0d-b670-1e1dabf22608",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:49Z",
- "device_token": null,
- "id": "22445bac-9914-4dd3-bcef-fa513d4bcb71",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45142669698986,
- "lng": -80.498542610759,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T17:25:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T17:09:56Z",
- "device_token": null,
- "id": "a38a6c8d-9d88-4022-bfa4-6e7fd3ea6697",
- "ip_address": "0.0.0.0.0.65535.51063.59608",
- "lat": 43.45146453441372,
- "lng": -80.49851451677407,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T17:09:57Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:29Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:15Z",
- "device_token": null,
- "id": "93024481-9d3e-457a-8d9f-d5e5f7a6c2ad",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:29Z",
- "device_token": null,
- "id": "ac8742ed-189f-4a88-8666-e2fa12be32de",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:30Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:24:22Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:09:10Z",
- "device_token": null,
- "id": "189e9eee-698c-4a2d-b558-d7e1852c209a",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:09:10Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:25:51Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:10:40Z",
- "device_token": null,
- "id": "0b69fd17-5f16-4ee0-ac15-adb24f1fe060",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:10:40Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:29:59Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:29:59Z",
- "device_token": null,
- "id": "2be895a7-e149-47f7-a751-a8b14b04dbe7",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:30:00Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:34:11Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:34:12Z",
- "device_token": null,
- "id": "93d883f5-fd2d-4d52-a4de-0d4cf8c0c066",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:34:12Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:32:31Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:32:31Z",
- "device_token": null,
- "id": "0a350621-c076-489e-aea8-1e433b61f62e",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:32:32Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:33:01Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:33:02Z",
- "device_token": null,
- "id": "ad6e5734-136e-4341-aab1-f553243c8dd5",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:33:02Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:36:40Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:36:41Z",
- "device_token": null,
- "id": "ee0aaa1d-6429-4fc9-93ae-84bc3675f3a0",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:36:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:39:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:39:44Z",
- "device_token": null,
- "id": "5dfa1c15-b6fe-4225-8eac-62f7b0d5de52",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:39:44Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:45:15Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:45:15Z",
- "device_token": null,
- "id": "b5355255-dc50-40a4-b3f9-6546bbe56b94",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:45:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-14T19:20:40Z",
- "country_code": "CA",
- "created_at": "2018-11-14T19:20:40Z",
- "device_token": null,
- "id": "db5378cb-3557-4f46-92f2-9fb939160948",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45151653203523,
- "lng": -80.498483959503,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-14T19:20:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "display_name": null,
- "doctor_settings": {
- "clinic_address": {
- "address_str": "151 Char",
- "created_at": "2019-06-05T16:38:01Z",
- "id": "8e6261b4-fa79-4cf4-b3e5-36a71680c543",
- "lat": 43.4512677,
- "lng": -80.49864200000002,
- "updated_at": "2019-06-06T21:41:05Z"
}, - "clinic_appt_cost": 6000,
- "created_at": "2018-10-10T18:37:37Z",
- "housecall_cost": 1000,
- "id": "b8dbb141-23b1-4d9a-9582-2bc2c7b0f454",
- "istm_number": null,
- "original_clinic_appt_cost": 5000,
- "original_housecall_cost": 0,
- "original_telemed_consult_cost": 0,
- "telemed_consult_cost": 1000,
- "updated_at": "2019-06-06T21:41:05Z",
- "working_time_finish": "23:55:00",
- "working_time_start": "00:00:00"
}, - "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "intercom_android_hash": "BAC20C71CF83170EDE430E35645BCA3DD6316A99C0E2C086BF0FDEC52E5491CC",
- "intercom_ios_hash": "34860885462734E4B7A9E28D011B83CFFC6D88A2122EB013AA545A90A64CE5E0",
- "intercom_web_hash": "9BC819F4900F56E3686CFD85EE206FE00663A797CA774B865C9E5B6807D75B07",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "loc": {
- "acc": 10,
- "at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "trip_id": null
}, - "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [
- {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-03-29T15:36:15Z",
- "id": "97ab5076-01ac-4cc8-91fd-e66e189b6dd3",
- "type": 0,
- "updated_at": "2019-09-23T20:38:57Z"
}, - {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-01-10T00:00:17Z",
- "id": "aba7f20e-1a71-4708-973b-bcd1b82e29de",
- "type": 1,
- "updated_at": "2019-09-23T20:38:31Z"
}
], - "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_ElWFjaPyYRiIIF",
- "subscriptions": [
- {
- "company_id": null,
- "coupon": null,
- "created_at": "2019-10-28T17:42:29Z",
- "currency_code": null,
- "finish": "2019-11-05T19:52:59Z",
- "id": "9a074e23-e504-4689-9697-e6a1d6358b87",
- "last_renewal_attempt": null,
- "products": [ ],
- "start": null,
- "updated_at": "2019-11-05T19:52:59Z"
}
], - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
Delete User
Delete User
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
user_id | String | The id of User . |
path Parameters
company_id required | string |
user_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{ }
Get Active Traveller Country Count
Returns a list of users who have had a recent checkin for a particular company.
path Parameters
company_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "AU": 1,
- "EG": 1,
- "HK": 1,
- "IN": 1,
- "SL": 1,
- "TH": 1,
- "US": 4
}
Get Active Travellers
Returns a list of users who have had a recent checkin for a particular company or have an active trip.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
like | String | Will filter for similarity on first_name, last_name, or email. |
country_codes | String | Comma separated country codes to restrict search to. |
days_prior | Integer | Number of past days to search checkins. |
path Parameters
company_id required | string |
query Parameters
like | string Example: like=Mike Will filter for similarity on first_name, last_name, or email |
country_codes | string Example: country_codes=VN,TZ Comma separated country codes to restrict search to |
days_prior | integer Example: days_prior=8 Number of past days to search checkins |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[- {
- "profile_pic": null,
- "loc": {
- "trip_id": null,
- "lng": 39.28277777777778,
- "lat": -6.848055555555556,
- "country_code": "TZ",
- "at": "2019-04-30T15:23:11.396495Z",
- "acc": 0
}, - "last_name": "Kuhic",
- "id": "46b591dd-cec0-487a-b35a-c8c20c2cd516",
- "first_name": "Mike",
- "email": "mike.kuhic.1543629251@emirates.com"
}, - {
- "profile_pic": null,
- "loc": {
- "trip_id": null,
- "lng": 105.88305555555556,
- "lat": 21.233888888888888,
- "country_code": "VN",
- "at": "2019-04-30T15:24:37.748688Z",
- "acc": 0
}, - "last_name": "Waters",
- "id": "5ca877d2-e307-4da4-af09-5c8eb98363ce",
- "first_name": "Mikel",
- "email": "mikel.waters.53291352333@emirates.com"
}
]
Delete User Role
Removes User
s role from Company
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
role_type | Integer | The type of Role to remove from User . |
Body Parameters
Name | Type | Description |
---|---|---|
users | [String] | An Array of Strings of User ids. |
path Parameters
company_id required | string |
query Parameters
role_type | integer Example: role_type=1 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "users": [
- "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
]
}
Response samples
- 200
[- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
]
Create Invited Users
Invite User
s to Company
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
invited_users | [Object] | An Array of Invited User Objects. See Invited User table below for further details. |
Invited User Parameters
Name | Type | Description |
---|---|---|
String | The email of the user being invited. | |
name | String | The name of the user being invited. |
phone_number | Strig | The phone number of the user being invited. |
role_type | Integer | The type of role the user will be given. |
path Parameters
company_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "invited_users": [
- {
- "name": "Albert Jiyuna",
- "email": "newtraveller@sitata.com",
- "phone_number": "123456789",
- "role_type": 0
}, - {
- "name": "Samantha Holiett",
- "email": "newemployee@sitata.com",
- "role_type": 1
}
]
}
Response samples
- 200
[- {
- "email": "newtraveller@sitata.com",
- "id": "c90050e5-05e1-4fb4-b5d1-47a2c685ffc9",
- "name": "Albert Jiyuna",
- "phone_number": "123456789"
}, - {
- "email": "newemployee@sitata.com",
- "id": "cf02c1a1-c379-4686-b0f9-38d44e06127a",
- "name": "Samantha Holiett",
- "phone_number": null
}
]
Create a Traveller
Create's a user with a traveller role within the organization.
If the user
attributes given contains password
(and password_confirmation
), then the platform will set and enforce the password, otherwise it will not demand a password.
If send_confirmation_email
is given, the platform will send an email to confirm with the user. If false, system will not send confirmation email and the email will be assumed to be valid (i.e. email_confirmed_at
will be set).
Request Body Parameters
Name | Type | Description |
---|---|---|
user | User |
The user's attributes. |
send_confirmation_email | Boolean | When true, will send a confirmation email from Sitata to the user. Default is false. |
path Parameters
company_id required | string Example: 5dea3b88-1f93-4393-85be-bfed5920c3b5 Your organization's ID |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "user": {
- "name": "Jack Johnson",
- "email": "jj@gmail-test123.com"
}
}
Response samples
- 200
{- "authentication_token": "657a8109-0a9e-41e4-a499-426477669325",
- "bio": null,
- "birthday": null,
- "check_ins": [ ],
- "display_name": null,
- "doctor_settings": null,
- "email": "jj@gmail-test123.com",
- "first_name": "Jack",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "88cd1588-501e-42cc-b4a4-6d78b6f6d115",
- "intercom_android_hash": "7D08B66DBCA81F5DDB6CECF800677FE2B51C69238DA80AB6831449970604542B",
- "intercom_ios_hash": "9FD241F4EC15D3858F3E2379523FCEEDDFE68CA92EEC87FAFBF760BFFA3DB541",
- "intercom_web_hash": "EA0680F8117377C33BC6703F20C121302C827685AAD111B2900347AF0228AA49",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Johnson",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [
- {
- "company": null,
- "company_id": "5dea3b88-1f93-4393-85be-bfed5920c3b5",
- "created_at": "2020-04-24T20:33:31.691033Z",
- "id": "688c98d3-0722-41db-9cd3-324b6b41de67",
- "type": 2,
- "updated_at": "2020-04-24T20:33:31.691033Z",
- "user_id": "88cd1588-501e-42cc-b4a4-6d78b6f6d115"
}, - {
- "company": null,
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "created_at": "2020-04-24T20:33:31.682720Z",
- "id": "5cdb5bdb-ee25-447c-85f8-46eedb7416c2",
- "type": 0,
- "updated_at": "2020-04-24T20:33:31.682720Z",
- "user_id": "88cd1588-501e-42cc-b4a4-6d78b6f6d115"
}
], - "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": null,
- "subscriptions": [ ],
- "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}
Create Invite Users by CSV
Allows to invite users using a CSV file.
path Parameters
company_id required | string |
query Parameters
role_type | integer Example: role_type=0 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: multipart/form-data
file | string <binary> |
Responses
Response samples
- 200
[- {
- "email": "js91@sitata.com",
- "id": "7e56ff69-729b-4b43-a53e-82a0f300a0a1",
- "name": "Jack Smitch",
- "phone_number": null
}
]
Resend Invited User Invitations
Resend invitations for users invited by Company
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of the Company . |
Body Parameters
Name | Type | Description |
---|---|---|
invited_users | [InvitedUser ] |
An Array of Invited User s ids. |
path Parameters
company_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "invited_users": [
- {
- "id": "7e56ff69-729b-4b43-a53e-82a0f300a0a1"
}
]
}
Response samples
- 200
{ }
Delete Invited Users
Deletes and cancels the invitaton process after inviting a new User
to Company
.
Request Parameters
Name | Type | Description |
---|---|---|
company_id | String | The id of Company . |
Request Parameters
Name | Type | Description |
---|---|---|
invited_users | [String] | An Array of Strings of Invited User ids. |
path Parameters
company_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{ }
Get For Issue
Returns ConferenceCalls for a given issue at a particular Company.
path Parameters
company_id required | string Example: 91955970-34eb-4a1b-97e6-53e9084abbfa |
issue_id required | string Example: 6ef62a37-d42c-43ae-ab6d-4340b866199d |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Get Conference Calls
Fetch conference calls for the organization.
path Parameters
company_id required | string Example: 91955970-34eb-4a1b-97e6-53e9084abbfa |
query Parameters
all | boolean Example: all=true |
per-page | integer Example: per-page=2 |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Responses
Webhook Endpoints allow your organization to receive notifications and events from Sitata. Sitata will send a POST request to the url
you specify during certain events. It is expected that your server will respond with a 200
status code. If that response is not received, Sitata will attempt to repeat sending the webhook event using exponential backoff. At any time, you may query the list of WebhookEvent
's to cancel the process or for a full history of events.
Name | Type | Description |
---|---|---|
id | String | The id of the webhook endpoint. |
created_at | String | The time the record was created. |
updated_at | String | The time the record was updated. |
enabled | Boolean | If set to false, the webhook will not be processed. |
enabled_events | [Integer] | If set, only certain events will be processed. If empty or null, webhook will send all events. |
signing_secret | String | Secret key for header signature. |
url | String | Endpoint that data will be sent to. |
company_id | String | Company identifier that webhook endpoint belongs to. |
When webhook events are sent to your organization. Each will contain a event type and payload field. Each event type follows the Sitata Notification
types.
Request Body Attributes
Name | Type | Description |
---|---|---|
event | Integer | The type of event that has occurred. |
payload | Map | The data payload for the event. |
Sitata sends a Sitata-Signature
header in each communication which conatins a timestamp and one or more signatures. This allows your organization to confirm the validity of the communication and its payload. The timestamp is prefixed by t=
, and each signature is prefixed by a version scheme. Version schemes start with v, followed by an integer. Currently, the only valid live signature scheme is v1.
The header will look something like:
Sitata-Signature: t=1492774577,v1=ABC123
Sitata's signature is generated using HMAC with SHA-256. The header is signed with the signing_secret
of each WebhookEndpoint
. You can verify the signature by performing the following steps:
1. Timestamp and signature extraction
Split the header, using the , character as the separator, to get a list of elements. Then split each element, using the = character as the separator, to get a prefix and value pair. The value for the prefix t corresponds to the timestamp, and the value for v1 corresponds to the signature. You can discard all other elements.
2 Prepare the signed payload for comparison
The signed payload is a string which is created by concatenating:
- The timestamp as a string
- The character
.
- The raw request body
3 Determine the expected signature and compare
Compute an HMAC with SHA256 hash. Use the Webhook Endpoint
's signing_secret
as the key and the signed payload from step #2 as the message. Compare the signature value in the header to the expected signature. For additional security, you can compute the difference between the current timestamp and the received time and decide if the difference is within your tolerance. To protect against timing attacks, use a constant-time string comparison to compare the expected signature to the received signature.
Get Webhook Endpoints
Returns Webhook Endpoint
s for the desired Company
. The response is paginated.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "created_at": "2020-05-21T00:50:57.713445Z",
- "enabled": true,
- "enabled_events": [ ],
- "id": "494cdd02-a638-44bb-a2d7-7d97e6ff2ef5",
- "signing_secret": "572b1f7c-7928-432a-bba7-8c26d47abdb1",
- "updated_at": "2020-05-21T01:12:35.147621Z",
}, - {
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "created_at": "2020-05-21T00:49:16.435305Z",
- "enabled": false,
- "enabled_events": [
- 1
], - "id": "8ca34445-140f-450b-91c2-9f423e21a6bd",
- "signing_secret": "5f4c366e-6251-48c4-b2d5-5ed5eb85aece",
- "updated_at": "2020-05-21T00:49:16.435305Z",
}
]
Create Webhook Endpoint
Create a new Webhook Endpoint
for the desired Company
.
Body Parameters
Parameters should be sent to the server wrapped in a key named webhook_endpoint
.
Name | Type | Description |
---|---|---|
enabled_events | [Integer] | An array of integers representing the type of events to listen for. Leave empty to listen to all events. |
enabled | Boolean | When false, webhook endpoint will not be active. |
url | String | The full url that is receiving the data. e.g. https://www.abc.co/webhooks/sitata |
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "webhook_endpoint": {
- "enabled_events": [
- 1
], - "enabled": false,
}
}
Response samples
- 201
{- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "created_at": "2020-05-21T00:50:57.713445Z",
- "enabled": false,
- "enabled_events": [
- 1
], - "id": "494cdd02-a638-44bb-a2d7-7d97e6ff2ef5",
- "signing_secret": "572b1f7c-7928-432a-bba7-8c26d47abdb1",
- "updated_at": "2020-05-21T00:50:57.713445Z",
}
Get Webhook Endpoint
Returns a Webhook Endpoint
for the desired Company
.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
id required | string Example: 494cdd02-a638-44bb-a2d7-7d97e6ff2ef5 webhook endpoint identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "created_at": "2020-05-21T00:50:57.713445Z",
- "enabled": true,
- "enabled_events": [ ],
- "id": "494cdd02-a638-44bb-a2d7-7d97e6ff2ef5",
- "signing_secret": "572b1f7c-7928-432a-bba7-8c26d47abdb1",
- "updated_at": "2020-05-21T01:12:35.147621Z",
}
Delete Webhook Endpoint
Delete a Webhook Endpoint
.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
id required | string Example: 3e1380f3-0a2b-40b5-8fed-b48d05214ed7 webhook endpoint identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{ }
Update Webhook Endpoint
Create a new Webhook Endpoint
for the desired Company
.
Body Parameters
Parameters should be sent to the server wrapped in a key named webhook_endpoint
.
Name | Type | Description |
---|---|---|
enabled_events | [Integer] | An array of integers representing the type of events to listen for. Leave empty to listen to all events. |
enabled | Boolean | When false, webhook endpoint will not be active. |
url | String | The full url that is receiving the data. e.g. https://www.abc.co/webhooks/sitata |
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
id required | string Example: 494cdd02-a638-44bb-a2d7-7d97e6ff2ef5 webhook identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "webhook_endpoint": {
- "enabled_events": [ ],
- "enabled": true,
}
}
Response samples
- 201
{- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "created_at": "2020-05-21T00:50:57.713445Z",
- "enabled": true,
- "enabled_events": [ ],
- "id": "494cdd02-a638-44bb-a2d7-7d97e6ff2ef5",
- "signing_secret": "572b1f7c-7928-432a-bba7-8c26d47abdb1",
- "updated_at": "2020-05-21T01:12:35.147621Z",
}
Webhook events keep a record of events sent to your organization through webhook endpoints.
When a Webhook Event is sent to your Webhook Endpoint, it will contain a data payload of extra information. Each Webhook Event has the following structure:
Attribute | Type | Description |
---|---|---|
id | String | identifier of the webhook event |
created_at | DateTime | the time the webhook event was created |
updated_at | DateTime | the time the webhook event was last updated |
payload | Object | The data payload containing extra associated information. See below. |
last_response | Object | The last response your servers replied to Sitata |
last_response_stats | Integer | The last status response value your servers provided |
next_attempt_at | DateTime | the time our system will attempt to re-send the event |
completed | Boolean | true if no more send attempts are planned |
attempt_count | Integer | the number of times Sitata has attempted to send the event |
company_id | String | your company identifier |
webhook_endpoint_id | String | the identifier of the webhook endpoint this event was generated for |
New Alert
This event is sent when an alert has been created or updated. Your organization must have Sitata's Advanced Travel Intelligence package to receive these events.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 109 |
alert | Object | The full alert details. See Trip Alert section. |
New Trip Alert Set
This event is sent when a set of your users have been affected by a particular event. Sitata determines which users are affected based on their trip itinerary details. A list of affected trips is also provided. For convenience, if you have saved your own user identifiers to the User record, then this list is provided as well.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 110 |
user_ids | Array[String] | List of Sitata user identifiers |
trip_ids | Array[String] | List of Sitata trip identifiers |
external_ids | Array[String] | List of third party user identifiers |
alert | Object | The full alert details. See Trip Alert section. |
Travel Restriction
Sent when an Travel Restriction is created or updated.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 120 |
entry_requirement | Object | The Travel Restriction details |
Entry Requirement
Sent when an Entry Requirement is created or updated.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 121 |
entry_requirement | Object | The Entry Requirement details |
Updated User
Sent when a user has been updated.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 504 |
user | Object | The user details. See User section. |
Updated User Settings
Sent when a user has updated their settings.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 505 |
user_settings | Object | The user settings details. |
Deleted User
Sent when a user has been deleted.
The data payload is as follows:
Attribute | Type | Description |
---|---|---|
event | Integer | The value is 506 |
user | Object | The user details. See User section. |
Get Webhook Events
Returns Webhook Events
s for the desired Company
. The response is paginated.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "attempt_count": 5,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T03:08:23.529794Z",
- "id": "421df908-8728-4aea-851f-26a3553b1713",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:16:23.528770Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:08:23.529794Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 4,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": true,
- "created_at": "2020-05-22T03:07:54.266250Z",
- "id": "9dc3da63-3a23-4dae-b7aa-548cbbabf4b9",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:11:54.265148Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:08:23.530687Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 3,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": true,
- "created_at": "2020-05-22T03:07:22.898291Z",
- "id": "79cd6f10-1229-4794-9645-ecebbd262417",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:09:22.875502Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:07:54.267388Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 2,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": true,
- "created_at": "2020-05-22T03:06:47.283229Z",
- "id": "a19c300a-9de4-4e80-a7c0-600099d9da46",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:07:47.282041Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:07:22.919516Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 2,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T03:06:38.144537Z",
- "id": "ea935bdf-18e5-4572-b423-cde5fdab7855",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:07:38.143366Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:06:38.144537Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T03:05:26.573622Z",
- "id": "dbf392e4-347d-410f-920f-b7e755042bf0",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:06:26.572664Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:05:26.573622Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T02:57:59.810887Z",
- "id": "f0f4b7a6-1ba0-4f26-8fb7-7896cecece75",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T02:58:59.809963Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T02:57:59.810887Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T02:57:09.442549Z",
- "id": "26a26d1f-c0f1-4165-8a86-63815f04c829",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T02:58:09.441458Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T02:57:09.442549Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T02:56:35.824172Z",
- "id": "e4cb679d-4b03-4466-99bc-c7aeaa1e4dd8",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T02:57:35.823652Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T02:56:35.824172Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T02:52:47.363967Z",
- "id": "f56074ac-2221-47f3-8a75-0db8cd9c3f0b",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T02:53:47.346159Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T02:52:47.363967Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": true,
- "created_at": "2020-05-22T02:50:04.486164Z",
- "id": "37e1d23e-c75b-4dc2-aba4-07dec7e29cb8",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T02:50:34.485654Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T03:06:47.285762Z",
- "webhook_endpoint_id": null
}, - {
- "attempt_count": 1,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": false,
- "created_at": "2020-05-22T02:49:07.675694Z",
- "id": "372cefdf-2b79-4819-853a-79ab3d06385d",
- "last_response": null,
- "last_response_status": 200,
- "locked": false,
- "next_attempt_at": null,
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T02:49:07.675694Z",
- "webhook_endpoint_id": null
}
]
Complete Webhook Event
Will set the WebhookEvent
's completed
field to true. When set to true, the webhook event will no longer be processed in the future if retries are necessary.
path Parameters
company_id required | string Example: a73fa383-c467-4db2-9cfc-a8f7c4a80b39 company identifier |
id required | string Example: 421df908-8728-4aea-851f-26a3553b1713 webhook event identifier |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "attempt_count": 5,
- "company_id": "a73fa383-c467-4db2-9cfc-a8f7c4a80b39",
- "completed": true,
- "created_at": "2020-05-22T03:08:23.529794Z",
- "id": "421df908-8728-4aea-851f-26a3553b1713",
- "last_response": {
- "response": "failed_connect"
}, - "last_response_status": 400,
- "locked": false,
- "next_attempt_at": "2020-05-22T03:16:23.528770Z",
- "payload": {
- "whatever": {
- "some": "message"
}
}, - "updated_at": "2020-05-22T14:51:22.327830Z",
- "webhook_endpoint_id": null
}
Privacy zones allow sensitive geographical regions to remain private. For example, users can create a privacy zone around their home dwelling and within this region, check-in activity will not occur. Privacy zones require location and distance values.
Name | Type | Description |
---|---|---|
id | String | The id of the privacy zone |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
lat | Double | The latitude of the zone |
lng | Double | The longitude of the zone |
distance | Integer | The distance of the zone in meters. Must be greater than or equal to 1000 and less than or equal to 25000 |
name | String | A user generated name for the zone. Must be less than 240 characters. |
Get Privacy Zones
Get Privacy Zone
s for User
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": null,
- "updated_at": "2019-05-24T17:37:17.351758Z",
- "lng": -80.498642,
- "lat": 43.451291,
- "id": "61db1611-df53-4073-a311-c5f0d5190860",
- "distance": 10000,
- "created_at": "2019-05-24T17:37:17.351743Z"
}, - {
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": null,
- "updated_at": "2019-05-24T18:12:06.900754Z",
- "lng": -80.498642,
- "lat": 43.451291,
- "id": "7f46dfdf-eb82-412f-9641-481a37ab6955",
- "distance": 13500,
- "created_at": "2019-05-24T18:10:59.012865Z"
}
]
Create Privacy Zone
Create Privacy Zone
for User
Privacy Zone Object Attributes
Name | Type | Description |
---|---|---|
distance | Integer | Radius of the Privacy Zone in meters. |
lat | Double | Latitude of Privacy Zone . |
lng | Double | Longitude of Privacy Zone . |
name | String | Name given to this Privacy Zone . |
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "privacy_zone": {
- "distance": "10000",
- "lat": "43.456",
- "lng": "-80.1234",
- "name": "Home Area"
}
}
Response samples
- 201
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "Asia/Yangon",
- "profile_pic": {
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63721971201",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63721971201",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63721971201",
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63721971201"
}, - "points": null,
- "phone_number": "12894899264",
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Bill",
- "email": "responder@responder.com",
- "doctor_settings": null,
- "display_name": "Mike Smith",
- "birthday": null,
- "bio": "bio"
}, - "updated_at": "2019-05-24T19:27:44.753756Z",
- "lng": -79.98266910839081,
- "lat": 42.98097274831085,
- "id": "96161480-ca69-4eac-abe6-167780c2837b",
- "distance": 10000,
- "created_at": "2019-05-24T19:27:44.753743Z"
}
Update Privacy Zone
Update Privacy Zone
for given id.
Request Body Attributes
Name | Type | Description |
---|---|---|
distance | Integer | Radius of the Privacy Zone in meters. |
lat | Double | Latitude of Privacy Zone . |
lng | Double | Longitude of Privacy Zone . |
name | String | Name given to this Privacy Zone . |
path Parameters
privacy_zone_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "privacy_zone": {
- "distance": "13500"
}
}
Response samples
- 200
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": null,
- "updated_at": "2019-05-24T18:12:06.900754Z",
- "lng": -80.498642,
- "lat": 43.451291,
- "id": "7f46dfdf-eb82-412f-9641-481a37ab6955",
- "distance": 13500,
- "created_at": "2019-05-24T18:10:59.012865Z"
}
Delete Privacy Zone
Delete privacy zone
path Parameters
privacy_zone_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": null,
- "updated_at": "2019-05-24T18:46:54.141604Z",
- "lng": -80.498642,
- "lat": 43.451291,
- "id": "1c7fb44f-d93c-42ff-a146-25d2eb03135b",
- "distance": 10000,
- "created_at": "2019-05-24T18:46:54.141592Z"
}
Products are the different travel assistance and insurance plans available for sale. Each product contains one or more Benefits.
Name | Type | Description |
---|---|---|
id | String | The id of the message |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the product |
description | String | A description of the product for display in markdown format |
sibling_name | String | If the product belongs to a sibling group, this is a common name to use for display of all the sibling products. |
sibling_description | String | If the product belongs to a sibling group, this is a common description to use for display of all the sibling products. |
disclaimer | String | This is a disclaimer description that must be presented along with the product |
sort_order | Integer | This is the sort order of products. Products should be displyed in ascending order. |
policy_url | String | This is a URL to policy wording if the product does not have Product Documents. This field is deprecated in favour of Product Documents. |
preselected | Boolean | When true, Sitata recommends preselecting the product when displaying for purchase. |
product_documents | [ProductDocument ] |
A list of product documents that are presented to purchasers and available for download. e.g. Policy wordings, terms of business, etc. |
identifier | String | A human readable product identifier. |
discontinued | Boolean | If true, the product is no longer available. |
refund_window | Integer | Refund window defines how many days after puchase the product is available for a refund. |
benefits | [Benefit ] |
A list of product Benefits. |
max_age | Intger | The maximum age of a customer that can purchase this product (inclusive at time of purchase) |
max_trip_length | Integer | For travel insurnce, the maximum amount of coverage in days which the product will provide. |
product_type | Integer | The type of product. See below. |
layout_type | Integer | Specifies how the product should be displayed. See below. |
faqs | [ProductFaq ] |
A list of frequently asked questions for the product. |
tiered_products | [Product ] |
Specifies the list of tiered products related to the current product. |
tiered_product_ids | [String] | Specifies the list of tiered product identifiers related to the current product. |
upgrade_products | [Product ] |
A list of upgradeable / bundled products related to the current product. |
upgrade_product_ids | [String] | A list of upgradeable / bundled product identifiers related to the current product. |
upgrade_siblings | [Product ] |
A list of product siblings related to the current product. |
upgrade_sibling_ids | [String] | A list of product sibling identifiers related to the current product. |
countries | [Country ] |
A list of countries where the product is available. |
country_ids | [String] | A list of country ids where the product is available. |
restricted_destination_countries | [Country ] |
A list of countries where the product is specifically not available. |
restricted_destination_country_ids | [String] | A list of country ids where the product is specifically not available. |
Name | Type | Description |
---|---|---|
id | String | The id of the benefit |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the benefit |
description | String | A description of the benefit in markdown format |
exclusions | String | A description of the benefit's exclusions in markdown format. Often empty. IMPORTANT: An empty value does NOT mean the product has no exclusions. |
identifier | String | A human readable identifier of the benefit |
sort_order | Integer | Specifies the order in which to display the benefits. Benefits should be displayed in ascending order. |
prominent | Boolean | When true, it is highly recommended that the benefit be displayed to customers. |
limit | BenefitLimit |
Specifies the limits of the benefit. See below. |
excess | BenefitExcess |
Specifies the excess associated with the benefit (or Deductible). See below. |
Name | Type | Description |
---|---|---|
id | String | The id of the benefit limit |
currency_code | String | The currency used when describing the benefit limit. |
cost_modifier | Double | The multiplying factor to convert the limit into a reasonable unit for display. e.g. 2180 * 0.01 = 21.80 GBP |
cost_symbol | String | A character used to display the type of currency used. e.g. "£" for GBP. |
limit | Integer | Limit is the maximum coverage amount in the smallest monetary unit. e.g. pence for GBP |
benefit_id | String | The id of the benefit that the limit belongs to. |
Name | Type | Description |
---|---|---|
id | String | The id of the benefit excess |
currency_code | String | The currency used when describing the benefit excess. |
cost_modifier | Double | The multiplying factor to convert the excess into a reasonable unit for display. e.g. 2180 * 0.01 = 21.80 GBP |
cost_symbol | String | A character used to display the type of currency used. e.g. "£" for GBP. |
amount | Integer | Amount is the amount of excess associated with the benefit in the smallest monetary unit. e.g. pence for GBP |
type | Integer | The Benefit Excess type. See below. |
benefit_id | String | The id of the benefit that the limit belongs to. |
Benefit Excess (or Deductible) Types
Type | Description |
---|---|
0 | The benefit "excess" is truly an excess. |
1 | The benefit "excess" is actually a "deductible." |
Product Documents are necessary documents to present to a User before or after a purchase. For example, a product document could be the Policy Wording of a travel protection plan. There may be multiple product documents for a single product and across multiple different languages.
Name | Type | Description |
---|---|---|
id | String | The id of the message |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the document |
identifier | String | A human readable identifier for the document |
group_ident | String | If there more than one version of the document (e.g. english and french), this identifier will be common among them. |
type | Integer | The type of product document. See below. |
language | String | The language of the document. |
url | String | If the document is hosted external to Sitata, this value will be the url for it. |
sort_order | Integer | The order to display the document. Product documents should be sorted in ascending order. |
file | Object | A list of urls for the uploaded document. |
countries | [Country ] |
A list of countries that the document is meant for. If empty, the document applies to all countries. |
country_ids | [String] | A list of country ids that the document is meant for. If empty, the document applies to all countries. |
country_divisions | [CountryDivision ] |
A list of country divisions that the document is meant for. If empty, the document applies to all divisions. |
country_division_ids | [String] | A list of country division ids that the document is meant for. If empty, the document applies to all divisions. |
product_id | String | The identifier of the product which the document is related to. |
Product Document Types
Type | Description |
---|---|
0 | Policy wording |
1 | Terms of business |
2 | Marketing Brochure |
99 | Other |
Name | Type | Description |
---|---|---|
id | String | The id of the message |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
question | String | The question |
answer | String | The answer to the question in markdown format |
order | Integer | The order to display the question and answer. FAQs should be displayed in ascending order. |
starred | Boolean | When true, it is recommended to prominently display the faq. |
product_id | String | The id of the product the faq is assocaited with. |
Product quotes list the pricing for a list of products based on a given set of parameters. Often a single product quote is generated for a single product; however, it is possible to generate a singl product quote for multiple products.
Name | Type | Description |
---|---|---|
id | String | The id of the message |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
product_ids | [String] | A list of product ids that the quote is associated with. |
products | [Product ] |
A list of products that the quote is associated with. |
start | String | The start date that was used when requesting a quote. |
finish | String | The finish date that was used when requesting a quote. |
cost | Integer | The price of the product(s) in the lowest denomination of currency. e.g. pence for GBP. |
taxes | Integer | The taxes of the product(s) in the lowest denomination of currency. e.g. pence for GBP. |
insurance_taxes | Integer | The insurance taxes of the product(s) in the lowest denomination of currency. e.g. pence for GBP. |
currency_code | String | The currency used when generating the quote. |
cost_modifier | Double | The multiplying factor to convert the excess into a reasonable unit for display. e.g. 2180 * 0.01 = 21.80 GBP |
cost_symbol | String | The currency symbol |
num_subscriptions | Integer | The number of subscriptions that would be created for this quote. |
num_people | Integer | The total number of people (users + beneficiaries) that would benefit from purchasing this quote. |
product_quote_group_id | String | When listing multiple products and multiple quotes, they are grouped together using a Product Quote Group. This is the identifier for that group. |
splits | [Product Quote Split] | This is a list of revenue splits between companies for the product quote. |
SafetyCategory allows Sitata to associate one or more safety categories with an Alert.
Get Safety Categories
Returns a list of safety categories.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "created_at": "2012-04-09T17:38:02Z",
- "id": "fcd59d0d-ff53-4d9e-ae82-8fe13df55805",
- "name": "Armed Conflict",
- "updated_at": "2013-10-19T05:37:10Z"
}, - {
- "created_at": "2012-08-12T01:50:48Z",
- "id": "11c1d9a2-6363-43af-9fd8-d6b9c8064d44",
- "name": "Accident",
- "updated_at": "2013-10-19T05:37:09Z"
}, - {
- "created_at": "2015-06-27T02:34:54Z",
- "id": "fbed52f9-c0c7-46f9-888f-c95d07622481",
- "name": "Bombings",
- "updated_at": "2015-06-27T02:34:54Z"
}, - {
- "created_at": "2012-04-09T17:38:02Z",
- "id": "5a058b8e-03e6-4931-bf2a-339b385c219d",
- "name": "Civil Unrest",
- "updated_at": "2013-10-19T05:37:11Z"
}, - {
- "created_at": "2015-11-20T17:51:57Z",
- "id": "2d29f488-96c1-4fbc-84bf-024284f56ff9",
- "name": "Credible Terrorist Threat",
- "updated_at": "2015-11-20T17:51:57Z"
}, - {
- "created_at": "2015-07-03T13:16:05Z",
- "id": "857db37c-5422-4581-b561-3b8eee4441bd",
- "name": "Earthquakes",
- "updated_at": "2015-07-03T13:16:05Z"
}, - {
- "created_at": "2015-07-14T16:39:25Z",
- "id": "5058905f-ced2-40a6-969e-5751dcf91723",
- "name": "Border dispute",
- "updated_at": "2015-07-14T16:39:25Z"
}, - {
- "created_at": "2014-10-10T18:47:11Z",
- "id": "38d8ba96-aeb4-4560-812b-256c642b1287",
- "name": "Environment",
- "updated_at": "2014-10-10T18:48:04Z"
}, - {
- "created_at": "2015-07-03T13:16:17Z",
- "id": "d89d7ac9-c29f-4950-96c3-6c975d7c37cf",
- "name": "Flooding",
- "updated_at": "2015-07-03T13:16:17Z"
}, - {
- "created_at": "2012-07-15T23:45:15Z",
- "id": "18811da2-a2c5-47e5-b4fd-5967790530ad",
- "name": "Violent Crime",
- "updated_at": "2013-10-19T05:37:14Z"
}, - {
- "created_at": "2013-06-15T01:50:35Z",
- "id": "713911c6-d714-4838-9bac-6fe25fa03474",
- "name": "Travel Disruption",
- "updated_at": "2013-10-19T05:37:13Z"
}, - {
- "created_at": "2016-10-08T13:26:02Z",
- "id": "ecf57d53-03d8-43ab-978f-93f6c10bd3b6",
- "name": "Security Alert",
- "updated_at": "2016-10-08T13:26:02Z"
}, - {
- "created_at": "2012-04-09T17:38:02Z",
- "id": "6e05b12a-4c18-4936-8ac6-6f162400943a",
- "name": "Natural Disaster",
- "updated_at": "2013-10-19T05:37:11Z"
}, - {
- "created_at": "2015-11-20T17:52:08Z",
- "id": "323a8794-1747-4acf-b533-b2210cf41690",
- "name": "Terrorist Attack",
- "updated_at": "2015-11-20T17:52:08Z"
}, - {
- "created_at": "2012-07-19T00:30:56Z",
- "id": "1a9d9f54-3bf2-4537-a82a-8dbad25e7b7d",
- "name": "Weather",
- "updated_at": "2013-10-19T05:37:15Z"
}, - {
- "created_at": "2015-11-11T15:30:05Z",
- "id": "7fb49dc3-4dc3-4658-bbbb-fce38e988e6e",
- "name": "Volcano",
- "updated_at": "2015-11-11T15:30:05Z"
}
]
This endpoint allows a consumer to create a variety of tokens for interaction with the Sitata API.
Create Socket Token
Creates a token for use with Sitata's socket channels.
Body Parameters
Name | Type | Description |
---|---|---|
for_socket | Boolean | When set to true, will create a token for Sitata's socket channels |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
""
Response samples
- 200
{- "token": "SFMyNTY.g3QAAAACZAAEZGF0YW0AAAAkZTEzNzZkYzctZjJkMy00YjViLTlhNTQtMzE3YmI5MGFhZGFmZAAGc2lnbmVkbgYAjlsn4mUB.jyedlQuzMlkePTTmXER-ZpBeCwfYDc6iQZioY46wgas"
}
Send Login Token
Sends an email to the given email address containing a universal or deep-link which allows a mobile client to automatically log in.
Body Parameters
Name | Type | Description |
---|---|---|
string | Email address to send token email to. |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "email": "max-well77@gmail.com"
}
Response samples
- 200
[ ]
Verify Login Token
Given a valid login token, will reply with the corresponding user's profile details,
allowing them to subsequently login using the user's authentication_token
.
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "token": "{{token}}"
}
Response samples
- 200
{- "username": "max-well123",
- "timezone_identifier": "Europe/London",
- "timezone": "UTC",
- "settings": null,
- "roles": [ ],
- "profile_pic": null,
- "points": 360,
- "phone_number": "15196356330",
- "mailing_lists": {
- "confirmed_travellers": "0"
}, - "loc": null,
- "last_name": "Well",
- "language": "en",
- "id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "home_country": "CA",
- "first_name": "Max",
- "email": "max-well77@gmail.com",
- "display_name": "Max",
- "check_ins": [ ],
- "authentication_token": "VXNlcnw0ZmRhasdflaskdfj238923alsdkfjlpBSDJ4MXp2a2dxdjkzczRYcW8=",
- "age": null
}
Check Coupon Token
Given a valid coupon token, will reply with the full coupon's details for UI display and coupon redemption.
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "token": "{{token}}"
}
Response samples
- 202
- 400
{- "updated_at": "2019-06-24T17:24:20.686999Z",
- "times_redeemed": 7,
- "redeem_before": "2020-01-10T17:24:20.685603Z",
- "percent_off": "50",
- "max_redemptions": 99,
- "id": "00069403-5048-419f-b9a6-4d8aac74b046",
- "human_id": "50off",
- "duration": 0,
- "description": "50% off",
- "created_at": "2019-06-24T17:24:20.686989Z"
}
Allow travellers to save settings such that their family or company employees can monitor their trip and be updated when certain events happen.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the person who is the Travel Monitor |
String | The email where notifications will be sent to when traveller action is triggered | |
on_accommodation | Integer | Frequency of notifications when traveller reaches an accommodation |
on_airport_landed | Integer | Frequency of notifications when traveller flight has landed |
on_flight_delayed | Integer | Frequency of notifications when traveller flight is delayed |
on_flight_cancelled | Integer | Frequency of notifications when traveller flight is cancelled |
on_check_in_request | Integer | Frequency of notifications when traveller reports their safety status |
on_trip_alert | Integer | Frequency of notifications when traveller receives a Trip Alert |
on_itinerary_change | Integer | Frequency of notifications when traveller itinerary changes |
company_name | String | The name of Company |
user_id | String | The User , traveller, who will be informing this Travel Monitor |
company_id | String | The Company who will be informed of this travellers actions |
Value | Description | Extra Data |
---|---|---|
0 | Off | |
1 | First Time | Sends notification when action happens for the first time. |
2 | Always | Sends notification everytime when action happens. |
Get Travel Monitors
Returns all travel monitors for User
.
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": null,
- "updated_at": "2019-05-27T16:36:15.057301Z",
- "on_flight_delayed": null,
- "on_flight_cancelled": null,
- "on_airport_landed": null,
- "on_accommodation": null,
- "name": null,
- "invite_sent_at": null,
- "id": "d7f08c1f-ea67-482a-9ceb-08842c6bcc9c",
- "email_confirmed_at": null,
- "email": null,
- "created_at": "2019-05-27T16:36:15.057288Z",
- "company_name": null,
- "company_id": null,
- "company": null
}
]
Create Travel Monitor
Creates a Travel Monitor
for User
.
Travel Monitor
Object Attributes
Name | Type | Description |
---|---|---|
name | String | Given name for Travel Monitor . |
String | Email for Travel Monitor . |
|
on_accommodation | Integer | Frequency of notifications when this action is triggered. |
on_check_in_request | Integer | Frequency of notifications when this action is triggered. |
on_airport_landed | Integer | Frequency of notifications when this action is triggered. |
on_flight_cancelled | Integer | Frequency of notifications when this action is triggered. |
on_flight_delayed | Integer | Frequency of notifications when this action is triggered. |
on_trip_alert | Integer | Frequency of notifications when this action is triggered. |
on_itinerary_change | Integer | Frequency of notifications when this action is triggered. |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "travel_monitor": {
- "name": "michael",
- "email": "mpereira@sitata.com",
- "on_accommodation": "2",
- "on_airport_landed": "2",
- "on_flight_cancelled": "1",
- "on_flight_delayed": "2",
- "on_check_in_request": 0
}
}
Response samples
- 201
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "Asia/Yangon",
- "profile_pic": {
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63721971201",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63721971201",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63721971201",
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63721971201"
}, - "points": null,
- "phone_number": "12894899264",
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Bill",
- "email": "responder@responder.com",
- "doctor_settings": null,
- "display_name": "Mike Smith",
- "birthday": null,
- "bio": "bio"
}, - "updated_at": "2019-05-27T18:20:11.515533Z",
- "on_flight_delayed": 2,
- "on_flight_cancelled": 2,
- "on_airport_landed": 2,
- "on_accommodation": 2,
- "name": "daughter",
- "invite_sent_at": null,
- "id": "1fe122f8-7201-4a82-bd24-e13db1a24499",
- "email_confirmed_at": null,
- "email": "responder@responder.com",
- "created_at": "2019-05-27T18:20:11.515516Z",
- "company_name": null,
- "company_id": null,
- "company": null
}
Update Travel Monitor
Update Travel Monitor
by given id.
Request Parameters
Name | Type | Description |
---|---|---|
travel_monitor_id | String | The id of the Travel Monitor to update. |
Travel Monitor
Object Attributes
Name | Type | Description |
---|---|---|
name | String | Given name for Travel Monitor . |
String | Email for Travel Monitor . |
|
on_accommodation | Integer | Frequency of notifications when this action is triggered. |
on_check_in_request | Integer | Frequency of notifications when this action is triggered. |
on_airport_landed | Integer | Frequency of notifications when this action is triggered. |
on_flight_cancelled | Integer | Frequency of notifications when this action is triggered. |
on_flight_delayed | Integer | Frequency of notifications when this action is triggered. |
on_trip_alert | Integer | Frequency of notifications when this action is triggered. |
on_itinerary_change | Integer | Frequency of notifications when this action is triggered. |
path Parameters
travel_monitor_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "travel_monitor": {
- "name": "Sam",
- "on_accommodation": 0
}
}
Response samples
- 200
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "Asia/Yangon",
- "profile_pic": {
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63721971201",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63721971201",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63721971201",
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63721971201"
}, - "points": null,
- "phone_number": "12894899264",
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Bill",
- "email": "responder@responder.com",
- "doctor_settings": null,
- "display_name": "Mike Smith",
- "birthday": null,
- "bio": "bio"
}, - "updated_at": "2019-05-27T18:57:44.908399Z",
- "on_flight_delayed": 2,
- "on_flight_cancelled": 2,
- "on_airport_landed": 2,
- "on_accommodation": 0,
- "name": "Sam",
- "invite_sent_at": null,
- "id": "1fe122f8-7201-4a82-bd24-e13db1a24499",
- "email_confirmed_at": null,
- "email": "responder@responder.com",
- "created_at": "2019-05-27T18:20:11.515516Z",
- "company_name": null,
- "company_id": null,
- "company": null
}
Delete Travel Monitor
Delete Travel Monitor
by given id.
Request Parameters
Name | Type | Description |
---|---|---|
travel_monitor_id | String | The id of the Travel Monitor to delete. |
path Parameters
travel_monitor_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "user_id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "user": {
- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "Asia/Yangon",
- "profile_pic": {
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63721971201",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63721971201",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63721971201",
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63721971201"
}, - "points": null,
- "phone_number": "12894899264",
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Bill",
- "email": "responder@responder.com",
- "doctor_settings": null,
- "display_name": "Mike Smith",
- "birthday": null,
- "bio": "bio"
}, - "updated_at": "2019-05-27T18:57:44.908399Z",
- "on_flight_delayed": 2,
- "on_flight_cancelled": 2,
- "on_airport_landed": 2,
- "on_accommodation": 0,
- "name": "Sam",
- "invite_sent_at": null,
- "id": "1fe122f8-7201-4a82-bd24-e13db1a24499",
- "email_confirmed_at": null,
- "email": "responder@responder.com",
- "created_at": "2019-05-27T18:20:11.515516Z",
- "company_name": null,
- "company_id": null,
- "company": null
}
Resend Travel Monitor Invitation
Resend invitation for Travel Monitor
by given id.
Request Parameters
Name | Type | Description |
---|---|---|
travel_monitor_id | String | The id of the Travel Monitor to resend the invitation to. |
path Parameters
travel_monitor_id required | string |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "company_id": null,
- "company_name": null,
- "created_at": "2019-11-08T18:43:22Z",
- "email": "memeber@sitata.com",
- "email_confirmed_at": null,
- "id": "c00f380f-b203-4168-ade8-48205265b38e",
- "invite_sent_at": "2019-11-08T18:47:04Z",
- "name": "Jerry Lopeu",
- "on_accommodation": 1,
- "on_airport_landed": 2,
- "on_check_in_request": 2,
- "on_flight_cancelled": 2,
- "on_flight_delayed": 1,
- "on_itinerary_change": 2,
- "on_trip_alert": 2,
- "updated_at": "2019-11-08T18:47:04Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
Travel Restrictions are events that affect a person's ability to travel into or within a country or region. If affected_countries is empty, it should be interpreted as a global rule. i.e. all countries are affected.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
effective_as_of | String | The time the record was last checked |
type | Integer | The type of travel restriction (see below) |
value | Integer | The value of the travel restriction. |
start | String | The time the restriction will begin |
finish | String | The time the restriction will end |
closed | Boolean | True if restriction no longer applies |
comment | String | A textual description of the restriction in markdown format |
references | [String] | A list of URLs from which the restriction was information was collected |
airline | Airline |
The airline the restriction is associated to |
airline_id | String | Identifier for the airline |
disease | Disease |
The disease the restriction is associated to |
disease_id | String | Identifier for the disease |
origin_country | Country |
The country that is imposing the restriction |
origin_country_id | String | The country identifier |
affected_countries | [Country ] |
A list of countries that are affected by the restriction |
affected_country_ids | [String] | A list of country ids that are affected by the restriction |
affected_country_divisiosn | [CountryDivision ] |
A list of country divisions that are affected by the restriction |
affected_country_division_ids | [String] | A list of country division ids that are affected by the restriction |
affected_country_regions | [CountryRegion ] |
A list of country regions that are affected by the restriction |
affected_country_region_ids | [String] | A list of country region ids that are affected by the restriction |
categories | Deprecated. |
Value | Description |
---|---|
0 | Airline |
1 | DEPRECATED - Border Closure or Change. |
2 | Curfew |
3 | Social Distancing |
4 | Transportation (usually internal) |
99 | Other |
201 | Recommended Border App |
401 | Non-essential shops open? |
402 | Accomodations open? |
403 | Restaurants open? |
404 | Bars and cafes open? |
405 | Beaches and tourism sites open? |
406 | Museums and heritage sites open? |
407 | Personal care services open? (e.g. nail salon, barber) |
408 | Places of worship open? |
409 | Events allowed? |
410 | Masks required in public? |
- Please note that Type 1 - Border Closure or Change has been deprecated in favour of the Entry Requirements data set. Please see the Entry Requirements section of this documentation.
Value | Description |
---|---|
-1 | Unknown or Not Applicable |
0 | Minimal |
1 | Moderate |
2 | Significant |
3 | Total |
10 | Yes |
11 | Yes with exceptions |
12 | No |
13 | No with exceptions |
Restriction levels will vary depending upon type
. Below are a few scenarios to help with your understanding. Some types will have a level usch as "minimal" while other's are yes/no answers.
Airline Value Examples
Level | Description |
---|---|
0 | A single airline has cancelled or restricted some flights. |
1 | Multiple airlines have cancelled some routes with a limited number of countries or a single country. Some interior flights cancelled. |
2 | Flights to some countries have been cancelled by the majority of airlines. All interior flights have been suspended. |
3 | All air traffic has been suspended |
Border Value Examples
Level | Description |
---|---|
0 | A single border crossing has been affected. |
1 | Multiple border crossings affected. |
2 | Traffic into or out of the country has been restricted severely and often limited to special circumstances. e.g. Only citizens may enter. |
3 | Traffic into or out of the country is not possible for the average person. |
Curfew Value Examples
Level | Description |
---|---|
0 | Voluntary curfew. Self-imposed quarantine, etc. |
1 | Citizens may only leave their homes during certain hours of the day. Curfew implemented some days of the week. e.g. only 3 days per week. |
2 | Citizens may only leave their homes during certain hours of the day. Curfew implemented every day of the week. |
3 | Citizens are not allowed to leave their homes without permission. |
Social Distancing Value Examples
Level | Description |
---|---|
0 | The government recommends, but measures are voluntary. |
1 | Large social gatherings are closed. Sports, public park closures. School closures are possible. |
2 | Small social gatherings are restricted. Distance between individuals mandated. |
3 | All but essential services are closed. |
Transportation Value Examples
Level | Description |
---|---|
0 | The government recommends restricted travel. |
1 | Severely reduced public transportation. Checkpoints could be established along routes. |
2 | Transportation between states or provinces is no longer allowed. |
3 | All transportation services shut down. Private transportation limited or restricted entirely. |
Get Travel Restrictions For Country
Returns all travel active restrictions for Country
. Active restrictions are those that have not expired or those that have the closed
attribute set to false. This response will include restrictions imposed by other countries. To understand what is happening solely within the country of interest, choose the restrictions by origin_country
. If state-level data is available, the result set will include it. State-level data can be identified by entries that have a value for origin_country_division
and origin_country_division_id
.
path Parameters
country_id required | string Example: RU Country code or country identifier |
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Chartered flights and private and business jets are allowed to operate provided the Civil Aviation Authority (CAA) grants permission.\n\n* Russia’s Ministry of Transport has turned down plans for restoring international flights in the upcoming weeks and for prioritizing domestic routes first. Previously, the government planned to resume international flights by 15 June.\n\n* Aeroflot has cancelled international flight sales until August.\n\n* Some domestic flights have resumed. The Russian carrier, S7 Airlines, is resuming all domestic flights in the month of June.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "0b299134-6d77-4539-a679-8e6e41f655b1",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Russia's borders were closed in mid-March. Restrictions will be gradually lifted.\n\n* The government has decided to extend the temporary stay of permanent residency of foreigners and stateless persons in Russian until 15 September.\n\n* As of 9 June, Russian citizens are being permitted to go abroad for work, for education, or any other essential purpose.\n\n* Russian nationals who are permanent citizens of other countries or having dual citizenship are allowed to leave the country.\n\n* All foreign citizens are prohibited from entering Russia until further notice, except for medical treatment or care for one’s family. Exceptions also include diplomats, permanent residents, and other special categories. There are temporary restrictions on entry and exit at all land and maritime borders, including with Belarus.\n\n* Russian citizens returning from abroad are subject to 14-day self-isolation.\n\n* All international trains have been suspended by the Russian authorities until further notice.",
- "created_at": "2020-06-19T14:02:09.914925Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-27T21:43:38.756000Z",
- "finish": null,
- "id": "0c889b0b-c11c-41ed-af16-6a45b7fd0f0a",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "references": [
], - "start": "2020-06-18T13:35:33.032000Z",
- "type": 1,
- "updated_at": "2020-06-19T14:02:09.914925Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* People living in the Abkhazia region and South Ossetia region are exempted from any travel restriction.\n\n* Some regions of the Russian Federation require a 14-day institutional quarantine of individuals coming from St Petersburg and Moscow.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "48bd1ddc-ef5e-4097-9978-31dbee08d7ce",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The Russian government has delegated responsibility for a gradual, phased lifting of restrictions to regional authorities. Follow regional advice as each region may have a different set of restrictions.\n\n* Moscow authorities began easing restrictions on 9 June. Further restrictions are likely to be lifted on 23 June.\n\n* COVID-19 affected regions are Adygea, Arkhangelsk Oblast, Altai Kray, Bashkortostan, Chuvashia, Dagestan, Chechen Republic, Ingushetia, Kabardino-Balkaria, Irkutsk Oblast, Kaliningrad Oblast, Karachay-Cherkessia, Kamchatka Kray, Kemerovo Oblast, Krasnodar Krai, Khanty-Mansi Autonomous Okrug, Kursk Oblast, Mari El Republic, Lipetsk Oblast, Nizhny Novgorod Oblast, Novgorod Oblast, North Ossetia–Alania, Mordovia, Ryazan Oblast, Orenburg Oblast, Sakha Republic (including Yakutsk), Smolensk Oblast, Saratov Oblast, Stavropol Kray, Sverdlovsk Oblast, Saratov Oblast, Udmurt Republic, Volgograd Oblast, Ulyanov Oblast, and Vologda Oblast.\n\n* The Chechen authorities have imposed a curfew from 20:00 to 08:00 (local time) and closed all its borders and suspended all air and land travel.",
- "created_at": "2020-06-19T14:02:09.914925Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-27T17:08:36.485000Z",
- "finish": null,
- "id": "5ba173ec-ab9d-49d9-8230-e7743a0359e7",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "references": [
], - "start": "2020-06-18T13:35:33.032000Z",
- "type": 2,
- "updated_at": "2020-06-19T14:02:09.914925Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Russia’s Ministry of Transport has turned down plans for restoring international flights in the upcoming weeks and for prioritizing domestic routes first. Previously, the government planned to resume international flights by 15 June.\n\n* Aeroflot has cancelled international flight sales until August.\n\n* Some domestic flights have resumed. The Russian carrier, S7 Airlines, is resuming all domestic flights in the month of June.",
- "created_at": "2020-06-19T14:02:09.914925Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-27T16:59:05.974000Z",
- "finish": null,
- "id": "691a3fcd-e4c6-473b-a575-2392f72dc888",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "references": [
], - "start": "2020-06-18T13:35:33.032000Z",
- "type": 0,
- "updated_at": "2020-06-19T14:02:09.914925Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* People living in the Abkhazia region and South Ossetia region are exempted from any travel restriction.\n\n* Some regions of the Russian Federation require a 14-day institutional quarantine of individuals coming from St Petersburg and Moscow.",
- "created_at": "2020-06-19T14:02:09.914925Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-27T14:07:57.619000Z",
- "finish": null,
- "id": "6a91c601-20b2-44a6-870e-5bcde4352042",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "references": [
], - "start": "2020-06-18T13:35:33.032000Z",
- "type": 4,
- "updated_at": "2020-06-19T14:02:09.914925Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "The restrictions below apply mainly to Moscow, however, St. Petersburg and other regions have adopted similar measures.\n\n* Individuals in Moscow are no longer required to self-isolate in their place of residence and do not need a digital pass to move in the city.\n\n* Many businesses are allowed to open, including salons, veterinary clinics, theatres, employment agencies, and cemeteries.\n\n* Dentists, museums, sporting events (with limited attendance), and accounting, legal, consulting, and advertising firms may open; restaurants may offer outdoor seating.\n\n* As of June 23, restaurants, cafes, gyms, libraries, saunas, swimming pools, daycare, playgrounds, social welfare offices, and sports facilities are allowed to reopen.\n\n* Wedding registrations and related ceremonies are now allowed to resume in Moscow.\n\n* Non-essential businesses are allowed to resume in other regions such as Belgorod Oblast, Kostroma Oblast, Ivanovo Oblast, Murmansk Oblast, Oryol Oblast, Novosibirsk Oblast, Omsk Oblast, Republic of Chechnya, Tomsk Oblast, Saint Petersburg, and the Republic of Tatarstan.\n\n* Face masks and gloves are mandatory in public places and in any type of public transportation. People are advised to stay 1.5 meters apart.\n\n* Most public gatherings remain banned across the country.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "a6803623-7fa9-4d56-804b-69944b12d7ef",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Russia's borders were closed in mid-March. Restrictions will be gradually lifted.\n\n* The government will extend the temporary stay of permanent residency of foreigners and stateless persons in Russia until 15 September.\n\n* As of 9 June, Russian citizens are permitted to go abroad for work, for education, or any other essential purpose.\n\n* Russian nationals who are permanent citizens of other countries or having dual citizenship are allowed to leave the country.\n\n* All foreign citizens are prohibited from entering Russia until further notice, except for medical treatment or care for one’s family. Exceptions also include diplomats, permanent residents, and other special categories. There are temporary restrictions on entry and exit at all land and maritime borders, including with Belarus.\n\n* Russian citizens returning from abroad are subject to a 14-day self-isolation.\n\n* All international trains have been suspended by the Russian authorities until further notice.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "d26cba4a-398d-4484-944f-a8714377e27c",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Most Russian regions will open to receive tourists from other regions of Russia starting 1 July.\n\nThe Russian government has delegated responsibility for a gradual, phased lifting of restrictions to regional authorities. Follow regional advice as each region may have a different set of restrictions.\n\n* COVID-19 affected regions are Adygea, Arkhangelsk Oblast, Altai Kray, Bashkortostan, Chuvashia, Dagestan, Chechen Republic, Ingushetia, Kabardino-Balkaria, Irkutsk Oblast, Kaliningrad Oblast, Karachay-Cherkessia, Kamchatka Kray, Kemerovo Oblast, Krasnodar Krai, Khanty-Mansi Autonomous Okrug, Kursk Oblast, Mari El Republic, Lipetsk Oblast, Nizhny Novgorod Oblast, Novgorod Oblast, North Ossetia–Alania, Mordovia, Ryazan Oblast, Orenburg Oblast, Sakha Republic (including Yakutsk), Smolensk Oblast, Saratov Oblast, Stavropol Kray, Sverdlovsk Oblast, Saratov Oblast, Udmurt Republic, Volgograd Oblast, Ulyanov Oblast, and Vologda Oblast.\n\n* The Chechen authorities have imposed a curfew from 20:00 to 08:00 (local time) and closed all its borders and suspended all air and land travel.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "d8e181cb-3a38-492c-b82b-85407968a2c1",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "The restrictions below apply mainly to Moscow, however, St. Petersburg and other regions have adopted similar measures.\n\n* Individuals in Moscow are no longer required to self-isolate in their place of residence and do not need a digital pass to move in the city.\n\n* Many businesses are allowed to open, including salons, veterinary clinics, theatres, employment agencies, and cemeteries.\n\n* Dentists, museums, sporting events (with limited attendance), and accounting, legal, consulting, and advertising firms may open; restaurants may offer outdoor seating.\n\n* As of June 23, restaurants, cafes, gyms, libraries, saunas, swimming pools, daycare, playgrounds, social welfare offices, and sports facilities will be allowed to reopen.\n\n* Non-essential businesses are allowed to resume in other regions such as Belgorod Oblast, Kostroma Oblast, Ivanovo Oblast, Murmansk Oblast, Oryol Oblast, Novosibirsk Oblast, Omsk Oblast, Republic of Chechnya, Tomsk Oblast, Saint Petersburg, and the Republic of Tartarstan.\n\n* Face masks and gloves are mandatory indoors and for any type of public transportation. People are advised to stay 1.5 meters apart.\n\n* Public gatherings remain banned across the country.",
- "created_at": "2020-06-19T14:02:09.914925Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-27T10:19:22.940000Z",
- "finish": null,
- "id": "e88ea746-66a9-4f88-8698-38b6c9464460",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "references": [
], - "start": "2020-06-18T13:35:33.032000Z",
- "type": 3,
- "updated_at": "2020-06-19T14:02:09.914925Z",
- "value": 2
}
]
Get Travel Restrictions
Returns a list of paginated travel restrictions.
Query parameters are all optional and are logically joined by AND conditions except when specifying airports.
When specifying airports, the api will return the restrictions for regions the airports are located within.
If state-level data is available, the result set will include it. State-level data can be identified by entries that have a value for origin_country_division
and origin_country_division_id
.
query Parameters
disease_id | string Example: disease_id=abc123 Filter by disease identifier |
affected_country_id | string Example: affected_country_id=AR Affected country identifier or country code |
airline_id | string Example: airline_id=abc123 Airline identifier |
origin_country_id | string Example: origin_country_id=AR Origin country identifier or country code |
active | integer Example: active=1 Returns travel restrictions that are active when value is 1. If value is 0, will return travel restrictions that are not active (historical). Omit entirely to disregard start and finish dates. |
types | integer Example: types=405 A comma separated list of types |
destination | string Example: destination=IN The country that created the requirement. Analagous to origin_country_id. Value expected is country code or country identifier. Should be used in conjunction with "departure." |
nationality | string Example: nationality=US The country that is affected by the requirement. Analagous to affected_country_id. Value expected is country code or country identifier. |
departure | string Example: departure=DE The country that is affected by the requirement. Analagous to affected_country_id. Value expected is country code or country identifier. Should be used in conjunction with "destination." |
departure_airport | string Example: departure_airport=AANY Will returns the travel restrictions in place at the region of departure. Expects the iata or icao code for the airport at the point of departure. |
destination_airport | string Example: destination_airport=LKHO Will return the travel restrictions in place at the destination region. Expects the iata or icao code for the arrival airport. |
destination_lat | number Example: destination_lat=15.9129 Destination latitude. Should be used in conjunction with other destination and departure coordinate parameters. |
destination_lng | number Example: destination_lng=79.7400 Destination longitude. Should be used in conjunction with other destination and departure coordinate parameters. |
departure_lat | number Example: departure_lat=43.6532 Departure latitude. Should be used in conjunction with other destination and departure coordinate parameters. |
departure_lng | number Example: departure_lng=79.3832 Destination longitude. Should be used in conjunction with other destination and departure coordinate parameters. |
header Parameters
Accept | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The President has extended the overnight curfew from 19:00 to 6:30 (local time) until further notice.\n\n* Authorities will lift the lockdown restrictions on the Gulu district in the northern region on 29 June and will permit all public and private vehicles to operate freely.",
- "created_at": "2020-06-28T18:30:17.095653Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:30:17.095653Z",
- "finish": null,
- "id": "aa6c6621-f79e-4e6a-9514-ac4678abd47b",
- "origin_country": {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:51.719709Z"
}, - "origin_country_id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "start": "2020-06-28T18:26:54.575000Z",
- "type": 2,
- "updated_at": "2020-06-28T18:30:17.095653Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "All land and sea borders are closed except for cargo",
- "created_at": "2020-06-28T18:30:17.095653Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:30:17.095653Z",
- "finish": null,
- "id": "453bdb39-a711-47fa-bbe1-93f27e9372a7",
- "origin_country": {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:51.719709Z"
}, - "origin_country_id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "start": "2020-06-28T18:26:54.575000Z",
- "type": 1,
- "updated_at": "2020-06-28T18:30:17.095653Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "The international airport will remain closed to all flights.",
- "created_at": "2020-06-28T18:30:17.095653Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:30:17.095653Z",
- "finish": null,
- "id": "e979afaf-c1d0-4b98-a825-4bd5d37e158a",
- "origin_country": {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:51.719709Z"
}, - "origin_country_id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "start": "2020-06-28T18:26:54.575000Z",
- "type": 0,
- "updated_at": "2020-06-28T18:30:17.095653Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Public transportation has resumed with 50 percent capacity.\n\n* Private transportation may resume with a maximum of four passengers.\n\n* Both public or private transportation is restricted in border areas.",
- "created_at": "2020-06-28T18:30:17.095653Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:30:17.095653Z",
- "finish": null,
- "id": "d61a3a4c-703e-4ab8-ba2e-a4988ec16a0c",
- "origin_country": {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:51.719709Z"
}, - "origin_country_id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "start": "2020-06-28T18:26:54.575000Z",
- "type": 4,
- "updated_at": "2020-06-28T18:30:17.095653Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Wearing a face mask is mandatory in public places.\n\n* A maximum of five people can gather in one place.\n\n* Shopping malls are open.\n\n* Churches and mosques are closed.w\n\n* Arcades and salons remain closed.",
- "created_at": "2020-06-28T18:30:17.095653Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:30:17.095653Z",
- "finish": null,
- "id": "b48613e9-07b6-4186-9310-1fb076cf005d",
- "origin_country": {
- "banner": {
}, - "center_lat": 1.373333,
- "center_lng": 32.290275,
- "country_code": "UG",
- "country_code_3": "UGA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇺🇬",
- "geographic_region_id": "ba320603-3c60-4192-a986-39cff92f7091",
- "geojson_url": null,
- "id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "name": "Uganda",
- "ne_bound_lat": 4.218628,
- "ne_bound_lng": 35.0330489,
- "population": 41487965,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -1.4823178,
- "sw_bound_lng": 29.573433,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:51.719709Z"
}, - "origin_country_id": "b5782417-8746-4439-90c6-4f091ed1e69d",
- "start": "2020-06-28T18:26:54.575000Z",
- "type": 3,
- "updated_at": "2020-06-28T18:30:17.095653Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "All travelers who enter China are screened upon arrival and subject to a 14-day quarantine. While restrictions around domestic travel within China have eased, local quarantine requirements can vary significantly between cities, and regulations can change very quickly. All international arrivals should be prepared to complete quarantine at a government-selected facility or hotel at their own expense, with no control over the amenities, even if they maintain a residence in China.\n\n* The government upgraded its COVID-19 emergency response to level to II from III in Beijing due to the recent spike in COVID-19 infections. Several flights were canceled, schools closed, and all residential compounds in certain neighborhoods were ordered to reinstate strict screening. The authorities have barred all nonessential movement outside Beijing.\n\n* Authorities imposed lockdown restrictions in Anxin county (Hebei province).\n\n* Several local governments are still tightening restrictions. For example, anyone arriving in Beijing from the high-risk zone will be assigned to a 14-day quarantine.\n\n* The authorities in Harbin city have introduced restrictions against movement and gatherings since 22 April after an increase in the number of infected people. The residents are required to stay inside their homes, and one person per family is allowed to go out once every three days to purchase essential items.",
- "created_at": "2020-06-28T18:25:16.396477Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:25:16.396477Z",
- "finish": null,
- "id": "14bcd980-a137-462c-aefc-bc19ccf7682c",
- "origin_country": {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:35:56.194279Z"
}, - "origin_country_id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "references": [
], - "start": "2020-06-28T18:16:43.805000Z",
- "type": 2,
- "updated_at": "2020-06-28T18:25:16.396477Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* There are limitations on international flights until 30 June.\n\n* Regular flight services between Beijing and Pyongyang have been resumed.\n\n* United Airlines is expected to resume flight operations San Francisco-Seoul-Shanghai route from 8 July. However, travelers should be aware that flight cancellation and rescheduling may occur with little notice.\n\n* Scheduled international passenger flights to and from China are operating at reduced services. Foreign airlines are currently allowed to operate one flight to a single destination in China per week. Chinese airlines are also allowed to fly to only one city in a foreign country per week. All flights to and from China are allowed to operate at 75 per cent capacity or less.\n\n* According to CAAC, total international flights are limited to 64 per week. It was also announced that if a foreign carrier experiences three weeks without any positive case of COVID-19, then one more flight will be allowed to add to the pre-existing route. Moreover, if an airline is found to have five COVID-19 positive cases, then it will be suspended for a week. If found with ten positive cases, the airline will be suspended for four weeks.\n\n* All international flights to Beijing are diverted to other domestic airports, where all incoming passengers are screened and placed in mandatory 14-day quarantine at government facilities. After completing this first period of isolation, if the traveller takes more than 48 hours to re-enter Beijing, he/she will be required to go for another 14-day quarantine either at home or a government facility.\n\n* Domestic flights within China are operating at reduced services, and the frequency of such services varies from one region to another.\n\n* The United States has permitted Chinese carriers to run the same number of flights that China is allowing U.S. carriers to run between the two countries.\n\n* Transit through China is currently not allowed.\n\n* No specific instruction is now available about the carrying of a test certificate upon arrival.",
- "created_at": "2020-06-28T18:25:16.396477Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:25:16.396477Z",
- "finish": null,
- "id": "e576629e-0548-4c64-a30e-46b447242ff3",
- "origin_country": {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:35:56.194279Z"
}, - "origin_country_id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "references": [
], - "start": "2020-06-28T18:16:43.805000Z",
- "type": 0,
- "updated_at": "2020-06-28T18:25:16.396477Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* People who are 70 or above, 14 or below, pregnant women, or anyone undergoing medical treatment can opt for home quarantine.\n\n* Wearing face masks is still mandatory in most cities across China, and people are required to maintain a minimum distance of 1.5 meters with one another.\n\n* Schools, colleges, several industries, and other places of business, such as restaurants, supermarkets, hotels, and malls, have been reopened. Regular temperature checks are being carried out at such facilities.\n\n* Most entertainment venues, such as gyms, cinemas, theatres, sporting venues, libraries, museums, and tourist sites, have been reopened with strict social distancing rules in place.\n\n* More restrictions are expected to be lifted in the coming weeks.",
- "created_at": "2020-06-28T18:25:16.396477Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:25:16.396477Z",
- "finish": null,
- "id": "ad408449-0389-4996-99e7-48ca942f903f",
- "origin_country": {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:35:56.194279Z"
}, - "origin_country_id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "references": [
], - "start": "2020-06-28T18:16:43.805000Z",
- "type": 3,
- "updated_at": "2020-06-28T18:25:16.396477Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Travellers are being asked to download and use the health pass while in the country.\n\n* Most of China's land borders, including Russia, remain closed. Almost all travellers, regardless of nationality, are barred from entering or exiting China through international border checkpoints.\n\n* Citizens of Yunnan province are prohibited from leaving the province through at least 30 river and land ports at the borders with Laos, Vietnam, and Myanmar.\n\n* Routes between China and Hong Kong, such as Hong Kong International Airport (HKG), the Shenzhen Bay checkpoint, and the Hong Kong-Zhuhai-Macao Bridge, remain open, though only dual license plate vehicles are being allowed to cross the Hong Kong-Zhuhai-Macao Bridge.\n\n* Bus services between Hong Kong-Zhuhai-Macao resumed at a reduced level.\n\n* Republic of China citizens, permanent residents, diplomatic staff, Alien Residency Certificate holders, and business people with special permits can enter the nation.\n\n* Almost all travellers, regardless of nationality, are barred from entering or exiting China through international border checkpoints. However, international passengers are being allowed to reach airports in China. Medical screening and a 14-day quarantine are mandatory upon their arrival.",
- "created_at": "2020-06-28T18:25:16.396477Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:25:16.396477Z",
- "finish": null,
- "id": "ffcf4807-a34e-44f5-b2e2-609165d59181",
- "origin_country": {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:35:56.194279Z"
}, - "origin_country_id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "references": [
], - "start": "2020-06-28T18:16:43.805000Z",
- "type": 1,
- "updated_at": "2020-06-28T18:25:16.396477Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Transportation services for Jilin City, such as intercity buses and trains, are suspended.\n\n* Most internal travel restrictions have been lifted or significantly relaxed across the nation. Restrictions for public transport and private cars have been lifted in most cities.\n\n* Temperature checks and health screenings are taking place at all domestic travel hubs across the nation, including domestic airports, train stations, subway stations, and inland water ports. Such screenings may increase passenger clearance time at these facilities.",
- "created_at": "2020-06-28T18:25:16.396477Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:25:16.396477Z",
- "finish": null,
- "id": "57a6ee4a-f9f4-4fce-9f37-e9e2e928e4f3",
- "origin_country": {
- "banner": {
}, - "center_lat": 35.86166,
- "center_lng": 104.195397,
- "country_code": "CN",
- "country_code_3": "CHN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇳",
- "geographic_region_id": "a0df13ac-24cc-4007-a2ee-ca82266a6405",
- "geojson_url": null,
- "id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "name": "China",
- "ne_bound_lat": 53.5609739,
- "ne_bound_lng": 134.7754563,
- "population": 1378665000,
- "sec_emer_num": "",
- "sw_bound_lat": 17.9996,
- "sw_bound_lng": 73.4994136,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:35:56.194279Z"
}, - "origin_country_id": "dc6d6090-c58b-4295-b854-957db0563cd2",
- "references": [
], - "start": "2020-06-28T18:16:43.805000Z",
- "type": 4,
- "updated_at": "2020-06-28T18:25:16.396477Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Belavia Airlines has resumed operations from Minsk International Airport to various international cities.\n\n* Face masks must be worn at Minsk airport during check-in, security checks, and when travelling on airport buses. Temperature screening measures are in place at the airport.\n\n* Authorities may waive the requirement of carrying a COVID-19 negative medical certificate for travellers.",
- "created_at": "2020-06-28T18:10:15.766346Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:10:15.766346Z",
- "finish": null,
- "id": "ba3443ab-2aee-4cb1-9a18-22a31f185c50",
- "origin_country": {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:26:47.364072Z"
}, - "origin_country_id": "0182789b-4bef-480f-a742-0667d5618527",
- "start": "2020-06-28T18:04:26.464000Z",
- "type": 0,
- "updated_at": "2020-06-28T18:10:15.766346Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T18:10:15.766346Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:10:15.766346Z",
- "finish": null,
- "id": "44d7dc02-91a9-4125-96d4-b43a0371d635",
- "origin_country": {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:26:47.364072Z"
}, - "origin_country_id": "0182789b-4bef-480f-a742-0667d5618527",
- "start": "2020-06-28T18:04:26.464000Z",
- "type": 4,
- "updated_at": "2020-06-28T18:10:15.766346Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T18:10:15.766346Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:10:15.766346Z",
- "finish": null,
- "id": "ce6559e2-7dea-4eb9-9fcb-892e566e7188",
- "origin_country": {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:26:47.364072Z"
}, - "origin_country_id": "0182789b-4bef-480f-a742-0667d5618527",
- "start": "2020-06-28T18:04:26.464000Z",
- "type": 2,
- "updated_at": "2020-06-28T18:10:15.766346Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Belarus has not implemented strict coronavirus containment measures.\n\n* The authorities have not closed businesses, schools, or other non-essential services. Instead, authorities have advised the public to observe social distancing, carry out disinfection, and adopt other preventive measures against the spread of the virus.\n\nFor the capital city, Minsk, the following social distancing rules are in place:\n\n* Restaurants and cafes must place tables at least 1.5 meters apart.\n\n* Large events, exhibitions, and fairs have been suspended.\n\n* Hairdressers and beauty salons must operate by appointment.\n\n* All religious institutions are being ordered to disinfect public areas.",
- "created_at": "2020-06-28T18:10:15.766346Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:10:15.766346Z",
- "finish": null,
- "id": "6f56826c-f59e-4447-8269-94ac22218b97",
- "origin_country": {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:26:47.364072Z"
}, - "origin_country_id": "0182789b-4bef-480f-a742-0667d5618527",
- "start": "2020-06-28T18:04:26.464000Z",
- "type": 3,
- "updated_at": "2020-06-28T18:10:15.766346Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Borders are not closed. Land border crossings may take longer than usual. Border crossings may be affected by restrictions imposed on the borders of neighbouring countries (Poland, Ukraine, Lithuania, Latvia, and Russia).\n\n* The Government of Belarus allows visa-free travellers to request an extension of stay from 30 days to 90 days.",
- "created_at": "2020-06-28T18:10:15.766346Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:10:15.766346Z",
- "finish": null,
- "id": "bff013ff-5a74-4d48-9009-affcc07cdb13",
- "origin_country": {
- "banner": {
}, - "center_lat": 53.709807,
- "center_lng": 27.953389,
- "country_code": "BY",
- "country_code_3": "BLR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇾",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0182789b-4bef-480f-a742-0667d5618527",
- "name": "Belarus",
- "ne_bound_lat": 56.1718719,
- "ne_bound_lng": 32.7768202,
- "population": 9507120,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 51.26201100000001,
- "sw_bound_lng": 23.1783377,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:26:47.364072Z"
}, - "origin_country_id": "0182789b-4bef-480f-a742-0667d5618527",
- "start": "2020-06-28T18:04:26.464000Z",
- "type": 1,
- "updated_at": "2020-06-28T18:10:15.766346Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* International flights may resume by mid-August.\n\n* Domestic flights have resumed.\n\n* Authorities suspended all international flights from Jorge Newbery Airport until 1 December.\n\n* All foreigners are barred from entering the country, excluding the return of residents and Argentine nationals through Ezeiza international airport.\n\n* There are very few flight options for leaving the country. Eastern Airlines will operate a flight from Buenos Aires Ministro Pistarini International Airport to Miami (Florida) on 3 July, 22 July, and 31 July. Aerolíneas Argentinas has announced new special flights from Ushuaia to Buenos Aires Aeroparque through June 29.",
- "created_at": "2020-06-28T18:01:45.876501Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:01:45.876501Z",
- "finish": null,
- "id": "21a84f25-1503-4faa-8251-39a59a0620dc",
- "origin_country": {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:23:33.610007Z"
}, - "origin_country_id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "references": [
], - "start": "2020-06-28T17:54:46.437000Z",
- "type": 0,
- "updated_at": "2020-06-28T18:01:45.876501Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The public transportation system is providing limited service. Only essential service workers can use public transport services in the Buenos Aires metropolitan area. In Buenos Aires, you may board a bus only if there is an available seat. Standing on the bus is prohibited.\n\n* Trains and buses for traveling long-distance remain suspended.\n\n* Free movement is allowed within each jurisdiction, as long as social distancing measures are followed.\n\n* Only those with confirmed international flight reservations are allowed to travel to the Buenos Aires metro area and not more than 24 hours in advance of their flight.",
- "created_at": "2020-06-28T18:01:45.876501Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:01:45.876501Z",
- "finish": null,
- "id": "3a3e7669-2f94-45f6-b4c0-ef7d62e9be21",
- "origin_country": {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:23:33.610007Z"
}, - "origin_country_id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "references": [
], - "start": "2020-06-28T17:54:46.437000Z",
- "type": 4,
- "updated_at": "2020-06-28T18:01:45.876501Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Nationwide quarantine remains in place until 17 July. There are additional restrictions in the greater Buenos Aires area.\n\n* Several areas of the nation moved into Phase 4 of the isolation. Most economic activities have been resumed. However, each province may have its own restrictions depending on the number of cases of COVID-19.",
- "created_at": "2020-06-28T18:01:45.876501Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:01:45.876501Z",
- "finish": null,
- "id": "08a65f3d-aa8f-4e5f-9f4d-f49b3e1d408f",
- "origin_country": {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:23:33.610007Z"
}, - "origin_country_id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "references": [
], - "start": "2020-06-28T17:54:46.437000Z",
- "type": 2,
- "updated_at": "2020-06-28T18:01:45.876501Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Some non-essential businesses and other public places, such as libraries, restaurants, museums, bars, clubs, gyms, public parks, reopened.\n\n* Cultural, sports, recreational, public, and private social and religious gatherings are prohibited.\n\n* People are allowed to travel within 500 meters from their homes only for an hour per day.\n\n* Social assembly is limited to a maximum of ten people.\n\n* Health and food, such as supermarkets and pharmacies will be allowed to reopen from 1 July.\n\n* Face masks are mandatory in most parts of the country while in any public place, including transportation. Violators will be fined up to AR$79,000 (US$1,200).\n\n* High-risk individuals, such as people aged over 60 years and pregnant women, will not be allowed to return to the workplace.",
- "created_at": "2020-06-28T18:01:45.876501Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:01:45.876501Z",
- "finish": null,
- "id": "d34940f7-b6a3-457e-8181-5a413b57211e",
- "origin_country": {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:23:33.610007Z"
}, - "origin_country_id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "references": [
], - "start": "2020-06-28T17:54:46.437000Z",
- "type": 3,
- "updated_at": "2020-06-28T18:01:45.876501Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Borders remain closed except for Argentine residents/citizens. Foreigners stranded in Argentina can leave the country.\n\n* Anyone arriving in Argentina may be subject to a 14-day quarantine depending on the rate of virus transmission in the departure country.",
- "created_at": "2020-06-28T18:01:45.876501Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T18:01:45.876501Z",
- "finish": null,
- "id": "8ccec2e0-e533-4b54-996a-6fede966cd5d",
- "origin_country": {
- "banner": {
}, - "center_lat": -38.416097,
- "center_lng": -63.61667199999999,
- "country_code": "AR",
- "country_code_3": "ARG",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇦🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "name": "Argentina",
- "ne_bound_lat": -21.7810459,
- "ne_bound_lng": -53.637481,
- "population": 43847430,
- "sec_emer_num": "\r\n\r\n",
- "sw_bound_lat": -55.1250224,
- "sw_bound_lng": -73.5603601,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:23:33.610007Z"
}, - "origin_country_id": "3f30785f-e077-43d1-b792-3b144c7eef59",
- "references": [
], - "start": "2020-06-28T17:54:46.437000Z",
- "type": 1,
- "updated_at": "2020-06-28T18:01:45.876501Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Face masks and maintenance of social distancing protocols are mandatory in public places.\n\n* Supermarkets are expected to reopen from 1 July at a 50 percent capacity.\n\n* Freedom of movement is currently restricted except for essential reasons like purchasing food, medicines, or banking services. People are required to stay within 500 meters of their residence and maintain social distancing of two meters or six feet. Time outside the home is limited and people must carry identification and their cell phones.\n\n* Some economic and recreational activities are being allowed to resume during non-curfew hours.\n\n* No one is being allowed to go out of their homes on Sundays.\n\n* Children, people under medical treatment or aged 65 or above should not come out for non-essential purposes.",
- "created_at": "2020-06-28T17:51:51.622697Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:51:51.622697Z",
- "finish": null,
- "id": "9f54887a-f4fc-434b-87a8-31dc83e5d52e",
- "origin_country": {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:22:27.169604Z"
}, - "origin_country_id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "references": [
], - "start": "2020-06-28T17:44:37.226000Z",
- "type": 3,
- "updated_at": "2020-06-28T17:51:51.622697Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Peru will not reopen its international borders before October.\n\n* The maritime border is closed until further notice. Cruise ships are not allowed to dock in Peruvian ports.",
- "created_at": "2020-06-28T17:51:51.622697Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:51:51.622697Z",
- "finish": null,
- "id": "f259fed3-39c8-4005-a6ae-863f928c69b8",
- "origin_country": {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:22:27.169604Z"
}, - "origin_country_id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "references": [
], - "start": "2020-06-28T17:44:37.226000Z",
- "type": 1,
- "updated_at": "2020-06-28T17:51:51.622697Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The quarantine measures in most parts of the country, including Lima, are expected to lift from 1 July. A curfew from 22:00 – 04:00 will be in effect from 1 July.\n\n* Arequipa, Ica, Junín, Huánuco, San Martín, Madre de Dios, and Áncash regions currently have higher numbers of infected persons. The relaxations will not be applied in these regions. The regions will also be under a 20:00 to 04:00 (local time) curfew and full lockdown on Sundays.\n\n* The state of emergency has been extended for 90 days beginning 10 June. Previously it was to last until 30 June.\n\n* A nationwide night curfew is in place from 21:00 to 4:00 (local time). The all-day Sunday curfew will remain in place.\n\n* A curfew of 18:00 to 04:00 has been imposed in La Libertad, Loreto, Lambayeque, Tumbes, Piura, and Ucayali departments, as well as the Huarmey, Casma, and Santa provinces of the department of Ancash.\n\n* The government has approved a four-phase relaxation of restrictions:\n\n * **First (May):** Restaurants (takeout services), hotels, storage services reopened.\n\n * **Second (June):** Inter-provincial transport, including flights and restaurants resumed services.\n\n * **Third (July):** International flights to resume and restaurants and hotels to operate normally.\n\n * **Fourth (August):** Recreational activities, festivals, meetings and public gatherings will be allowed to resume.",
- "created_at": "2020-06-28T17:51:51.622697Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:51:51.622697Z",
- "finish": null,
- "id": "a3f5e894-46fa-420f-b6c9-2dacb507ef27",
- "origin_country": {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:22:27.169604Z"
}, - "origin_country_id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "references": [
], - "start": "2020-06-28T17:44:37.226000Z",
- "type": 2,
- "updated_at": "2020-06-28T17:51:51.622697Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Jorge Chávez International Airport remains closed until further notice.\n\n* International flights are allowed to land in Callao Air Base with prior approval only for repatriation of foreigners.\n\n* Citizens of Peru are allowed to return, provided they undergo a 15-day mandatory quarantine after arrival.",
- "created_at": "2020-06-28T17:51:51.622697Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:51:51.622697Z",
- "finish": null,
- "id": "1de48444-7a23-4b98-ac08-f10f250c296e",
- "origin_country": {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:22:27.169604Z"
}, - "origin_country_id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "references": [
], - "start": "2020-06-28T17:44:37.226000Z",
- "type": 0,
- "updated_at": "2020-06-28T17:51:51.622697Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T17:51:51.622697Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:51:51.622697Z",
- "finish": null,
- "id": "52d92375-da77-4dcb-8536-7f053a309e1d",
- "origin_country": {
- "banner": {
}, - "center_lat": -9.189967,
- "center_lng": -75.015152,
- "country_code": "PE",
- "country_code_3": "PER",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇵🇪",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "name": "Peru",
- "ne_bound_lat": -0.038777,
- "ne_bound_lng": -68.652329,
- "population": 31773839,
- "sec_emer_num": "",
- "sw_bound_lat": -18.4483,
- "sw_bound_lng": -81.3867001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:22:27.169604Z"
}, - "origin_country_id": "cd57b412-e3a9-43fe-a316-27d55c1e04a7",
- "references": [
], - "start": "2020-06-28T17:44:37.226000Z",
- "type": 4,
- "updated_at": "2020-06-28T17:51:51.622697Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "An overnight curfew has been imposed from 19:00 hrs to 5:00 hrs (local time) until 30 June.",
- "created_at": "2020-06-28T17:40:44.735362Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:40:44.735362Z",
- "finish": null,
- "id": "7ed29276-d41a-40f7-8c9e-37bd397c0c13",
- "origin_country": {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:53:11.866831Z"
}, - "origin_country_id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "start": "2020-06-28T17:36:05.262000Z",
- "type": 2,
- "updated_at": "2020-06-28T17:40:44.735362Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Maurice Bishop Airport will open from 1 July. Presently only aircraft carrying cargo and pre-approved medical personnel are allowed to land.",
- "created_at": "2020-06-28T17:40:44.735362Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:40:44.735362Z",
- "finish": null,
- "id": "7a658832-e304-449a-bc55-541a616ea356",
- "origin_country": {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:53:11.866831Z"
}, - "origin_country_id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "start": "2020-06-28T17:36:05.262000Z",
- "type": 0,
- "updated_at": "2020-06-28T17:40:44.735362Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T17:40:44.735362Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:40:44.735362Z",
- "finish": null,
- "id": "be0fd49d-a98e-45cf-810b-5804922fadaf",
- "origin_country": {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:53:11.866831Z"
}, - "origin_country_id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "start": "2020-06-28T17:36:05.262000Z",
- "type": 4,
- "updated_at": "2020-06-28T17:40:44.735362Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Face masks or face covers are mandatory in any public place or vehicle with another person. In open areas, citizens or residents must maintain a physical distance of at least six feet from the next person.\n\n* Beaches are closed. Businesses are allowed to open with government approval and can operate between 08:00 to 17:00 (local time).\n\n* Doctors, dentists, and opticians, hospitals, medical facilities, pharmacies, and medical supply businesses are open.\n\n* Registered or bona fide fishers, farmers, butchers, insurance companies, and firms providing security guard services are allowed to open.\n\n* Veterinarians and accountants can open.\n\n* Banks, credit unions, and money services open from 08:00 to 16:00.\n\n* Gas stations are open from 06:00 to 17:00.\n\n* Urgent plumbing, electrical, roof repairs, or other emergency repairs for home or business are allowed.\n\n* A maximum of 50 attendees is allowed at weddings and funerals from 23 June. However, all other social activities remain restricted.",
- "created_at": "2020-06-28T17:40:44.735362Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:40:44.735362Z",
- "finish": null,
- "id": "3acea31f-72ed-4748-a44f-cd1635b3e1ee",
- "origin_country": {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:53:11.866831Z"
}, - "origin_country_id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "start": "2020-06-28T17:36:05.262000Z",
- "type": 3,
- "updated_at": "2020-06-28T17:40:44.735362Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All foreign nationals are barred from entering until 30 June.\n\n* All cruise ships are banned from docking until further notice.\n\n* Inter-island domestic ferry services resumed at a reduced level.\n\n* Non-Grenadian passengers and crew on yachts are not permitted to arrive in Grenada, Carriacou, and Petit Martinique.\n\n* Anyone arriving in Grenada will be assigned to a 14-day quarantine.\n\n* Failure to observe the restrictions could result in a fine or detention.",
- "created_at": "2020-06-28T17:40:44.735362Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:40:44.735362Z",
- "finish": null,
- "id": "e55bf75a-c2a5-4b53-a758-65e0dd4e9d02",
- "origin_country": {
- "banner": {
}, - "center_lat": 12.1165,
- "center_lng": -61.67899999999999,
- "country_code": "GD",
- "country_code_3": "GRD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇬🇩",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "name": "Grenada",
- "ne_bound_lat": 12.5367,
- "ne_bound_lng": -61.3746999,
- "population": 107317,
- "sec_emer_num": null,
- "sw_bound_lat": 11.9829051,
- "sw_bound_lng": -61.80589999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:53:11.866831Z"
}, - "origin_country_id": "2957f862-37c2-4b8b-9dd8-dbe8963e6183",
- "start": "2020-06-28T17:36:05.262000Z",
- "type": 1,
- "updated_at": "2020-06-28T17:40:44.735362Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All land and maritime borders are closed.",
- "created_at": "2020-06-28T17:13:28.839665Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:13:28.839665Z",
- "finish": null,
- "id": "691b34cb-aa0d-4e8d-be9d-291ae01ed304",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:29.870619Z"
}, - "origin_country_id": "5793169f-db04-40a7-9427-d38023e55617",
- "start": "2020-06-27T16:59:23.027000Z",
- "type": 1,
- "updated_at": "2020-06-28T17:13:28.839665Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The partial nationwide lockdown is in effect until 5 July.\n\n* The overnight curfew from midnight to 05:00 is in effect until further notice.",
- "created_at": "2020-06-28T17:13:28.839665Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:13:28.839665Z",
- "finish": null,
- "id": "5059abd7-806b-4ae2-9d37-9f2429de1cfa",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:29.870619Z"
}, - "origin_country_id": "5793169f-db04-40a7-9427-d38023e55617",
- "start": "2020-06-27T16:59:23.027000Z",
- "type": 2,
- "updated_at": "2020-06-28T17:13:28.839665Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Commercial complexes, hotels, cafes, and museums reopened their doors to customers on Monday, 1 June.\n\n* Nightclubs, flea markets, and public parks reopened from 21 June.\n\n* Cinemas, schools, playgrounds, theatres, assembly and wedding halls, gyms, nurseries, children’s entertainment spaces, and electronic game arcades and internet centres remain closed.\n\n* Coffee shops and restaurants are permitted to resume dine-in operations with half capacity between 05:00 and 19:00 (local time). Other catering services, including sweet shops, are only allowed to offer delivery services.\n\n* Essential businesses, such as grocery stores and pharmacies, remain open.\n\n* All large public gatherings are prohibited.\n\n* Fabric masks covering the mouth and nose must be worn in public spaces and in vehicles (unless travelling alone, or exercising).\n\n* Those over the age of 65 years old are advised to stay home and not go out unless absolutely necessary.",
- "created_at": "2020-06-28T17:13:28.839665Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:13:28.839665Z",
- "finish": null,
- "id": "3d435d11-08dd-4499-a4e6-dd5d73075aa2",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:29.870619Z"
}, - "origin_country_id": "5793169f-db04-40a7-9427-d38023e55617",
- "start": "2020-06-27T16:59:23.027000Z",
- "type": 3,
- "updated_at": "2020-06-28T17:13:28.839665Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Vehicles of all kinds (including buses) with license plates ending in 1,3,5,7 or 9 are only permitted to move on Mondays, Wednesdays, Fridays, and Sundays. Vehicles with license plates ending in 0,2,4,6 or 8 are only permitted to move on Tuesdays, Thursdays, Saturdays, and Sundays. There are exemptions for military and security forces, the Red Cross, diplomatic and specific health and food industry related vehicles.\n\n* Private cars should have no more than three occupants (including the driver) unless they are all from the same household. Other vehicles should limit passenger numbers to a third of the total capacity.",
- "created_at": "2020-06-28T17:13:28.839665Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:13:28.839665Z",
- "finish": null,
- "id": "27bfb65b-76ce-40c2-8ab6-31ff9198007d",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:29.870619Z"
}, - "origin_country_id": "5793169f-db04-40a7-9427-d38023e55617",
- "start": "2020-06-27T16:59:23.027000Z",
- "type": 4,
- "updated_at": "2020-06-28T17:13:28.839665Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Rafic Hariri International Airport will open to commercial traffic from 1 July. Commercial flights at the Rafic Hariri International Airport are likely to resume from 5 July.\n\n* As of 1 July, no 14-day self-isolation will be required. Instead, arriving passengers will classified into one of two categories: (1) those arriving from countries where the PCR test is available, and (2) those arriving from countries where it is not. Travelers from countries where testing is available will be required to undergo a PCR test within 96 hours before travel to Lebanon, and, if that test is negative, will need to take a second test upon arrival at the airport. Travelers from countries where PCR testing is not available must undergo a PCR test upon arrival at the airport, then self-isolate for 72 hours at which time they must have a second PCR test done. This second test is mandatory and those who fail to complete it may be subject to legal action. If a result is positive, the individual must comply with all further instructions of the Lebanese government.\n\n* Airlines will pay for the initial PCR tests conducted at the airport while arriving passengers must pay for all subsequent tests.\n\n* All non-Lebanese travelers arriving in Lebanon must prove they have health insurance which will be valid for the entire duration of their stay.\n\n* Private flights to and from Beirut-Rafic Hariri International Airport are currently operating since 24 June.\n\n* At this time, the airport is also open for flights for returning Lebanese citizens who have been stranded abroad and other flights to evacuate citizens of other countries to their home country.",
- "created_at": "2020-06-28T17:13:28.839665Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T17:13:28.839665Z",
- "finish": null,
- "id": "54b3ffb3-0cd9-473f-b2ed-efcb7b3e867d",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.854721,
- "center_lng": 35.862285,
- "country_code": "LB",
- "country_code_3": "LBN",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇧",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "5793169f-db04-40a7-9427-d38023e55617",
- "name": "Lebanon",
- "ne_bound_lat": 34.69209,
- "ne_bound_lng": 36.62372,
- "population": 6006668,
- "sec_emer_num": "",
- "sw_bound_lat": 33.0550256,
- "sw_bound_lng": 35.0711001,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:04:29.870619Z"
}, - "origin_country_id": "5793169f-db04-40a7-9427-d38023e55617",
- "start": "2020-06-27T16:59:23.027000Z",
- "type": 0,
- "updated_at": "2020-06-28T17:13:28.839665Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All the land and maritime borders of Honduras remain closed, except for trade and supplies.\n\n* Foreign nationals are not allowed to enter until further notice.",
- "created_at": "2020-06-28T16:56:25.666841Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:56:25.666841Z",
- "finish": null,
- "id": "8be64389-3023-45f3-b425-64af17f351c9",
- "origin_country": {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:56:15.547471Z"
}, - "origin_country_id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "start": "2020-06-27T16:53:14.771000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:56:25.666841Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T16:56:25.666841Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:56:25.666841Z",
- "finish": null,
- "id": "aa6fffee-523a-49ea-9b3c-f67cdf9d0849",
- "origin_country": {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:56:15.547471Z"
}, - "origin_country_id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "start": "2020-06-27T16:53:14.771000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:56:25.666841Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Non-essential businesses will remain closed.\n\n* Facemask is mandatory in public places.\n\n* Offices, public events, universities, schools, industrial activities are closed.\n\n* Banks, supermarkets, pharmacies, vegetable shops, medical centers, hotels, and fuel stations will remain open during weekdays from 09:00 and 17:00 (local time).\n\n* Vulnerable persons, including pregnant women, elderly persons, and those with disabilities, will be allowed exclusive access to shops and pharmacies from 07:00 to 09:00 and banks from 09:00 to 10:00 on their designated shopping day.",
- "created_at": "2020-06-28T16:56:25.666841Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:56:25.666841Z",
- "finish": null,
- "id": "69f93583-4635-4817-9800-f9d202e53d1b",
- "origin_country": {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:56:15.547471Z"
}, - "origin_country_id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "start": "2020-06-27T16:53:14.771000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:56:25.666841Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "The government has extended the ongoing curfew until 28 June. During the curfew, total lockdown will be observed on weekends, except home delivery services by medical stores, restaurants, and supermarkets. During weekdays, shopping and other essential activities are allowed from 07:00 to 17:00 only.",
- "created_at": "2020-06-28T16:56:25.666841Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:56:25.666841Z",
- "finish": null,
- "id": "48d855fe-0e62-4740-9a26-537314868415",
- "origin_country": {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:56:15.547471Z"
}, - "origin_country_id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "start": "2020-06-27T16:53:14.771000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:56:25.666841Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Authorities have suspended all commercial flight operations until further notice except for some special cases.\n\n* From San Pedro Sula to Fort Lauderdale on 29 June.\n\n* From Tegucigalpa to Houston, TX on 30 June.\n\n* From Tegucigalpa to Houston, TX on 2 July.\n\n* From San Pedro Sula to Houston, TX on 3 July.",
- "created_at": "2020-06-28T16:56:25.666841Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:56:25.666841Z",
- "finish": null,
- "id": "96692484-07a6-43e6-b05c-3fd8bf8b9f20",
- "origin_country": {
- "banner": {
}, - "center_lat": 15.199999,
- "center_lng": -86.241905,
- "country_code": "HN",
- "country_code_3": "HND",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇭🇳",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "name": "Honduras",
- "ne_bound_lat": 17.4677999,
- "ne_bound_lng": -83.0621001,
- "population": 9112867,
- "sec_emer_num": "Emergency response operators may only speak Spanish.\r\n\r\n\r\n",
- "sw_bound_lat": 12.9808201,
- "sw_bound_lng": -89.3564822,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:56:15.547471Z"
}, - "origin_country_id": "d00ee9c1-295f-4cfe-93ed-652d92b1f927",
- "start": "2020-06-27T16:53:14.771000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:56:25.666841Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Face masks are mandatory in public in Belo Horizonte, Rio de Janeiro, Santa Catarina, Brasilia, Salvador, and Sao Paulo.\n\n* Pharmacies, supermarkets, and bakeries are allowed to open.\n\n* Cinemas, theatres, public events such as concerts, remain closed.",
- "created_at": "2020-06-28T16:48:27.367456Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:48:27.367456Z",
- "finish": null,
- "id": "5a6d0009-d086-44ad-aad9-6b29b2e8baab",
- "origin_country": {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:29:28.095100Z"
}, - "origin_country_id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "start": "2020-06-27T16:44:36.728000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:48:27.367456Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Public transportation services may be suspended or limited to operating on a reduced schedule.",
- "created_at": "2020-06-28T16:48:27.367456Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:48:27.367456Z",
- "finish": null,
- "id": "b6c7f2d5-53fe-4f40-9278-20727b17bcb8",
- "origin_country": {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:29:28.095100Z"
}, - "origin_country_id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "start": "2020-06-27T16:44:36.728000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:48:27.367456Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Quarantine measures are in place for in Rio de Janeiro, Belém do Pará, São Luis do Maranhão, Fortaleza and Sao Paulo.\n\n* On 18 June, the government began to remove road blockades that had been put in place due to COVID-19 restrictions, in ten neighbourhoods in the city of Rio de Janeiro. However, restrictions will remain on Campo Grande and Bangu, in the west, and in the commercial area of Avenida Sargento de Milícias, in Pavuna, in the north of the city.\n\n* In São Gonçalo municipality, convenience stores, markets, shopping centres, street commerce, and outdoor physical activities are allowed to open with some guidelines. In restaurants, bars, and snack bars, indoor dining is limited to 30 percent capacity and with social distancing. Shopping centres, high street stores are permitted to open from 12:00 to 20:00 (local time) with a limit of 50 percent capacity.\n\n* The State of Rio de Janeiro government has allowed the partial reopening of restaurants, bars, sports activities, and shopping centres. At least 40 shopping malls have also opened with restrictions.\n\n* On 1 June, the São Paulo government lifted restrictions with the reopening of shopping malls, car dealerships, real estate business, civil and industrial constructions, and government offices.\n\n* On 3 June, 19 of the southernmost areas of Bahia closed businesses and services and imposed a curfew from 18:00 to 05:00 hrs due to the pandemic situation.",
- "created_at": "2020-06-28T16:48:27.367456Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:48:27.367456Z",
- "finish": null,
- "id": "a4ca3706-a4f1-4de2-92ba-9380674f5983",
- "origin_country": {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:29:28.095100Z"
}, - "origin_country_id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "start": "2020-06-27T16:44:36.728000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:48:27.367456Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Airports are open. International and domestic flight services are operating in Brazil on a very limited basis.\n\nSome airlines are currently operating flights in and out of Brazil, and other airlines have plans to resume service beginning July 1. Airlines are accepting reservations, however, travellers should be aware that flight cancellation and rescheduling may occur with little notice.",
- "created_at": "2020-06-28T16:48:27.367456Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:48:27.367456Z",
- "finish": null,
- "id": "cc6b20d4-60e4-469c-b192-ca9ce42ac50f",
- "origin_country": {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:29:28.095100Z"
}, - "origin_country_id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "start": "2020-06-27T16:44:36.728000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:48:27.367456Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Land, air, and sea borders are closed to all foreigners until 5 July. Citizens and resident foreign nationals are exempted. Foreigners currently located in a country bordering Brazil who need to cross the border to board a flight back to their country are exempted. They can enter in Brazil with authorization from the Federal Police provided that they can show air tickets and that they go directly to the airport.\n\n* All foreigners are prohibited from disembarking in any port or other maritime location on Brazilian territory. Exceptions will be made for those requiring medical assistance or those who have a connecting flight back to their country of residence.",
- "created_at": "2020-06-28T16:48:27.367456Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:48:27.367456Z",
- "finish": null,
- "id": "88dcebef-1631-4357-8c6f-f69abae487b9",
- "origin_country": {
- "banner": {
}, - "center_lat": -14.235004,
- "center_lng": -51.92528,
- "country_code": "BR",
- "country_code_3": "BRA",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇧🇷",
- "geographic_region_id": "ad074aa0-fc47-4c2c-ab83-13fdde094077",
- "geojson_url": null,
- "id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "name": "Brazil",
- "ne_bound_lat": 5.2717863,
- "ne_bound_lng": -28.650543,
- "population": 207652865,
- "sec_emer_num": "General operators may not speak English. For service in English in Rio de Janeiro and Sao Paulo, contact the tourist police.",
- "sw_bound_lat": -34.0891,
- "sw_bound_lng": -73.9828169,
- "travel_status": 1,
- "updated_at": "2020-04-02T12:29:28.095100Z"
}, - "origin_country_id": "d0f09a28-ba8c-41c2-baab-11a2aeaf02c3",
- "start": "2020-06-27T16:44:36.728000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:48:27.367456Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Flight services with some territories and regional islands including Anguilla, Aruba, Antigua and Barbuda, British Virgin Islands Caribbean French Overseas Territories, Curacao, Caribbean Netherlands, Dominica, Saint Lucia, and Saint Kitts and Nevis have been resumed. No quarantine is required if the arriving travellers can prove that they were from such countries in the last 21-days.\n\n* Flight services from North America and Europe are expected to resume from 1 July and many are accepting bookings. However, travelers should be aware that flight cancellation and rescheduling may occur with little notice.\n\n* There is currently no restriction on departure or repatriation flights.",
- "created_at": "2020-06-28T16:42:24.863861Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:42:24.863861Z",
- "finish": null,
- "id": "6a5fe5f0-d43a-4959-b814-a0d344f6f668",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:21:41.205929Z"
}, - "origin_country_id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "start": "2020-06-27T16:37:10.284000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:42:24.863861Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* When in public, face masks are required, only two people are allowed per vehicle, and only one family member is allowed to stand in a line.\n\n* Businesses and services are open as under Phase 4.",
- "created_at": "2020-06-28T16:42:24.863861Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:42:24.863861Z",
- "finish": null,
- "id": "4787246b-37df-4b53-8db6-30ba5cd3b33d",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:21:41.205929Z"
}, - "origin_country_id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "start": "2020-06-27T16:37:10.284000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:42:24.863861Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": null,
- "created_at": "2020-06-28T16:42:24.863861Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:42:24.863861Z",
- "finish": null,
- "id": "340563e8-68dd-424b-b583-59c8d05dbaa9",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:21:41.205929Z"
}, - "origin_country_id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "start": "2020-06-27T16:37:10.284000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:42:24.863861Z",
- "value": -1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Foreign nationals are not allowed to enter Sint Maarten until further notice, except for the following exemptions.\n\n* This restriction does not apply to passengers arriving from Anguilla, Aruba, Bonaire, St. Eustatius and Saba, Curacao, Guadeloupe, Martinique, or St. Barthelemy who did not travel 21 days before departure.\n\n* This restriction does not apply to residents of St. Maarten with a residence permit and a letter from the Minister of Justice.\n\n* This does not apply to nationals of the Netherlands residing in St. Maarten, not arriving from Anguilla, Aruba, Bonaire, St. Eustatius, and Saba., Curacao, Guadeloupe, Martinique, St. Barthelemy.\n\n* Passengers are subject to a 14-day quarantine except for the following exemptions: Those passengers arriving from Anguilla, Aruba, Bonaire, St. Eustatius and Saba, Curacao, Guadeloupe, Martinique, or St. Barthelemy who did not travel 21 days before departure.\n\nCitizens/residents arriving in Sint Maarten will be assigned to a 14-day quarantine.\nThe ban on movement between Dutch Sint Maarten and French Saint Martin has been lifted from the Dutch site. For Saint Martin, permission is still required.",
- "created_at": "2020-06-28T16:42:24.863861Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:42:24.863861Z",
- "finish": null,
- "id": "421857a1-ee9f-41d9-a4f4-c5ce803d795c",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:21:41.205929Z"
}, - "origin_country_id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "start": "2020-06-27T16:37:10.284000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:42:24.863861Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The curfew from 21:00 to 06:00 (local time) will remain in effect until further notice.\n\n* Restrictions are being lifted with the phased opening of businesses and institutions:\n\n**Phase 1 effective from 11 May:** Included the opening of hotels, restaurants, public services, personal & professional services.\n\n**Phase 2 effective from 18 May:** Recreational activities, schools, and public transportation (at 50 percent capacity) were opened.\n\n**Phase 3 effective from 1 June:** Dine-in at restaurants, marine services, all educational institutes, rental car service, freight services, bars, cinemas, casinos, contact sports, indoor and outdoor activities, sports facilities, gyms, and religious events opened.\n\n**Phase 4 effective from 15 June:** All remaining services, businesses, and recreational activities like market vending, manufacturers and breweries, night clubs and dance establishments, massage parlours, and adult entertainment establishments opened.",
- "created_at": "2020-06-28T16:42:24.863861Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:42:24.863861Z",
- "finish": null,
- "id": "9ebbba4b-bf79-4b3a-ae6a-fadb4c67ad84",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.04248,
- "center_lng": -63.05483,
- "country_code": "SX",
- "country_code_3": "SMX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇽",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "name": "Sint Maarten",
- "ne_bound_lat": 18.0641707,
- "ne_bound_lng": -62.9784,
- "population": 44548,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 17.9941,
- "sw_bound_lng": -63.13979990000001,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:21:41.205929Z"
}, - "origin_country_id": "ee0b3766-b4aa-410d-94dc-70f026437577",
- "start": "2020-06-27T16:37:10.284000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:42:24.863861Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Most Russian regions will open to receive tourists from other regions of Russia starting 1 July.\n\nThe Russian government has delegated responsibility for a gradual, phased lifting of restrictions to regional authorities. Follow regional advice as each region may have a different set of restrictions.\n\n* COVID-19 affected regions are Adygea, Arkhangelsk Oblast, Altai Kray, Bashkortostan, Chuvashia, Dagestan, Chechen Republic, Ingushetia, Kabardino-Balkaria, Irkutsk Oblast, Kaliningrad Oblast, Karachay-Cherkessia, Kamchatka Kray, Kemerovo Oblast, Krasnodar Krai, Khanty-Mansi Autonomous Okrug, Kursk Oblast, Mari El Republic, Lipetsk Oblast, Nizhny Novgorod Oblast, Novgorod Oblast, North Ossetia–Alania, Mordovia, Ryazan Oblast, Orenburg Oblast, Sakha Republic (including Yakutsk), Smolensk Oblast, Saratov Oblast, Stavropol Kray, Sverdlovsk Oblast, Saratov Oblast, Udmurt Republic, Volgograd Oblast, Ulyanov Oblast, and Vologda Oblast.\n\n* The Chechen authorities have imposed a curfew from 20:00 to 08:00 (local time) and closed all its borders and suspended all air and land travel.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "d8e181cb-3a38-492c-b82b-85407968a2c1",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* People living in the Abkhazia region and South Ossetia region are exempted from any travel restriction.\n\n* Some regions of the Russian Federation require a 14-day institutional quarantine of individuals coming from St Petersburg and Moscow.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "48bd1ddc-ef5e-4097-9978-31dbee08d7ce",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Russia's borders were closed in mid-March. Restrictions will be gradually lifted.\n\n* The government will extend the temporary stay of permanent residency of foreigners and stateless persons in Russia until 15 September.\n\n* As of 9 June, Russian citizens are permitted to go abroad for work, for education, or any other essential purpose.\n\n* Russian nationals who are permanent citizens of other countries or having dual citizenship are allowed to leave the country.\n\n* All foreign citizens are prohibited from entering Russia until further notice, except for medical treatment or care for one’s family. Exceptions also include diplomats, permanent residents, and other special categories. There are temporary restrictions on entry and exit at all land and maritime borders, including with Belarus.\n\n* Russian citizens returning from abroad are subject to a 14-day self-isolation.\n\n* All international trains have been suspended by the Russian authorities until further notice.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "d26cba4a-398d-4484-944f-a8714377e27c",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "The restrictions below apply mainly to Moscow, however, St. Petersburg and other regions have adopted similar measures.\n\n* Individuals in Moscow are no longer required to self-isolate in their place of residence and do not need a digital pass to move in the city.\n\n* Many businesses are allowed to open, including salons, veterinary clinics, theatres, employment agencies, and cemeteries.\n\n* Dentists, museums, sporting events (with limited attendance), and accounting, legal, consulting, and advertising firms may open; restaurants may offer outdoor seating.\n\n* As of June 23, restaurants, cafes, gyms, libraries, saunas, swimming pools, daycare, playgrounds, social welfare offices, and sports facilities are allowed to reopen.\n\n* Wedding registrations and related ceremonies are now allowed to resume in Moscow.\n\n* Non-essential businesses are allowed to resume in other regions such as Belgorod Oblast, Kostroma Oblast, Ivanovo Oblast, Murmansk Oblast, Oryol Oblast, Novosibirsk Oblast, Omsk Oblast, Republic of Chechnya, Tomsk Oblast, Saint Petersburg, and the Republic of Tatarstan.\n\n* Face masks and gloves are mandatory in public places and in any type of public transportation. People are advised to stay 1.5 meters apart.\n\n* Most public gatherings remain banned across the country.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "a6803623-7fa9-4d56-804b-69944b12d7ef",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Chartered flights and private and business jets are allowed to operate provided the Civil Aviation Authority (CAA) grants permission.\n\n* Russia’s Ministry of Transport has turned down plans for restoring international flights in the upcoming weeks and for prioritizing domestic routes first. Previously, the government planned to resume international flights by 15 June.\n\n* Aeroflot has cancelled international flight sales until August.\n\n* Some domestic flights have resumed. The Russian carrier, S7 Airlines, is resuming all domestic flights in the month of June.",
- "created_at": "2020-06-28T16:24:23.470442Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:24:23.470442Z",
- "finish": null,
- "id": "0b299134-6d77-4539-a679-8e6e41f655b1",
- "origin_country": {
- "banner": {
}, - "center_lat": 61.52401,
- "center_lng": 105.318756,
- "country_code": "RU",
- "country_code_3": "RUS",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇷🇺",
- "geographic_region_id": "05603c71-ecef-463d-8ad0-1e50e714861c",
- "geojson_url": null,
- "id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "name": "Russia",
- "ne_bound_lat": 82.1673907,
- "ne_bound_lng": -168.97788,
- "population": 144342396,
- "sec_emer_num": "",
- "sw_bound_lat": 41.185353,
- "sw_bound_lng": 19.6160999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:58.695457Z"
}, - "origin_country_id": "0c9fd8a5-bde6-471e-b5b8-a9eec80a3232",
- "start": "2020-06-27T16:16:57.167000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:24:23.470442Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Public transportation services are operating, but services may be reduced. TGV train from Luxembourg to Paris resumed operations, but on a reduced frequency. TGV trains from Metz to Paris are still operating but on a reduced frequency. Trains to Brussels via Arlon are operating on a regular frequency.",
- "created_at": "2020-06-28T16:13:02.034125Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:13:02.034125Z",
- "finish": null,
- "id": "3334596d-a121-4e6b-811c-9de430f41082",
- "origin_country": {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:06:33.264791Z"
}, - "origin_country_id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "start": "2020-06-27T15:26:50.575000Z",
- "type": 4,
- "updated_at": "2020-06-28T16:13:02.034125Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Borders are open with Belgium, France, and Germany.\n\n* Non-EU citizens are barred from entering the country until 30 June.\n\n* The citizens of Bosnia and Herzegovina, Albania, Kosovo, North Macedonia, Montenegro, and Serbia will be allowed to enter Luxembourg as of 1 July.",
- "created_at": "2020-06-28T16:13:02.034125Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:13:02.034125Z",
- "finish": null,
- "id": "dc85a8b2-46f4-4dfc-af53-bb047bfd08be",
- "origin_country": {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:06:33.264791Z"
}, - "origin_country_id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "start": "2020-06-27T15:26:50.575000Z",
- "type": 1,
- "updated_at": "2020-06-28T16:13:02.034125Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* There is no state of emergency or curfew in place at this time. Individuals are asked to self-quarantine if they believe they are at risk.",
- "created_at": "2020-06-28T16:13:02.034125Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:13:02.034125Z",
- "finish": null,
- "id": "c017f3b9-7ce4-4c58-9c36-146846bc16c4",
- "origin_country": {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:06:33.264791Z"
}, - "origin_country_id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "start": "2020-06-27T15:26:50.575000Z",
- "type": 2,
- "updated_at": "2020-06-28T16:13:02.034125Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The Luxembourg Airport announced the resumption of some flights within the Schengen Area beginning May 29. Commercial airline services are resuming throughout the month of June.\n\n* Foreigners are not allowed to enter the country except for nationals of Austria, Belgium, Bulgaria, Croatia, Cyprus, Czechia, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iceland, Ireland (Rep.), Italy, Latvia, Liechtenstein, Lithuania, Malta, Netherlands, Norway, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden and Switzerland, and their family members returning via Luxembourg to their country of residence.",
- "created_at": "2020-06-28T16:13:02.034125Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:13:02.034125Z",
- "finish": null,
- "id": "48d39f54-2229-4611-98fd-23f84c168b88",
- "origin_country": {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:06:33.264791Z"
}, - "origin_country_id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "start": "2020-06-27T15:26:50.575000Z",
- "type": 0,
- "updated_at": "2020-06-28T16:13:02.034125Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Tourist accommodations are open.\n\n* Restaurants are open for indoor services.\n\n* Churches and other places of worship are open.\n\n* Gyms may reopen if social distance measures can be maintained.\n\n* Swimming pools are permitted to begin with distancing norms.\n\n* Playgrounds, both indoor and outdoor, are open.\n\n* Face masks are compulsory in public areas and on public transport when 2 meters of social distance cannot be maintained.\n\n* All educational institutions are open.\n\n* Most businesses are open, including, hair salons, shops, driving schools, museums, archives, libraries, exhibition centers have opened.\n\n* Indoor gatherings are limited to six people, while 20 people will be allowed outdoors.\n\n* Cinemas, cultural, and theatres remain banned.",
- "created_at": "2020-06-28T16:13:02.034125Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T16:13:02.034125Z",
- "finish": null,
- "id": "ac6353d0-6fd1-4e1d-9087-55ba6c9ba785",
- "origin_country": {
- "banner": {
}, - "center_lat": 49.815273,
- "center_lng": 6.129582999999999,
- "country_code": "LU",
- "country_code_3": "LUX",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇺",
- "geographic_region_id": "ecce5457-6cb9-4842-9e44-48a9d5ce84bf",
- "geojson_url": null,
- "id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "name": "Luxembourg",
- "ne_bound_lat": 50.18282,
- "ne_bound_lng": 6.530970099999999,
- "population": 582972,
- "sec_emer_num": "",
- "sw_bound_lat": 49.447779,
- "sw_bound_lng": 5.7356699,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:06:33.264791Z"
}, - "origin_country_id": "646adb24-d2ef-48b6-bc9c-73ad30fd88a6",
- "start": "2020-06-27T15:26:50.575000Z",
- "type": 3,
- "updated_at": "2020-06-28T16:13:02.034125Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The State of Emergency is extended until 31 July.\n\n* The government began a three-phase opening plan on 16 June.\n\n * **Phase 1:** June 16 to 30\n\n * The curfew is no longer in effect.\n\n * Bakeries, gas stations, and pharmacies can operate from 06:00 to 18:00(local time).\n\n * Restaurants and cafes are operating from 07:00 to 16:00 (local time) with half capacity and a maximum of 4 people in one table. Takaway services can operate from 16:00 to 22:00.\n\n * Markets are open Monday to Saturday from 05:00 to 15:00.\n\n * Commercial sectors can operate from 07:30 to 15:00.\n\n * Government offices are operating with limited staff from 07:30 to 13:00.\n\n * Religious services and places of worship can operate with one-third capacity and strict health rules and regulations.\n\n * **Phase 2:** July 1 to 15\n\n * Hotels, guest houses, casinos may reopen.\n\n * Cafes and restaurants may resume with half capacity and a maximum of 4 people in the same table.\n\n * Private business (except for bars and clubs) and government offices may resume with normal staff.\n\n * Some higher educational institutions will resume with a maximum of 20 people in one class.\n\n * Theaters, museums, cultural exhibitions, and libraries may reopen.\n\n * Meetings and lectures may resume with half capacity.\n\n * Religious services and places of worship may operate with half capacity and strict health rules and regulations.\n\n * **Phase 3:** July 16 to 30\n\n * Markets may open Monday to Saturday from 05:00 to 17:00.\n\n * Gyms and fitness centers may resume with strict guidelines.",
- "created_at": "2020-06-28T14:24:30.192325Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:24:30.192325Z",
- "finish": null,
- "id": "6dd63e5f-5fe7-4fe9-a824-a695767a7366",
- "origin_country": {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:12:52.469552Z"
}, - "origin_country_id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "start": "2020-06-27T14:15:51.695000Z",
- "type": 2,
- "updated_at": "2020-06-28T14:24:30.192325Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All inbound or outbound passenger flights are suspended. Cargo flights carrying essential goods are still allowed to operate.\n\n* Air travel will partially resume in phase 2 but only from Portuguese Language Countries.\n\n* All international travel may resume in Phase 3.",
- "created_at": "2020-06-28T14:24:30.192325Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:24:30.192325Z",
- "finish": null,
- "id": "dea2a544-2c46-4754-a0d6-75d5e58b05ad",
- "origin_country": {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:12:52.469552Z"
}, - "origin_country_id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "start": "2020-06-27T14:15:51.695000Z",
- "type": 0,
- "updated_at": "2020-06-28T14:24:30.192325Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Gatherings involving more than 20 people are restricted.\n\n* Face masks are mandatory in public.",
- "created_at": "2020-06-28T14:24:30.192325Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:24:30.192325Z",
- "finish": null,
- "id": "7de17ca6-66d6-4f69-ab02-567b2f3df593",
- "origin_country": {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:12:52.469552Z"
}, - "origin_country_id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "start": "2020-06-27T14:15:51.695000Z",
- "type": 3,
- "updated_at": "2020-06-28T14:24:30.192325Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Travel between all the islands is restricted.\n\n* Public transportation and taxis are allowed to operate but at 50 percent passenger capacity.\n\n* Cruise ships are banned from docking at ports. Crew and passengers of cargo ships, fishing vessels, and yachts are prohibited from docking.",
- "created_at": "2020-06-28T14:24:30.192325Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:24:30.192325Z",
- "finish": null,
- "id": "348c45ad-e85c-416d-bac6-8c532a928363",
- "origin_country": {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:12:52.469552Z"
}, - "origin_country_id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "start": "2020-06-27T14:15:51.695000Z",
- "type": 4,
- "updated_at": "2020-06-28T14:24:30.192325Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All citizens returning to the country are subject to a 14-day self-quarantine.\n\n* The maritime borders with the Autonomous Region of Príncipe are closed.",
- "created_at": "2020-06-28T14:24:30.192325Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:24:30.192325Z",
- "finish": null,
- "id": "a12278f3-3b34-4ff9-8dab-9f838bc9bf0c",
- "origin_country": {
- "banner": {
}, - "center_lat": 0.18636,
- "center_lng": 6.613080999999999,
- "country_code": "ST",
- "country_code_3": "STP",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇸🇹",
- "geographic_region_id": "9d826126-ff33-44ac-9c97-833e9b62299c",
- "geojson_url": null,
- "id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "name": "São Tomé & Príncipe",
- "ne_bound_lat": 1.8961687,
- "ne_bound_lng": 7.658843900000001,
- "population": 199910,
- "sec_emer_num": "",
- "sw_bound_lat": -0.09887689999999999,
- "sw_bound_lng": 6.328125,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:12:52.469552Z"
}, - "origin_country_id": "3ea17f71-ae02-4514-8a2e-88fafb762a06",
- "start": "2020-06-27T14:15:51.695000Z",
- "type": 1,
- "updated_at": "2020-06-28T14:24:30.192325Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "No restrictions on travel.",
- "created_at": "2020-06-28T14:05:28.941111Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:05:28.941111Z",
- "finish": null,
- "id": "dd5b2c38-3d40-4eeb-b582-c3a5f3c52d72",
- "origin_country": {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:09.157130Z"
}, - "origin_country_id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "start": "2020-06-27T14:00:10.958000Z",
- "type": 4,
- "updated_at": "2020-06-28T14:05:28.941111Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Authorities have announced that Skopje International Airport and Ohrid Airport will re-open from July 1.",
- "created_at": "2020-06-28T14:05:28.941111Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:05:28.941111Z",
- "finish": null,
- "id": "c4de9247-80a7-4b8c-99ca-01e1f1d8ab42",
- "origin_country": {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:09.157130Z"
}, - "origin_country_id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "start": "2020-06-27T14:00:10.958000Z",
- "type": 0,
- "updated_at": "2020-06-28T14:05:28.941111Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* There is no curfew in place in the country.",
- "created_at": "2020-06-28T14:05:28.941111Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:05:28.941111Z",
- "finish": null,
- "id": "ac197580-4aff-4258-bb1a-62939fa77e0c",
- "origin_country": {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:09.157130Z"
}, - "origin_country_id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "start": "2020-06-27T14:00:10.958000Z",
- "type": 2,
- "updated_at": "2020-06-28T14:05:28.941111Z",
- "value": 0
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The use of face masks is mandatory in some indoor public places.\n\n* Outdoor bars, cafes, and restaurants are allowed to reopen.\n\n* Schools and universities are closed.\n\n* Business establishments, grocery stores are allowed to open with social distancing regulations.",
- "created_at": "2020-06-28T14:05:28.941111Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:05:28.941111Z",
- "finish": null,
- "id": "c5256669-a308-402a-9aff-d69d7130bc0e",
- "origin_country": {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:09.157130Z"
}, - "origin_country_id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "start": "2020-06-27T14:00:10.958000Z",
- "type": 3,
- "updated_at": "2020-06-28T14:05:28.941111Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The government has reopened all borders on 26 June for travelers. There is no requirement to self-isolate, quarantine, or have a PCR test.",
- "created_at": "2020-06-28T14:05:28.941111Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T14:05:28.941111Z",
- "finish": null,
- "id": "ba98779b-cfe5-409f-9704-c542e33646a6",
- "origin_country": {
- "banner": {
}, - "center_lat": 41.608635,
- "center_lng": 21.745275,
- "country_code": "MK",
- "country_code_3": "MKD",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇲🇰",
- "geographic_region_id": "892742d6-9353-4bab-abc7-81b1331640e6",
- "id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "name": "Republic of North Macedonia",
- "ne_bound_lat": 42.373646,
- "ne_bound_lng": 23.0340441,
- "population": 2080000,
- "sec_emer_num": "",
- "sw_bound_lat": 40.8537826,
- "sw_bound_lng": 20.452423,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:25:09.157130Z"
}, - "origin_country_id": "ba673893-d3fa-4ea3-a231-60f89fcff043",
- "start": "2020-06-27T14:00:10.958000Z",
- "type": 1,
- "updated_at": "2020-06-28T14:05:28.941111Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All flight services to and from Iraq are suspended until at least 1 July.\n\n* Qatar Airways will fly a special relief flight from Baghdad on 28 June.",
- "created_at": "2020-06-28T13:52:25.006340Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:52:25.006340Z",
- "finish": null,
- "id": "5002cb85-9d8b-4b57-ac30-83ef66661f8b",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-04-02T12:58:04.738907Z"
}, - "origin_country_id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "start": "2020-06-27T13:47:46.222000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:52:25.006340Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* All inter-province movement in Iraq, including to and from the Kurdistan Region, currently remains suspended except for essential purposes with permission from the authorities.\n\n* All non-essential travel inside the Kurdistan Region remains banned.",
- "created_at": "2020-06-28T13:52:25.006340Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:52:25.006340Z",
- "finish": null,
- "id": "f0937778-e2c1-4687-8b68-06fa8c56f449",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-04-02T12:58:04.738907Z"
}, - "origin_country_id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "start": "2020-06-27T13:47:46.222000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:52:25.006340Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* A curfew is in place from 18:00 to 05:00 (local time) and a full curfew on Thursday, Friday and Saturday until 1 July.\n\n* In Basrah, a total lockdown is extended to 1 July. Only bakeries and grocery stores are permitted to open.\n\n* The governorates of Karbala and Wasit reimposed a lockdown until further notice.\n\n* A complete lockdown is imposed in Salah al-Din Governorate, Al-Qadisiyyah governorates, and Babil until 28 June.",
- "created_at": "2020-06-28T13:52:25.006340Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:52:25.006340Z",
- "finish": null,
- "id": "7054baed-c83b-4f55-87ad-c975fe10c816",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-04-02T12:58:04.738907Z"
}, - "origin_country_id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "start": "2020-06-27T13:47:46.222000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:52:25.006340Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Authorities have banned the entry of nationals from Bahrain, China, France, Germany, Iran, Italy, Japan, Kuwait, Nigeria, Spain, South Korea, Singapore, Thailand, Turkey, and Qatar.\n\n* Most border crossings with neighboring countries remain closed, and they open intermittently to allow the return of Iraqi nationals.\n\n* All people entering Iraq are subject to a mandatory 14-day quarantine.",
- "created_at": "2020-06-28T13:52:25.006340Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:52:25.006340Z",
- "finish": null,
- "id": "b8bf83c5-5f15-4e0e-9b38-9e7350bb366f",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-04-02T12:58:04.738907Z"
}, - "origin_country_id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "start": "2020-06-27T13:47:46.222000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:52:25.006340Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The use of face masks is compulsory for all people in public places.\n\n* Most educational institutes will remain closed until further notice.\n\n* All gatherings remain banned.\n\n* Parks, restaurants, cafes, sports centers, cinema halls, shopping malls, private teaching institutes, and swimming pools remain closed.\n\n* Food stores, bakeries, and pharmacies are open. Restaurants are allowed to provide delivery services.",
- "created_at": "2020-06-28T13:52:25.006340Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:52:25.006340Z",
- "finish": null,
- "id": "771aba18-bbb6-4d03-8175-128eaee37cff",
- "origin_country": {
- "banner": {
}, - "center_lat": 33.223191,
- "center_lng": 43.679291,
- "country_code": "IQ",
- "country_code_3": "IRQ",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇮🇶",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "name": "Iraq",
- "ne_bound_lat": 37.380645,
- "ne_bound_lng": 48.6350999,
- "population": 37202572,
- "sec_emer_num": "There are no centralized emergency services in Iraq and the emergency medical service infrastructure is very limited. Some countries advise those travelling in Iraq to hire professional security teams for escort and/or for emergency services and assistance, including medical evacuation.",
- "sw_bound_lat": 29.0612079,
- "sw_bound_lng": 38.7936741,
- "travel_status": 2,
- "updated_at": "2020-04-02T12:58:04.738907Z"
}, - "origin_country_id": "ce17de48-6c84-46c1-bc8c-3c067f4ea1dd",
- "start": "2020-06-27T13:47:46.222000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:52:25.006340Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The government has closed South African airports for all international commercial airlines, except for limited repatriation flights. International commercial air travel is unlikely to resume soon.\n\n* Domestic flights resumed operations within the country from 1 June.",
- "created_at": "2020-06-28T13:38:53.225555Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:38:53.225555Z",
- "finish": null,
- "id": "506bc235-ab8c-4e10-9e6d-7a6788530d00",
- "origin_country": {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:20:15.811044Z"
}, - "origin_country_id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "start": "2020-06-27T13:32:21.282000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:38:53.225555Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Public transportation services (buses and taxis, private vehicles, and app-based transport services) are allowed to operate between 05:00 to 19:00 (local time) with reduced numbers of passengers.\n\n* Movements between different provinces remain restricted.",
- "created_at": "2020-06-28T13:38:53.225555Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:38:53.225555Z",
- "finish": null,
- "id": "eb04a1e9-16a5-476e-b125-205b761ccec6",
- "origin_country": {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:20:15.811044Z"
}, - "origin_country_id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "start": "2020-06-27T13:32:21.282000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:38:53.225555Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Everyone must wear facemasks and maintain a minimum of 1.5-meter distance in public places.\n\n* Cinemas and casinos will be allowed to reopen from 29 June.\n\n* Sports activities will be allowed under strict health hygiene conditions.\n\n* Restrictions on public gatherings will remain in place. A maximum of 20 people can gather at a palace.\n\n* Restaurants, cafes, pubs have reopened. Liquor shops are open.\n\n* Gymnasiums, health clubs, fitness centers, and yoga centers have opened with a maximum of 10 or 20 people depending on the size of the room.\n\n* Swimming pools are open but more than 20 persons are not allowed at a time.\n\n* A maximum of 50 people can attend funerals.\n\n* Places of worship have opened with a limit on the number of attendees.\n\n* Schools resumed classes on 8 June.",
- "created_at": "2020-06-28T13:38:53.225555Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:38:53.225555Z",
- "finish": null,
- "id": "fd2af3c0-ce6f-4b5e-aadb-8fc6a8bd6138",
- "origin_country": {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:20:15.811044Z"
}, - "origin_country_id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "start": "2020-06-27T13:32:21.282000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:38:53.225555Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Visitors from countries affected by coronavirus have not been permitted to enter South Africa since 18 March without a visa.\n\n* Land borders with the neighboring countries are closed except for international trade.\n\n* Cruise ships are not allowed to dock in South African ports at this time.\n\n* Foreigners within South Africa will not be penalized for overstaying due to the expiry of their visa since borders are closed for international travel.",
- "created_at": "2020-06-28T13:38:53.225555Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:38:53.225555Z",
- "finish": null,
- "id": "2f377133-576b-4258-a4ef-88252d433059",
- "origin_country": {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:20:15.811044Z"
}, - "origin_country_id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "start": "2020-06-27T13:32:21.282000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:38:53.225555Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Some restrictions will be relaxed from 29 June.\n\n* On 3 June, the State of Disaster was extended until 4 July to tackle rising cases of COVID-19 in South Africa.\n\n* Presently Level 3 of a five-phase plan for a gradual easing of the lockdown measures has been underway since 1 June. Under this phase, regular operations of all non-essential establishments, including manufacturing, construction, mining, financial services, information technology, communications, government services, media services, professional & business services, are being resumed.\n\n* **Level 5:** Extreme measures will remain enforced to contain the spread of the virus and to save lives.\n\n* **Level 4:** Borders are sealed for all passengers except for repatriation. Some activities may also resume, subject to precautions required to limit community transmission.\n\n* **Level 3:** The easing of some restrictions will be initiated, including work and social activities.\n\n* **Level 2:** Further easing of limitations will be introduced, complying with social distancing norms.\n\n* **Level 1:** Most normal operations will resume, with compliance to precautions and health guidelines.\n\nAn overnight curfew imposed all over the country from 20.00 to 5.00(local time).",
- "created_at": "2020-06-28T13:38:53.225555Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:38:53.225555Z",
- "finish": null,
- "id": "ad187cc4-e461-4a9b-b9ee-f5806ef56f98",
- "origin_country": {
- "banner": {
}, - "center_lat": -30.559482,
- "center_lng": 22.937506,
- "country_code": "ZA",
- "country_code_3": "ZAF",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇿🇦",
- "geographic_region_id": "873190d2-218c-4bae-9958-9344a9b2fd74",
- "geojson_url": null,
- "id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "name": "South Africa",
- "ne_bound_lat": -22.1254239,
- "ne_bound_lng": 38.2216904,
- "population": 55908865,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": -47.1313489,
- "sw_bound_lng": 16.2816999,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:20:15.811044Z"
}, - "origin_country_id": "9f77ada4-264b-46a6-8fc3-67611526e951",
- "start": "2020-06-27T13:32:21.282000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:38:53.225555Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Hotels, gyms, and fitness centers have reopened.\n\n* Beaches are now open from 05:00 to 19:00 (local time), but safe social distancing is required.\n\n* Mass gatherings limit has been extended to one person per 64 square feet or 100 people for faith-based organizations, graduations, funerals, and weddings.\n\n* Businesses and other establishments are allowed to operate outside the curfew hours.\n\n* The use of face masks are compulsory in public.",
- "created_at": "2020-06-28T13:27:49.690608Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:27:49.690608Z",
- "finish": null,
- "id": "33b2ae5b-be13-46f2-b691-acd9c9e69638",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:29:58.783204Z"
}, - "origin_country_id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "start": "2020-06-27T13:24:18.788000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:27:49.690608Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* There is an overnight curfew between 00:01 to 05:00 (local time) until further notice.",
- "created_at": "2020-06-28T13:27:49.690608Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:27:49.690608Z",
- "finish": null,
- "id": "f43c9f75-c6e2-4a8d-a603-980a35694d49",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:29:58.783204Z"
}, - "origin_country_id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "start": "2020-06-27T13:24:18.788000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:27:49.690608Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Foreigners may be allowed to enter the territory from 1 September. The British Virgin Islands opened borders to returning citizens, naturalized citizens, and permanent residents on 2 June. Those who are allowed to enter the country are subject to 14-day self-quarantine if they have symptoms during initial screening on arrival.\n\n* Travelers' entry to the country is restricted at seaports. The ports will remain open for cargo and freight vessels.",
- "created_at": "2020-06-28T13:27:49.690608Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:27:49.690608Z",
- "finish": null,
- "id": "23575ac9-2998-48ec-865d-201f8702b193",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:29:58.783204Z"
}, - "origin_country_id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "start": "2020-06-27T13:24:18.788000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:27:49.690608Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Seaports are open for inter-island and domestic travels.\n\n* Private vessels are allowed to operate in territorial waters during daylight hours from 05:00 to 19:00 (local time).\n\n* Ferries are permitted to operate in territorial waters between 05:00 and 24:00.",
- "created_at": "2020-06-28T13:27:49.690608Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:27:49.690608Z",
- "finish": null,
- "id": "88dec873-08e0-44f1-944e-261ba6231a92",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:29:58.783204Z"
}, - "origin_country_id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "start": "2020-06-27T13:24:18.788000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:27:49.690608Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "All inbound international flights are suspended. Only repatriation flights are allowed.",
- "created_at": "2020-06-28T13:27:49.690608Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:27:49.690608Z",
- "finish": null,
- "id": "b5d1c4fe-d154-403f-812c-c56b8b501972",
- "origin_country": {
- "banner": {
}, - "center_lat": 18.420695,
- "center_lng": -64.639968,
- "country_code": "VG",
- "country_code_3": "VGB",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇻🇬",
- "geographic_region_id": "d71fcae9-30c0-43e2-823c-8220d903eb8a",
- "geojson_url": null,
- "id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "name": "British Virgin Islands",
- "ne_bound_lat": 18.7539999,
- "ne_bound_lng": -64.2651999,
- "population": 30661,
- "sec_emer_num": "\r\n",
- "sw_bound_lat": 18.2899998,
- "sw_bound_lng": -64.8775,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:29:58.783204Z"
}, - "origin_country_id": "1397c3ff-b8e8-4164-a7e5-f0452d00dacb",
- "start": "2020-06-27T13:24:18.788000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:27:49.690608Z",
- "value": 3
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The Robert International Airport will re-open on 28 June.\n\n* All commercial passenger flights are currently suspended, except for cargo or charter flights.",
- "created_at": "2020-06-28T13:20:26.869151Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:20:26.869151Z",
- "finish": null,
- "id": "1db5e544-3b51-4613-88ca-e58382397589",
- "origin_country": {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:05:27.230590Z"
}, - "origin_country_id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "start": "2020-06-27T13:15:38.261000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:20:26.869151Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Gaming centers, hotels, and restaurants re-opened on 21 June.\n\n* Only one person from a house is permitted to go out for one hour a day for essential purposes.\n\n* The wearing of face masks has been mandatory for all people while in public places.\n\n* Schools, bars, cinemas, and beaches will remain closed until further notice.\n\n* All types of gatherings are limited to a maximum of ten people.\n\n* Churches and mosques are allowed to operate with less than 25% of their normal capacity.\n\n* Essential businesses must close every day by 15:00 (local time).",
- "created_at": "2020-06-28T13:20:26.869151Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:20:26.869151Z",
- "finish": null,
- "id": "567debcd-b6b8-433d-9f2c-400a3f357451",
- "origin_country": {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:05:27.230590Z"
}, - "origin_country_id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "start": "2020-06-27T13:15:38.261000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:20:26.869151Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The government extended the state of emergency until 21 July\n\n* A curfew from 18:00 - 06:00 (local time) is in effect.\n\n* All 15 counties in Liberia will remain under lockdown until further notice.",
- "created_at": "2020-06-28T13:20:26.869151Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:20:26.869151Z",
- "finish": null,
- "id": "055a9620-770c-4e56-ac4d-2c95e11a4027",
- "origin_country": {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:05:27.230590Z"
}, - "origin_country_id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "start": "2020-06-27T13:15:38.261000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:20:26.869151Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Borders with Guinea, Sierra Leone, and Cote d'Ivoire remain closed.\n\n* Health screening measures have been imposed for the arrivals.",
- "created_at": "2020-06-28T13:20:26.869151Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:20:26.869151Z",
- "finish": null,
- "id": "ed87a764-e052-49a6-857e-e6c710bdec9a",
- "origin_country": {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:05:27.230590Z"
}, - "origin_country_id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "start": "2020-06-27T13:15:38.261000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:20:26.869151Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Inter-county movement has been banned. People can, however, travel between Montserrado and Margibi as they are considered as one area.",
- "created_at": "2020-06-28T13:20:26.869151Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:20:26.869151Z",
- "finish": null,
- "id": "34e2b7d2-447b-4afc-bf1a-b09f184c0a2c",
- "origin_country": {
- "banner": {
}, - "center_lat": 6.428055,
- "center_lng": -9.429499000000002,
- "country_code": "LR",
- "country_code_3": "LBR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇱🇷",
- "geographic_region_id": "d403a7b6-5654-45ca-9af9-82084cabb6e1",
- "geojson_url": null,
- "id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "name": "Liberia",
- "ne_bound_lat": 8.551986,
- "ne_bound_lng": -7.3692549,
- "population": 4613823,
- "sec_emer_num": "Emergency services are not adequate in Liberia, and calls to these numbers may go unanswered.\r\n\r\n",
- "sw_bound_lat": 4.269699999999999,
- "sw_bound_lng": -11.5355999,
- "travel_status": 0,
- "updated_at": "2020-04-02T13:05:27.230590Z"
}, - "origin_country_id": "8c464720-e5be-4485-ba18-3f066996c4a3",
- "start": "2020-06-27T13:15:38.261000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:20:26.869151Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The state of emergency imposed on 16 March is in place until further notice.",
- "created_at": "2020-06-28T13:10:35.705103Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:10:35.705103Z",
- "finish": null,
- "id": "8fd8cbb8-5c8a-43a9-a290-d337d40bef7d",
- "origin_country": {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:37:20.183046Z"
}, - "origin_country_id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "start": "2020-06-27T13:06:16.260000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:10:35.705103Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The Costa Rican border is set to open on August 1, 2020. At this time, tourists and non-resident foreigners are not allowed to enter the country by land, air, or sea. Costa Rican citizens and legal residents will be allowed to enter the country and may be required to self-isolate for 14-days.\n\n* Any tourists and others already in the country who overstay their visas due to the COVID-19 crisis will not be fined. Foreigners who entered Costa Rica after 17 December 2019, will be allowed to remain until 17 July.\n\n* Foreign residents who leave or left the country on 24 March or later cannot re-enter Costa Rica until further notice. Those still in Costa Rica can stay until 18 August.\n\n* Cargo transportations might be affected due to limitations on the entry of foreign truck drivers.",
- "created_at": "2020-06-28T13:10:35.705103Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:10:35.705103Z",
- "finish": null,
- "id": "302a32bb-4e62-4f2e-a553-fa6b0eb9d562",
- "origin_country": {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:37:20.183046Z"
}, - "origin_country_id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "start": "2020-06-27T13:06:16.260000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:10:35.705103Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Wearing a face mask was made mandatory starting 27 June in all common areas.\n\n* Phase 3 of the reopening of the economic activities started on 1 June. During the period, restrictions on business and movement will be relaxed. Further relaxations are likely to be announced on 20 June based on the COVID-19 activity in the country.\n\n* Mass gatherings remain banned.\n\n* There is no mandatory quarantine, but citizens are asked to avoid non-essential travel and stay home when possible.\n\n* As of 1 May, some establishments reopened, such as gyms, restaurants, beauty salons with social distancing and hygiene rules.\n\n* Bars are closed.\n\n* Concerts and large events are prohibited.\n\n* Visits to beaches and national parks are allowed on a limited basis.\n\n* Cabins, hotels, and other accommodations are allowed to operate at a 50 percent capacity.\n\n* Museums are allowed to open at a limited capacity.\n\n* Organizers of any event should ensure the gatherings are limited to a maximum of 30 people indoors and with 1.8 meters of physical distance.",
- "created_at": "2020-06-28T13:10:35.705103Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:10:35.705103Z",
- "finish": null,
- "id": "38d975f6-c767-47fd-9fbd-47f8bb72052e",
- "origin_country": {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:37:20.183046Z"
}, - "origin_country_id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "start": "2020-06-27T13:06:16.260000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:10:35.705103Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Vehicle restrictions will remain in place. Vehicles are allowed to circulate from Monday to Friday from 05:00 to 22:00. On Saturdays and Sundays, the vehicles can circulate from 05:00 to 19:00 (local time).\n\n* Driving privileges for tourists who entered the country after 17 December 2020 have been extended until 17 July.\n\n* Driving restrictions from 17:00 to 05:00 (local time) have been imposed in northern parts of the country that includes La Cruz, Guatuso, Upala, Los Chiles, and Rio Cuarto, as well as districts of San Carlos, Guacimo, Pococi, Sarapiqui y Siquirres.",
- "created_at": "2020-06-28T13:10:35.705103Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:10:35.705103Z",
- "finish": null,
- "id": "003ad640-4cf1-4a2f-b120-c55b09755b7e",
- "origin_country": {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:37:20.183046Z"
}, - "origin_country_id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "start": "2020-06-27T13:06:16.260000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:10:35.705103Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Airlines are expected to resume flight operations from this country in July and many are accepting bookings. However, travellers should be aware that flight cancellation and rescheduling may occur with little notice.",
- "created_at": "2020-06-28T13:10:35.705103Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:10:35.705103Z",
- "finish": null,
- "id": "37d698ef-e3a8-40c0-80f8-f7be042b8e2b",
- "origin_country": {
- "banner": {
}, - "center_lat": 9.748916999999999,
- "center_lng": -83.753428,
- "country_code": "CR",
- "country_code_3": "CRI",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇨🇷",
- "geographic_region_id": "f07723f2-3a9c-4945-8b0b-81994476e4f9",
- "geojson_url": null,
- "id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "name": "Costa Rica",
- "ne_bound_lat": 11.2196806,
- "ne_bound_lng": -82.51830009999999,
- "population": 4857274,
- "sec_emer_num": "",
- "sw_bound_lat": 5.496099999999999,
- "sw_bound_lng": -87.09899999999999,
- "travel_status": 0,
- "updated_at": "2020-04-02T12:37:20.183046Z"
}, - "origin_country_id": "86ad60a1-8e00-44b8-bfc0-4376144ec777",
- "start": "2020-06-27T13:06:16.260000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:10:35.705103Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Restrictions on travel between provinces have been lifted.\n\n* As of 1 June, parks, beaches, museums, daycare centres, camps, libraries, and most public sites are open. People will be permitted to attend open-air concerts.\n\n* Bars and hookah lounges will remain closed.\n\n* Kindergartens and daycare centres are open.\n\n* Istanbul's Grand Bazaar is open.\n\n* Barbers, hairdressers, and shopping centres are open..\n\n* Theatres, cinemas, and other entertainment centres are expected to open on 1 July.\n\n* Face masks are mandatory in crowded public places (specifically in markets and supermarkets), on all public transport (including metro, buses, and ferries). In some areas, masks are required when travelling in private vehicles with more than one person.",
- "created_at": "2020-06-28T13:03:01.230155Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:03:01.230155Z",
- "finish": null,
- "id": "ae3d3898-9695-4389-935e-254d70ead363",
- "origin_country": {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:07:04.390841Z"
}, - "origin_country_id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "start": "2020-06-27T12:58:23.652000Z",
- "type": 3,
- "updated_at": "2020-06-28T13:03:01.230155Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Persons who are not Turkish nationals or residents of Turkey are not permitted to enter Turkey. Anyone who does arrive from outside Turkey will enter an enforced quarantine at a government-run quarantine facility.\n\n* Maritime travel between mainland Greece and Turkey is banned.\n\n* Land crossings with Greece, Bulgaria, Georgia, Iran, and Iraq have been closed.",
- "created_at": "2020-06-28T13:03:01.230155Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:03:01.230155Z",
- "finish": null,
- "id": "d34b9ee9-e984-4479-8ac4-18a9f16640bb",
- "origin_country": {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:07:04.390841Z"
}, - "origin_country_id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "start": "2020-06-27T12:58:23.652000Z",
- "type": 1,
- "updated_at": "2020-06-28T13:03:01.230155Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* The domestic travel ban for Istanbul, Van, Ankara, Balikesir, Kocaeli, Bursa, Izmir, Kayseri, Konya, Eskisehir, Manisa, Gaziantep, Sakarya, Samsun, and Zonguldak was lifted as of 1 June.\n\n* Children below the age of 18 are allowed to travel between cities with their guardians.\n\n* All-day weekend curfews will continue in Ankara, Adana, Antalya, Aydin, Balikesir, Bursa, Denizli, Diyarbakir, Erzurum, Eskisehir, Gaziantep, Hatay, Istanbul, Izmir, Kahramanmaras, Kayseri, Kocaeli, Konya, Malatya, Manisa, Mardin, Mersin, Mugla, Ordu, Sakarya, Samsun, Sanliurfa, Tekirdag, Trabzon, Van, and Zonguldak.",
- "created_at": "2020-06-28T13:03:01.230155Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:03:01.230155Z",
- "finish": null,
- "id": "b7dde01b-0857-4183-a6b9-b8b234d69433",
- "origin_country": {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:07:04.390841Z"
}, - "origin_country_id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "start": "2020-06-27T12:58:23.652000Z",
- "type": 2,
- "updated_at": "2020-06-28T13:03:01.230155Z",
- "value": 2
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "* Turkey has resumed domestic and international flights.\n\n* Airlines are resuming flight operations and many are accepting bookings. However, travellers should be aware that flight cancellation and rescheduling may occur with little notice.\n\n* Effective June 6, all travellers must have a HES code (Hayat Eve Sığar) for domestic and international flights, train, and ferry travel.",
- "created_at": "2020-06-28T13:03:01.230155Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:03:01.230155Z",
- "finish": null,
- "id": "9126800d-b745-4658-91e5-0616193106d9",
- "origin_country": {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:07:04.390841Z"
}, - "origin_country_id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "start": "2020-06-27T12:58:23.652000Z",
- "type": 0,
- "updated_at": "2020-06-28T13:03:01.230155Z",
- "value": 1
}, - {
- "affected_countries": [ ],
- "affected_country_division_ids": [ ],
- "affected_country_divisions": [ ],
- "affected_country_ids": [ ],
- "affected_country_region_ids": [ ],
- "affected_country_regions": [ ],
- "airline": null,
- "airline_id": null,
- "categories": [ ],
- "closed": false,
- "comment": "Effective June 6, all travellers must have a HES code (Hayat Eve Sığar) for domestic and international flights, train, and ferry travel.",
- "created_at": "2020-06-28T13:03:01.230155Z",
- "disease": {
- "common_name": "COVID -19",
- "created_at": "2020-02-27T21:37:12.120000Z",
- "id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "occurs_where": "So far (March 2020), this virus has spread from China to 41 other countries. Thes include Afghanistan, Austria, Belgium, Brazil, Cambodia, Croatia, Denmark, Egypt, Estonia, Finland, India, Iraq, Israel, Lebanon, Nepal, Norway, Oman, Philippines, Romania, Russia, Spain, Sri Lanka, Sweden, Switzerland, Canada, Germany, United Arab Emirates, United Kingdom, Australia, Malaysia, Vietnam, Bahrain, France, Kuwait, Taiwan, Thailand, United States of America, Singapore, Iran, Japan, Italy and South Korea.\r\n\r\nOutbreaks of this disease are well established in China, Japan, South Korea, Iran and Italy. Outbreaks may be beginning in all the other countries.\r\n\r\n",
- "scientific_name": "SARS-COV-2",
- "updated_at": "2020-06-28T15:47:01.339000Z"
}, - "disease_id": "c3d6b5c1-12cb-4834-a696-d74ddec26956",
- "effective_as_of": "2020-06-28T13:03:01.230155Z",
- "finish": null,
- "id": "80fe6c45-eeaa-4725-91b9-be12aed27bc5",
- "origin_country": {
- "banner": {
}, - "center_lat": 38.963745,
- "center_lng": 35.243322,
- "country_code": "TR",
- "country_code_3": "TUR",
- "emerg_numbers": [ ],
- "flag": {
}, - "flag_emoji": "🇹🇷",
- "geographic_region_id": "225694db-c5a5-400a-8eb2-13b359ad8fd9",
- "geojson_url": null,
- "id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "name": "Turkey",
- "ne_bound_lat": 42.3666999,
- "ne_bound_lng": 44.8178449,
- "population": 79512426,
- "sec_emer_num": "",
- "sw_bound_lat": 35.808592,
- "sw_bound_lng": 25.5377,
- "travel_status": 1,
- "updated_at": "2020-04-02T13:07:04.390841Z"
}, - "origin_country_id": "4c11c4a4-c8f0-4982-9b32-78a35aeb814c",
- "start": "2020-06-27T12:58:23.652000Z",
- "type": 4,
- "updated_at": "2020-06-28T13:03:01.230155Z",
- "value": 2
}
]
A trip keeps information about a user's past, active, and future trips. A trip has destinations and can manage a user's itinerary/bookings through TripSegments
.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
deleted_at | String | The time the record was deleted |
name | String | The name of the trip |
start | Datetime | The time that the trip starts |
finish | Datetime | The time that the trip finishes |
read | Boolean | True if the user has read the trip details |
muted | Boolean | True if the user no longer wants to receive notifications about the trip |
trip_type | Integer | The type of trip (see below) |
activities | [Integer] | A list of integers representing the activities for the trip (see below) |
company_name | String | Name of company that the trip belongs to |
employee_name | String | Name of the employee that the trip belongs to |
final | Boolean | DEPRECATED |
settings | TripSetting |
Trip settings for the trip (see below) |
destinations | [Destination ] A list of destinations for the trip (see below) |
|
travellers | [User ] |
A list of users that own the trip |
total_cost | Integer | The cost of the trip in lowest common currency value. e.g. cents for USD. |
Value | Description |
---|---|
0 | Beach & Sun |
1 | Scuba Diving |
2 | Snorkeling |
3 | Hiking |
4 | Camping |
5 | Kayaking |
6 | Canoeing |
7 | Shopping |
8 | Site Seeing |
9 | Museums |
10 | Food |
11 | Eco Tourism |
12 | Bicycling |
13 | Backpacking |
14 | Golf |
15 | Rock Climbing |
16 | Skiing |
17 | Snowboarding |
18 | Photography |
19 | Safari |
20 | Around The World |
21 | Medical Tourism |
22 | Humanitarian Work |
23 | Gambling |
24 | Jungle Trekking |
25 | Cruise |
26 | Road Trip |
27 | Amusement Park |
28 | Concert |
A trip can have one or more destinations.
Destination Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
entry_date | Datetime | The datetime that the user will enter the Destiantion |
exit_date | Datetime | The datetime that the user will leave the Destiantion |
country_id | String | The UUID of the country that this Destination belongs to |
friendly_name | String | The name of the destination. e.g. Paris |
lat | Double | The latitude of the Destination |
lng | Double | The longitude of the Destination |
type | Integer | The type of Destination (see below) |
Destination Types
Value | Description |
---|---|
0 | Country |
1 | City |
2 | Region (e.g. State or Province or Municipality) |
A trip can also have 5 different types of trip segments or bookings: air, hotel, car, rail, and activity. Trip Segments allow a user to keep track of their itinerary for their trip. In the case of an AirSegment
, they allow Sitata to monitor flights and airports for cancellations and delays. Segments are created by parsing emails.
Keeps track of plane tickets.
Air Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the air segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
airline | String | The name of the airline. e.g. Alaska Airlines |
class_of_service | String | The type of service. e.g. Business |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
estimated_arrival | Datetime | The naive datetime for arrival when a flight has been delayed |
estimated_arrival_utc | Datetime | The UTC datetime of arrival when a flight has been delayed |
arrival_gate | String | The airport gate during arrival |
arrival_terminal | String | The airport terminal during arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
estimated_departure | Datetime | The naive datetime for departure when a flight has been delayed |
estimated_departure_utc | Datetime | The UTC datetime of departure when a flight has been delayed |
departure_gate | String | The airport gate during departure |
departure_terminal | String | The airport terminal during departure |
destination | String | The airport code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The airport name. e.g. Portland International |
destination_admin_code | String | The region code of the destination airport. e.g. TX for Texas |
destination_city_name | String | The city name of the destination airport. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination airport |
destination_lng | Double | The longitude of the deatinaion airport |
origin | String | The airport code of the original. Usually IATA. e.g. PDX |
origin_name | String | The airport name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin airport. e.g. TX for Texas |
origin_city_name | String | The city name of the origin airport. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin airport |
origin_lng | Double | The longitude of the origin airport |
fare_basis_code | String | e.g. G |
flight_number | String | Flight number e.g. 655 |
iata_code | String | IATA code of the airline. e.g. AS |
normalized_airline | String | Airline code. e.g. ASA |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
seat_assignment | String | e.g. 22D |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the flight (see below) |
ticket_number | String | e.g. 123456 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
Keeps track of rail tickets.
Rail Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
rail_line | String | The name of the railway. e.g. Amtrak |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
destination | String | The railway code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The destination rail station name. |
destination_admin_code | String | The region code of the destination station. e.g. TX for Texas |
destination_city_name | String | The city name of the destination station. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination station |
destination_lng | Double | The longitude of the deatinaion station |
origin | String | The railway code of the original. Usually IATA. e.g. PDX |
origin_name | String | The station name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin station. e.g. TX for Texas |
origin_city_name | String | The city name of the origin station. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin station |
origin_lng | Double | The longitude of the origin station |
train_number | String | Train number e.g. 655 |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
seat_assignment | String | e.g. 22D |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the train segment (see below) |
ticket_number | String | e.g. 123456 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
Keeps track of car rentals.
Car Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
car_company | String | Name of car company. e.g. Hertz |
car_description | String | Description of car |
car_type | String | Type of car. e.g. Intermediate 2 |
confirmation_no | String | Confirmation number |
currency | String | The currencey code. e.g. USD |
dropoff_address1 | String | Address line 1 of dropoff location |
dropoff_address2 | String | Address line 2 of dropoff location |
dropoff_admin_code | String | Region code of dropoff location |
dropoff_city_name | String | City name of dropoff location |
dropoff_country | String | Two character country code of dropoff location. e.g. CA for Canada |
dropoff_lat | Double | Latitude of dropoff location |
dropoff_lng | Double | Longitude of dropoff location |
dropoff_postal_code | String | Postal code of dropoff location |
dropoff_datetime | Datetime | Dropoff datetime. e.g. 2015-07-10T12:00:00 |
dropoff_time_zone_id | String | Timezone of dropoff location |
dropoff_datetime_utc | Datetime | Dropoff UTC datetime |
hours_of_operation | String | Hours of operation |
normalized_car_company | String | Car company name. e.g. Hertz |
pickup_address1 | String | Address line 1 of pickup location |
pickup_address2 | String | Address line 2 of pickup location |
pickup_admin_code | String | Region code of pickup location |
pickup_city_name | String | City name of pickup location |
pickup_country | String | Two character country code of pickup location. e.g. CA for Canada |
pickup_datetime | Datetime | Pickup datetime. e.g. 2015-07-10T12:00:00 |
pickup_time_zone_id | String | Timezone of pickup location |
pickup_datetime_utc | Datetime | Pickup UTC datetime |
pickup_lat | Double | Latitude of pickup location |
pickup_lng | Double | Longitude of pickup location |
pickup_postal_code | String | Postal code of pickup location |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the car booking (see below) |
Keeps track of hotel stays.
Hotel Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
address1 | String | Address line 1 of hotel location |
address2 | String | Address line 2 of hotel location |
admin_code | String | Region code for the hotel location. e.g. TX for Texas |
cancellation_policy | String | Cancellation policy |
checkin_date | Datetime | Check-in datetime. e.g. 2015-03-06 15:00:00 |
checkout_date | Datetime | Check-out datetime. e.g. 2015-03-07 12:00:00 |
checkin_date_utc | Datetime | UTC datetime for check-in |
checkout_date_utc | Datetime | UTC datetime for check-out |
time_zone_id | String | Timezone identifier of the hotel location |
city_name | String | City name of hotel location |
confirmation_no | String | Confirmation number |
country | String | Two character country code of pickup location. e.g. CA for Canada |
currency | String | The currencey code. e.g. USD |
hotel_name | String | The name of the hotel |
lat | Double | Latitude of hotel location |
lng | Double | Longitude of hotel location |
number_of_rooms | Integer | Number of roooms |
postal_code | String | Postal code of hotel location |
rate_description | String | Rate description |
room_description | String | Room description |
room_type | String | Type of room |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the hotel booking (see below) |
Keeps track of activities such as concerts and other types of event tickets.
Activity Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the rail segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
activity_type | String | Activity type. e.g. General |
activity_name | String | Activity name. e.g. Van Halen Concert |
start_name | String | Name of start location. e.g. Park City Ampitheater |
start_admin_code | String | Region code of start location. e.g. TX for Texas |
start_address1 | String | Address line 1 of start location |
start_address2 | String | Address line 2 of start location |
start_city_name | String | City name of start location |
start_country | String | Two character country code of start. e.g. CA for Canada |
start_lat | Double | Latitude of start location |
start_lng | Double | Longitude of start location |
start_postal_code | String | Postal code of start location |
end_name | String | Name of end location. e.g. Park City Ampitheater |
end_admin_code | String | Region code of end location. e.g. TX for Texas |
end_address1 | String | Address line 1 of end location |
end_address2 | String | Address line 2 of end location |
end_city_name | String | City name of end location |
end_country | String | Two character country code of end. e.g. CA for Canada |
end_lat | Double | Latitude of end location |
end_lng | Double | Longitude of end location |
end_postal_code | String | Postal code of end location |
start_datetime | Datetime | Start time. e.g. 2015-03-06 15:00:00 |
end_datetime | Datetime | End time. e.g. 2015-03-07 03:00:00 |
start_datetime_utc | Datetime | Start UTC time |
end_datetime_utc | Datetime | End UTC time |
time_zone_id | String | Timezone identifier for the activity |
confirmation_no | String | Confirmation number |
currency | String | The currencey code. e.g. USD |
price | Decimal | Parsed from dollars. e.g. $380.30 |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the hotel booking (see below) |
Keeps track of cruise legs.
Cruise Segment Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the cruise segment |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
cruise_line | String | The name of the cruise line. e.g. Norwegian Cruise |
ship_name | String | The name of the ship. e.g. NORWEGIAN ESCAPE |
confirmation_no | String | The confirmation number. Usually the PNR. e.g. ABJ3D98 |
currency | String | The currencey code. e.g. USD |
arrival_datetime | Datetime | The naive datetime of arrival. e.g. 2015-06-14T19:39:00 |
arrival_time_zone_id | String | The IATA timezone identifier for arrival |
arrival_datetime_utc | Datetime | The UTC datetime of arrival |
departure_datetime | Datetime | The naive datetime of departure. e.g. 2015-06-18T19:39:00 |
departure_time_zone_id | String | The IATA timezone identifier for departure |
departure_datetime_utc | Datetime | The UTC datetime of departure. e.g. 2015-06-18T19:39:00 |
destination | String | The airport code of the destination. Usually IATA. e.g. PDX |
destination_name | String | The airport name. e.g. Portland International |
destination_admin_code | String | The region code of the destination airport. e.g. TX for Texas |
destination_city_name | String | The city name of the destination airport. e.g. Portland |
destination_country | String | The two character country code of the destination. e.g. CA for Canada |
destination_lat | Double | The latitude of the destination airport |
destination_lng | Double | The longitude of the deatinaion airport |
origin | String | The airport code of the original. Usually IATA. e.g. PDX |
origin_name | String | The airport name of the origin. e.g. Portland International |
origin_admin_code | String | The region code of the origin airport. e.g. TX for Texas |
origin_city_name | String | The city name of the origin airport. e.g. Portland |
origin_country | String | The two character country code of the origin. e.g. CA for Canada |
origin_lat | Double | The latitude of the origin airport |
origin_lng | Double | The longitude of the origin airport |
number_of_pax | Integer | Number of passengers |
price | Decimal | Parsed from dollars. e.g. $380.30 |
tickets | [String] | A list of ticket numbers |
seats | [String] | A list of seat numbers |
source | String | Name of source. e.g. Trip Advisor |
status | Integer | Status of the flight (see below) |
Get Trips
Returns trips for the current user.
Request Parameters
Name | Type | Description |
---|---|---|
since | String or Integer | Datetime in unix seconds or ISO format. If given, will return trips updated since that time. |
page | Integer | Page number of trips to request |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2017-09-22T12:38:06.073000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2019-07-27T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "My Trip",
- "muted": false,
- "id": "6b8a4569-57d2-4248-a782-ebe6af10b4c1",
- "finish": "2019-08-02T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [
- {
- "lng": 114.1095,
- "lat": 22.3964,
- "id": "268a06a1-d72a-40cc-9daa-70c6a4eee578",
- "friendly_name": "Hong Kong"
}
], - "id": "5efcfab9-bda1-4daa-9f3e-bd2e1196f62d",
- "exit_date": "2019-08-02T00:00:00.000000Z",
- "entry_date": "2019-07-27T00:00:00.000000Z",
- "country_id": "77a03117-9566-43d7-bd08-abe448390891"
}
], - "deleted_at": null,
- "created_at": "2017-09-22T12:38:06.073000Z",
- "company_name": "Travel Insured International",
- "activities": [
- 1
]
}, - {
- "updated_at": "2017-09-23T01:07:21.581000Z",
- "type": 1,
- "trip_type": 1,
- "start": "2019-07-27T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "My Trip",
- "muted": false,
- "id": "c0c4fa24-e30d-45d3-9523-8b689670c3a2",
- "finish": "2019-08-02T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [ ],
- "deleted_at": null,
- "created_at": "2017-09-22T12:38:03.472000Z",
- "company_name": null,
- "activities": [
- 1
]
}, - {
- "updated_at": "2017-06-13T17:54:24.022000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-06-14T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip to Latin America",
- "muted": false,
- "id": "db2d1ded-5ca7-447b-a691-84333c44b361",
- "finish": "2017-06-20T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "0c5b7037-6629-4d06-9b53-1562a080da23",
- "exit_date": "2017-06-17T00:00:00.000000Z",
- "entry_date": "2017-06-14T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}, - {
- "locations": [ ],
- "id": "1c5d7562-2b53-4a70-9680-f33639e59a0d",
- "exit_date": "2017-06-20T00:00:00.000000Z",
- "entry_date": "2017-06-17T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}
], - "deleted_at": null,
- "created_at": "2017-06-13T17:54:24.022000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 2,
- 0,
- 3,
- 13
]
}, - {
- "updated_at": "2017-06-08T15:19:54.785000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-06-08T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "fc630c9d-38c8-4a24-868c-49eed225e63a",
- "finish": "2017-06-10T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "f3533e99-f89d-4ccb-913f-886d3235d736",
- "exit_date": "2017-06-09T00:00:00.000000Z",
- "entry_date": "2017-06-08T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}, - {
- "locations": [ ],
- "id": "a280b5f1-6228-41ff-9174-5f282655da2f",
- "exit_date": "2017-06-10T00:00:00.000000Z",
- "entry_date": "2017-06-09T00:00:00.000000Z",
- "country_id": "3738e2dc-5796-4fee-bf85-2e9508709f9b"
}
], - "deleted_at": null,
- "created_at": "2017-06-08T15:19:54.785000Z",
- "company_name": "Demo Clinic",
- "activities": [ ]
}, - {
- "updated_at": "2017-04-28T10:49:45.576000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-04-28T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "68b434ff-f49e-4baf-aa03-05c01db82cc0",
- "finish": "2017-04-30T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "d211bd70-8760-41b1-959e-4ca7375bd4f1",
- "exit_date": "2017-04-30T00:00:00.000000Z",
- "entry_date": "2017-04-29T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "10696f1e-b777-4809-bd96-4d82b8b1b213",
- "exit_date": "2017-04-29T00:00:00.000000Z",
- "entry_date": "2017-04-28T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}
], - "deleted_at": null,
- "created_at": "2017-04-28T10:49:45.576000Z",
- "company_name": "Demo Clinic",
- "activities": [ ]
}, - {
- "updated_at": "2017-04-26T14:05:20.027000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-04-26T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Around the world",
- "muted": false,
- "id": "8c0d8fbb-63a7-41aa-9225-b989099f1653",
- "finish": "2017-04-30T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "843ae06f-3548-4809-8c40-8e18185d4243",
- "exit_date": "2017-04-30T00:00:00.000000Z",
- "entry_date": "2017-04-28T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "71271cf2-af84-4659-9ee8-1ea34b8c0a62",
- "exit_date": "2017-04-28T00:00:00.000000Z",
- "entry_date": "2017-04-26T00:00:00.000000Z",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3"
}
], - "deleted_at": null,
- "created_at": "2017-04-26T14:05:20.027000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 13
]
}, - {
- "updated_at": "2017-04-24T20:50:55.072000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2017-04-25T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "tedfgtt",
- "muted": false,
- "id": "da585e55-fbad-4692-9b0d-ddbac9934002",
- "finish": "2017-04-26T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "3bd417f7-8bf7-4149-a5b2-82235f141bd8",
- "exit_date": "2017-04-26T00:00:00.000000Z",
- "entry_date": "2017-04-25T00:00:00.000000Z",
- "country_id": "524f558c-e79e-49d3-a60c-d0bf4eba0758"
}
], - "deleted_at": null,
- "created_at": "2017-04-24T20:50:55.072000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 5
]
}, - {
- "updated_at": "2017-03-15T04:19:23.167000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-03-12T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Peru",
- "muted": false,
- "id": "a5ab2a30-4d26-4500-a1c9-594495bb8ca7",
- "finish": "2017-03-18T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "764f0a33-da65-4caa-9952-6a4d7bf83455",
- "exit_date": "2017-03-18T00:00:00.000000Z",
- "entry_date": "2017-03-12T00:00:00.000000Z",
- "country_id": "4249d83b-ab3d-4498-862e-e7720ff45146"
}
], - "deleted_at": null,
- "created_at": "2017-03-05T00:57:02.396000Z",
- "company_name": "Go Travel Demo",
- "activities": [
- 22
]
}, - {
- "updated_at": "2017-01-31T13:18:04.642000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-01-31T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "fig ofthe FJ",
- "muted": false,
- "id": "bab98c9c-0dde-41b0-8a03-18707df60cda",
- "finish": "2017-02-01T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "024c2886-3b1f-4faa-a0bd-333e16f06a85",
- "exit_date": "2017-01-31T00:00:00.000000Z",
- "entry_date": "2017-01-31T00:00:00.000000Z",
- "country_id": "f658e36e-afbd-4501-9e4f-396349277add"
}, - {
- "locations": [ ],
- "id": "e0a5700f-5422-4d22-a976-e1d1c50a9375",
- "exit_date": "2017-02-01T00:00:00.000000Z",
- "entry_date": "2017-01-31T00:00:00.000000Z",
- "country_id": "9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec"
}
], - "deleted_at": null,
- "created_at": "2017-01-31T13:18:04.642000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 0
]
}, - {
- "updated_at": "2017-01-19T03:18:16.639000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-01-23T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Asia",
- "muted": false,
- "id": "bc5883fc-5fe3-4ad4-84ac-a0d9c589a87d",
- "finish": "2017-01-28T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "321d8b0a-2ccc-4b2e-973e-acd0230ffaab",
- "exit_date": "2017-01-25T00:00:00.000000Z",
- "entry_date": "2017-01-23T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}, - {
- "locations": [ ],
- "id": "f165bda8-315d-4ddf-bad2-36300c6989fe",
- "exit_date": "2017-01-28T00:00:00.000000Z",
- "entry_date": "2017-01-23T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}
], - "deleted_at": null,
- "created_at": "2017-01-19T03:18:16.639000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 3,
- 8,
- 6,
- 5
]
}, - {
- "updated_at": "2017-01-17T14:03:44.032000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2017-01-28T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "UK and India",
- "muted": false,
- "id": "45ac2e47-966f-460d-b3c4-922ceb9a5dc7",
- "finish": "2017-02-11T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "98a807c1-bfd9-4e3d-88ff-80b371904037",
- "exit_date": "2017-02-04T00:00:00.000000Z",
- "entry_date": "2017-01-28T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}, - {
- "locations": [ ],
- "id": "04bb467c-9620-480a-8bec-9f012259d3a1",
- "exit_date": "2017-02-11T00:00:00.000000Z",
- "entry_date": "2017-02-05T00:00:00.000000Z",
- "country_id": "8ada025e-eeba-46ab-b2fd-c80eb053aff5"
}
], - "deleted_at": null,
- "created_at": "2017-01-08T03:45:57.204000Z",
- "company_name": "Go Travel Demo",
- "activities": [
- 8
]
}, - {
- "updated_at": "2017-01-04T17:38:28.009000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2017-04-15T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "5dc4da9e-71e5-41ea-b329-4385872e3764",
- "finish": "2017-04-22T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "4a92fc3d-58e6-4a48-b787-7cc8487073bf",
- "exit_date": "2017-04-22T00:00:00.000000Z",
- "entry_date": "2017-04-15T00:00:00.000000Z",
- "country_id": "ce9847c7-45ba-4a2b-a318-215abc3a91ed"
}
], - "deleted_at": null,
- "created_at": "2017-01-04T17:38:28.009000Z",
- "company_name": "Demo Clinic",
- "activities": [ ]
}, - {
- "updated_at": "2016-12-16T23:09:53.207000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-12-16T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "9afcd704-6a21-46bf-9e55-3e5801c7e21b",
- "finish": "2016-12-23T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "111b6a1a-af14-429b-a105-4313ace7a96c",
- "exit_date": "2016-12-23T00:00:00.000000Z",
- "entry_date": "2016-12-19T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "bf0b89da-94a0-4d40-9d6f-c424551fc55d",
- "exit_date": "2016-12-19T00:00:00.000000Z",
- "entry_date": "2016-12-16T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}
], - "deleted_at": null,
- "created_at": "2016-12-16T16:44:43.714000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-11-05T12:44:28.500000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-11-04T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "38694be4-489d-4f93-836b-def1b28488bf",
- "finish": "2016-11-06T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [ ],
- "deleted_at": null,
- "created_at": "2016-11-04T16:38:43.032000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-10-27T15:39:02.075000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-10-26T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "0e4774b3-2763-4baa-8d20-1fe62a9cbec9",
- "finish": "2016-10-31T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [ ],
- "deleted_at": null,
- "created_at": "2016-10-26T20:28:34.782000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-10-03T18:47:09.252000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-10-03T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "e0e3f2b6-ad41-4c45-bd02-cae310bc9649",
- "finish": "2016-10-07T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "a02e810d-9639-4502-90ec-71c3830f7e97",
- "exit_date": "2016-10-07T00:00:00.000000Z",
- "entry_date": "2016-10-05T00:00:00.000000Z",
- "country_id": "3738e2dc-5796-4fee-bf85-2e9508709f9b"
}, - {
- "locations": [ ],
- "id": "c542ea13-fe6b-4872-9531-d6bbdd99c987",
- "exit_date": "2016-10-05T00:00:00.000000Z",
- "entry_date": "2016-10-03T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}
], - "deleted_at": null,
- "created_at": "2016-10-03T18:44:21.434000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-08-17T14:29:50.367000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-08-17T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "2c795f82-9887-4ed5-9c41-ce5a8b45f549",
- "finish": "2016-08-26T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "b18d0cb1-d4ec-4db9-8970-4ff96f633349",
- "exit_date": "2016-08-26T00:00:00.000000Z",
- "entry_date": "2016-08-23T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}, - {
- "locations": [ ],
- "id": "d62facc7-0da0-4f54-8e43-3272aa3931ec",
- "exit_date": "2016-08-19T00:00:00.000000Z",
- "entry_date": "2016-08-17T00:00:00.000000Z",
- "country_id": "986b11ba-0939-4510-83db-30ffa8ec1868"
}, - {
- "locations": [ ],
- "id": "f9fe90b8-5348-4099-9b0d-d69cb91d9c67",
- "exit_date": "2016-08-23T00:00:00.000000Z",
- "entry_date": "2016-08-20T00:00:00.000000Z",
- "country_id": "77a03117-9566-43d7-bd08-abe448390891"
}
], - "deleted_at": null,
- "created_at": "2016-08-17T14:25:10.508000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2016-07-07T12:57:49.909000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-07-05T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "d2ada5eb-a6c4-4d2c-b2fd-6ce8c8ffbab0",
- "finish": "2016-07-08T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "475e375d-ba18-49ac-87ae-a0f2df082dcf",
- "exit_date": "2016-07-06T00:00:00.000000Z",
- "entry_date": "2016-07-05T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "469b4836-7f5b-40ff-8f16-baca94a827c3",
- "exit_date": "2016-07-08T00:00:00.000000Z",
- "entry_date": "2016-07-06T00:00:00.000000Z",
- "country_id": "986b11ba-0939-4510-83db-30ffa8ec1868"
}
], - "deleted_at": null,
- "created_at": "2016-07-05T11:24:07.134000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-06-19T18:55:38.567000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-06-14T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "42df24de-209f-4994-bdd9-669461dd7268",
- "finish": "2016-06-18T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [ ],
- "deleted_at": null,
- "created_at": "2016-06-14T17:33:50.802000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-06-06T18:09:42.974000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-05-26T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "a79958f8-2ce6-4a3d-9372-fbe6acb2d899",
- "finish": "2016-05-31T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "c442aa90-e90b-437b-9636-2fb0045c2737",
- "exit_date": "2016-05-31T00:00:00.000000Z",
- "entry_date": "2016-05-31T00:00:00.000000Z",
- "country_id": "a26f8a81-5c82-4afc-bfd3-f09a4fe6cab4"
}, - {
- "locations": [ ],
- "id": "ae77f036-3d59-4d13-8511-a9e2ae8b761f",
- "exit_date": "2016-05-31T00:00:00.000000Z",
- "entry_date": "2016-05-28T00:00:00.000000Z",
- "country_id": "9b3ca10f-3a7b-49a1-957f-5f1b2b6009ec"
}
], - "deleted_at": null,
- "created_at": "2016-05-26T18:36:47.958000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-05-06T18:40:06.181000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-05-07T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "0a73ee51-5530-4e84-a15c-c61961b4d1dd",
- "finish": "2016-05-14T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "0e2d432d-148d-4179-a8b6-fdd595214f71",
- "exit_date": "2016-05-11T00:00:00.000000Z",
- "entry_date": "2016-05-07T00:00:00.000000Z",
- "country_id": "abb207ae-d634-427d-a2df-8e76b7d92d68"
}, - {
- "locations": [ ],
- "id": "34c9276f-0723-4d92-9950-cf6fe5e26405",
- "exit_date": "2016-05-14T00:00:00.000000Z",
- "entry_date": "2016-05-11T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}
], - "deleted_at": null,
- "created_at": "2016-05-04T16:28:56.495000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2016-03-30T16:20:27.409000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-03-21T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "south east asia",
- "muted": false,
- "id": "e417495a-0e7c-46ba-93a6-3f77bae08ed3",
- "finish": "2016-04-02T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "05dffe06-e3c1-47a7-8be5-20ff7c34d2c5",
- "exit_date": "2016-03-25T00:00:00.000000Z",
- "entry_date": "2016-03-21T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "ef01631b-fc14-4ad3-9e48-47887f1a70a8",
- "exit_date": "2016-04-02T00:00:00.000000Z",
- "entry_date": "2016-03-25T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}
], - "deleted_at": null,
- "created_at": "2016-03-14T18:31:31.320000Z",
- "company_name": "Go Travel Demo",
- "activities": [
- 1
]
}, - {
- "updated_at": "2016-03-20T16:30:50.525000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2016-02-27T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Brazil Doctor Trip",
- "muted": true,
- "id": "d51a2ac5-7fa5-4a68-9c3d-8232ac8d4287",
- "finish": "2016-03-14T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "fbd5a418-00ac-4f62-968b-092c249a4f2a",
- "exit_date": "2016-03-14T00:00:00.000000Z",
- "entry_date": "2016-02-27T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}
], - "deleted_at": null,
- "created_at": "2016-02-25T20:49:43.210000Z",
- "company_name": "Go Travel Demo",
- "activities": [
- 0
]
}, - {
- "updated_at": "2016-07-18T11:39:04.910000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2016-01-21T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "56b197e1-3aa3-41ed-a86a-62fe3a6dc6ac",
- "finish": "2016-01-25T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "bf805363-461c-462b-9d48-9e3c32ab6610",
- "exit_date": "2016-01-25T00:00:00.000000Z",
- "entry_date": "2016-01-23T00:00:00.000000Z",
- "country_id": "1203e605-0fe2-4d70-894d-42c783c5bb2c"
}, - {
- "locations": [ ],
- "id": "0b8bd25f-8f7a-4d7e-9f21-01fbc9cc5a7e",
- "exit_date": "2016-01-23T00:00:00.000000Z",
- "entry_date": "2016-01-21T00:00:00.000000Z",
- "country_id": "abb207ae-d634-427d-a2df-8e76b7d92d68"
}
], - "deleted_at": null,
- "created_at": "2016-01-18T17:57:20.653000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2015-12-31T21:01:25.929000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-12-31T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "fdc69cb0-97ad-4275-ac68-d4dc467b6f0e",
- "finish": "2016-01-09T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "f6b13468-29bc-46d9-80b9-891338b639f7",
- "exit_date": "2016-01-09T00:00:00.000000Z",
- "entry_date": "2016-01-03T00:00:00.000000Z",
- "country_id": "abb207ae-d634-427d-a2df-8e76b7d92d68"
}, - {
- "locations": [ ],
- "id": "7e8c9a68-1449-4a48-b415-84eed1c95346",
- "exit_date": "2016-01-03T00:00:00.000000Z",
- "entry_date": "2015-12-31T00:00:00.000000Z",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3"
}
], - "deleted_at": null,
- "created_at": "2015-12-31T20:53:29.973000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-12-07T21:37:10.071000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-12-08T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "d01c7bd7-3c2a-47fd-b2d8-7b0431a6d116",
- "finish": "2015-12-11T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "8d3bb8ab-89f7-489f-aeca-5e1a97816d4c",
- "exit_date": "2015-12-11T00:00:00.000000Z",
- "entry_date": "2015-12-09T00:00:00.000000Z",
- "country_id": "abb207ae-d634-427d-a2df-8e76b7d92d68"
}, - {
- "locations": [ ],
- "id": "002b0689-222d-4787-ad73-2dab0990c73c",
- "exit_date": "2015-12-09T00:00:00.000000Z",
- "entry_date": "2015-12-08T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}
], - "deleted_at": null,
- "created_at": "2015-12-07T21:27:37.458000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-12-19T00:52:00.141000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-11-20T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": true,
- "id": "28b0e78a-01b0-4716-a17e-640a687f6f57",
- "finish": "2015-11-30T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "fc610360-2593-414a-ac28-26711d8185db",
- "exit_date": "2015-11-28T00:00:00.000000Z",
- "entry_date": "2015-11-21T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "2e409460-1b59-49d3-bc73-82bf250593f0",
- "exit_date": "2015-11-21T00:00:00.000000Z",
- "entry_date": "2015-11-20T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}
], - "deleted_at": null,
- "created_at": "2015-11-19T14:11:32.318000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2015-11-21T17:51:33.124000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-11-19T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip for Adam by Tobias",
- "muted": false,
- "id": "c6d54e09-a70b-4174-bfd9-f64b25af3c7a",
- "finish": "2015-11-22T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "4fa46604-620a-4a60-832a-acd7f5965af3",
- "exit_date": "2015-11-21T00:00:00.000000Z",
- "entry_date": "2015-11-19T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "c92ad92e-2016-44ae-b461-dc121f866fca",
- "exit_date": "2015-11-22T00:00:00.000000Z",
- "entry_date": "2015-11-21T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}
], - "deleted_at": null,
- "created_at": "2015-11-19T03:17:12.054000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2015-11-12T12:50:59.351000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2015-11-09T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Taiwan",
- "muted": false,
- "id": "6fe354a2-9849-4fc1-a359-11d06e20f902",
- "finish": "2015-11-14T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "79b9ed85-82c1-4590-b4e9-f3e7e7aa0e7c",
- "exit_date": "2015-11-14T00:00:00.000000Z",
- "entry_date": "2015-11-09T00:00:00.000000Z",
- "country_id": "c0ad29df-a6ea-4cc7-9bb4-91841f98a2f4"
}
], - "deleted_at": null,
- "created_at": "2015-11-06T21:18:17.298000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2015-11-05T22:57:31.407000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-11-04T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "South America",
- "muted": false,
- "id": "d7f8e45d-d058-42a5-a38e-b986800d374f",
- "finish": "2015-11-09T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "48b04286-e4ad-4d63-99b8-e75f45661fff",
- "exit_date": "2015-11-09T00:00:00.000000Z",
- "entry_date": "2015-11-05T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "1ffcba9f-1f4b-4e6c-a126-9236d6dd7d61",
- "exit_date": "2015-11-05T00:00:00.000000Z",
- "entry_date": "2015-11-04T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}
], - "deleted_at": null,
- "created_at": "2015-11-04T08:59:37.469000Z",
- "company_name": "Go Travel Demo",
- "activities": [
- 24
]
}, - {
- "updated_at": "2015-08-24T19:39:41.232000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-08-24T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "SE Asia trip",
- "muted": false,
- "id": "43405932-4fd1-49fe-beb2-053a99e8a102",
- "finish": "2015-09-02T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Go",
- "destinations": [
- {
- "locations": [ ],
- "id": "e4feb34f-d50e-4fcf-bb2b-cc2077d32f29",
- "exit_date": "2015-09-02T00:00:00.000000Z",
- "entry_date": "2015-08-31T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "6eeae999-962c-4d21-9133-61ac80c09c2d",
- "exit_date": "2015-08-27T00:00:00.000000Z",
- "entry_date": "2015-08-24T00:00:00.000000Z",
- "country_id": "3434b0c4-2847-484e-9713-8c9fe77c35e9"
}, - {
- "locations": [ ],
- "id": "e63b5292-382a-4b27-8f29-7bb9672266a3",
- "exit_date": "2015-08-30T00:00:00.000000Z",
- "entry_date": "2015-08-28T00:00:00.000000Z",
- "country_id": "aec55a3a-3b8b-4921-aa51-2f7fd047555d"
}
], - "deleted_at": null,
- "created_at": "2015-08-24T19:39:41.232000Z",
- "company_name": "Go Travel Demo",
- "activities": [ ]
}, - {
- "updated_at": "2015-08-24T19:39:41.232000Z",
- "type": 1,
- "trip_type": 0,
- "start": "2015-08-24T00:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": null,
- "muted": false,
- "id": "fbe0fce2-cef5-4740-b5b6-bc0d8bca9ab1",
- "finish": "2015-09-02T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [ ],
- "deleted_at": null,
- "created_at": "2015-08-24T19:39:41.232000Z",
- "company_name": null,
- "activities": [ ]
}, - {
- "updated_at": "2015-08-20T13:35:22.740000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-08-20T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "South America & Thailand",
- "muted": false,
- "id": "ff124629-9c4e-4d84-8087-1f4769f6992a",
- "finish": "2015-08-31T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "50b344e1-7b19-43c7-88f9-178ffe6c5a2f",
- "exit_date": "2015-08-22T00:00:00.000000Z",
- "entry_date": "2015-08-20T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "72ba57f6-0916-4cec-a3d2-61324f21844d",
- "exit_date": "2015-08-31T00:00:00.000000Z",
- "entry_date": "2015-08-30T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}, - {
- "locations": [ ],
- "id": "7d19abb9-dae4-4d3a-b064-596fd3c23eaf",
- "exit_date": "2015-08-29T00:00:00.000000Z",
- "entry_date": "2015-08-22T00:00:00.000000Z",
- "country_id": "cdf782b7-9128-4975-bc7b-636923f430df"
}
], - "deleted_at": null,
- "created_at": "2015-08-20T13:25:34.980000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-08-04T17:31:56.819000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-08-04T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "hahah",
- "muted": false,
- "id": "1f4fdaf4-df1a-4ac5-95b9-9f63c222df11",
- "finish": "2015-08-05T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "eede2508-8458-43f6-acc6-b321e447aaed",
- "exit_date": "2015-08-05T00:00:00.000000Z",
- "entry_date": "2015-08-04T00:00:00.000000Z",
- "country_id": "da49fef3-5772-4b16-bc54-34c6280cb500"
}
], - "deleted_at": null,
- "created_at": "2015-08-04T17:31:56.819000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 0,
- 2,
- 3,
- 5,
- 1
]
}, - {
- "updated_at": "2015-08-04T17:30:00.649000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-08-04T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Test again",
- "muted": false,
- "id": "12d13c31-0091-4e28-876a-972048c562b3",
- "finish": "2015-08-05T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "23517d99-60d1-4225-9889-4d3014b117ec",
- "exit_date": "2015-08-05T00:00:00.000000Z",
- "entry_date": "2015-08-04T00:00:00.000000Z",
- "country_id": "7ae79b48-7160-4ad0-9db5-1fbe49b245c3"
}
], - "deleted_at": null,
- "created_at": "2015-08-04T17:29:55.421000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-05-27T15:06:22.763000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-05-27T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Ghana test",
- "muted": false,
- "id": "a8d5a817-c6df-4641-bf05-f88464db34a6",
- "finish": "2015-05-29T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "68642c8a-a23b-4769-9fff-26087db67c45",
- "exit_date": "2015-05-29T00:00:00.000000Z",
- "entry_date": "2015-05-27T00:00:00.000000Z",
- "country_id": "63d0c2c7-ffbc-4fa6-bb14-7b2bde57bffb"
}
], - "deleted_at": null,
- "created_at": "2015-05-27T14:56:50.748000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-05-26T14:57:32.729000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-04-12T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Australia",
- "muted": true,
- "id": "36377ba3-731d-4471-97f1-d36ce62323f5",
- "finish": "2015-04-15T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "c90677ea-af36-4cb1-8229-bc331d911cc9",
- "exit_date": "2015-04-15T00:00:00.000000Z",
- "entry_date": "2015-04-12T00:00:00.000000Z",
- "country_id": "2abdbcab-d120-468c-875f-d68c7c4fc9ba"
}
], - "deleted_at": null,
- "created_at": "2015-04-10T14:25:24.908000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-04-10T13:53:37.850000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-04-10T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "europe",
- "muted": false,
- "id": "d99f650d-b10b-4a09-b16a-ba2da02a87a3",
- "finish": "2015-04-13T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "ff598c19-846e-4bee-beb8-9a8455ddb505",
- "exit_date": "2015-04-13T00:00:00.000000Z",
- "entry_date": "2015-04-11T00:00:00.000000Z",
- "country_id": "3b58f5c7-5133-4cf8-8dbd-45cd31bf7e14"
}, - {
- "locations": [ ],
- "id": "0dce464e-9adb-4b9b-80df-a5878b1ea74b",
- "exit_date": "2015-04-11T00:00:00.000000Z",
- "entry_date": "2015-04-10T00:00:00.000000Z",
- "country_id": "444f93e8-6c0c-457f-b15d-592b7ca8e3ba"
}
], - "deleted_at": null,
- "created_at": "2015-04-10T13:53:37.850000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 4
]
}, - {
- "updated_at": "2015-05-26T14:58:41.012000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-04-08T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip To Africa",
- "muted": true,
- "id": "c5f3720b-9252-4969-97ea-ac5b740b53c1",
- "finish": "2015-04-12T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "9bcea073-0c5c-411e-a687-ba1bbb60ad27",
- "exit_date": "2015-04-12T00:00:00.000000Z",
- "entry_date": "2015-04-10T00:00:00.000000Z",
- "country_id": "4f2570aa-7e7a-4884-8232-353263b21961"
}, - {
- "locations": [ ],
- "id": "c7cc6e0e-493b-480d-a44e-c38da4a0f941",
- "exit_date": "2015-04-10T00:00:00.000000Z",
- "entry_date": "2015-04-08T00:00:00.000000Z",
- "country_id": "cd8f4665-77a5-49be-adb4-2446376bcf9a"
}
], - "deleted_at": null,
- "created_at": "2015-04-08T02:17:12.582000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2015-05-11T13:30:13.443000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-04-05T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "south america 3",
- "muted": false,
- "id": "8690fbfd-1fad-4a97-b401-8e73389b26bb",
- "finish": "2015-04-15T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "1ecafd3a-a792-4cf4-855b-855bc317ff23",
- "exit_date": "2015-04-12T00:00:00.000000Z",
- "entry_date": "2015-04-10T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "92185f1e-da30-4224-85a9-8a43ae283c68",
- "exit_date": "2015-04-10T00:00:00.000000Z",
- "entry_date": "2015-04-05T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}, - {
- "locations": [ ],
- "id": "419760e8-1614-45cb-977e-8fcf54cd0865",
- "exit_date": "2015-04-14T00:00:00.000000Z",
- "entry_date": "2015-04-13T00:00:00.000000Z",
- "country_id": "cdf782b7-9128-4975-bc7b-636923f430df"
}, - {
- "locations": [ ],
- "id": "812ba1c6-01dc-4573-b39d-ff37beeca8a9",
- "exit_date": "2015-04-15T00:00:00.000000Z",
- "entry_date": "2015-04-14T00:00:00.000000Z",
- "country_id": "3738e2dc-5796-4fee-bf85-2e9508709f9b"
}
], - "deleted_at": null,
- "created_at": "2015-04-04T14:11:34.179000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 7,
- 6,
- 3,
- 5,
- 9,
- 14,
- 11
]
}, - {
- "updated_at": "2015-03-30T17:43:53.054000Z",
- "type": 0,
- "trip_type": 1,
- "start": "2015-03-30T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Switzerland",
- "muted": false,
- "id": "80ee29cb-3a97-418f-b380-9ff8493d271f",
- "finish": "2015-04-12T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "0dcb4a4c-f4bd-4fde-997b-81ec914aedc5",
- "exit_date": "2015-04-12T00:00:00.000000Z",
- "entry_date": "2015-03-30T00:00:00.000000Z",
- "country_id": "5287305a-3e7e-4a2e-97a6-59cba0ec01e8"
}
], - "deleted_at": null,
- "created_at": "2015-03-30T17:43:53.054000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 5
]
}, - {
- "updated_at": "2015-03-28T15:08:49.480000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-03-28T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Netherlands",
- "muted": false,
- "id": "c1aada81-0ca7-4b3d-9677-8bab10a9b328",
- "finish": "2015-04-13T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "66b0e431-3b50-4728-996b-b648827f5ce7",
- "exit_date": "2015-04-13T00:00:00.000000Z",
- "entry_date": "2015-03-28T00:00:00.000000Z",
- "country_id": "f296c168-f4cb-47af-929b-c495c6b6501b"
}
], - "deleted_at": null,
- "created_at": "2015-03-28T15:08:49.480000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 10
]
}, - {
- "updated_at": "2015-03-15T01:21:37.433000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-03-14T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "Trip to South America",
- "muted": false,
- "id": "2c93f93d-aaf3-4e31-8750-50a082737e68",
- "finish": "2015-03-18T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "5d6cc3f5-1dc1-422a-8afd-37ece74b9434",
- "exit_date": "2015-03-15T00:00:00.000000Z",
- "entry_date": "2015-03-14T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}, - {
- "locations": [ ],
- "id": "22174859-97af-4060-911c-b8ac9aa82019",
- "exit_date": "2015-03-18T00:00:00.000000Z",
- "entry_date": "2015-03-16T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}
], - "deleted_at": null,
- "created_at": "2015-03-15T01:21:37.433000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 0,
- 13
]
}, - {
- "updated_at": "2015-02-10T01:43:50.790000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2015-02-09T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "South America",
- "muted": false,
- "id": "8dca5fbc-d167-4cf9-95fc-26ad9281f568",
- "finish": "2015-02-12T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "220bdd98-7126-4867-a530-3390a1029db1",
- "exit_date": "2015-02-10T00:00:00.000000Z",
- "entry_date": "2015-02-09T00:00:00.000000Z",
- "country_id": "d458446d-5d6f-40a6-b6ce-5912a22b0119"
}, - {
- "locations": [ ],
- "id": "06c60ca5-ccb9-42ca-a9a7-0c9cc3302bfa",
- "exit_date": "2015-02-11T00:00:00.000000Z",
- "entry_date": "2015-02-10T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}, - {
- "locations": [ ],
- "id": "ee1a29c7-e2de-4eed-98d4-c1a2e3a14fcd",
- "exit_date": "2015-02-12T00:00:00.000000Z",
- "entry_date": "2015-02-11T00:00:00.000000Z",
- "country_id": "3738e2dc-5796-4fee-bf85-2e9508709f9b"
}
], - "deleted_at": null,
- "created_at": "2015-02-10T01:43:50.790000Z",
- "company_name": "Sitata Inc.",
- "activities": [
- 13
]
}, - {
- "updated_at": "2015-02-10T00:55:46.110000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2013-05-22T00:00:00.000000Z",
- "settings": null,
- "read": true,
- "name": "south east asia",
- "muted": false,
- "id": "9fb7c68a-9f1f-49c7-935a-ff64fc1f07c7",
- "finish": "2013-05-24T00:00:00.000000Z",
- "final": true,
- "employee_name": "Tobias Funke",
- "destinations": [
- {
- "locations": [ ],
- "id": "4f9971bf-8473-4e6e-9384-efeea5b35a2d",
- "exit_date": "2013-05-22T00:00:00.000000Z",
- "entry_date": "2013-05-22T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}, - {
- "locations": [ ],
- "id": "148b8de6-e225-4e57-bff3-303067626ad9",
- "exit_date": "2013-05-24T00:00:00.000000Z",
- "entry_date": "2013-05-23T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}
], - "deleted_at": null,
- "created_at": "2013-05-22T14:54:54.277000Z",
- "company_name": "Bluth Company",
- "activities": [ ]
}, - {
- "updated_at": "2013-04-02T21:46:15.594000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2013-04-03T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Test Trip to Brazil",
- "muted": false,
- "id": "361ab619-bd83-4efc-9ff2-c5fc2d1f7031",
- "finish": "2013-04-03T00:00:00.000000Z",
- "final": true,
- "employee_name": "Adam St. John",
- "destinations": [
- {
- "locations": [ ],
- "id": "54070a39-e129-4847-a00f-891b86f9fb69",
- "exit_date": "2013-04-03T00:00:00.000000Z",
- "entry_date": "2013-04-03T00:00:00.000000Z",
- "country_id": "78814cbc-2f3e-47b1-905a-052a5304fffb"
}
], - "deleted_at": null,
- "created_at": "2013-04-02T21:45:51.234000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2013-04-02T21:18:36.990000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2013-04-04T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Test trip to Pakistan",
- "muted": false,
- "id": "86cf2822-e20d-49c8-92fa-912d31896b0e",
- "finish": "2013-04-05T00:00:00.000000Z",
- "final": true,
- "employee_name": "Adam St. John",
- "destinations": [
- {
- "locations": [ ],
- "id": "a13b5a01-66c1-4381-bf7f-145c1ea03c22",
- "exit_date": "2013-04-05T00:00:00.000000Z",
- "entry_date": "2013-04-04T00:00:00.000000Z",
- "country_id": "abb207ae-d634-427d-a2df-8e76b7d92d68"
}
], - "deleted_at": null,
- "created_at": "2013-04-02T21:18:24.806000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2013-04-02T14:54:58.396000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2013-04-03T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Test trip to nigeria",
- "muted": false,
- "id": "9789d78c-d668-406e-8507-9762f7690abc",
- "finish": "2013-04-04T00:00:00.000000Z",
- "final": true,
- "employee_name": "Adam St. John",
- "destinations": [
- {
- "locations": [ ],
- "id": "4c5953f7-a238-42c2-bb8b-196e084d9562",
- "exit_date": "2013-04-04T00:00:00.000000Z",
- "entry_date": "2013-04-03T00:00:00.000000Z",
- "country_id": "a7ca141a-7857-4655-bdbf-27946f38d258"
}
], - "deleted_at": null,
- "created_at": "2013-04-02T14:54:36.697000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2013-04-02T14:33:38.775000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2013-03-11T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Test trip",
- "muted": false,
- "id": "71acd34b-3a0f-4804-b055-32596bc9f246",
- "finish": "2013-03-25T00:00:00.000000Z",
- "final": true,
- "employee_name": "Adam St. John",
- "destinations": [
- {
- "locations": [ ],
- "id": "3fa6c51e-f829-41d6-84a0-b8696becf140",
- "exit_date": "2013-03-25T00:00:00.000000Z",
- "entry_date": "2013-03-11T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}
], - "deleted_at": null,
- "created_at": "2013-04-02T14:25:52.714000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2015-02-10T00:55:46.675000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2012-08-16T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Trip to India, Thailand, & Vietnam",
- "muted": false,
- "id": "c6c0dcdc-4389-4095-bfc6-9f86068795bf",
- "finish": "2012-08-22T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "5ea350f2-3c19-4e7d-9c09-7e8762e20d51",
- "exit_date": "2012-08-17T00:00:00.000000Z",
- "entry_date": "2012-08-16T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}, - {
- "locations": [ ],
- "id": "4feea11d-ff51-478f-afaf-243748597dff",
- "exit_date": "2012-08-22T00:00:00.000000Z",
- "entry_date": "2012-08-19T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "e2a22469-2db5-4a69-bd20-3b486e378ac5",
- "exit_date": "2012-08-18T00:00:00.000000Z",
- "entry_date": "2012-08-17T00:00:00.000000Z",
- "country_id": "cd5d51ce-7589-4667-9848-e9926720f2dd"
}
], - "deleted_at": null,
- "created_at": "2012-08-17T02:07:11.000000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2015-02-10T00:55:47.353000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2012-06-26T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Test to Zimbabwe, Vietnam, and India",
- "muted": false,
- "id": "253e820f-b3a1-42a9-bdd1-542d9d1e1bfb",
- "finish": "2012-06-29T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "db928f36-33e8-4886-8960-da73704f75a6",
- "exit_date": "2012-06-29T00:00:00.000000Z",
- "entry_date": "2012-06-28T00:00:00.000000Z",
- "country_id": "5b572ec3-9d4d-4aff-a3c9-db8f1a3c19b0"
}, - {
- "locations": [ ],
- "id": "e3a4b6ef-ea27-495e-9c5f-605429e73d36",
- "exit_date": "2012-06-27T00:00:00.000000Z",
- "entry_date": "2012-06-27T00:00:00.000000Z",
- "country_id": "a90957af-1f21-437a-87de-4856e47c175d"
}, - {
- "locations": [ ],
- "id": "7ffa60b9-4317-48a5-9448-b66a91e77a83",
- "exit_date": "2012-06-26T00:00:00.000000Z",
- "entry_date": "2012-06-26T00:00:00.000000Z",
- "country_id": "113ce1ed-0a3e-4838-9b37-818f942b2d8f"
}
], - "deleted_at": null,
- "created_at": "2012-06-15T01:00:09.000000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}, - {
- "updated_at": "2015-02-10T00:55:48.000000Z",
- "type": 0,
- "trip_type": 0,
- "start": "2012-06-15T00:00:00.000000Z",
- "settings": null,
- "read": null,
- "name": "Trip to Martinique Baby",
- "muted": false,
- "id": "ea44de2e-c6ac-41f1-b51b-3ac79cddeab2",
- "finish": "2012-06-21T00:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "locations": [ ],
- "id": "5b77bbec-d20b-45b9-9d6d-fa7d7b637c1f",
- "exit_date": "2012-06-21T00:00:00.000000Z",
- "entry_date": "2012-06-15T00:00:00.000000Z",
- "country_id": "10fcac68-d0d0-4001-98e4-deb33600e737"
}
], - "deleted_at": null,
- "created_at": "2012-06-14T21:25:26.000000Z",
- "company_name": "Sitata Inc.",
- "activities": [ ]
}
]
Get Trip
Responds with a list of trips for the requested user. Typically requested by another user or company such as a travel manager. Response is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the Trip . |
page | Integer | The page of trips to request. |
path Parameters
trip_id required | string Example: f07a2591-7850-46a3-9980-9881f52e0076 The trip identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "activities": [ ],
- "company_name": null,
- "created_at": "2019-11-08T15:14:56.000000Z",
- "deleted_at": null,
- "destinations": [
- {
- "country_id": "f3147603-611f-4eee-b408-127c0240ee44",
- "entry_date": "2019-11-28T19:39:00.000000Z",
- "exit_date": "2020-01-28T19:39:00.000000Z",
- "friendly_name": "Toronto",
- "id": "25a9467d-7ce6-4d87-85e9-7b573d6746d0",
- "lat": null,
- "lng": null,
- "type": 1
}
], - "employee_name": null,
- "final": true,
- "finish": "2020-06-28T19:39:00.000000Z",
- "id": "62207206-2a75-4801-9f19-a946071416e3",
- "muted": false,
- "name": "Smiths Trip to Toronto",
- "read": false,
- "settings": null,
- "start": "2019-11-28T19:39:00.000000Z",
- "travellers": [
- {
- "bio": "Bio",
- "birthday": null,
- "display_name": null,
- "doctor_settings": null,
- "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
], - "trip_type": 1,
- "updated_at": "2019-11-08T15:14:56.000000Z"
}
Delete Trip
Deletes a trip.
Request Parameters
Name | Type | Description |
---|---|---|
trip_id | String | Trip id. |
path Parameters
trip_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{ }
Edit Trip
Edit a trip for the current user. Partial edits for relationships are not accepted. Therefore, it is best to submit the full trip's attributes all at once.
Request Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
Body Parameters
The request body should be wrapped in a parameter key named trip
.
Name | Type | Description |
---|---|---|
name | String | The name of the trip |
trip_type | Integer | The type of trip |
start | Datetime | The date that the trip starts |
finish | Datetime | The date that the trip finishes |
activities | [Integer] | An integer based list of activity identifiers |
destinations | [Destination ] |
A list of Destination objects |
air_segments | [AirSegment ] |
A list of AirSegment objects |
rail_segments | [RailSegment ] |
A list of RailSegment objects |
car_segments | [CarSegment ] |
A list of CarSegment objects |
hotel_segments | [HotelSegment ] |
A list of HotelSegment objects |
activity_segments | [ActivitySegment ] |
A list of ActivitySegment objects |
path Parameters
trip_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "trip": {
- "trip_type": 2,
- "start": "2019-02-01T11:55:00.000000Z",
- "finish": "2019-02-02T04:40:00.000000Z",
- "name": "Testing edit trip",
- "destinations": [
- {
- "type": 1,
- "lng": -79.396111,
- "lat": 43.627499,
- "friendly_name": "Toronto City Centre",
- "exit_date": "2019-02-02T04:40:00.000000Z",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "country_id": "1f648db7-a515-48c6-b847-667494b6df00"
}
], - "activities": [
- 0
], - "rail_segments": [
- {
- "status": 0,
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "created_at": "2019-01-17T20:13:55.399095Z",
- "origin_name": "NEW YORK (PENN STATION)",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "origin_admin_code": "New York",
- "origin_lat": 40.750568,
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "number_of_pax": 1,
- "price": "35.000",
- "destination_country": "US",
- "destination_lat": 41.2975495,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "departure_time_zone_id": "America/New_York",
- "destination_admin_code": "Connecticut",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "source": "Amtrak",
- "destination_city_name": "New Haven",
- "updated_at": "2019-01-17T20:13:55.443618Z",
- "currency": "USD",
- "origin_country": "US",
- "confirmation_no": "261177",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "arrival_time_zone_id": "America/New_York",
- "destination_lng": -72.9266291,
- "origin_city_name": "New York"
}
]
}
}
Response samples
- 200
{- "updated_at": "2019-01-19T19:56:24.835202Z",
- "trip_type": 2,
- "travellers": [
- {
- "username": "astjohn",
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn@gmail.com",
- "display_name": "Dr. Adam",
- "age": null
}
], - "start": "2019-02-01T11:55:00.000000Z",
- "settings": null,
- "read": false,
- "name": "Testing edit trip",
- "muted": false,
- "id": "91fcd857-ef47-4710-89bd-1c1a3fd0ac26",
- "finish": "2019-02-01T13:38:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "type": 1,
- "lng": -79.396111,
- "lat": 43.627499,
- "id": "679b812e-3a6a-44f0-aa24-0433b7b70f9c",
- "friendly_name": "Toronto City Centre",
- "exit_date": "2019-02-02T04:40:00.000000Z",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "country_id": "1f648db7-a515-48c6-b847-667494b6df00"
}, - {
- "type": 1,
- "lng": -73.993519,
- "lat": 40.750568,
- "id": "dc439d8b-45dd-4234-bbe6-71bc9f94819d",
- "friendly_name": "New York",
- "exit_date": "2019-02-01T13:38:00.000000Z",
- "entry_date": "2019-02-01T11:55:00.000000Z",
- "country_id": "c5ffd6eb-e964-4bda-9989-c97bd70a9184"
}
], - "deleted_at": "2019-01-18T02:20:11.443960Z",
- "created_at": "2019-01-17T19:16:51.543608Z",
- "company_name": null,
- "activities": [
- 0
]
}
Get Trip Itinerary
Returns the itinerary trip segments for a given trip.
Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
path Parameters
trip_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "rail_segments": [
- {
- "price": "35.000",
- "id": "175d7830-7c53-4b91-be66-7440b845d893",
- "origin_country": "US",
- "origin_name": "NEW YORK (PENN STATION)",
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "origin_admin_code": "New York",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "currency": "USD",
- "destination_lng": -72.9266291,
- "destination_country": "US",
- "ticket_number": null,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "tickets": null,
- "destination": null,
- "origin": null,
- "number_of_pax": 1,
- "destination_city_name": "New Haven",
- "departure_time_zone_id": "America/New_York",
- "status": 0,
- "seat_assignment": null,
- "created_at": "2019-01-17T20:13:55.399095Z",
- "destination_lat": 41.2975495,
- "origin_lat": 40.750568,
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "destination_admin_code": "Connecticut",
- "arrival_time_zone_id": "America/New_York",
- "updated_at": "2019-01-17T20:13:55.443618Z",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "origin_city_name": "New York",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "confirmation_no": "261177",
- "seats": null,
- "source": "Amtrak"
}, - {
- "price": "35.000",
- "id": "0f0981f4-7b95-49ec-8bcf-30d51082151d",
- "origin_country": "US",
- "origin_name": "NEW HAVEN (UNION STATION)",
- "departure_datetime_utc": "2019-02-01T14:00:00.000000Z",
- "origin_admin_code": "Connecticut",
- "arrival_datetime": "2019-02-01T09:42:00.000000",
- "currency": "USD",
- "destination_lng": -95.8526426,
- "destination_country": "US",
- "ticket_number": null,
- "train_number": "SHUTTLE 490 490",
- "arrival_datetime_utc": "2019-02-01T15:42:00.000000Z",
- "tickets": null,
- "destination": null,
- "origin": null,
- "number_of_pax": 1,
- "destination_city_name": "Tulsa",
- "departure_time_zone_id": "America/New_York",
- "status": 0,
- "seat_assignment": null,
- "created_at": "2019-01-17T20:13:55.412804Z",
- "destination_lat": 36.097897,
- "origin_lat": 41.2975495,
- "departure_datetime": "2019-02-01T09:00:00.000000",
- "destination_admin_code": "Oklahoma",
- "arrival_time_zone_id": "America/Chicago",
- "updated_at": "2019-01-17T20:13:55.562098Z",
- "origin_lng": -72.9266291,
- "rail_line": "Amtrak",
- "origin_city_name": "New Haven",
- "destination_name": "HARTFORD",
- "confirmation_no": "261177",
- "seats": null,
- "source": "Amtrak"
}, - {
- "price": "35.000",
- "id": "f1b0f6a4-8048-42e3-9a7d-387e5e8069a6",
- "origin_country": "US",
- "origin_name": "NEW YORK (PENN STATION)",
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "origin_admin_code": "New York",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "currency": "USD",
- "destination_lng": -72.9266291,
- "destination_country": "US",
- "ticket_number": null,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "tickets": null,
- "destination": null,
- "origin": null,
- "number_of_pax": 1,
- "destination_city_name": "New Haven",
- "departure_time_zone_id": "America/New_York",
- "status": 0,
- "seat_assignment": null,
- "created_at": "2019-01-19T19:56:24.757376Z",
- "destination_lat": 41.2975495,
- "origin_lat": 40.750568,
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "destination_admin_code": "Connecticut",
- "arrival_time_zone_id": "America/New_York",
- "updated_at": "2019-01-19T19:56:24.757390Z",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "origin_city_name": "New York",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "confirmation_no": "261177",
- "seats": null,
- "source": "Amtrak"
}, - {
- "price": "35.000",
- "id": "79b886b3-de44-4fc1-899e-6d1305deae9e",
- "origin_country": "US",
- "origin_name": "NEW YORK (PENN STATION)",
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "origin_admin_code": "New York",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "currency": "USD",
- "destination_lng": -72.9266291,
- "destination_country": "US",
- "ticket_number": null,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "tickets": null,
- "destination": null,
- "origin": null,
- "number_of_pax": 1,
- "destination_city_name": "New Haven",
- "departure_time_zone_id": "America/New_York",
- "status": 0,
- "seat_assignment": null,
- "created_at": "2019-01-20T01:41:19.696471Z",
- "destination_lat": 41.2975495,
- "origin_lat": 40.750568,
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "destination_admin_code": "Connecticut",
- "arrival_time_zone_id": "America/New_York",
- "updated_at": "2019-01-20T01:41:19.696493Z",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "origin_city_name": "New York",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "confirmation_no": "261177",
- "seats": null,
- "source": "Amtrak"
}
], - "hotel_segments": [
- {
- "updated_at": "2019-01-18T02:20:11.407099Z",
- "time_zone_id": "America/New_York",
- "status": 0,
- "source": "Airbnb",
- "room_type": "Private room",
- "room_description": null,
- "rate_description": null,
- "price": null,
- "postal_code": null,
- "number_of_rooms": 1,
- "lng": -73.99028,
- "lat": 40.69278,
- "id": "85656ab7-4ede-4eff-966b-52619a2531f4",
- "hotel_name": "Private room",
- "currency": null,
- "created_at": "2019-01-18T02:20:11.371181Z",
- "country": "US",
- "confirmation_no": "HMHMEA3NTB",
- "city_name": "Brooklyn",
- "checkout_date_utc": "2019-02-01T05:00:00.000000Z",
- "checkout_date": "2019-02-01T00:00:00.000000",
- "checkin_date_utc": "2019-01-27T05:00:00.000000Z",
- "checkin_date": "2019-01-27T00:00:00.000000",
- "cancellation_policy": "Cancel within 48 hours of booking and 14 days before check-in to get a full refund. Cancel up to 7 days before check in and get a 50% refund (minus service fees). Cancel within 7 days of your trip and the reservation is non-refundable.",
- "admin_code": "NY",
- "address2": null,
- "address1": "Brooklyn"
}
], - "car_segments": [ ],
- "air_segments": [
- {
- "price": "168.690",
- "id": "aa1375d4-3459-4520-b110-4cae52b6d30b",
- "origin_country": "CA",
- "origin_name": "Toronto City Centre",
- "departure_datetime_utc": "2019-01-27T20:00:00.000000Z",
- "origin_admin_code": "Ontario",
- "arrival_datetime": "2019-01-27T16:30:00.000000",
- "currency": "CAD",
- "airline": "Porter Airlines",
- "destination_lng": -74.1686868,
- "destination_country": "US",
- "ticket_number": null,
- "arrival_datetime_utc": "2019-01-27T21:30:00.000000Z",
- "tickets": null,
- "class_of_service": null,
- "destination": "EWR",
- "origin": "YTZ",
- "number_of_pax": 1,
- "destination_city_name": "Newark",
- "departure_time_zone_id": "America/Toronto",
- "iata_code": "PD",
- "status": 0,
- "seat_assignment": null,
- "created_at": "2019-01-17T19:16:51.430634Z",
- "destination_lat": 40.6924798,
- "origin_lat": 43.627499,
- "departure_datetime": "2019-01-27T15:00:00.000000",
- "fare_basis_code": null,
- "destination_admin_code": "NJ",
- "arrival_time_zone_id": "America/New_York",
- "normalized_airline": "POE",
- "updated_at": "2019-01-17T19:16:51.466096Z",
- "origin_lng": -79.396111,
- "origin_city_name": "Toronto",
- "flight_number": "137",
- "destination_name": "Newark Liberty Intl",
- "confirmation_no": "W1GZKB",
- "seats": null,
- "source": "PorterAirlines"
}, - {
- "price": null,
- "id": "3398df61-98eb-4251-9321-642cb4eb646f",
- "origin_country": "US",
- "origin_name": "Charlotte/Douglas Intl",
- "departure_datetime_utc": "2019-02-02T14:26:00.000000Z",
- "origin_admin_code": "NC",
- "arrival_datetime": "2019-02-02T11:29:00.000000",
- "currency": null,
- "airline": "American Airlines",
- "destination_lng": -79.630556,
- "destination_country": "CA",
- "ticket_number": "0012334646866",
- "arrival_datetime_utc": "2019-02-02T16:29:00.000000Z",
- "tickets": [
- "0012334646866"
], - "class_of_service": "Economy (L)",
- "destination": "YYZ",
- "origin": "CLT",
- "number_of_pax": 1,
- "destination_city_name": "Toronto",
- "departure_time_zone_id": "America/New_York",
- "iata_code": "AA",
- "status": 0,
- "seat_assignment": "9A",
- "created_at": "2019-02-01T22:13:46.361314Z",
- "destination_lat": 43.677223,
- "origin_lat": 35.21375,
- "departure_datetime": "2019-02-02T09:26:00.000000",
- "fare_basis_code": null,
- "destination_admin_code": "Ontario",
- "arrival_time_zone_id": "America/Toronto",
- "normalized_airline": "AAL",
- "updated_at": "2019-02-01T22:13:46.412500Z",
- "origin_lng": -80.9490556,
- "origin_city_name": "Charlotte",
- "flight_number": "5612",
- "destination_name": "Toronto Pearson Int'l",
- "confirmation_no": "QNPUEU",
- "seats": [
- "9A"
], - "source": "AA"
}, - {
- "price": "249.000",
- "id": "8ddf0d40-101b-4099-8250-6bfe15c282d1",
- "origin_country": "US",
- "origin_name": "Reagan National",
- "departure_datetime_utc": "2019-02-02T03:00:00.000000Z",
- "origin_admin_code": "DC",
- "arrival_datetime": "2019-02-01T23:40:00.000000",
- "currency": "CAD",
- "airline": "American Airlines",
- "destination_lng": -79.630556,
- "destination_country": "CA",
- "ticket_number": "0012330974373",
- "arrival_datetime_utc": "2019-02-02T04:40:00.000000Z",
- "tickets": [
- "0012330974373"
], - "class_of_service": "Economy (Q)",
- "destination": "YYZ",
- "origin": "DCA",
- "number_of_pax": 1,
- "destination_city_name": "Toronto",
- "departure_time_zone_id": "America/New_York",
- "iata_code": "AA",
- "status": 0,
- "seat_assignment": "10A",
- "created_at": "2019-01-17T19:16:51.476069Z",
- "destination_lat": 43.677223,
- "origin_lat": 38.8514444,
- "departure_datetime": "2019-02-01T22:00:00.000000",
- "fare_basis_code": null,
- "destination_admin_code": "Ontario",
- "arrival_time_zone_id": "America/Toronto",
- "normalized_airline": "AAL",
- "updated_at": "2019-01-17T19:41:36.676265Z",
- "origin_lng": -77.0377222,
- "origin_city_name": "Washington",
- "flight_number": "5664",
- "destination_name": "Toronto Pearson Int'l",
- "confirmation_no": "QNPUEU",
- "seats": [
- "10A"
], - "source": "AA"
}
], - "activity_segments": [ ]
}
Get Trip Segment
Return a trip segment for the given trip segment id
Parameters
Name | Type | Description |
---|---|---|
id | String | The id of the trip segment |
path Parameters
id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "updated_at": "2019-02-10T04:00:48.539859Z",
- "id": "ec43ae24-cc77-4a83-8914-ea0122288954",
- "destination_city_name": "Sydney",
- "origin_lat": -37.8181,
- "tickets": null,
- "confirmation_no": "Abc123",
- "origin_admin_code": "VIC",
- "ticket_number": "2309230202",
- "origin": "Mel ST",
- "created_at": "2019-02-10T04:00:48.539850Z",
- "origin_name": "Melbourne (Southern Cross) Station",
- "destination_lat": -33.8827,
- "arrival_time_zone_id": "Australia/Sydney",
- "destination_country": "AU",
- "destination": "Syd ST",
- "seat_assignment": null,
- "destination_admin_code": "MSW",
- "departure_datetime": "2019-03-09T09:00:00.000000",
- "destination_lng": 151.2066,
- "price": "181.100",
- "arrival_datetime_utc": "2019-03-09T09:30:00.000000Z",
- "source": "NSW Transport",
- "currency": "CAD",
- "status": null,
- "departure_datetime_utc": "2019-03-08T22:00:00.000000Z",
- "seats": null,
- "arrival_datetime": "2019-03-09T20:30:00.000000",
- "number_of_pax": 1,
- "train_number": "123",
- "rail_line": null,
- "origin_country": "AU",
- "origin_lng": 144.9524,
- "departure_time_zone_id": "Australia/Sydney",
- "destination_name": "Sydney Central Station",
- "origin_city_name": "Melbourne"
}
Delete Trip Segment
Removes a trip segment for a given trip.
Parameters
Name | Type | Description |
---|---|---|
trip_id | String | The id of the trip |
id | String | The id of the trip segment |
path Parameters
trip_id required | string |
id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{ }
Create Trip
Create a trip for the current user.
Body Parameters
The request body should be wrapped in a parameter key named trip
.
Name | Type | Description |
---|---|---|
name | String | The name of the trip |
trip_type | Integer | The type of trip |
start | Datetime | The date that the trip starts |
finish | Datetime | The date that the trip finishes |
activities | [Integer] | An integer based list of activity identifiers |
destinations | [Destination ] |
A list of Destination objects |
air_segments | [AirSegment ] |
A list of AirSegment objects |
rail_segments | [RailSegment ] |
A list of RailSegment objects |
car_segments | [CarSegment ] |
A list of CarSegment objects |
hotel_segments | [HotelSegment ] |
A list of HotelSegment objects |
activity_segments | [ActivitySegment ] |
A list of ActivitySegment objects |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "trip": {
- "trip_type": 1,
- "start": "2019-02-19T11:55:00.000000Z",
- "finish": "2019-02-22T04:40:00.000000Z",
- "name": "Testing create new trip",
- "destinations": [
- {
- "type": 1,
- "lng": -79.396111,
- "lat": 43.627499,
- "friendly_name": "Toronto City Centre",
- "exit_date": "2019-02-22T04:40:00.000000Z",
- "entry_date": "2019-02-19T11:55:00.000000Z",
- "country_id": "1f648db7-a515-48c6-b847-667494b6df00"
}
], - "activities": [
- 0,
- 3
], - "rail_segments": [
- {
- "status": 0,
- "departure_datetime_utc": "2019-02-01T11:55:00.000000Z",
- "created_at": "2019-01-17T20:13:55.399095Z",
- "origin_name": "NEW YORK (PENN STATION)",
- "arrival_datetime": "2019-02-01T08:38:00.000000",
- "origin_admin_code": "New York",
- "origin_lat": 40.750568,
- "arrival_datetime_utc": "2019-02-01T13:38:00.000000Z",
- "number_of_pax": 1,
- "price": "35.000",
- "destination_country": "US",
- "destination_lat": 41.2975495,
- "train_number": "NORTHEAST REGIONAL 190 190",
- "departure_datetime": "2019-02-01T06:55:00.000000",
- "departure_time_zone_id": "America/New_York",
- "destination_admin_code": "Connecticut",
- "origin_lng": -73.993519,
- "rail_line": "Amtrak",
- "source": "Amtrak",
- "destination_city_name": "New Haven",
- "updated_at": "2019-01-17T20:13:55.443618Z",
- "currency": "USD",
- "origin_country": "US",
- "confirmation_no": "261177",
- "destination_name": "NEWHAVEN (UNION STATION)",
- "arrival_time_zone_id": "America/New_York",
- "destination_lng": -72.9266291,
- "origin_city_name": "New York"
}
]
}
}
Response samples
- 200
{- "updated_at": "2019-03-26T13:05:22.953145Z",
- "trip_type": 0,
- "travellers": [
- {
- "username": "astjohn",
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "phone_number": "15196356330",
- "last_name": "St. John",
- "language": "en",
- "id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn77abc@gmail.com",
- "display_name": "Dr. Adam",
- "birthday": null
}
], - "start": "2019-03-10T19:00:00.000000Z",
- "settings": null,
- "read": false,
- "name": null,
- "muted": false,
- "id": "6a493f69-fa5c-408d-8ce1-68e003137b3e",
- "finish": "2019-03-17T12:00:00.000000Z",
- "final": true,
- "employee_name": null,
- "destinations": [
- {
- "type": 1,
- "lng": -80.5969563,
- "lat": 28.3918352,
- "id": "0158130f-a864-40b2-adcb-67b5fbeb4db3",
- "friendly_name": "ORLANDO-BEACHES-PORT CANAVERAL, FLORIDA, US",
- "exit_date": "2019-03-13T01:00:00.000000Z",
- "entry_date": "2019-03-13T01:00:00.000000Z",
- "country_id": "c5ffd6eb-e964-4bda-9989-c97bd70a9184"
}, - {
- "type": 1,
- "lng": -77.9096036,
- "lat": 25.8248705,
- "id": "6d8d6fd4-d0ef-4e42-9138-37bae2e33641",
- "friendly_name": "GREAT STIRRUP CAY, BAHAMAS",
- "exit_date": "2019-03-13T22:00:00.000000Z",
- "entry_date": "2019-03-13T14:00:00.000000Z",
- "country_id": "1ac93af6-c5e6-49da-8fd5-d5c9b39f34db"
}, - {
- "type": 1,
- "lng": -77.3412609100341,
- "lat": 25.0812068053207,
- "id": "5e836f82-7d24-427e-a866-d0935dddc773",
- "friendly_name": "NASSAU, BAHAMAS",
- "exit_date": "2019-03-14T22:00:00.000000Z",
- "entry_date": "2019-03-14T12:00:00.000000Z",
- "country_id": "1ac93af6-c5e6-49da-8fd5-d5c9b39f34db"
}, - {
- "type": 1,
- "lng": -74.0059728,
- "lat": 40.7127753,
- "id": "af23d255-4308-47af-a1c1-8391603dc8ce",
- "friendly_name": "NEW YORK CITY, NEW YORK, US",
- "exit_date": "2019-03-17T12:00:00.000000Z",
- "entry_date": "2019-03-17T12:00:00.000000Z",
- "country_id": "c5ffd6eb-e964-4bda-9989-c97bd70a9184"
}, - {
- "type": 1,
- "lng": -74.0059728,
- "lat": 40.7127753,
- "id": "cd532e3e-0597-4a1a-adec-19be6ec93123",
- "friendly_name": "NEW YORK CITY, NEW YORK, US",
- "exit_date": "2019-03-12T17:00:00.000000Z",
- "entry_date": "2019-03-10T19:00:00.000000Z",
- "country_id": "c5ffd6eb-e964-4bda-9989-c97bd70a9184"
}
], - "deleted_at": null,
- "created_at": "2019-03-26T13:05:22.902539Z",
- "company_name": null,
- "activities": [ ]
}
DEPRECATED This keeps track of which alerts were sent to a user and if that user has read the alert or not. It has since been replaced by Notification
Get Trip Alerts
Responds with a list of Trip Alert
s for the current user. Response is paginated.
Request Parameters
Name | Type | Description |
---|---|---|
page | String | The page number to retrieve. |
since | Integer | If provided will respond with only trips that were updated since the timestamp given. Expects format to be unix time. |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2017-06-19T16:20:23.631000Z",
- "trip_id": "db2d1ded-5ca7-447b-a691-84333c44b361",
- "read": false,
- "id": "41cd4c8b-d131-4bce-a8f9-62066d73625a",
- "created_at": "2017-06-19T16:20:23.631000Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "alert_id": "892b8596-801e-46da-a757-2ea071adf2dc"
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2017-06-17T17:45:42.595000Z",
- "trip_id": "db2d1ded-5ca7-447b-a691-84333c44b361",
- "read": false,
- "id": "62a7ac03-79d1-4caa-a1bd-bbaf4752f2e3",
- "created_at": "2017-06-17T17:45:42.595000Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "alert_id": "c9201024-d2dd-47b3-8970-3df422938e01"
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2017-06-16T18:58:46.919000Z",
- "trip_id": "db2d1ded-5ca7-447b-a691-84333c44b361",
- "read": false,
- "id": "3d9aa2cf-f19c-4303-bd47-880e3cde6a88",
- "created_at": "2017-06-16T18:58:46.919000Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "alert_id": "82e07d15-dda2-483e-a38a-72821a829b2b"
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2017-06-16T01:20:47.342000Z",
- "trip_id": "db2d1ded-5ca7-447b-a691-84333c44b361",
- "read": false,
- "id": "8c9fc82b-3d9b-4857-b7d6-fcf871dd041b",
- "created_at": "2017-06-16T01:20:47.342000Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "alert_id": "883ab88e-ac3e-4274-bb38-5c06b7b216ac"
}, - {
- "user_id": "e1376dc7-f2d3-4b5b-9a54-317bb90aadaf",
- "updated_at": "2017-04-27T19:52:31.356000Z",
- "trip_id": "8c0d8fbb-63a7-41aa-9225-b989099f1653",
- "read": false,
- "id": "8b25974b-fd02-4574-9b38-424ba264f88c",
- "created_at": "2017-04-27T19:52:31.356000Z",
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "alert_id": "f11f81b0-9ead-40b8-8819-346255d386ce"
}
]
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
display_name | String | Name used to display to other users. Used mostly by responders. |
first_name | String | First name |
last_name | String | Last name |
age | Integer | DEPRECATED |
birthday | Date | Birthday of user |
String | Email address of user | |
home_country | String | Two character code of country for the user. e.g. CA for Canada |
phone_number | String | Phone number of user |
language | String | Two character language code for the user. e.g. "es" for Spanish |
timezone | String | DEPRECATED |
timezone_identifier | String | Timezone identifier for the user |
profile_pic | Map | Map of urls to the user's profile picture |
username | String | Username chosen by the user for public display |
points | Integer | Point total accumulated by user by participating in the platform |
These attributes are only shown for the user requesting them.
Name | Type | Description |
---|---|---|
authentication_token | String | Authentication token used to access Sitata |
settings | [UserSettings ] |
Settings for the user. See below. |
mailing_lists | Map | A map of activated mailing lists for the user |
check_ins | [CheckIn ] |
A list of CheckIn s belonging to the user |
loc | LastKnownLocation |
The last known location of the user. See Below. |
roles | [Role ] |
A list of roles that the user has on the Sitata Platform. See below. |
subscriptions | [Subscription ] |
A list of subscriptions that the user has. |
These attributes are only shown for users that have a responder (doctor, dentist, etc) role.
Name | Type | Description |
---|---|---|
bio | String | Biography of the responder |
languages_spoken | [String] | A list of two character codes of languages spoken by the responder. e.g. ["en", "fr", "es"] |
doctor_settings | DoctorSettings |
A map of settings for the responder. See Below. |
User settings describe settings for most users (travellers).
User Settings Attributes
Name | Type | Description |
---|---|---|
send_trip_alert_email | Boolean | True if user wants to receive emails about trip alerts |
send_all_good_email | Boolean | True if user wants to receive emails when no alerts found |
send_trip_alert_push | Boolean | True if user wants to receive a push notification for trip alerts |
send_all_good_push | Boolean | True if user wants to receive a push notification when no alerts found |
check_in_with_location | Boolean | True if user wants to check in with their location |
follow_after_comment_report | Boolean | True if user wants to follow community reports after leaving a comment |
community_reward_email | Boolean | True if user wants to receive emails about rewards |
community_reward_push | Boolean | True if user wants to receive a push notification about rewards |
community_proximity_email | Boolean | True if user wants to receive emails when another nearby user reports |
community_proximity_push | Boolean | True if user wants to receive a push notification when another nearby user reports |
Doctor settings describe settings for responders.
Doctor Settings Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the user |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
clinic_appt_cost | Integer | Cost of a clinic appointment in cents. |
housecall_cost | Integer | Cost of a housecall appointment in cents. |
telemed_consult_cost | Integer | Cost of a telemedicine appointment in cents. |
istm_number | String | ISTM identifier for travel medicine doctors |
clinic_address | Address |
The clinic address string with lat/lng |
The user's last know location.
Last Known Location Attributes
Name | Type | Description |
---|---|---|
lat | Double | Latitude of the user's last known location |
lng | Double | Longitude of the user's last known location |
at | Datetime | Time of user's last known location |
country_code | String | The two character country code of the user's last known location |
acc | Integer | The accuracy of the user's last known location. Refer to CheckIn . |
trip_id | String | The trip id associated with this user's last known location |
A user can have one or more roles on the Sitata platform.
Name | Type | Description |
---|---|---|
id | String | id of the role |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
type | Integer | The role type (see below) |
company | Company |
A short form of the company including the id and name attributes. |
Value | Description |
---|---|
0 | Traveller |
1 | Employee |
2 | Branded Traveller |
55 | Medical Practitioner |
57 | Psychiatrist |
59 | Dentist |
50 | Clinical Admin |
99 | Organization Admin |
Get Responders
Request a list of responders (doctors, dentists, practitioners, etc) near the given location.
Request Parameters
Name | Type | Description |
---|---|---|
lat | Double | Latitude. |
lng | Double | Longitude. |
query Parameters
lat | number Example: lat=43.6532 Latitude |
lng | number Example: lng=-79.3832 Longitude |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
[- {
- "username": null,
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "last_name": "Sample",
- "languages_spoken": [
- "en",
- "fr",
- "es"
], - "language": "en",
- "id": "560f1d07-6910-4cca-b007-8295f6196077",
- "home_country": "CA",
- "first_name": "Geroge",
- "doctor_settings": {
- "updated_at": "2018-11-10T15:50:47.013133Z",
- "telemed_consult_cost": 3000,
- "istm_number": "12345",
- "id": "48be23d3-36f8-4dea-afcc-d79a660f944c",
- "housecall_cost": 25000,
- "created_at": "2018-11-10T15:50:47.013114Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-11-10T15:50:47.017012Z",
- "lng": -80.4981697,
- "lat": 43.4509558,
- "id": "6ede9c92-7dd7-4987-b0a8-ed2af2b029f8",
- "created_at": "2018-11-10T15:50:47.016991Z",
- "address_str": "151 Charles St W, Kitchener, ON, Canada"
}
}, - "display_name": "Dr. George",
- "bio": "George A. Sample, MD, FCCP, is a graduate of George Washington University Medical School. Sample is board certified in internal medicine, pulmonary medicine, and critical care medicine."
}, - {
- "username": "astjohn",
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "profile_pic": {
}, - "points": null,
- "last_name": "St. John",
- "languages_spoken": [
- "en",
- "es"
], - "language": "en",
- "id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "home_country": "CA",
- "first_name": "Adam",
- "doctor_settings": {
- "updated_at": "2018-12-13T06:14:25.091276Z",
- "telemed_consult_cost": 3500,
- "istm_number": null,
- "id": "2ed52a38-3fc4-4096-b352-825ac4ae3a1c",
- "housecall_cost": 10000,
- "created_at": "2018-12-13T06:14:25.091204Z",
- "clinic_appt_cost": 5000,
- "clinic_address": {
- "updated_at": "2018-12-13T06:14:25.095465Z",
- "lng": -80.4981697,
- "lat": 43.4509558,
- "id": "3c19de32-9e70-4eda-b0c5-78b00f854dd8",
- "created_at": "2018-12-13T06:14:25.095445Z",
- "address_str": "151 Charles St W, Kitchener, ON, Canada"
}
}, - "display_name": "Dr. Adam",
- "bio": null
}
]
My Profile
Returns User
's full profile details.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Responses
Response samples
- 200
{- "username": "astjohn77",
- "timezone_identifier": "America/New_York",
- "timezone": "UTC",
- "settings": null,
- "roles": [
- {
- "updated_at": "2018-08-30T21:03:23.949875Z",
- "type": 0,
- "id": "10ee6cc9-17a6-4350-b4ce-46446c74dc02",
- "created_at": "2018-08-30T21:03:23.942741Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-10-02T13:14:34.789224Z",
- "type": 1,
- "id": "5ff1f502-a069-47c1-8989-14a5ee9ca395",
- "created_at": "2018-10-02T13:14:34.780653Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-12-13T06:14:25.103263Z",
- "type": 55,
- "id": "5e59eaf7-a10a-401c-82cf-3e509e2a755d",
- "created_at": "2018-12-13T06:14:25.103239Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}
], - "profile_pic": {
}, - "points": null,
- "phone_number": "1234567890",
- "mailing_lists": { },
- "loc": null,
- "last_name": "St. John",
- "language": "en",
- "id": "daba4d40-c2e1-42d2-b1c5-22337f5dd4c7",
- "home_country": "CA",
- "first_name": "Adam",
- "email": "astjohn77@gmail.com",
- "display_name": "Dr. Adam",
- "check_ins": [ ],
- "authentication_token": "9b8b28ad-ab32-424a-8d9e-68ae83511187"
}
Get Token
Return a signed token containing the User
's id.
Request Parameters
Name | Type | Description |
---|---|---|
user_id | String | The id of the User . |
path Parameters
user_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
{- "token": "SFMyNTY.g3QAAAACZAAEZGF0YW0AAAAkZjExOGY0MmEtM2I5ZS00NzlkLTk0YzMtOWVlMThmYTM2ZTRhZAAGc2lnbmVkbgYAlApPPW4B.wezkzaZCmhkKrtyDr7vRPbQqtR4NVs5zsxHFEpyrmvo"
}
Create User
Create User
.
User Object Attributes
Name | Type | Description |
---|---|---|
bio | String | Biography. |
display_name | String | Text to show when displaying. |
first_name | String | First name. |
last_name | String | Last name. |
String | Email. | |
home_country | String | Home country. |
phone_number | String | Phone number. |
languages_spoken | Array | An Array of type String for which languages are spoken. |
language | String | Primary language. |
timezone | String | Timezone. |
timezone_identifier | Timezone identifier. | |
name | String | Name. |
password | String | Password. |
password_confirmation | String | Password confirmation. |
profile_pic | String | Profile picture. |
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "user": {
- "email": "newuser@sitata.com",
- "password": "password",
- "password_confirmation": "password",
- "first_name": "John",
- "last_name": "Smith",
- "display_name": "Mr. John Smith"
}
}
Response samples
- 201
{- "authentication_token": "b95b6ef4-6ffe-4d7d-a4fb-8ffe12015761",
- "bio": null,
- "birthday": null,
- "check_ins": [ ],
- "display_name": "Mr. John Smith",
- "doctor_settings": null,
- "email": "newuser@sitata.com",
- "first_name": "John",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "ea1ce0ca-e872-4976-9b7e-e15cc14f26f8",
- "intercom_android_hash": "9548CED2686865D3058B91EF44FB32BB0E86854BAC43DAE451D10E0F21B8DA8B",
- "intercom_ios_hash": "6DE8E077949C2C44D8FD65B6A82A7D6BFFBD1E041BAE08A21EA56D6DE2462EA1",
- "intercom_web_hash": "AAAA044F5A4A925C41F3737416E68EAC368140ADBC858518E705ABCD30FCB389",
- "language": "en",
- "languages_spoken": null,
- "last_name": "Smith",
- "loc": null,
- "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [
- {
- "company": null,
- "created_at": "2019-11-05T21:18:07Z",
- "id": "c5b5895e-3120-48b1-9442-19dd70bd4f33",
- "type": 0,
- "updated_at": "2019-11-05T21:18:07Z"
}
], - "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": null,
- "subscriptions": [ ],
- "timezone": "UTC",
- "timezone_identifier": null,
- "username": null
}
Sign In User
Checks the user's sign in credentials and returns an API user's full profile details if they are correct.
Request Parameters
Name | Type | Description |
---|---|---|
String | Email. | |
password | String | Password. |
query Parameters
string Example: email=email@sitata.com | |
password | string Example: password=password |
header Parameters
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "email": "ranimem@getnada.com",
- "password": "testsitata"
}
Response samples
- 200
{- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "UTC",
- "settings": null,
- "roles": [
- {
- "updated_at": "2018-10-09T15:43:37.495576Z",
- "type": 1,
- "id": "eb32d0a2-fb98-4c1a-b701-013221c13e37",
- "created_at": "2018-10-09T15:43:37.495548Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
}, - {
- "updated_at": "2018-10-09T15:03:18.112772Z",
- "type": 57,
- "id": "5ffdc9b5-8566-44c1-92b1-fe0eee88708a",
- "created_at": "2018-10-09T15:03:18.112761Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
}, - {
- "updated_at": "2018-10-11T18:36:02.624242Z",
- "type": 99,
- "id": "6e117b53-f279-4c02-be1a-185716092ada",
- "created_at": "2018-10-11T18:36:02.620911Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
}, - {
- "updated_at": "2018-10-11T18:36:50.760133Z",
- "type": 9999,
- "id": "d716fa5a-9b90-4cc9-8c12-4d9ab3757af7",
- "created_at": "2018-10-11T18:36:50.760107Z",
- "company": {
- "name": "Sitata Inc.",
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa"
}
}
], - "profile_pic": {
}, - "points": null,
- "phone_number": null,
- "mailing_lists": { },
- "loc": null,
- "last_name": "Ford",
- "language": "en",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_country": null,
- "first_name": "Dr.Mustang",
- "email": "email@sitata.com",
- "display_name": "Mike Smith",
- "check_ins": [ ],
- "authentication_token": "0f805e17-323b-406c-9648-da4bc7f9495f"
}
Update User
Update User
.
Request Parameters
Name | Type | Description |
---|---|---|
user_id | String | The id of the User . |
User Object Attributes
Name | Type | Description |
---|---|---|
bio | String | Biography. |
display_name | String | Text to show when displaying. |
first_name | String | First name. |
last_name | String | Last name. |
String | Email. | |
home_country | String | Home country. |
phone_number | String | Phone number. |
languages_spoken | Array | An Array of type String for which languages are spoken. |
language | String | Primary language. |
timezone | String | Timezone. |
timezone_identifier | Timezone identifier. | |
name | String | Name. |
password | String | Password. |
profile_pic | String | Profile picture. |
path Parameters
user_id required | string Example: e1376dc7-f2d3-4b5b-9a54-317bb90aadaf User Identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "user": {
- "language": "en",
- "settings": {
- "id": "a836c6eb-e353-477c-8f0d-d868c2899195",
- "send_trip_alert_email": false,
- "send_trip_alert_push": false
}
}
}
Response samples
- 200
{- "authentication_token": "7affe88b-b551-42aa-9d61-69415e90c30f",
- "bio": "Bio",
- "birthday": null,
- "check_ins": [
- {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:08:24Z",
- "device_token": null,
- "id": "07316c63-94f0-4359-9a70-00fee017996c",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:08:24Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:13:19Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:13:22Z",
- "device_token": null,
- "id": "8546869f-7a0e-4105-87d8-005d45537b62",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581128552498,
- "lng": -80.50450925363243,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:13:22Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:18:44Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:18:47Z",
- "device_token": null,
- "id": "890810fc-43f5-4e9e-9a2d-ed016c3b99ee",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4593681583665,
- "lng": -80.47714740967832,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:18:47Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:23:47Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:23:49Z",
- "device_token": null,
- "id": "9a50125e-2fc7-426d-a06e-d1920afaef47",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:23:50Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:48Z",
- "device_token": null,
- "id": "7dca38c4-9ac3-4d0d-b670-1e1dabf22608",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:49Z",
- "device_token": null,
- "id": "22445bac-9914-4dd3-bcef-fa513d4bcb71",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45142669698986,
- "lng": -80.498542610759,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T17:25:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T17:09:56Z",
- "device_token": null,
- "id": "a38a6c8d-9d88-4022-bfa4-6e7fd3ea6697",
- "ip_address": "0.0.0.0.0.65535.51063.59608",
- "lat": 43.45146453441372,
- "lng": -80.49851451677407,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T17:09:57Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:29Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:15Z",
- "device_token": null,
- "id": "93024481-9d3e-457a-8d9f-d5e5f7a6c2ad",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:29Z",
- "device_token": null,
- "id": "ac8742ed-189f-4a88-8666-e2fa12be32de",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:30Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:24:22Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:09:10Z",
- "device_token": null,
- "id": "189e9eee-698c-4a2d-b558-d7e1852c209a",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:09:10Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:25:51Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:10:40Z",
- "device_token": null,
- "id": "0b69fd17-5f16-4ee0-ac15-adb24f1fe060",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:10:40Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:29:59Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:29:59Z",
- "device_token": null,
- "id": "2be895a7-e149-47f7-a751-a8b14b04dbe7",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:30:00Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:34:11Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:34:12Z",
- "device_token": null,
- "id": "93d883f5-fd2d-4d52-a4de-0d4cf8c0c066",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:34:12Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:32:31Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:32:31Z",
- "device_token": null,
- "id": "0a350621-c076-489e-aea8-1e433b61f62e",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:32:32Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:33:01Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:33:02Z",
- "device_token": null,
- "id": "ad6e5734-136e-4341-aab1-f553243c8dd5",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:33:02Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:36:40Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:36:41Z",
- "device_token": null,
- "id": "ee0aaa1d-6429-4fc9-93ae-84bc3675f3a0",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:36:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:39:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:39:44Z",
- "device_token": null,
- "id": "5dfa1c15-b6fe-4225-8eac-62f7b0d5de52",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:39:44Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:45:15Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:45:15Z",
- "device_token": null,
- "id": "b5355255-dc50-40a4-b3f9-6546bbe56b94",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:45:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-14T19:20:40Z",
- "country_code": "CA",
- "created_at": "2018-11-14T19:20:40Z",
- "device_token": null,
- "id": "db5378cb-3557-4f46-92f2-9fb939160948",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45151653203523,
- "lng": -80.498483959503,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-14T19:20:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "display_name": null,
- "doctor_settings": {
- "clinic_address": {
- "address_str": "151 Char",
- "created_at": "2019-06-05T16:38:01Z",
- "id": "8e6261b4-fa79-4cf4-b3e5-36a71680c543",
- "lat": 43.4512677,
- "lng": -80.49864200000002,
- "updated_at": "2019-06-06T21:41:05Z"
}, - "clinic_appt_cost": 6000,
- "created_at": "2018-10-10T18:37:37Z",
- "housecall_cost": 1000,
- "id": "b8dbb141-23b1-4d9a-9582-2bc2c7b0f454",
- "istm_number": null,
- "original_clinic_appt_cost": 5000,
- "original_housecall_cost": 0,
- "original_telemed_consult_cost": 0,
- "telemed_consult_cost": 1000,
- "updated_at": "2019-06-06T21:41:05Z",
- "working_time_finish": "23:55:00",
- "working_time_start": "00:00:00"
}, - "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "intercom_android_hash": "BAC20C71CF83170EDE430E35645BCA3DD6316A99C0E2C086BF0FDEC52E5491CC",
- "intercom_ios_hash": "34860885462734E4B7A9E28D011B83CFFC6D88A2122EB013AA545A90A64CE5E0",
- "intercom_web_hash": "9BC819F4900F56E3686CFD85EE206FE00663A797CA774B865C9E5B6807D75B07",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "loc": {
- "acc": 10,
- "at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "trip_id": null
}, - "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [
- {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-03-29T15:36:15Z",
- "id": "97ab5076-01ac-4cc8-91fd-e66e189b6dd3",
- "type": 0,
- "updated_at": "2019-09-23T20:38:57Z"
}, - {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-01-10T00:00:17Z",
- "id": "aba7f20e-1a71-4708-973b-bcd1b82e29de",
- "type": 1,
- "updated_at": "2019-09-23T20:38:31Z"
}
], - "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_ElWFjaPyYRiIIF",
- "subscriptions": [
- {
- "company_id": null,
- "coupon": null,
- "created_at": "2019-10-28T17:42:29Z",
- "currency_code": null,
- "finish": "2019-11-05T19:52:59Z",
- "id": "9a074e23-e504-4689-9697-e6a1d6358b87",
- "last_renewal_attempt": null,
- "products": [ ],
- "start": null,
- "updated_at": "2019-11-05T19:52:59Z"
}
], - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
Delete
Delete user
Request Parameters
Name | Type | Description |
---|---|---|
user_id | String | The id of the User . |
Authorizations:
path Parameters
user_id required | string |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Accept | string Example: application/json |
Responses
Response samples
- 200
[ ]
Update User Settings
Update User
.
Request Parameters
Name | Type | Description |
---|---|---|
user_id | String | The id of the User . |
User Object Attributes
Name | Type | Description |
---|---|---|
bio | String | Biography. |
display_name | String | Text to show when displaying. |
first_name | String | First name. |
last_name | String | Last name. |
String | Email. | |
home_country | String | Home country. |
phone_number | String | Phone number. |
languages_spoken | Array | An Array of type String for which languages are spoken. |
language | String | Primary language. |
timezone | String | Timezone. |
timezone_identifier | Timezone identifier. | |
name | String | Name. |
password | String | Password. |
profile_pic | String | Profile picture. |
path Parameters
user_id required | string Example: e1376dc7-f2d3-4b5b-9a54-317bb90aadaf User Identifier |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "settings": {
- "send_trip_alert_email": false,
- "send_trip_alert_push": true
}
}
Response samples
- 200
{- "authentication_token": "7affe88b-b551-42aa-9d61-69415e90c30f",
- "bio": "Bio",
- "birthday": null,
- "check_ins": [
- {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:08:24Z",
- "device_token": null,
- "id": "07316c63-94f0-4359-9a70-00fee017996c",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:08:24Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:13:19Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:13:22Z",
- "device_token": null,
- "id": "8546869f-7a0e-4105-87d8-005d45537b62",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581128552498,
- "lng": -80.50450925363243,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:13:22Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:18:44Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:18:47Z",
- "device_token": null,
- "id": "890810fc-43f5-4e9e-9a2d-ed016c3b99ee",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4593681583665,
- "lng": -80.47714740967832,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:18:47Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:23:47Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:23:49Z",
- "device_token": null,
- "id": "9a50125e-2fc7-426d-a06e-d1920afaef47",
- "ip_address": "0.0.0.0.0.65535.47179.54429",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:23:50Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:48Z",
- "device_token": null,
- "id": "7dca38c4-9ac3-4d0d-b670-1e1dabf22608",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.4581131224634,
- "lng": -80.50450355484995,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T15:28:48Z",
- "country_code": "CA",
- "created_at": "2018-11-01T15:28:49Z",
- "device_token": null,
- "id": "22445bac-9914-4dd3-bcef-fa513d4bcb71",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45142669698986,
- "lng": -80.498542610759,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T15:28:49Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T17:25:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T17:09:56Z",
- "device_token": null,
- "id": "a38a6c8d-9d88-4022-bfa4-6e7fd3ea6697",
- "ip_address": "0.0.0.0.0.65535.51063.59608",
- "lat": 43.45146453441372,
- "lng": -80.49851451677407,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T17:09:57Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:29Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:15Z",
- "device_token": null,
- "id": "93024481-9d3e-457a-8d9f-d5e5f7a6c2ad",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 10,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:22:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:07:29Z",
- "device_token": null,
- "id": "ac8742ed-189f-4a88-8666-e2fa12be32de",
- "ip_address": "208.72.125.2",
- "lat": 43.460136423373065,
- "lng": -80.47156135518,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:07:30Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:24:22Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:09:10Z",
- "device_token": null,
- "id": "189e9eee-698c-4a2d-b558-d7e1852c209a",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:09:10Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:25:51Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:10:40Z",
- "device_token": null,
- "id": "0b69fd17-5f16-4ee0-ac15-adb24f1fe060",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:10:40Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:29:59Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:29:59Z",
- "device_token": null,
- "id": "2be895a7-e149-47f7-a751-a8b14b04dbe7",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:30:00Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T18:34:11Z",
- "country_code": "CA",
- "created_at": "2018-11-01T18:34:12Z",
- "device_token": null,
- "id": "93d883f5-fd2d-4d52-a4de-0d4cf8c0c066",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T18:34:12Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:32:31Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:32:31Z",
- "device_token": null,
- "id": "0a350621-c076-489e-aea8-1e433b61f62e",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:32:32Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:33:01Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:33:02Z",
- "device_token": null,
- "id": "ad6e5734-136e-4341-aab1-f553243c8dd5",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:33:02Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:36:40Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:36:41Z",
- "device_token": null,
- "id": "ee0aaa1d-6429-4fc9-93ae-84bc3675f3a0",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:36:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:39:43Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:39:44Z",
- "device_token": null,
- "id": "5dfa1c15-b6fe-4225-8eac-62f7b0d5de52",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:39:44Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-01T19:45:15Z",
- "country_code": "CA",
- "created_at": "2018-11-01T19:45:15Z",
- "device_token": null,
- "id": "b5355255-dc50-40a4-b3f9-6546bbe56b94",
- "ip_address": "208.72.125.2",
- "lat": 43.451445068487736,
- "lng": -80.49852001089565,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-01T19:45:16Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}, - {
- "accuracy": 0,
- "anonymized": false,
- "checkin_at": "2018-11-14T19:20:40Z",
- "country_code": "CA",
- "created_at": "2018-11-14T19:20:40Z",
- "device_token": null,
- "id": "db5378cb-3557-4f46-92f2-9fb939160948",
- "ip_address": "0.0.0.0.0.65535.53320.32002",
- "lat": 43.45151653203523,
- "lng": -80.498483959503,
- "status": 0,
- "type": 0,
- "updated_at": "2018-11-14T19:20:41Z",
- "user_id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a"
}
], - "display_name": null,
- "doctor_settings": {
- "clinic_address": {
- "address_str": "151 Char",
- "created_at": "2019-06-05T16:38:01Z",
- "id": "8e6261b4-fa79-4cf4-b3e5-36a71680c543",
- "lat": 43.4512677,
- "lng": -80.49864200000002,
- "updated_at": "2019-06-06T21:41:05Z"
}, - "clinic_appt_cost": 6000,
- "created_at": "2018-10-10T18:37:37Z",
- "housecall_cost": 1000,
- "id": "b8dbb141-23b1-4d9a-9582-2bc2c7b0f454",
- "istm_number": null,
- "original_clinic_appt_cost": 5000,
- "original_housecall_cost": 0,
- "original_telemed_consult_cost": 0,
- "telemed_consult_cost": 1000,
- "updated_at": "2019-06-06T21:41:05Z",
- "working_time_finish": "23:55:00",
- "working_time_start": "00:00:00"
}, - "email": "traveller@traveller.com",
- "first_name": "Ericson",
- "home_country": null,
- "home_location_lat": null,
- "home_location_lng": null,
- "id": "f118f42a-3b9e-479d-94c3-9ee18fa36e4a",
- "intercom_android_hash": "BAC20C71CF83170EDE430E35645BCA3DD6316A99C0E2C086BF0FDEC52E5491CC",
- "intercom_ios_hash": "34860885462734E4B7A9E28D011B83CFFC6D88A2122EB013AA545A90A64CE5E0",
- "intercom_web_hash": "9BC819F4900F56E3686CFD85EE206FE00663A797CA774B865C9E5B6807D75B07",
- "language": "en",
- "languages_spoken": [
- "am"
], - "last_name": "Erlang",
- "loc": {
- "acc": 10,
- "at": "2018-11-01T15:08:14Z",
- "country_code": "CA",
- "lat": 43.45985250327461,
- "lng": -80.47284291153115,
- "trip_id": null
}, - "mailing_lists": { },
- "phone_number": null,
- "points": null,
- "profile_pic": {
}, - "roles": [
- {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-03-29T15:36:15Z",
- "id": "97ab5076-01ac-4cc8-91fd-e66e189b6dd3",
- "type": 0,
- "updated_at": "2019-09-23T20:38:57Z"
}, - {
- "company": {
- "id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "name": "Sitata Inc."
}, - "created_at": "2019-01-10T00:00:17Z",
- "id": "aba7f20e-1a71-4708-973b-bcd1b82e29de",
- "type": 1,
- "updated_at": "2019-09-23T20:38:31Z"
}
], - "settings": null,
- "stripe_account_id": null,
- "stripe_customer_id": "cus_ElWFjaPyYRiIIF",
- "subscriptions": [
- {
- "company_id": null,
- "coupon": null,
- "created_at": "2019-10-28T17:42:29Z",
- "currency_code": null,
- "finish": "2019-11-05T19:52:59Z",
- "id": "9a074e23-e504-4689-9697-e6a1d6358b87",
- "last_renewal_attempt": null,
- "products": [ ],
- "start": null,
- "updated_at": "2019-11-05T19:52:59Z"
}
], - "timezone": "America/Toronto",
- "timezone_identifier": "Asia/Muscat",
- "username": null
}
Verify Phone Number
Confirm User
phone number.
Request Parameters
Name | Type | Description |
---|---|---|
phone_number_confirmation_code | Integer | Confirmation code sent to User . |
header Parameters
Accept | string Example: application/json |
Content-Type | string Example: application/json |
Authorization | string Example: TKN {{authenticaton_token}} |
Request Body schema: application/json
Responses
Request samples
- Payload
{- "phone_number_confirmation_code": "7790"
}
Response samples
- 200
{- "username": null,
- "timezone_identifier": "Asia/Muscat",
- "timezone": "Asia/Yangon",
- "stripe_customer_id": null,
- "stripe_account_id": "acct_1EEHKPDl5XiS4L5R",
- "settings": null,
- "roles": [ ],
- "profile_pic": {
- "thumb": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_thumb.jpg?v=63721971201",
- "small": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_small.jpg?v=63721971201",
- "original": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_original.png?v=63721971201",
- "large": "/uploads/avatars/34ceebdb-7253-468a-85d1-981ce983e335/34ceebdb-7253-468a-85d1-981ce983e335_large.jpg?v=63721971201"
}, - "points": null,
- "phone_number": "2894899264",
- "mailing_lists": { },
- "loc": null,
- "last_name": "Ford",
- "languages_spoken": [
- "en"
], - "language": "en",
- "intercom_web_hash": "62FC8E78735237321F2739AA582C24CB3B432BC5C6607E0432A66C1BF843FEF3",
- "intercom_ios_hash": "CB7F4D213CFB7F1159476E45F0639D8D761DB975BAD2BD9F676C66FE7C255494",
- "intercom_android_hash": "3974B0BF20279A23378E9DC181CB6FBB7E1678D89DEBA9D11F1066BB239DE47F",
- "id": "34ceebdb-7253-468a-85d1-981ce983e335",
- "home_location_lng": null,
- "home_location_lat": null,
- "home_country": null,
- "first_name": "Bill",
- "email": "responder@responder.com",
- "doctor_settings": null,
- "display_name": "Mike Smith",
- "check_ins": [ ],
- "birthday": null,
- "bio": "bio",
- "authentication_token": "0f805e17-323b-406c-9648-da4bc7f9495f"
}
A Vaccination keeps track of information about vaccinations recommended when travelling to certain countries. Each vaccination contains a "datum" which allows certain organizations to customize the content presented to their travellers.
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
created_at | String | The time the record was created |
updated_at | String | The time the record was updated |
name | String | The name of the vaccination |
datum | VaccinationDatum |
The datum for the vaccination. |
Vaccination Datum Attributes
Name | Type | Description |
---|---|---|
id | String | The id of the notification |
company_id | String | The company id that the datum belongs to |
description | String | The description of the vaccination in markdwon format |
routine | Boolean | If true, the vaccination is a routine one |
schedule | String | Describes the schedule when taking the vaccination in markdown format |
side_effects | String | Describes any side-effects in markdown format |
Get Vaccinations
Returns Vaccination
's.
header Parameters
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "updated_at": "2018-07-20T19:56:07.572998Z",
- "name": "Hepatitis A Vaccine",
- "id": "5f296ad9-7981-4f4c-9df6-1fdc2b6782a4",
- "datum": {
- "side_effects": "There are no serious adverse side effects linked to this vaccine.",
- "schedule": "Although there is some variation among manufacturers, all available vaccines are given by injection in two doses, usually six to 18 months apart. Vaccines should not be given to children less than one year of age. \n \n \nProtection against hepatitis A occurs two to four weeks after the initial vaccination. Vaccination should be given at least 2 weeks before departure, if not earlier.",
- "routine": false,
- "id": "5cf5609c-717b-43cd-bf3b-5fbbe10e445d",
- "description": "Hepatitis A vaccine is a safe and effective vaccine to protect against hepatitis A. Currently, there are four vaccines that are internationally available, and all four are safe and effective with long-lasting protection. The vaccines protect against the virus in more than 95 percent of cases and provide protection from the virus for at least ten years, if not for life.\n\nVaccination is generally recommended for travellers visiting countries with intermediate to high levels of hepatitis A in the population.\n\nHepatitis vaccine is often provided as a combination vaccine with hepatitis B.\n\nIf you are unsure about your or your child's level of protection against hepatitis A, see your health care provider for your personal vaccination records and to determine if any booster shots are required. \n \n \nIt is generally advisable to consult your health care provider for hepatitis A vaccination at least 2 to 4 weeks before your departure if possible. ",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.575702Z",
- "name": "Hepatitis B Vaccine",
- "id": "478468ea-217a-4311-810d-c2066835e73d",
- "datum": {
- "side_effects": "Hepatitis B is a very safe vaccine. Some mild soreness may occur at the injection site and possibly a very mild fever.",
- "schedule": "Hepatitis B vaccine is administered in three doses. The second dose is given 4 weeks after the first dose, and the third dose is given 5 months after the second dose. Immunity develops approximately 1 to 2 months after completion of the vaccine series.",
- "routine": false,
- "id": "b29e4ad0-0d10-408d-bf13-40dc3be35dd8",
- "description": "Safe and effective vaccines against hepatitis B are available to prevent the illness and its consequences. The dosage and time required to achieve full protection will vary depending on the type of the vaccine. Immunity after vaccination lasts for at least 20 years.\n\nBecause hepatitis B virus exposure may occur through contact with blood, other body fluids and unprotected sex, vaccination is generally recommended for persons travelling to countries with intermediate to high levels of hepatitis B in the population.\n\nHepatitis B vaccine is often provided in combination with hepatitis A vaccine.\n\nIf you are unsure about your or your child's level of protection against hepatitis B, see your health care provider for your personal vaccination records. \n\nIt is generally advisable to consult your health care provider at least 4 to 5 weeks before you depart.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.599307Z",
- "name": "Polio Vaccine",
- "id": "035c83f3-9a08-4d5f-9398-8cd8e08ac4fb",
- "datum": {
- "side_effects": "",
- "schedule": "For children, OPV is best given as three doses. Three doses of OPV produce protection in more than 95 percent of the recipients. \n \n \nFor IPV, four doses are required: the first at 2 months of age, the second at 4 months of age, the third at 6 to 18 months of age, and a booster dose at 4 to 6 years of age. \n \n \nFor adults who have never been vaccinated against polio, three doses of IPV are recommended with the first two doses separated by 1 to 2 months and a third dose at 6 to 12 months after the second. For adults who have had one or two doses of polio vaccine in the past, the remaining one or two doses should be administered. \n \n \nFor adults who have had three or more doses of polio vaccine in the past, a single booster dose of IPV is sufficient.",
- "routine": true,
- "id": "c252424b-7072-4355-8709-dc7ee53ec641",
- "description": "There are two polio vaccines available for the prevention of polio virus. One is given orally (OPV) and the other by injection (IPV). While many countries have eliminated polio through the World Health Organization's global eradication of poliomyelitis program, there are still three countries where the polio virus is active, Nigeria, Afghanistan and Pakistan. Recently, there have been occasional outbreaks of polio in Somalia, Kenya and Cameroon.\n\nSome polio-free countries may also require travellers from countries reporting polio cases to be immunised against polio in order to obtain an entry visa. For example, Saudi Arabia requires proof of polio vaccination administered 6 weeks before application for an entry visa for visitors arriving from countries reporting polio cases. Updates on country requirements are available on the World Health Organization?s Weekly Epidemiological Record website (http://www.who.int/wer/en/).\n\nIf you are unsure about your or your child's level of protection against polio, see your health care provider for your personal vaccination records and to determine if any booster shots are required.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.613129Z",
- "name": "Yellow Fever Vaccine",
- "id": "889ab074-6ead-4e44-9576-0c04cc1fecd4",
- "datum": {
- "side_effects": "This vaccine is very safe, with few adverse reactions having been reported and millions of doses administered. Although the vaccine is considered safe, there are risks involved. The majority of adverse reactions result from allergic reaction to the eggs in which the vaccine is grown. In addition, there is a small risk of neurologic disease and encephalitis (inflammation of the brain).\n\nPersons greater than 60 years old or who have had their thymus removed or have a thymus disorder, such as myasthenia gravis, DiGeorge syndrome, or thymoma should discuss vaccination with their physicians. Women between the ages of 56 and 76 without autoimmune disease or thymoma may be recommended for vaccination. Men in this age group are at an increased risk that is difficult to quantify. Travel to areas where the virus is circulating should be delayed until the risk of acquiring yellow fever has abated. People aged 77 or older should be warned that they are at increased risk and should avoid travel to areas wehre the virus is active. \n\nWhen determining whether a patient should receive yellow fever vaccine, the patient and clinician should discuss the risk for travel-associated yellow fever disease according to the season season, destinations and duration of travel, likelihood of exposure to mosquitoes while traveling, and vaccination status, and weigh them against risks associated with vaccination.",
- "schedule": "Vaccination should be received 10 days prior to travelling to a high-risk area. The World Health Organization's Strategic Advisory Group of Experts on Immunisation (SAGE) has reviewed the latest evidence and recommended that a single dose of vaccination is sufficient to confer life-long immunity against yellow fever. There is no need for booster vaccination. ",
- "routine": false,
- "id": "fa4e7ee5-b16b-4d4e-91e9-f5e282c18138",
- "description": "Yellow fever vaccine consists of a live, but altered, strain of the yellow fever virus called 17D. The 17D vaccine has been used commercially since the 1950s. It is highly effective with over 90 percent of persons vaccinated developing a measurable immune response after the first dose.\n\nThe 17D vaccine should not be given to infants, pregnant women, and anyone with a diminished immune capacity, including persons taking immune-suppressing drugs.\n\nMany countries require any traveller arriving from a country where yellow fever is present to have an up-to-date yellow fever vaccination. If a traveller is arriving from a country where **yellow fever** is present, the government may require the traveller to present proof of yellow fever vaccination.\n\nVaccination is generally recommended for travellers older than 9 months of age who plan on visiting high-risk areas.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.593888Z",
- "name": "Japanese Encephalitis Vaccine",
- "id": "d8348c8f-b25c-4129-9593-dd6d5719dcf4",
- "datum": {
- "side_effects": "No serious side effect",
- "schedule": "We use the vaccin called IXIARO. Schedule: 0 and 7th day.",
- "routine": false,
- "id": "1ccfd6c8-5314-4f9d-af00-b990e5400a16",
- "description": "There are now four main types of JE vaccines currently in use: inactivated mouse brain-based vaccines, inactivated cell-based vaccines, live attenuated vaccines, and live chimeric vaccines. Traditionally, the most widely used vaccine was a purified inactivated product made from either Nakayama or Beijing strains propagated in mouse brain tissue. It is still produced and used in several countries.\n\nOver the past years, the live attenuated SA14-14-2 vaccine manufactured in China has become the most widely used vaccine in endemic countries, and it was prequalified by WHO in October 2013. Cell-culture based inactivated vaccines have also been licensed (and one product WHO prequalified), as has a live, recombinant product based on the yellow fever vaccine strain. There are several commercial vaccines against Japanese encephalitis (JE) virus. One known as JE-MB is produced in Japan and distributed widely and is the only vaccine available for people between one and 17 years of age. A second vaccine known as JE-VC is produced in the United Kingdom and is recommended only for people 17 years of age or older. Other vaccines are produced and/or marketed in China, India, Australia, New Zealand, and elsewhere.\n\nWhether or not to receive this vaccine depends considerably on the itinerary of the traveller and the length of time that a traveller might visit areas where Japanese encephalitis occurs. This disease does not usually occur in urban areas or large cities and thus may not be required for travellers to large cities. Outbreaks, however, may occur in rural farming areas. In some countries, the Japanese enchephalitis virus may be widespread while in other countries, it may be seasonal. Travellers should monitor Sitata alerts for outbreaks of this disease and consult their physician to determine if this vaccine is needed.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.602201Z",
- "name": "Rabies Vaccine",
- "id": "9ed7d5cb-1ca6-4463-b365-81e5fccbdc64",
- "datum": {
- "side_effects": "Mild side effects include headache, nausea, abdominal pain, muscle aches, dizziness, and soreness, and redness, swelling or itching where the injection was given. More serious reactions include hives, pain in the joints and fever. ",
- "schedule": "**After possible exposure to rabies:**\n\nRecent studies indicate that 4 doses of a cell-derived vaccine(a human diploid cell vaccine [HDCV] or a purified chick embryo cell vaccine [PCECV]in combination with rabies immune globulin (RIG) will generate adequate immuneresponses and that a 5th dose of vaccine does not enhance the immuneresponse.\n\n**If unvaccinated priorto exposure to rabies:**\n\nA combination of RIG and vaccine is recommended for bothbite and non-bite exposures. The reduced vaccination schedule with HDCV orPCECV vaccine should be administered intramuscularly, as follows:\n\n- First dose: as soon as possible after exposure(day 0);\n- Second dose: day #3;\n- Third dose: day #7; and\n- Fourth dose: day #14. \n\nIn addition, RIG should be injected into and around thewound site. Careful and vigorous cleaning of the wound is an importantcomponent of rabies prevention.\n\n**If previously vaccinatedprior to exposure to rabies:**\n\nA 2 dose regimen is recommended, as follows:\n\n- First dose: day 0; and\n- Second dose: day #3.\n\nUse of RIG is not necessary and should not be used. Careful andvigorous cleaning of the wound is an important component of rabies prevention.\n\n**Before exposure to rabies:**\n\n**For pre-exposurevaccination, a 3 doses regimen in recommended, as follows:**\n\n- First dose: day 0;\n- Second dose: day # 7; and\n- Third dose: day # 21 or 28.\n\n**Special considerations:**\n\nFor persons with compromised immune systems (e.g., HIV,organ transplant recipient, etc.) a 5-dose vaccination regimen with 1 dose ofRIG is recommended after exposure to rabies.\n\nSource: http://www.cdc.gov/rabies/resources/acip\\_recommendations.html",
- "routine": false,
- "id": "6bedfaef-2d66-4d20-a229-e938e5072578",
- "description": "**Post-exposure vaccination** consists of a series of vaccinations given to people who have been possibly exposed through bites or scratches from potentially infected animals, especially dogs.\n\n**Pre-exposure vaccination ** consists of a series of vaccinations for people at high risk of exposure to rabies. Vaccination of travellers is usually not recommended unless there is a known risk of exposure, for example: those who are veterinarians, long-term travellers and expatriates living in areas with a high risk of exposure; adventure travellers who might come into direct contact with infected mammals; wildlife professionals, or researchers. These travellers should receive the required three injections 28 days prior to travel.\n\nTwo vaccines that are both derived for growing the virus in cells are recommended: a human diploid cell vaccine [HDCV] or a purified chick embryo cell vaccine [PCECV].\n\nRabies is found on?every continent of the world. Only 10 countries, however, are rabies-free due to vaccination of both domestic (e.g., dogs, cats) and wild animals (e.g., bats, raccoon) that harbour the virus. Some of these countries include islands of the Caribbean, Fiji, Finland, Ireland, Japan, New Zealand, Norway, Singapore, Sweden, United Kingdom and Uruguay.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.610482Z",
- "name": "Typhoid Fever Vaccine",
- "id": "1b0e113e-1c83-42f1-a000-fdc8aafe3dd0",
- "datum": {
- "side_effects": "Mild reactions include fever and headache. Redness and swelling may occur at the site of the injection.",
- "schedule": "- Vaccine Oral Ty21a. This vaccine is provided as oral enteric coated capsules. It is generally given in three doses (four in North America) 2 days apart, and produces protection 7 days after the final dose.\n\n- Injectable Vi CPS. This vaccine is given as an intramuscular injection in a single dose and produces protection 7 days after the injection.",
- "routine": false,
- "id": "1661cd42-5a17-471d-9f2f-95d74e84849a",
- "description": "A vaccine is available for the prevention of typhoid fever, but it does not provide 100 percent protection. There are two kinds of vaccine, both of which are safe and relatively effective:\n\n- Vaccine Oral Ty21a. Immunity generally lasts for about 7 years. \n- Injectable Vi CPS. Immunity wanes after about 3 years. \n\nVaccination is recommended particularly for those who plan on travelling in smaller cities, villages, and rural areas, where food and water may not be safe.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}, - {
- "updated_at": "2018-07-20T19:56:07.588736Z",
- "name": "Meningitis Vaccine",
- "id": "3469709d-a748-44ad-844c-bc2e2c3d48f6",
- "datum": {
- "side_effects": "As many as half the people who get the meningococcal vaccine experience side effects, such as redness or pain at the site of the injection. A small percentage of people develop a low-grade fever. Serious allergic reactions very rarely occur.",
- "schedule": "For comprehensive discussion of the available vaccines and their dosage schedules, refer to the following website: http://www.cdc.gov/mmwr/preview/mmwrhtml/rr6202a1.htm.",
- "routine": false,
- "id": "b83fc5b5-8466-4f54-a3c5-c6f5bf0e71a2",
- "description": "Commercial vaccines are widely available against four common types of meningitis (quadrivalent vaccine against types A, C, W-135 and Y). A vaccine against type B has been developed in Cuba. Two kinds of meningococcal vaccine include: 1) Meningococcal conjugate vaccine (MCV) and 2) Meningococcal polysaccharide vaccine (MPSV).\n\nConjugate vaccines are preferable, because, unlike the polysaccharide vaccines, conjugate vaccines immunize infants, reduce the carriage of meningococci in the throat and thus its transmission, as well as confer a more sustained immune response, and, therefore, longer-term protection than the polysaccharide vaccines. Serogroup B vaccines are based upon meningococcal B protein antigens, because group B polysaccharide is poorly immunogenic in humans and is a potential auto-antigen.\n\nNimenrix (Meningococcal groups A, C, Y, W-135 polysaccharide tetanus toxoid conjugate vaccine) is the brand name for GSK's new tetravalent conjugate vaccine sold in the EU to protect children, adolescents, and adults against four serogroups of N. meningitidis (A, C, Y, W-135) that cause invasive meningococcal infections. Approved in the EU 2012, Nimenrix is the first tetravalent conjugate vaccine available in Europe for patients between 12 and 23 months of age.\n\nVaccination against meningococcal disease is required by only one country, Saudi Arabia, for pilgrims visiting Mecca and Medina annually (Hajj) or at any time (Umrah). Travelers visiting African countries located in the so-called sub-Saharan meningitis belt during the dry season (December to June) may wish to consider vaccination to protect them during expected meningitis outbreaks.",
- "company_id": "5364bd53-17b5-4c39-8f6f-72e2375de06b"
}
}
]
List Products
Return a list of products available for purchase depending on the parameters given.
path Parameters
country_code required | string Example: CA Two character country code of purchase origin. |
currency_code required | string Example: GBP Three character currency code for the purchase. |
assistance_only | boolean Example: true When true, will only return Sitata's Travel Assistance products. |
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Responses
Response samples
- 200
[- {
- "trip_type": null,
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-b2b-base",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-13T17:54:21.855490Z",
- "created_at": "2022-11-12T13:59:36.640355Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T13:59:36.664512Z",
- "description": "medical",
- "excess": {
- "amount": 5000,
- "benefit_id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "30f4eb5e-c56b-4f97-96d8-3655de2f8782",
- "type": 0
}, - "exclusions": "none",
- "id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "identifier": "b-med-b2b",
- "limit": {
- "benefit_id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "018146a2-870b-427c-b825-c9df00089c41",
- "limit": 100000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T13:59:36.664512Z"
}, - {
- "created_at": "2022-11-12T13:59:36.668816Z",
- "description": "Personal liability",
- "excess": null,
- "exclusions": "",
- "id": "34fcb7a4-5717-4d86-b555-9128fcdb061a",
- "identifier": "b-liability-b2b",
- "limit": {
- "benefit_id": "34fcb7a4-5717-4d86-b555-9128fcdb061a",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "d31884b9-09bb-4834-9607-426aa3e8b955",
- "limit": 1000000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-12T13:59:36.668816Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "5e4ae692-eacf-4422-a5ca-117bb5b434a7"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 0,
- "sort_order": 3,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-04-25T23:27:48.596945Z",
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "identifier": "sit-b2b-high",
- "name": "Gold Plan",
- "updated_at": "2022-11-22T03:18:49.837471Z"
}, - {
- "created_at": "2022-11-12T14:01:38.546692Z",
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "identifier": "sit-b2b-mid",
- "name": "Silver Plan",
- "updated_at": "2022-11-18T21:00:44.815671Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "Bronze plan",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Bronze Plan"
}, - {
- "trip_type": null,
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-b2b-mid",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-18T21:00:44.815671Z",
- "created_at": "2022-11-12T14:01:38.546692Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T14:01:38.559659Z",
- "description": "medical",
- "excess": {
- "amount": 5000,
- "benefit_id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "c02b7f37-8d39-4894-bd7a-d6c9fd05f314",
- "type": 0
}, - "exclusions": "none",
- "id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "identifier": "s-med-b2b",
- "limit": {
- "benefit_id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "4ad43406-b4e9-4fb7-a3d4-8fd638b1dca5",
- "limit": 200000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T14:01:38.559659Z"
}, - {
- "created_at": "2022-11-12T14:01:38.561498Z",
- "description": "Personal liability",
- "excess": null,
- "exclusions": "",
- "id": "77959835-a768-48f7-8bd8-1b08c3a05876",
- "identifier": "s-liability-b2b",
- "limit": {
- "benefit_id": "77959835-a768-48f7-8bd8-1b08c3a05876",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "186b8ab1-0b6f-4b9e-ac67-e50e7db95d49",
- "limit": 1500000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-12T14:01:38.561498Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "673fc320-3c5a-42d7-8c1b-d7d513af5d01"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 10,
- "layout_type": 0,
- "sort_order": 2,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-04-25T23:27:48.596945Z",
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "identifier": "sit-b2b-high",
- "name": "Gold Plan",
- "updated_at": "2022-11-22T03:18:49.837471Z"
}, - {
- "created_at": "2022-11-12T13:59:36.640355Z",
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "identifier": "sit-b2b-base",
- "name": "Bronze Plan",
- "updated_at": "2022-11-13T17:54:21.855490Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "silver",
- "max_age": 86,
- "product_documents": [
- {
- "countries": [ ],
- "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [ ],
- "created_at": "2022-11-20T22:56:45.341983Z",
- "group_ident": "doc",
- "id": "727d0c75-6b38-40f3-94b3-ac39dbc83121",
- "identifier": "doc-en",
- "language": "en",
- "name": "what",
- "product_id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "sort_order": 0,
- "type": 0,
- "updated_at": "2022-11-20T23:00:22.470911Z",
- "url": null
}
], - "name": "Silver Plan"
}, - {
- "trip_type": null,
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "upgrade_siblings": [ ],
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-b2b-high",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-22T03:18:49.837471Z",
- "created_at": "2022-04-25T23:27:48.596945Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-04-25T23:27:48.614992Z",
- "description": "medical health",
- "excess": {
- "amount": 5000,
- "benefit_id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "aef258ae-ba93-479f-9cd4-0ac5947d7893",
- "type": 0
}, - "exclusions": "none",
- "id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "identifier": "g-med-b2b",
- "limit": {
- "benefit_id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "26238261-8324-4640-bffc-f587d3d10743",
- "limit": 500000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-22T03:18:49.838271Z"
}, - {
- "created_at": "2022-05-11T14:25:12.847584Z",
- "description": "personal liability",
- "excess": null,
- "exclusions": "",
- "id": "d0ae4ef2-023f-49d6-8b79-c74221c31939",
- "identifier": "g-liability-b2b",
- "limit": {
- "benefit_id": "d0ae4ef2-023f-49d6-8b79-c74221c31939",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "02a140ef-f176-40d5-bba3-e9460fcca40b",
- "limit": 2000000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-22T03:18:49.857596Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "673fc320-3c5a-42d7-8c1b-d7d513af5d01"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 0,
- "sort_order": 1,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-11-12T14:01:38.546692Z",
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "identifier": "sit-b2b-mid",
- "name": "Silver Plan",
- "updated_at": "2022-11-18T21:00:44.815671Z"
}, - {
- "created_at": "2022-11-12T13:59:36.640355Z",
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "identifier": "sit-b2b-base",
- "name": "Bronze Plan",
- "updated_at": "2022-11-13T17:54:21.855490Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "gold plan",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Gold Plan"
}, - {
- "trip_type": null,
- "id": "7637e020-f74b-4dca-9479-437339cd2f2a",
- "upgrade_siblings": [ ],
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-b2b-car-rental",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-13T18:51:02.791729Z",
- "created_at": "2022-11-12T14:05:41.261828Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T14:05:41.271867Z",
- "description": "car rental protection",
- "excess": {
- "amount": 5000,
- "benefit_id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "dcff7d58-05d4-43ff-b1e7-56b01b8c006f",
- "type": 0
}, - "exclusions": "no exclusions",
- "id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "identifier": "sit-car-rent-b2b",
- "limit": {
- "benefit_id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "d7d79294-3977-48d2-80df-5591582ceb08",
- "limit": 200000,
- "type": 0
}, - "name": "Can Rental Protection",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T14:05:41.271867Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 0,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 1,
- "sort_order": 9,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [ ],
- "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "car rental",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Car Rental"
}
]
List Products With Pricing (Quote)
Return a list of products available for purchase along with their current cost depending on the parameters given.
header Parameters
Authorization | string Example: TKN {{authenticaton_token}} |
Content-Type | string Example: application/json |
Request Body schema: application/json
currency_code | string Required. Three character currency code for the purchase. |
country_code | string Required. Two character country code of purchase origin. |
subscriptions | array Required. The list of subscrptions that should be created when executing the purchase. A subscription should be created for each user that wants to access the Sitata mobile application. In most cases, only a single subscription with the purchaser listed as the 'User' is necessary and all other members of the Subscription can be listed as beneficiaries under the subscription. |
start | integer The unix time for the subscription start. This parameter can be omitted if specifying Trip details. See below. |
finish | integer The unix time for the subscription finish. This parameter can be omitted if specifying Trip details. See below. |
trip | object Optional. The Trip details which typically includes the list of destinations, start time, finish time, itinerary items, and total cost. |
product_ids | array Optional. A list of product identifiers to request for. You may use the human readable identifiers. |
Responses
Request samples
- Payload
{- "currency_code": "GBP",
- "country_code": "HK",
- "subscriptions": [
- {
- "beneficiaries": [
- {
- "name": "Jane Bean",
- "birthday": "1972-03-28"
}
], - "user": {
- "address": {
- "address1": "123 willaby lane",
- "address2": null,
- "address3": null,
- "address_str": "123 willaby lane, London, United Kingdom",
- "city": "London",
- "country": "United Kingdom",
- "postal_code": "N2G 1H6"
}, - "birthday": "1968-04-09",
- "email": "email01@gmail.com",
- "home_country": "GB",
- "name": "Jimmy Bean"
}
}
], - "trip": {
- "currency_code": "GBP",
- "destinations": [
- {
- "country_code": "CH",
- "entry_date": 1686550712,
- "exit_date": 1686896312,
- "type": 0
}, - {
- "country_code": "ES",
- "entry_date": 1686896312,
- "exit_date": 1687155512,
- "type": 0
}
], - "finish": 1687155512,
- "start": 1686550712,
- "total_cost": 100000,
- "air_segments": [
- {
- "price": "168.690",
- "origin_country": "CA",
- "origin_name": "Toronto City Centre",
- "departure_datetime_utc": "2019-01-27T20:00:00.000000Z",
- "arrival_datetime": "2019-01-27T16:30:00.000000",
- "currency": "CAD",
- "airline": "Porter Airlines",
- "destination_country": "CH",
- "arrival_datetime_utc": "2019-01-27T21:30:00.000000Z",
- "destination": "GVA",
- "origin": "YTZ",
- "number_of_pax": 2,
- "iata_code": "PD",
- "departure_datetime": "2019-01-27T15:00:00.000000",
- "flight_number": "137",
- "confirmation_no": "W1GZKB"
}
]
}
}
Response samples
- 200
[- {
- "cost": 2180,
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "finish": "2023-06-19T06:18:32.000000Z",
- "id": "70a8ad6f-30da-436f-b329-b429de912f18",
- "insurance_taxes": 0,
- "num_people": 2,
- "num_subscriptions": 1,
- "payment_intent_client_secret": null,
- "payment_intent_id": null,
- "product_ids": [
- "673fc320-3c5a-42d7-8c1b-d7d513af5d01"
], - "product_quote_group_id": "58596435-9826-4901-af42-b23c927399db",
- "products": [
- {
- "trip_type": null,
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-base",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-13T17:54:21.855490Z",
- "created_at": "2022-11-12T13:59:36.640355Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T13:59:36.664512Z",
- "description": "medical",
- "excess": {
- "amount": 5000,
- "benefit_id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "30f4eb5e-c56b-4f97-96d8-3655de2f8782",
- "type": 0
}, - "exclusions": "none",
- "id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "identifier": "med-b2b",
- "limit": {
- "benefit_id": "9da6bf86-7f55-434b-9210-e3bd7f3c39da",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "018146a2-870b-427c-b825-c9df00089c41",
- "limit": 100000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T13:59:36.664512Z"
}, - {
- "created_at": "2022-11-12T13:59:36.668816Z",
- "description": "Personal liability",
- "excess": null,
- "exclusions": "",
- "id": "34fcb7a4-5717-4d86-b555-9128fcdb061a",
- "identifier": "liability-b2b",
- "limit": {
- "benefit_id": "34fcb7a4-5717-4d86-b555-9128fcdb061a",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "d31884b9-09bb-4834-9607-426aa3e8b955",
- "limit": 1000000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-12T13:59:36.668816Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "5e4ae692-eacf-4422-a5ca-117bb5b434a7"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 0,
- "sort_order": 3,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-04-25T23:27:48.596945Z",
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "identifier": "sit-high",
- "name": "Gold Plan",
- "updated_at": "2022-11-22T03:18:49.837471Z"
}, - {
- "created_at": "2022-11-12T14:01:38.546692Z",
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "identifier": "sit-mid",
- "name": "Silver Plan",
- "updated_at": "2022-11-18T21:00:44.815671Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "Bronze plan",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Bronze Plan"
}
], - "splits": [
- {
- "amount": 1308,
- "company_id": "513dabae-53a6-485f-923a-c997e8567e30",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 654,
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 218,
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "insurance_taxes": 0,
- "taxes": 0
}
], - "start": "2023-06-12T06:18:32.000000Z",
- "taxes": 0
}, - {
- "cost": 2615,
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "finish": "2023-06-19T06:18:32.000000Z",
- "id": "2f7267a7-192d-47b2-9831-3109cb4634f6",
- "insurance_taxes": 0,
- "num_people": 2,
- "num_subscriptions": 1,
- "payment_intent_client_secret": null,
- "payment_intent_id": null,
- "product_ids": [
- "5e4ae692-eacf-4422-a5ca-117bb5b434a7"
], - "product_quote_group_id": "58596435-9826-4901-af42-b23c927399db",
- "products": [
- {
- "trip_type": null,
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-mid",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-18T21:00:44.815671Z",
- "created_at": "2022-11-12T14:01:38.546692Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T14:01:38.559659Z",
- "description": "medical",
- "excess": {
- "amount": 5000,
- "benefit_id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "c02b7f37-8d39-4894-bd7a-d6c9fd05f314",
- "type": 0
}, - "exclusions": "none",
- "id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "identifier": "pacific-s-med-b2b",
- "limit": {
- "benefit_id": "c3f5fe49-6d7b-4c7a-835e-fb7a3da830e5",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "4ad43406-b4e9-4fb7-a3d4-8fd638b1dca5",
- "limit": 200000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T14:01:38.559659Z"
}, - {
- "created_at": "2022-11-12T14:01:38.561498Z",
- "description": "Personal liability",
- "excess": null,
- "exclusions": "",
- "id": "77959835-a768-48f7-8bd8-1b08c3a05876",
- "identifier": "pacific-s-liability-b2b",
- "limit": {
- "benefit_id": "77959835-a768-48f7-8bd8-1b08c3a05876",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "186b8ab1-0b6f-4b9e-ac67-e50e7db95d49",
- "limit": 1500000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-12T14:01:38.561498Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "673fc320-3c5a-42d7-8c1b-d7d513af5d01"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 10,
- "layout_type": 0,
- "sort_order": 2,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-04-25T23:27:48.596945Z",
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "identifier": "sit-high",
- "name": "Gold Plan",
- "updated_at": "2022-11-22T03:18:49.837471Z"
}, - {
- "created_at": "2022-11-12T13:59:36.640355Z",
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "identifier": "sit-base",
- "name": "Bronze Plan",
- "updated_at": "2022-11-13T17:54:21.855490Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "silver",
- "max_age": 86,
- "product_documents": [
- {
- "countries": [ ],
- "country_division_ids": [ ],
- "country_divisions": [ ],
- "country_ids": [ ],
- "created_at": "2022-11-20T22:56:45.341983Z",
- "group_ident": "policy",
- "id": "727d0c75-6b38-40f3-94b3-ac39dbc83121",
- "identifier": "policy-en",
- "language": "en",
- "name": "Policy Wording",
- "product_id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "sort_order": 0,
- "type": 0,
- "updated_at": "2022-11-20T23:00:22.470911Z",
- "url": null
}
], - "name": "Silver Plan"
}
], - "splits": [
- {
- "amount": 1569,
- "company_id": "513dabae-53a6-485f-923a-c997e8567e30",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 785,
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 261,
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "insurance_taxes": 0,
- "taxes": 0
}
], - "start": "2023-06-12T06:18:32.000000Z",
- "taxes": 0
}, - {
- "cost": 3487,
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "finish": "2023-06-19T06:18:32.000000Z",
- "id": "85844cae-1dd6-46d7-a735-52dc867bb40f",
- "insurance_taxes": 0,
- "num_people": 2,
- "num_subscriptions": 1,
- "payment_intent_client_secret": null,
- "payment_intent_id": null,
- "product_ids": [
- "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1"
], - "product_quote_group_id": "58596435-9826-4901-af42-b23c927399db",
- "products": [
- {
- "trip_type": null,
- "id": "29db10f8-ba61-4d4a-ac21-ed91ebfb8ac1",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-high",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-22T03:18:49.837471Z",
- "created_at": "2022-04-25T23:27:48.596945Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-04-25T23:27:48.614992Z",
- "description": "medical health",
- "excess": {
- "amount": 5000,
- "benefit_id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "aef258ae-ba93-479f-9cd4-0ac5947d7893",
- "type": 0
}, - "exclusions": "none",
- "id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "identifier": "pacific-g-med-b2b",
- "limit": {
- "benefit_id": "de46094c-5f01-4af4-8f6f-a3472f581b39",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "26238261-8324-4640-bffc-f587d3d10743",
- "limit": 500000000,
- "type": 0
}, - "name": "Medical",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-22T03:18:49.838271Z"
}, - {
- "created_at": "2022-05-11T14:25:12.847584Z",
- "description": "personal liability",
- "excess": null,
- "exclusions": "",
- "id": "d0ae4ef2-023f-49d6-8b79-c74221c31939",
- "identifier": "pacific-g-liability-b2b",
- "limit": {
- "benefit_id": "d0ae4ef2-023f-49d6-8b79-c74221c31939",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "02a140ef-f176-40d5-bba3-e9460fcca40b",
- "limit": 2000000,
- "type": 0
}, - "name": "Personal Liability",
- "prominent": true,
- "sort_order": 1,
- "updated_at": "2022-11-22T03:18:49.857596Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [
- "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "673fc320-3c5a-42d7-8c1b-d7d513af5d01"
], - "upgrade_sibling_ids": [ ],
- "cost_type": 3,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 0,
- "sort_order": 1,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [
- {
- "created_at": "2022-11-12T14:01:38.546692Z",
- "id": "5e4ae692-eacf-4422-a5ca-117bb5b434a7",
- "identifier": "sit-mid",
- "name": "Silver Plan",
- "updated_at": "2022-11-18T21:00:44.815671Z"
}, - {
- "created_at": "2022-11-12T13:59:36.640355Z",
- "id": "673fc320-3c5a-42d7-8c1b-d7d513af5d01",
- "identifier": "sit-base",
- "name": "Bronze Plan",
- "updated_at": "2022-11-13T17:54:21.855490Z"
}
], - "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "gold plan",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Gold Plan"
}
], - "splits": [
- {
- "amount": 2092,
- "company_id": "513dabae-53a6-485f-923a-c997e8567e30",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 1046,
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 349,
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "insurance_taxes": 0,
- "taxes": 0
}
], - "start": "2023-06-12T06:18:32.000000Z",
- "taxes": 0
}, - {
- "cost": 3835,
- "cost_modifier": 0.01,
- "cost_symbol": "£",
- "currency_code": "GBP",
- "finish": "2023-06-19T06:18:32.000000Z",
- "id": "e8063349-7d46-4cbb-a60b-8e4407241e56",
- "insurance_taxes": 0,
- "num_people": 2,
- "num_subscriptions": 1,
- "payment_intent_client_secret": null,
- "payment_intent_id": null,
- "product_ids": [
- "7637e020-f74b-4dca-9479-437339cd2f2a"
], - "product_quote_group_id": "58596435-9826-4901-af42-b23c927399db",
- "products": [
- {
- "trip_type": null,
- "id": "7637e020-f74b-4dca-9479-437339cd2f2a",
- "upgrade_siblings": [ ],
- "policy_url": null,
- "upgrade_product_ids": [ ],
- "type": -1,
- "identifier": "sit-car-rental",
- "country_ids": [
- "aa83710b-a5aa-4e10-b1c2-f6745f228297"
], - "updated_at": "2022-11-13T18:51:02.791729Z",
- "created_at": "2022-11-12T14:05:41.261828Z",
- "max_trip_length": 90,
- "product_type": 0,
- "benefits": [
- {
- "created_at": "2022-11-12T14:05:41.271867Z",
- "description": "car rental protection",
- "excess": {
- "amount": 5000,
- "benefit_id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "dcff7d58-05d4-43ff-b1e7-56b01b8c006f",
- "type": 0
}, - "exclusions": "no exclusions",
- "id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "identifier": "sit-pcf-car-rent-b2b",
- "limit": {
- "benefit_id": "33612725-04c2-45ce-b6ba-d54e0f3d54ba",
- "cost_modifier": 0.01,
- "cost_symbol": "$",
- "currency_code": "USD",
- "id": "d7d79294-3977-48d2-80df-5591582ceb08",
- "limit": 200000,
- "type": 0
}, - "name": "Can Rental Protection",
- "prominent": true,
- "sort_order": 0,
- "updated_at": "2022-11-12T14:05:41.271867Z"
}
], - "restricted_destination_countries": [
- {
- "country_code": "UA",
- "country_code_3": "UKR",
- "geographic_region_id": "709a60f4-222a-42b3-8506-6235029da8a4",
- "id": "937a30b5-92d6-48b8-95b3-b10e8b1ddce7",
- "name": "Ukraine",
- "updated_at": "2020-11-07T01:59:27.878964Z"
}
], - "tiered_product_ids": [ ],
- "upgrade_sibling_ids": [ ],
- "cost_type": 0,
- "sibling_description": null,
- "refund_window": 14,
- "layout_type": 1,
- "sort_order": 9,
- "sibling_name": null,
- "countries": [
- {
- "country_code": "HK",
- "country_code_3": "HKG",
- "geographic_region_id": null,
- "id": "aa83710b-a5aa-4e10-b1c2-f6745f228297",
- "name": "Hong Kong SAR China",
- "updated_at": "2017-12-13T20:26:33.616843Z"
}
], - "tiered_products": [ ],
- "disclaimer": null,
- "faqs": [ ],
- "upgrade_products": [ ],
- "restricted_destination_country_ids": [
- "937a30b5-92d6-48b8-95b3-b10e8b1ddce7"
], - "discontinued": null,
- "description": "car rental",
- "max_age": 86,
- "product_documents": [ ],
- "name": "Car Rental"
}
], - "splits": [
- {
- "amount": 2301,
- "company_id": "513dabae-53a6-485f-923a-c997e8567e30",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 1151,
- "company_id": "91955970-34eb-4a1b-97e6-53e9084abbfa",
- "insurance_taxes": 0,
- "taxes": 0
}, - {
- "amount": 383,
- "company_id": "06825895-bfcb-4c8f-bb4a-723944a46a23",
- "insurance_taxes": 0,
- "taxes": 0
}
], - "start": "2023-06-12T06:18:32.000000Z",
- "taxes": 0
}
]