Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /water_polo/get_areas
Returns all areas, which can be 'world', continents and countries.
Request URL
https://dsg-api.com/clients/{client_name}/water_polo/get_areas?client={client_name}&authkey={client_authkey}
Parameters
area_id
int
area to get the subareas or specific area from
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json)
lang
string
two-character language code, defaults to 'en'
Nodes
area
details about area
area_id
unique identifier for an area
country_code
three character country code
iso_code
official three character ISO code (not all areas will have an ISO code)
name
name of the area
parent_area_id
unique identifier of the parent area (either continent or World)
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
method
details about the API function
method_id
unique ID of method
name
name of method
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/water_polo/get_areas?client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/water_polo/get_areas?client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/water_polo/get_areas?client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/water_polo/get_areas?client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.0","sport":"water_polo","lang":"en","method":{"method_id":"212","name":"get_areas"},"area":[{"area_id":"8","name":"Afghanistan","country_code":"AFG","parent_area_id":"2"},{"area_id":"3","name":"Africa","country_code":"AFR","parent_area_id":"1"},{"area_id":"9","name":"Albania","country_code":"ALB","parent_area_id":"7"},{"area_id":"290","name":"Alderney","country_code":"ALD","parent_area_id":"7"},{"area_id":"10","name":"Algeria","country_code":"ALG","parent_area_id":"3"},{"area_id":"11","name":"American Samoa","country_code":"ASM","parent_area_id":"6"},{"area_id":"12","name":"Andorra","country_code":"AND","parent_area_id":"7"},{"area_id":"13","name":"Angola","country_code":"ANG","parent_area_id":"3"},{"area_id":"14","name":"Anguilla","country_code":"AIA","parent_area_id":"4"},{"area_id":"15","name":"Antigua and Barbuda","country_code":"ATG","parent_area_id":"4"},{"area_id":"287","name":"Arameans Suryoye","country_code":"ARS","parent_area_id":"1"},{"area_id":"16","name":"Argentina","country_code":"ARG","parent_area_id":"5"},{"area_id":"17","name":"Armenia","country_code":"ARM","parent_area_id":"7"},{"area_id":"18","name":"Aruba","country_code":"ABW","parent_area_id":"4"},{"area_id":"2","name":"Asia","country_code":"ASI","parent_area_id":"1"},{"area_id":"19","name":"Australia","country_code":"AUS","parent_area_id":"2"},{"area_id":"20","name":"Austria","country_code":"AUT","parent_area_id":"7"},{"area_id":"21","name":"Azerbaijan","country_code":"AZE","parent_area_id":"7"},{"area_id":"22","name":"Bahamas","country_code":"BHS","parent_area_id":"4"},{"area_id":"23","name":"Bahrain","country_code":"BHR","parent_area_id":"2"},{"area_id":"24","name":"Bangladesh","country_code":"BAN","parent_area_id":"2"},{"area_id":"25","name":"Barbados","country_code":"BRB","parent_area_id":"4"},{"area_id":"26","name":"Belarus","country_code":"BLR","parent_area_id":"7"},{"area_id":"27","name":"Belgium","country_code":"BEL","parent_area_id":"7"},{"area_id":"28","name":"Belize","country_code":"BLZ","parent_area_id":"4"},{"area_id":"29","name":"Benin","country_code":"BEN","parent_area_id":"3"},{"area_id":"30","name":"Bermuda","country_code":"BMU","parent_area_id":"4"},{"area_id":"31","name":"Bhutan","country_code":"BHU","parent_area_id":"2"},{"area_id":"32","name":"Bolivia","country_code":"BOL","parent_area_id":"5"},{"area_id":"260","name":"Bonaire","country_code":"BON","parent_area_id":"4"},{"area_id":"33","name":"Bosnia and Herzegovina","country_code":"BIH","parent_area_id":"7"},{"area_id":"34","name":"Botswana","country_code":"BOT","parent_area_id":"3"},{"area_id":"35","name":"Brazil","country_code":"BRA","parent_area_id":"5"},{"area_id":"36","name":"British Virgin Islands","country_code":"BVI","parent_area_id":"4"},{"area_id":"37","name":"Brunei Darussalam","country_code":"BRU","parent_area_id":"2"},{"area_id":"38","name":"Bulgaria","country_code":"BGR","parent_area_id":"7"},{"area_id":"39","name":"Burkina Faso","country_code":"BFA","parent_area_id":"3"},{"area_id":"40","name":"Burundi","country_code":"BDI","parent_area_id":"3"},{"area_id":"41","name":"Cambodia","country_code":"CAM","parent_area_id":"2"},{"area_id":"42","name":"Cameroon","country_code":"CMR","parent_area_id":"3"},{"area_id":"43","name":"Canada","country_code":"CAN","parent_area_id":"4"},{"area_id":"44","name":"Cape Verde Islands","country_code":"CPV","parent_area_id":"3"},{"area_id":"45","name":"Cayman Islands","country_code":"CYM","parent_area_id":"4"},{"area_id":"46","name":"Central African Republic","country_code":"CAF","parent_area_id":"3"},{"area_id":"47","name":"Chad","country_code":"CHA","parent_area_id":"3"},{"area_id":"48","name":"Chile","country_code":"CHL","parent_area_id":"5"},{"area_id":"49","name":"China PR","country_code":"CHN","parent_area_id":"2"},{"area_id":"50","name":"Chinese Taipei","country_code":"TPE","parent_area_id":"2"},{"area_id":"292","name":"CIS","country_code":"CIS","parent_area_id":"7"},{"area_id":"51","name":"Colombia","country_code":"COL","parent_area_id":"5"},{"area_id":"232","name":"Comoros","country_code":"CMO","parent_area_id":"3"},{"area_id":"52","name":"Congo","country_code":"CGO","parent_area_id":"3"},{"area_id":"53","name":"Congo DR","country_code":"COD","parent_area_id":"3"},{"area_id":"54","name":"Cook Islands","country_code":"COK","parent_area_id":"6"},{"area_id":"294","name":"Corsica","country_code":"COR","parent_area_id":"7"},{"area_id":"55","name":"Costa Rica","country_code":"CRI","parent_area_id":"4"},{"area_id":"60","name":"Côte d’Ivoire","country_code":"CIV","parent_area_id":"3"},{"area_id":"291","name":"Crimea","country_code":"ARC","parent_area_id":"7"},{"area_id":"56","name":"Croatia","country_code":"HRV","parent_area_id":"7"},{"area_id":"57","name":"Cuba","country_code":"CUB","parent_area_id":"4"},{"area_id":"139","name":"Curaçao","country_code":"ANT","parent_area_id":"4"},{"area_id":"58","name":"Cyprus","country_code":"CYP","parent_area_id":"7"},{"area_id":"59","name":"Czech Republic","country_code":"CZE","parent_area_id":"7"},{"area_id":"264","name":"Czechoslovakia","country_code":"CZS","parent_area_id":"7"},{"area_id":"281","name":"Darfur","country_code":"DAR","parent_area_id":"1"},{"area_id":"61","name":"Denmark","country_code":"DNK","parent_area_id":"7"},{"area_id":"62","name":"Djibouti","country_code":"DJI","parent_area_id":"3"},{"area_id":"63","name":"Dominica","country_code":"DMA","parent_area_id":"4"},{"area_id":"64","name":"Dominican Republic","country_code":"DOM","parent_area_id":"4"},{"area_id":"65","name":"Ecuador","country_code":"ECU","parent_area_id":"5"},{"area_id":"66","name":"Egypt","country_code":"EGY","parent_area_id":"3"},{"area_id":"67","name":"El Salvador","country_code":"SLV","parent_area_id":"4"},{"area_id":"68","name":"England","country_code":"ENG","parent_area_id":"7"},{"area_id":"69","name":"Equatorial Guinea","country_code":"EQG","parent_area_id":"3"},{"area_id":"70","name":"Eritrea","country_code":"ERI","parent_area_id":"3"},{"area_id":"71","name":"Estonia","country_code":"EST","parent_area_id":"7"},{"area_id":"183","name":"eSwatini","country_code":"SWZ","parent_area_id":"3"},{"area_id":"72","name":"Ethiopia","country_code":"ETH","parent_area_id":"3"},{"area_id":"7","name":"Europe","country_code":"EUR","parent_area_id":"1"},{"area_id":"73","name":"Faroe Islands","country_code":"FRO","parent_area_id":"7"},{"area_id":"74","name":"Fiji","country_code":"FJI","parent_area_id":"6"},{"area_id":"75","name":"Finland","country_code":"FIN","parent_area_id":"7"},{"area_id":"76","name":"France","country_code":"FRA","parent_area_id":"7"},{"area_id":"231","name":"French Guiana","country_code":"FGU","parent_area_id":"4"},{"area_id":"77","name":"Gabon","country_code":"GAB","parent_area_id":"3"},{"area_id":"78","name":"Gambia","country_code":"GAM","parent_area_id":"3"},{"area_id":"263","name":"GDR","country_code":"GDR","parent_area_id":"7"},{"area_id":"79","name":"Georgia","country_code":"GEO","parent_area_id":"7"},{"area_id":"80","name":"Germany","country_code":"DEU","parent_area_id":"7"},{"area_id":"81","name":"Ghana","country_code":"GHA","parent_area_id":"3"},{"area_id":"226","name":"Gibraltar","country_code":"GIB","parent_area_id":"7"},{"area_id":"269","name":"Gozo","country_code":"GOZ","parent_area_id":"7"},{"area_id":"250","name":"Great Britain","country_code":"GBR","parent_area_id":"7"},{"area_id":"82","name":"Greece","country_code":"GRC","parent_area_id":"7"},{"area_id":"271","name":"Greenland","country_code":"GEE","parent_area_id":"7"},{"area_id":"83","name":"Grenada","country_code":"GRD","parent_area_id":"4"},{"area_id":"227","name":"Guadeloupe","country_code":"GDL","parent_area_id":"4"},{"area_id":"84","name":"Guam","country_code":"GUM","parent_area_id":"2"},{"area_id":"85","name":"Guatemala","country_code":"GTM","parent_area_id":"4"},{"area_id":"254","name":"Guernsey","country_code":"GGY","parent_area_id":"7"},{"area_id":"86","name":"Guinea","country_code":"GUI","parent_area_id":"3"},{"area_id":"87","name":"Guinea-Bissau","country_code":"GNB","parent_area_id":"3"},{"area_id":"88","name":"Guyana","country_code":"GUY","parent_area_id":"4"},{"area_id":"89","name":"Haiti","country_code":"HTI","parent_area_id":"4"},{"area_id":"90","name":"Honduras","country_code":"HND","parent_area_id":"4"},{"area_id":"91","name":"Hong Kong","country_code":"HKG","parent_area_id":"2"},{"area_id":"92","name":"Hungary","country_code":"HUN","parent_area_id":"7"},{"area_id":"93","name":"Iceland","country_code":"ISL","parent_area_id":"7"},{"area_id":"94","name":"India","country_code":"IND","parent_area_id":"2"},{"area_id":"95","name":"Indonesia","country_code":"IDN","parent_area_id":"2"},{"area_id":"96","name":"Iran","country_code":"IRN","parent_area_id":"2"},{"area_id":"97","name":"Iraq","country_code":"IRQ","parent_area_id":"2"},{"area_id":"236","name":"Isle of Man","country_code":"IOM","parent_area_id":"7"},{"area_id":"99","name":"Israel","country_code":"ISR","parent_area_id":"7"},{"area_id":"100","name":"Italy","country_code":"ITA","parent_area_id":"7"},{"area_id":"101","name":"Jamaica","country_code":"JAM","parent_area_id":"4"},{"area_id":"102","name":"Japan","country_code":"JPN","parent_area_id":"2"},{"area_id":"235","name":"Jersey","country_code":"JER","parent_area_id":"7"},{"area_id":"103","name":"Jordan","country_code":"JOR","parent_area_id":"2"},{"area_id":"104","name":"Kazakhstan","country_code":"KAZ","parent_area_id":"7"},{"area_id":"105","name":"Kenya","country_code":"KEN","parent_area_id":"3"},{"area_id":"252","name":"Kiribati","country_code":"KIR","parent_area_id":"6"},{"area_id":"106","name":"Korea DPR","country_code":"PRK","parent_area_id":"2"},{"area_id":"107","name":"Korea Republic","country_code":"KOR","parent_area_id":"2"},{"area_id":"249","name":"Kosovo","country_code":"KSV","parent_area_id":"7"},{"area_id":"276","name":"Kurdistan","country_code":"KUR","parent_area_id":"2"},{"area_id":"108","name":"Kuwait","country_code":"KUW","parent_area_id":"2"},{"area_id":"109","name":"Kyrgyz Republic","country_code":"KGZ","parent_area_id":"2"},{"area_id":"110","name":"Laos","country_code":"LAO","parent_area_id":"2"},{"area_id":"111","name":"Latvia","country_code":"LVA","parent_area_id":"7"},{"area_id":"112","name":"Lebanon","country_code":"LIB","parent_area_id":"2"},{"area_id":"113","name":"Lesotho","country_code":"LES","parent_area_id":"3"},{"area_id":"114","name":"Liberia","country_code":"LBR","parent_area_id":"3"},{"area_id":"115","name":"Libya","country_code":"LBY","parent_area_id":"3"},{"area_id":"116","name":"Liechtenstein","country_code":"LIE","parent_area_id":"7"},{"area_id":"117","name":"Lithuania","country_code":"LTU","parent_area_id":"7"},{"area_id":"118","name":"Luxembourg","country_code":"LUX","parent_area_id":"7"},{"area_id":"119","name":"Macao","country_code":"MAC","parent_area_id":"2"},{"area_id":"121","name":"Madagascar","country_code":"MAD","parent_area_id":"3"},{"area_id":"122","name":"Malawi","country_code":"MWI","parent_area_id":"3"},{"area_id":"123","name":"Malaysia","country_code":"MAS","parent_area_id":"2"},{"area_id":"124","name":"Maldives","country_code":"MDV","parent_area_id":"2"},{"area_id":"125","name":"Mali","country_code":"MLI","parent_area_id":"3"},{"area_id":"126","name":"Malta","country_code":"MLT","parent_area_id":"7"},{"area_id":"266","name":"Marshall Islands","country_code":"MSI","parent_area_id":"6"},{"area_id":"229","name":"Martinique","country_code":"MTQ","parent_area_id":"4"},{"area_id":"127","name":"Mauritania","country_code":"MTN","parent_area_id":"3"},{"area_id":"128","name":"Mauritius","country_code":"MRI","parent_area_id":"3"},{"area_id":"255","name":"Mayotte","country_code":"MYT","parent_area_id":"3"},{"area_id":"129","name":"Mexico","country_code":"MEX","parent_area_id":"4"},{"area_id":"267","name":"Micronesia","country_code":"MIC","parent_area_id":"6"},{"area_id":"130","name":"Moldova","country_code":"MHL","parent_area_id":"7"},{"area_id":"253","name":"Monaco","country_code":"MCO","parent_area_id":"7"},{"area_id":"131","name":"Mongolia","country_code":"MGL","parent_area_id":"2"},{"area_id":"225","name":"Montenegro","country_code":"MNE","parent_area_id":"7"},{"area_id":"132","name":"Montserrat","country_code":"MSR","parent_area_id":"4"},{"area_id":"133","name":"Morocco","country_code":"MAR","parent_area_id":"3"},{"area_id":"134","name":"Mozambique","country_code":"MOZ","parent_area_id":"3"},{"area_id":"135","name":"Myanmar","country_code":"MYA","parent_area_id":"2"},{"area_id":"4","name":"N\/C America","country_code":"NCA","parent_area_id":"1"},{"area_id":"136","name":"Namibia","country_code":"NAM","parent_area_id":"3"},{"area_id":"258","name":"Nauru","country_code":"NAU","parent_area_id":"6"},{"area_id":"137","name":"Nepal","country_code":"NEP","parent_area_id":"2"},{"area_id":"138","name":"Netherlands","country_code":"NLD","parent_area_id":"7"},{"area_id":"140","name":"New Caledonia","country_code":"NCL","parent_area_id":"6"},{"area_id":"141","name":"New Zealand","country_code":"NZL","parent_area_id":"6"},{"area_id":"275","name":"NF-Board","country_code":"NFB","parent_area_id":"1"},{"area_id":"142","name":"Nicaragua","country_code":"NIC","parent_area_id":"4"},{"area_id":"143","name":"Niger","country_code":"NIG","parent_area_id":"3"},{"area_id":"144","name":"Nigeria","country_code":"NGA","parent_area_id":"3"},{"area_id":"257","name":"Niue","country_code":"NIU","parent_area_id":"6"},{"area_id":"120","name":"North Macedonia","country_code":"MKD","parent_area_id":"7"},{"area_id":"145","name":"Northern Ireland","country_code":"NIR","parent_area_id":"7"},{"area_id":"251","name":"Northern Mariana Islands","country_code":"NMI","parent_area_id":"2"},{"area_id":"146","name":"Norway","country_code":"NOR","parent_area_id":"7"},{"area_id":"278","name":"Occitania","country_code":"OCC","parent_area_id":"1"},{"area_id":"6","name":"Oceania","country_code":"OCE","parent_area_id":"1"},{"area_id":"147","name":"Oman","country_code":"OMA","parent_area_id":"2"},{"area_id":"283","name":"Padania","country_code":"PAD","parent_area_id":"1"},{"area_id":"148","name":"Pakistan","country_code":"PAK","parent_area_id":"2"},{"area_id":"234","name":"Palau","country_code":"PLA","parent_area_id":"6"},{"area_id":"149","name":"Palestine","country_code":"PAL","parent_area_id":"2"},{"area_id":"150","name":"Panama","country_code":"PAN","parent_area_id":"4"},{"area_id":"151","name":"Papua New Guinea","country_code":"PNG","parent_area_id":"6"},{"area_id":"152","name":"Paraguay","country_code":"PRY","parent_area_id":"5"},{"area_id":"153","name":"Peru","country_code":"PER","parent_area_id":"5"},{"area_id":"154","name":"Philippines","country_code":"PHI","parent_area_id":"2"},{"area_id":"155","name":"Poland","country_code":"POL","parent_area_id":"7"},{"area_id":"156","name":"Portugal","country_code":"PRT","parent_area_id":"7"},{"area_id":"277","name":"Provence","country_code":"PRO","parent_area_id":"1"},{"area_id":"157","name":"Puerto Rico","country_code":"PRI","parent_area_id":"4"},{"area_id":"158","name":"Qatar","country_code":"QAT","parent_area_id":"2"},{"area_id":"280","name":"Raetia","country_code":"RAE","parent_area_id":"1"},{"area_id":"98","name":"Republic of Ireland","country_code":"IRL","parent_area_id":"7"},{"area_id":"223","name":"Reunion","country_code":"REU","parent_area_id":"3"},{"area_id":"159","name":"Romania","country_code":"ROU","parent_area_id":"7"},{"area_id":"160","name":"Russia","country_code":"RUS","parent_area_id":"7"},{"area_id":"161","name":"Rwanda","country_code":"RWA","parent_area_id":"3"},{"area_id":"228","name":"Saint Martin","country_code":"SMT","parent_area_id":"4"},{"area_id":"289","name":"Saint Pierre and Miquelon","country_code":"SPM","parent_area_id":"4"},{"area_id":"162","name":"Samoa","country_code":"WSM","parent_area_id":"6"},{"area_id":"163","name":"San Marino","country_code":"SMR","parent_area_id":"7"},{"area_id":"187","name":"São Tomé e Príncipe","country_code":"STP","parent_area_id":"3"},{"area_id":"288","name":"Sápmi","country_code":"SAP","parent_area_id":"1"},{"area_id":"164","name":"Saudi Arabia","country_code":"KSA","parent_area_id":"2"},{"area_id":"165","name":"Scotland","country_code":"SCO","parent_area_id":"7"},{"area_id":"166","name":"Senegal","country_code":"SEN","parent_area_id":"3"},{"area_id":"224","name":"Serbia","country_code":"SER","parent_area_id":"7"},{"area_id":"167","name":"Serbia and Montenegro","country_code":"SCG","parent_area_id":"7"},{"area_id":"168","name":"Seychelles","country_code":"SEY","parent_area_id":"3"},{"area_id":"272","name":"Shetland","country_code":"SHE","parent_area_id":"7"},{"area_id":"169","name":"Sierra Leone","country_code":"SLE","parent_area_id":"3"},{"area_id":"170","name":"Singapore","country_code":"SIN","parent_area_id":"2"},{"area_id":"259","name":"Sint Eustatius","country_code":"SEU","parent_area_id":"4"},{"area_id":"230","name":"Sint Maarten","country_code":"SMA","parent_area_id":"4"},{"area_id":"171","name":"Slovakia","country_code":"SVK","parent_area_id":"7"},{"area_id":"172","name":"Slovenia","country_code":"SVN","parent_area_id":"7"},{"area_id":"173","name":"Solomon Islands","country_code":"SLB","parent_area_id":"6"},{"area_id":"174","name":"Somalia","country_code":"SOM","parent_area_id":"3"},{"area_id":"265","name":"Somaliland","country_code":"SOL","parent_area_id":"3"},{"area_id":"175","name":"South Africa","country_code":"RSA","parent_area_id":"3"},{"area_id":"5","name":"South America","country_code":"SAM","parent_area_id":"1"},{"area_id":"256","name":"South Sudan","country_code":"SSD","parent_area_id":"3"},{"area_id":"285","name":"Southern Cameroon","country_code":"SCM","parent_area_id":"1"},{"area_id":"262","name":"Soviet Union","country_code":"SOV","parent_area_id":"7"},{"area_id":"176","name":"Spain","country_code":"ESP","parent_area_id":"7"},{"area_id":"177","name":"Sri Lanka","country_code":"SRI","parent_area_id":"2"},{"area_id":"274","name":"St. Helena","country_code":"STH","parent_area_id":"3"},{"area_id":"178","name":"St. Kitts and Nevis","country_code":"SKN","parent_area_id":"4"},{"area_id":"179","name":"St. Lucia","country_code":"STL","parent_area_id":"4"},{"area_id":"180","name":"St. Vincent and the Grenadines","country_code":"SVG","parent_area_id":"4"},{"area_id":"181","name":"Sudan","country_code":"SUD","parent_area_id":"3"},{"area_id":"182","name":"Suriname","country_code":"SUR","parent_area_id":"4"},{"area_id":"184","name":"Sweden","country_code":"SWE","parent_area_id":"7"},{"area_id":"185","name":"Switzerland","country_code":"CHE","parent_area_id":"7"},{"area_id":"186","name":"Syria","country_code":"SYR","parent_area_id":"2"},{"area_id":"188","name":"Tahiti","country_code":"TAH","parent_area_id":"6"},{"area_id":"189","name":"Tajikistan","country_code":"TJK","parent_area_id":"2"},{"area_id":"279","name":"Tamil Eelam","country_code":"TEL","parent_area_id":"1"},{"area_id":"190","name":"Tanzania","country_code":"TAN","parent_area_id":"3"},{"area_id":"191","name":"Thailand","country_code":"THA","parent_area_id":"2"},{"area_id":"221","name":"Timor-Leste","country_code":"EAT","parent_area_id":"2"},{"area_id":"192","name":"Togo","country_code":"TOG","parent_area_id":"3"},{"area_id":"193","name":"Tonga","country_code":"TON","parent_area_id":"6"},{"area_id":"270","name":"TR Northern Cyprus","country_code":"NCY","parent_area_id":"7"},{"area_id":"194","name":"Trinidad and Tobago","country_code":"TTO","parent_area_id":"4"},{"area_id":"195","name":"Tunisia","country_code":"TUN","parent_area_id":"3"},{"area_id":"196","name":"Turkey","country_code":"TUR","parent_area_id":"7"},{"area_id":"197","name":"Turkmenistan","country_code":"TKM","parent_area_id":"2"},{"area_id":"198","name":"Turks and Caicos Islands","country_code":"TCA","parent_area_id":"4"},{"area_id":"233","name":"Tuvalu","country_code":"TVL","parent_area_id":"6"},{"area_id":"284","name":"Two Sicilies","country_code":"TSI","parent_area_id":"1"},{"area_id":"200","name":"Uganda","country_code":"UGA","parent_area_id":"3"},{"area_id":"201","name":"Ukraine","country_code":"UKR","parent_area_id":"7"},{"area_id":"202","name":"United Arab Emirates","country_code":"UAE","parent_area_id":"2"},{"area_id":"293","name":"United Kingdom","country_code":"UK","parent_area_id":"7"},{"area_id":"203","name":"United States","country_code":"USA","parent_area_id":"4"},{"area_id":"204","name":"Uruguay","country_code":"URY","parent_area_id":"5"},{"area_id":"199","name":"US Virgin Islands","country_code":"USV","parent_area_id":"4"},{"area_id":"205","name":"Uzbekistan","country_code":"UZB","parent_area_id":"2"},{"area_id":"206","name":"Vanuatu","country_code":"VUT","parent_area_id":"6"},{"area_id":"268","name":"Vatican City","country_code":"VAC","parent_area_id":"7"},{"area_id":"207","name":"Venezuela","country_code":"VEN","parent_area_id":"5"},{"area_id":"208","name":"Vietnam","country_code":"VIE","parent_area_id":"2"},{"area_id":"209","name":"Wales","country_code":"WAL","parent_area_id":"7"},{"area_id":"295","name":"Wallis and Futuna","country_code":"WLF","parent_area_id":"6"},{"area_id":"282","name":"West Indies","country_code":"WIN","parent_area_id":"1"},{"area_id":"273","name":"Western Sahara","country_code":"WSR","parent_area_id":"3"},{"area_id":"1","name":"World","country_code":"INT","parent_area_id":""},{"area_id":"210","name":"Yemen","country_code":"YEM","parent_area_id":"2"},{"area_id":"261","name":"Yugoslavia","country_code":"YUG","parent_area_id":"7"},{"area_id":"211","name":"Zambia","country_code":"ZAM","parent_area_id":"3"},{"area_id":"220","name":"Zanzibar","country_code":"ZAN","parent_area_id":"3"},{"area_id":"212","name":"Zimbabwe","country_code":"ZIM","parent_area_id":"3"}]}}