{
  "is_travel_possible": "string",
  "reasons": [],
  "overall_trip_assessment": {
    "id": "string",
    "name": "string",
    "info": "string",
    "answer": "string"
  },
  "specific_traveller_assessment": [
    {
      "type": "string",
      "name": "string",
      "level": "integer",
      "level_computed": "string",
      "description": "string"
    },
    {
      "type": "string",
      "name": "string",
      "level": "integer",
      "level_computed": "string",
      "description": "string"
    }
  ],
  "possible_travel_disruptions": {
    "text": null,
    "alerts": [],
    "advisories": [
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      },
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      }
    ],
    "secondary_advisories": [
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      },
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      },
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      },
      {
        "id": "string",
        "title": "string",
        "risk_level": {
          "id": "string",
          "name": "string"
        }
      }
    ],
    "annual_events": [
      {
        "date": "string",
        "name": "string",
        "description": "string"
      }
    ]
  },
  "documents_required": {
    "entry": {
      "nationality": "string",
      "is_visa_required": "string",
      "visa_rules": [
        {
          "rule_type": "string",
          "name": "string",
          "enforcement": null,
          "electronic_application_url": "string",
          "text": "string",
          "exemptions": [
            {
              "name": "string",
              "text": "string"
            },
            {
              "name": "string",
              "text": "string"
            }
          ]
        },
        {
          "rule_type": "string",
          "name": "string",
          "enforcement": "string",
          "electronic_application_url": "string",
          "text": "string",
          "exemptions": []
        }
      ],
      "vaccinations": [
        {
          "type": "string",
          "name": "string",
          "description": null
        },
        {
          "type": "string",
          "name": "string",
          "description": "string"
        },
        {
          "type": "string",
          "name": "string",
          "description": null
        }
      ],
      "health_tests": [
        {
          "type": "string",
          "description": null
        }
      ],
      "insurance_documents": [],
      "other_documents": [
        {
          "document_type": "string",
          "languages": [
            "string"
          ],
          "forms": {},
          "text": "string"
        }
      ],
      "constraints": []
    }
  },
  "meta": {
    "language": "string"
  }
}| Field | Format | Example | Possible values | 
|---|---|---|
| is_travel_possible | String | Yes | Yes, conditional | No | 
| reason | Array of strings | All international flights are banned | 
Overall trip assessment
| Field | Format | Example | 
|---|---|---|
| id | String | 2 | 
| name | String | Moderate | 
| info | String | Take normal safety precautions | 
| answer | String (HTML content) | <p>This trip to United Kingdom is assessed as ... | 
Specific traveller assessment
| Field | Format | Example | 
|---|---|---|
| type | String | female | 
| name | String | Female | 
| level | Integer | 1 | 
| level_computed | String | 1/3 | 2/3 | 3/3 | 
| description | String | Some concerns for female travellers | 
Possible travel disruptions
| Field | Format | Example | 
|---|---|---|
| text | String | 
Alerts
| Field | Format | Example | 
|---|---|---|
| id | String | 296000 | 
| title | String | Authorities to end all COVID-19-related emergency declarations | 
| text | String | Authorities announced on 30 January that all national and public health emergencies related to COVID-19 would end on 11 May ... | 
| notice | Boolean | true | 
| start_date | Date in YYYY-MM-DD format | 2023-05-11 | 
| end_date | Date in YYYY-MM-DD format | 2023-05-12 | 
| risk_level.id | String | 2 | 
| risk_level.name | String | Moderate | 
| category. id | String | 6 | 
| category.name | String | Health and Medical | 
Advisories
| Field | Format | Example | 
|---|---|---|
| id | String | 35200 | 
| title | String | Seasonal Influenza in the Northern Hemisphere | 
| risk_level.id | String | 3 | 
| risk_level.name | String | Medium | 
Advisories and secondary advisoriesMain advisories drive the risk level for a selected location, secondary advisories have the same or lower risk level with the destination, but it is still a situation a traveller should know about.
Secondary advisories
| Field | Format | Example | 
|---|---|---|
| id | String | 35200 | 
| title | String | Seasonal Influenza in the Northern Hemisphere | 
| risk_level.id | String | 3 | 
| risk_level.name | String | Medium | 
Annual events
| Field | Format | Example | 
|---|---|---|
| date | String | 4 July | 
| name | String | Independence Day (Denver) | 
| description | String | Celebrations include parades during the daytime and fireworks ... | 
Documents required | Entry
| Field | Format | Example | 
|---|---|---|
| nationality | String | ua | 
| is_visa_required | String | Maybe, check with the local consulate | 
Visa rules
| Field | Format | Example | 
|---|---|---|
| rule_type | String | Visa on arrival | 
| name | String | Visa on arrival | 
| enforcement | String | Possible | 
| electronic_application_url | String | www.example.com | 
| text | String (HTML content) | <p>Foreign travellers from select countries can apply for a visa ... | 
| exemptions.name | String | Holders of passports issued by Vatican City | 
| exemptions.text | String (HTML content) | <p>Travellers with passports issued by the Vatican City are ... | 
Vaccinations
| Field | Format | Example | 
|---|---|---|
| type | String | yellow_fever | 
| name | String | Yellow Fever | 
| description | String with HTML content | <p>Yellow Fever entry requirement (Source: USA CDC) ... | 
Health tests
| Field | Format | Example | 
|---|---|---|
| type | String | covid_19 | 
| description | String (HTML content) | <p>Most Inbound travellers must have a negative certificate ... | 
Insurance documents
| Field | Format | Example | 
|---|---|---|
| document_type | String | Health Insurance | 
| languages | Array of string | "EN", "ES" | 
| forms | Object | "EN": "www.cdc.gov/en.pdf", "ES": "www.cdc.gov/es.pdf" | 
| text | String (HTML content) | <p>All travellers, excluding Saudi nationals and residents ... | 
Other documents
| Field | Format | Example | 
|---|---|---|
| document_type | String | Travel (PLF) | 
| languages | Array of string | "EN", "AR", "ES" | 
| forms | Object | "EN": "www.cdc.gov/en.pdf", "AR": "www.cdc.gov/ar.pdf" | 
| text | String (HTML content) | <p>All travellers aged two and older must complete an ... | 
Meta
| Field | Format | Example | 
|---|---|---|
| language | String | en | 
