App Locales
Backstack provides structured locale data for all internationalization and localization.
Countries selection
http
GET https://api.backstack.com/app/locales/countries
?selection=true
Returns a selection list of country IDs and titles.
json
{
"US": "United States",
...
}
Timezones selection
http
GET https://api.backstack.com/app/locales/timezones
?selection=true
Returns a selection list of timezone IDs and titles for the current accounts country.
json
{
"America/Chicago" : "America, Chicago",
...
}