Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created April 2, 2020 09:48
Show Gist options
  • Save hackintoshrao/e07b9f742edf4606f61dce877aa72392 to your computer and use it in GitHub Desktop.
Save hackintoshrao/e07b9f742edf4606f61dce877aa72392 to your computer and use it in GitHub Desktop.
{
"api_status": {
"request": {
"item": "es"
},
"reply": {
"cache": "renewed",
"code": 200,
"status": "ok",
"note": "The api works, we could match requested country code.",
"count": 1
}
},
"data": {
"ES": {
"iso_alpha2": "ES",
"name": "Spain",
"continent": "EU",
"advisory": {
"score": 3.5,
"sources_active": 8,
"message": "Spain has a current risk level of 3.5 (out of 5). We advise: Please reconsider your need to travel to Spain.",
"updated": "2020-04-02 07:23:47",
"source": "https://www.travel-advisory.info/spain"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment