-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update data on 2025-02-20T17:08:02+00:00
- Loading branch information
Automated
committed
Feb 20, 2025
1 parent
e1ccb05
commit a788a65
Showing
2 changed files
with
200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"service_alerts": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
{ | ||
"service_alerts": [], | ||
"regions": { | ||
"ams": { | ||
"location": "Amsterdam", | ||
"country": "NL", | ||
"country_name": "Netherlands", | ||
"alerts": [] | ||
}, | ||
"atl": { | ||
"location": "Atlanta", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"blr": { | ||
"location": "Bangalore", | ||
"country": "IN", | ||
"country_name": "India", | ||
"alerts": [] | ||
}, | ||
"ord": { | ||
"location": "Chicago", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"dfw": { | ||
"location": "Dallas", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"del": { | ||
"location": "Delhi NCR", | ||
"country": "IN", | ||
"country_name": "India", | ||
"alerts": [] | ||
}, | ||
"fra": { | ||
"location": "Frankfurt", | ||
"country": "DE", | ||
"country_name": "Germany", | ||
"alerts": [] | ||
}, | ||
"hnl": { | ||
"location": "Honolulu", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"jnb": { | ||
"location": "Johannesburg", | ||
"country": "ZA", | ||
"country_name": "South Africa", | ||
"alerts": [] | ||
}, | ||
"lhr": { | ||
"location": "London", | ||
"country": "GB", | ||
"country_name": "United Kingdom", | ||
"alerts": [] | ||
}, | ||
"lax": { | ||
"location": "Los Angeles", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"mad": { | ||
"location": "Madrid", | ||
"country": "ES", | ||
"country_name": "Spain", | ||
"alerts": [] | ||
}, | ||
"man": { | ||
"location": "Manchester", | ||
"country": "GB", | ||
"country_name": "United Kingdom", | ||
"alerts": [] | ||
}, | ||
"mel": { | ||
"location": "Melbourne", | ||
"country": "AU", | ||
"country_name": "Australia", | ||
"alerts": [] | ||
}, | ||
"mex": { | ||
"location": "Mexico City", | ||
"country": "MX", | ||
"country_name": "Mexico", | ||
"alerts": [] | ||
}, | ||
"mia": { | ||
"location": "Miami", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"bom": { | ||
"location": "Mumbai", | ||
"country": "IN", | ||
"country_name": "India", | ||
"alerts": [] | ||
}, | ||
"ewr": { | ||
"location": "New Jersey", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"itm": { | ||
"location": "Osaka", | ||
"country": "JP", | ||
"country_name": "Japan", | ||
"alerts": [] | ||
}, | ||
"cdg": { | ||
"location": "Paris", | ||
"country": "FR", | ||
"country_name": "France", | ||
"alerts": [] | ||
}, | ||
"scl": { | ||
"location": "Santiago", | ||
"country": "CL", | ||
"country_name": "Chile", | ||
"alerts": [] | ||
}, | ||
"sao": { | ||
"location": "São Paulo", | ||
"country": "BR", | ||
"country_name": "Brazil", | ||
"alerts": [] | ||
}, | ||
"sea": { | ||
"location": "Seattle", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"icn": { | ||
"location": "Seoul", | ||
"country": "KR", | ||
"country_name": "Korea, Republic of", | ||
"alerts": [] | ||
}, | ||
"sjc": { | ||
"location": "Silicon Valley", | ||
"country": "US", | ||
"country_name": "United States", | ||
"alerts": [] | ||
}, | ||
"sgp": { | ||
"location": "Singapore", | ||
"country": "SG", | ||
"country_name": "Singapore", | ||
"alerts": [] | ||
}, | ||
"sto": { | ||
"location": "Stockholm", | ||
"country": "SE", | ||
"country_name": "Sweden", | ||
"alerts": [] | ||
}, | ||
"syd": { | ||
"location": "Sydney", | ||
"country": "AU", | ||
"country_name": "Australia", | ||
"alerts": [] | ||
}, | ||
"tlv": { | ||
"location": "Tel Aviv", | ||
"country": "IL", | ||
"country_name": "Israel", | ||
"alerts": [] | ||
}, | ||
"nrt": { | ||
"location": "Tokyo", | ||
"country": "JP", | ||
"country_name": "Japan", | ||
"alerts": [] | ||
}, | ||
"yto": { | ||
"location": "Toronto", | ||
"country": "CA", | ||
"country_name": "Canada", | ||
"alerts": [] | ||
}, | ||
"waw": { | ||
"location": "Warsaw", | ||
"country": "PL", | ||
"country_name": "Poland", | ||
"alerts": [] | ||
} | ||
} | ||
} |