worldBankURL = 'http://api.worldbank.org/v2/country?per_page=10®ion={}&format={}' countryURL = 'http://api.worldbank.org/v2/countries/{}?format=xml' regions = {'ARB':'Arab World','EMU':'Euro Area','EUU':'European Union','LDC':'Least Developed Countries', 'OED':'OECD Members (Organisation for Economic Co-operation and Development)','WLD':'World', 'EAP':'East Asia & Pacific','ECA':'Europe & Central Asia','LAC':'Latin America & Caribbean', 'MNA':'Middle East & North Africa','SAS':'South Asia','SSA':'Sub-Saharan Africa','CSS':'Caribbean small states', 'OSS':'Other small states','PSS':'Pacific island small states','SST':'Small states'} formats = ('xml','json') https://datahelpdesk.worldbank.org/knowledgebase/articles/898581-api-basic-call-structures http://api.worldbank.org/v2/country?per_page=10®ion=ARB&format=json http://api.worldbank.org/v2/country?per_page=1000®ion=WLD http://api.worldbank.org/v2/countries/CA?format=xml