Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v2 GET /soccer/get_competitions
Returns all competitions from an area.
Request URL
https://dsg-api.com/clients/{client_name}/soccer/get_competitions?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)
competition
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
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}/soccer/get_competitions?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}/soccer/get_competitions?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}/soccer/get_competitions?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}/soccer/get_competitions?client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.0","sport":"soccer","lang":"en","method":{"method_id":"16","name":"get_competitions"},"competition":[{"competition_id":"69","name":"Afghan Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"8","area_name":"Afghanistan","last_updated":"2018-07-18 16:29:54"},{"competition_id":"44","name":"Africa Cup of Nations","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-06-21 15:51:02"},{"competition_id":"236","name":"CAF Champions League","teamtype":"male","type":"club","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"254","name":"CAF Confederation Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-07-17 14:43:27"},{"competition_id":"325","name":"AFCON Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-09-08 13:13:12"},{"competition_id":"354","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-06-07 10:11:21"},{"competition_id":"10","name":"CAF Super Cup","teamtype":"male","type":"club","format":"international_super_cup","area_id":"3","area_name":"Africa","last_updated":"2018-06-11 01:03:48"},{"competition_id":"255","name":"African Nations Championship","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-07-17 14:43:48"},{"competition_id":"211","name":"CECAFA Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-07-17 14:43:21"},{"competition_id":"660","name":"CHAN Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-07-17 14:43:51"},{"competition_id":"324","name":"COSAFA Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-06-06 11:47:50"},{"competition_id":"482","name":"CECAFA Kagame Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-07-17 14:43:43"},{"competition_id":"780","name":"All-Africa Games","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"781","name":"All-Africa Games Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"527","name":"Coupe de l'intégration Ouest Africaine","teamtype":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"591","name":"Mapinduzi Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"789","name":"Africa U-23 Cup of Nations","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"842","name":"AFCON U-23 Qualification","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"843","name":"Africa U-20 Cup of Nations","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"844","name":"AFCON U-20 Qualification","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"845","name":"Africa U-17 Cup of Nations","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"846","name":"AFCON U-17 Qualification","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1013","name":"COSAFA Under-20 Championships","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"969","name":"COSAFA Under-17 Championships","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"984","name":"Africa Women Cup of Nations","teamtype":"female","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1278","name":"U20 WC Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2018-06-07 10:11:27"},{"competition_id":"2292","name":"CAF Olympic Women Qualifiers","teamtype":"female","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"441","name":"Superliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"9","area_name":"Albania","last_updated":"2018-04-14 11:55:38"},{"competition_id":"456","name":"Kategoria e parë","teamtype":"male","type":"club","format":"domestic_league","area_id":"9","area_name":"Albania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"776","name":"U 19 superiore","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"9","area_name":"Albania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"777","name":"U 17 superiore","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"9","area_name":"Albania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"457","name":"Kupa e Shqipërisë","teamtype":"male","type":"club","format":"domestic_cup","area_id":"9","area_name":"Albania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"592","name":"Superkupa e Shqipërisë","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"9","area_name":"Albania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"594","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"9","area_name":"Albania","last_updated":"2018-06-13 11:57:18"},{"competition_id":"692","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"9","area_name":"Albania","last_updated":"2018-06-13 11:57:18"},{"competition_id":"319","name":"Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"10","area_name":"Algeria","last_updated":"2018-09-03 08:42:43"},{"competition_id":"320","name":"Ligue 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"10","area_name":"Algeria","last_updated":"2018-09-03 08:42:16"},{"competition_id":"404","name":"Coupe Nationale","teamtype":"male","type":"club","format":"domestic_cup","area_id":"10","area_name":"Algeria","last_updated":"2018-12-29 14:52:41"},{"competition_id":"405","name":"Supercoupe d'Algérie","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"10","area_name":"Algeria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"83","name":"FFAS Senior League Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"11","area_name":"American Samoa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"521","name":"FFAS Senior League Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"11","area_name":"American Samoa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"167","name":"Primera Divisió","teamtype":"male","type":"club","format":"domestic_league","area_id":"12","area_name":"Andorra","last_updated":"2019-02-06 23:47:20"},{"competition_id":"168","name":"Segona Divisió","teamtype":"male","type":"club","format":"domestic_league","area_id":"12","area_name":"Andorra","last_updated":"2018-02-02 18:15:15"},{"competition_id":"698","name":"Copa Constitució","teamtype":"male","type":"club","format":"domestic_cup","area_id":"12","area_name":"Andorra","last_updated":"2018-02-02 18:15:15"},{"competition_id":"699","name":"Supercopa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"12","area_name":"Andorra","last_updated":"2019-03-16 18:18:00"},{"competition_id":"533","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"12","area_name":"Andorra","last_updated":"2018-06-13 11:57:18"},{"competition_id":"201","name":"Girabola","teamtype":"male","type":"club","format":"domestic_league","area_id":"13","area_name":"Angola","last_updated":"2018-08-07 11:39:03"},{"competition_id":"702","name":"Taça de Angola","teamtype":"male","type":"club","format":"domestic_cup","area_id":"13","area_name":"Angola","last_updated":"2018-08-07 11:39:14"},{"competition_id":"253","name":"Supertaça de Angola","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"13","area_name":"Angola","last_updated":"2018-06-11 01:03:18"},{"competition_id":"115","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"14","area_name":"Anguilla","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1728","name":"Presidents Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"14","area_name":"Anguilla","last_updated":"2018-02-02 18:15:15"},{"competition_id":"910","name":"The Knockout Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"14","area_name":"Anguilla","last_updated":"2018-02-02 18:15:15"},{"competition_id":"118","name":"ABFA Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-12-29 15:08:19"},{"competition_id":"119","name":"ABFA Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"494","name":"ABFA Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1826","name":"ABFA Super 8 Tournament","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1828","name":"President's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2070","name":"ABFA Community Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"623","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-06-13 11:57:18"},{"competition_id":"624","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"15","area_name":"Antigua and Barbuda","last_updated":"2018-06-13 11:57:18"},{"competition_id":"7","name":"Superliga Argentina","teamtype":"male","type":"club","format":"domestic_league","area_id":"16","area_name":"Argentina","last_updated":"2019-07-31 10:18:32"},{"competition_id":"279","name":"Primera B Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"16","area_name":"Argentina","last_updated":"2019-07-31 10:18:32"},{"competition_id":"281","name":"Torneo Argentino A","teamtype":"male","type":"club","format":"domestic_league","area_id":"16","area_name":"Argentina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"280","name":"Primera B Metropolitana","teamtype":"male","type":"club","format":"domestic_league","area_id":"16","area_name":"Argentina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"360","name":"Copa Argentina","teamtype":"male","type":"club","format":"domestic_cup","area_id":"16","area_name":"Argentina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1974","name":"Copa de la Superliga","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"16","area_name":"Argentina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"801","name":"Supercopa Argentina","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"16","area_name":"Argentina","last_updated":"2019-07-31 10:18:32"},{"competition_id":"147","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"17","area_name":"Armenia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"148","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"17","area_name":"Armenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"534","name":"Armenian Independence Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"17","area_name":"Armenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"535","name":"Supercup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"17","area_name":"Armenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"994","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"17","area_name":"Armenia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"88","name":"Division di Honor","teamtype":"male","type":"club","format":"domestic_league","area_id":"18","area_name":"Aruba","last_updated":"2018-02-02 18:15:15"},{"competition_id":"117","name":"Division Uno","teamtype":"male","type":"club","format":"domestic_league","area_id":"18","area_name":"Aruba","last_updated":"2018-02-02 18:15:15"},{"competition_id":"158","name":"Division Dos","teamtype":"male","type":"club","format":"domestic_league","area_id":"18","area_name":"Aruba","last_updated":"2018-08-29 16:04:20"},{"competition_id":"227","name":"Copa Betico Croes","teamtype":"male","type":"club","format":"domestic_cup","area_id":"18","area_name":"Aruba","last_updated":"2018-02-02 18:15:15"},{"competition_id":"666","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"18","area_name":"Aruba","last_updated":"2018-06-13 11:57:18"},{"competition_id":"667","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"18","area_name":"Aruba","last_updated":"2018-06-13 11:57:18"},{"competition_id":"586","name":"Division Damas","teamtype":"female","type":"club","format":"domestic_league","area_id":"18","area_name":"Aruba","last_updated":"2018-02-02 18:15:15"},{"competition_id":"226","name":"AFC Champions League","teamtype":"male","type":"club","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"304","name":"AFC Asian Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"295","name":"AFC Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"305","name":"AFC Asian Cup Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:13:41"},{"competition_id":"353","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-06-07 10:11:22"},{"competition_id":"363","name":"AFC President's Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"379","name":"AFC Challenge Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"629","name":"AFC Cup Winner's Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1967","name":"Asian Games","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-28 21:35:41"},{"competition_id":"775","name":"AFC U-23 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"572","name":"AFC U-23 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:14:20"},{"competition_id":"575","name":"AFC U-19 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"574","name":"AFC U-19 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:14:25"},{"competition_id":"773","name":"AFC U-16 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"774","name":"AFC U-16 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"500","name":"Gulf Cup of Nations","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:13:58"},{"competition_id":"228","name":"WAFF Championship","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:13:29"},{"competition_id":"778","name":"WAFF U23 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"70","name":"SAFF Championship","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:13:48"},{"competition_id":"467","name":"EAFF East Asian Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:13:54"},{"competition_id":"491","name":"AFF Suzuki Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"904","name":"South Asian Games","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"782","name":"AFF U-19 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"928","name":"AFF U-16 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"710","name":"South East Asian Games","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"983","name":"AFC Solidarity Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"569","name":"SAFF Women's Championship","teamtype":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-08-08 23:14:05"},{"competition_id":"973","name":"CAFA Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"974","name":"CAFA Cup U19","teamtype":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"530","name":"Mekong Club Championship","teamtype":"male","type":"club","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2262","name":"Airmarine Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-01-05 03:12:48"},{"competition_id":"1031","name":"AFC Women's Asian Cup","teamtype":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1032","name":"AFC Women's Asian Cup Qualification","teamtype":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1978","name":"AFC Women's Olympic Qualifying","teamtype":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"940","name":"AFC U-19 Women Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"939","name":"AFC U-19 Women Championship Qualification","teamtype":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"938","name":"AFC U-16 Women Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"937","name":"AFC U-16 Women Championship Qualification","teamtype":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"936","name":"AFC U14 Girls Regional Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"942","name":"AYA Bank Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1910","name":"Philippine Peace Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1911","name":"Long Teng Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"12","name":"A League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"772","name":"National Premier Leagues","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"455","name":"FFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"19","area_name":"Australia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"582","name":"NPL Northern NSW","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-09-04 19:32:47"},{"competition_id":"290","name":"FFSA National Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-15 16:15:41"},{"competition_id":"291","name":"FFSA State League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"484","name":"Queensland NPL","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-09-04 19:33:10"},{"competition_id":"585","name":"T-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"859","name":"NPL Capital Football","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-09-04 19:32:54"},{"competition_id":"860","name":"NPL Western Australia","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-09-04 19:33:00"},{"competition_id":"861","name":"NPL New South Wales","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-07-04 15:23:40"},{"competition_id":"862","name":"NorZone Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"75","name":"Brisbane Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-06-15 11:47:34"},{"competition_id":"553","name":"Victoria Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-04-14 11:21:53"},{"competition_id":"263","name":"Capital 1 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"264","name":"Capital 2 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"265","name":"Capital 3 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"266","name":"Capital 4 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2251","name":"W-League","teamtype":"female","type":"club","format":"domestic_league","area_id":"19","area_name":"Australia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"35","name":"Bundesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2019-07-31 10:18:32"},{"competition_id":"345","name":"2. Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-08-28 21:35:41"},{"competition_id":"541","name":"Regionalliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-04-14 11:56:18"},{"competition_id":"1305","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1306","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1307","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1308","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1309","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1310","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1311","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1312","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1313","name":"Landesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1489","name":"II. Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1490","name":"1. Klasse","teamtype":"male","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"422","name":"ÖFB Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"20","area_name":"Austria","last_updated":"2019-07-21 02:29:31"},{"competition_id":"1039","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"20","area_name":"Austria","last_updated":"2018-06-13 11:57:18"},{"competition_id":"701","name":"ÖFB-Supercup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"20","area_name":"Austria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2426","name":"Jugendliga U18","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-07-28 11:30:57"},{"competition_id":"1315","name":"Frauen Bundesliga","teamtype":"female","type":"club","format":"domestic_league","area_id":"20","area_name":"Austria","last_updated":"2018-07-28 11:30:57"},{"competition_id":"162","name":"Premyer Liqası","teamtype":"male","type":"club","format":"domestic_league","area_id":"21","area_name":"Azerbaijan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"163","name":"Birinci Divizionu","teamtype":"male","type":"club","format":"domestic_league","area_id":"21","area_name":"Azerbaijan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"606","name":"Azərbaycan Kuboku","teamtype":"male","type":"club","format":"domestic_cup","area_id":"21","area_name":"Azerbaijan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"700","name":"Azərbaycan Superkuboku","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"21","area_name":"Azerbaijan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"120","name":"BFA Senior League","teamtype":"male","type":"club","format":"domestic_league","area_id":"22","area_name":"Bahamas","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1877","name":"BFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"22","area_name":"Bahamas","last_updated":"2018-02-02 18:15:15"},{"competition_id":"71","name":"Bahraini Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"23","area_name":"Bahrain","last_updated":"2018-07-18 16:30:00"},{"competition_id":"93","name":"Second Division League ","teamtype":"male","type":"club","format":"domestic_league","area_id":"23","area_name":"Bahrain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"647","name":"BFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"23","area_name":"Bahrain","last_updated":"2018-12-30 13:10:20"},{"competition_id":"85","name":"King's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"23","area_name":"Bahrain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"648","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"23","area_name":"Bahrain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2119","name":"Elite Cup Championship","teamtype":"male","type":"club","format":"domestic_cup","area_id":"23","area_name":"Bahrain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"74","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"23","area_name":"Bahrain","last_updated":"2018-06-13 11:57:18"},{"competition_id":"72","name":"Bangladesh Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"24","area_name":"Bangladesh","last_updated":"2018-08-10 12:44:08"},{"competition_id":"362","name":"Federation Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"24","area_name":"Bangladesh","last_updated":"2018-02-02 18:15:15"},{"competition_id":"889","name":"Championship League","teamtype":"male","type":"club","format":"domestic_league","area_id":"24","area_name":"Bangladesh","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1807","name":"Independence Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"24","area_name":"Bangladesh","last_updated":"2018-02-02 18:15:15"},{"competition_id":"121","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"25","area_name":"Barbados","last_updated":"2018-04-13 20:54:04"},{"competition_id":"1630","name":"Division One","teamtype":"male","type":"club","format":"domestic_league","area_id":"25","area_name":"Barbados","last_updated":"2018-02-02 18:15:15"},{"competition_id":"664","name":"Banks Beer Champions Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"25","area_name":"Barbados","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1794","name":"Preseason Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"25","area_name":"Barbados","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2020","name":"Womens Premier League","teamtype":"female","type":"club","format":"domestic_league","area_id":"25","area_name":"Barbados","last_updated":"2018-04-13 20:54:04"},{"competition_id":"442","name":"Vyshaya Liha","teamtype":"male","type":"club","format":"domestic_league","area_id":"26","area_name":"Belarus","last_updated":"2019-07-31 10:18:32"},{"competition_id":"603","name":"Pervaya Liha","teamtype":"male","type":"club","format":"domestic_league","area_id":"26","area_name":"Belarus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"693","name":"Vtorya Liha","teamtype":"male","type":"club","format":"domestic_league","area_id":"26","area_name":"Belarus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"612","name":"Kubok Belarusi","teamtype":"male","type":"club","format":"domestic_cup","area_id":"26","area_name":"Belarus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"602","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"26","area_name":"Belarus","last_updated":"2018-06-13 11:57:18"},{"competition_id":"613","name":"Kubok Federacii","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"26","area_name":"Belarus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"611","name":"Superkubok Belarusi","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"26","area_name":"Belarus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"65","name":"Jupiler Pro League","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2019-07-26 19:25:28"},{"competition_id":"258","name":"Division 1B","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"469","name":"Division 1 Amateur","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"760","name":"Division 2 Amateur","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"951","name":"Division 3 Amateur","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"468","name":"Coupe de Belgique","teamtype":"male","type":"club","format":"domestic_cup","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"384","name":"Supercoupe de Belgique","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"27","area_name":"Belgium","last_updated":"2018-06-11 01:04:09"},{"competition_id":"374","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"27","area_name":"Belgium","last_updated":"2018-06-13 11:57:18"},{"competition_id":"1073","name":"Playoffs II","teamtype":"male","type":"club","format":"playoff","area_id":"27","area_name":"Belgium","last_updated":"2018-03-31 18:06:27"},{"competition_id":"383","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"27","area_name":"Belgium","last_updated":"2018-06-13 11:57:18"},{"competition_id":"668","name":"Playoffs 3\/4","teamtype":"male","type":"club","format":"playoff","area_id":"27","area_name":"Belgium","last_updated":"2018-06-13 11:57:18"},{"competition_id":"953","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"954","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"955","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"956","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"957","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"958","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"959","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"960","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"961","name":"Provincial 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"952","name":"Superleague","teamtype":"female","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2018-02-02 18:15:15"},{"competition_id":"144","name":"Premier League of Belize","teamtype":"male","type":"club","format":"domestic_league","area_id":"28","area_name":"Belize","last_updated":"2018-02-02 18:15:15"},{"competition_id":"316","name":"Ligue 1 du Bénin","teamtype":"male","type":"club","format":"domestic_league","area_id":"29","area_name":"Benin","last_updated":"2018-09-03 08:42:47"},{"competition_id":"142","name":"Premier Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"30","area_name":"Bermuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"143","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"30","area_name":"Bermuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"364","name":"BFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"30","area_name":"Bermuda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"98","name":"National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"31","area_name":"Bhutan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"322","name":"Thimphu A Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"31","area_name":"Bhutan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"293","name":"LFPB","teamtype":"male","type":"club","format":"domestic_league","area_id":"32","area_name":"Bolivia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"697","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"32","area_name":"Bolivia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"169","name":"Kampionato","teamtype":"male","type":"club","format":"domestic_league","area_id":"260","area_name":"Bonaire","last_updated":"2018-02-02 18:15:15"},{"competition_id":"426","name":"Premier Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"33","area_name":"Bosnia and Herzegovina","last_updated":"2018-04-14 11:58:33"},{"competition_id":"888","name":"Prva Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"33","area_name":"Bosnia and Herzegovina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"712","name":"BiH Kup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"33","area_name":"Bosnia and Herzegovina","last_updated":"2018-02-02 18:15:15"},{"competition_id":"261","name":"Botswana Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"34","area_name":"Botswana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"525","name":"MASCOM Top 8","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"34","area_name":"Botswana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"14","name":"Série A","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"270","name":"Série B","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"271","name":"Série C","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-04-14 12:03:22"},{"competition_id":"840","name":"Série D","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"259","name":"Baiano - 1ª Divisao","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"562","name":"Pernambuco - Série A1","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-06-11 01:02:51"},{"competition_id":"578","name":"Cearense Série A","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"579","name":"Paraíba - 1ª Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"617","name":"Paulista A1","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"618","name":"Campeonato Carioca","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"619","name":"Acreano - 1ª Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"620","name":"Alagoas - 1ª Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"622","name":"Sergipano - 1ª Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"837","name":"Paulista A2","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"838","name":"Paulista A3","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-04-14 11:27:07"},{"competition_id":"841","name":"Campeonato Carioca 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"870","name":"Campeonato Paranaense","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"871","name":"Campeonato Gaúcho","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"872","name":"Campeonato Mineiro","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"873","name":"Campeonato Goiano","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"874","name":"Campeonato Catarinense","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"875","name":"Campeonato Paraense","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"876","name":"Campeonato Potiguar","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"877","name":"Campeonato Brasiliense","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"863","name":"Cearense Série B","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1025","name":"Alagoas - 2ª Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1026","name":"Paulista Série B","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"797","name":"Copa do Brasil","teamtype":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"798","name":"Copa do Nordeste","teamtype":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1010","name":"Copa Paulista","teamtype":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1269","name":"Copa Rio","teamtype":"male","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1011","name":"São Paulo Youth Cup","teamtype":"male youth","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1270","name":"CBF Brasileiro U20","teamtype":"male youth","type":"club","format":"domestic_cup","area_id":"35","area_name":"Brazil","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2253","name":"Brasileirão Feminino - Série A1","teamtype":"female","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1017","name":"Primeira Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"35","area_name":"Brazil","last_updated":"2019-07-31 10:18:32"},{"competition_id":"116","name":"BVIFA National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"36","area_name":"British Virgin Islands","last_updated":"2018-02-21 00:07:59"},{"competition_id":"260","name":"BVIFA Division One","teamtype":"male","type":"club","format":"domestic_league","area_id":"36","area_name":"British Virgin Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"78","name":"Brunei Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"37","area_name":"Brunei Darussalam","last_updated":"2018-06-11 01:03:58"},{"competition_id":"651","name":"Brunei Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"37","area_name":"Brunei Darussalam","last_updated":"2018-02-02 18:15:15"},{"competition_id":"653","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"37","area_name":"Brunei Darussalam","last_updated":"2018-02-02 18:15:15"},{"competition_id":"654","name":"Sumbangsih Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"37","area_name":"Brunei Darussalam","last_updated":"2018-02-02 18:15:15"},{"competition_id":"409","name":"A PFG","teamtype":"male","type":"club","format":"domestic_league","area_id":"38","area_name":"Bulgaria","last_updated":"2019-07-13 20:10:35"},{"competition_id":"740","name":"B PFG","teamtype":"male","type":"club","format":"domestic_league","area_id":"38","area_name":"Bulgaria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"410","name":"Kupa na Bulgarija","teamtype":"male","type":"club","format":"domestic_cup","area_id":"38","area_name":"Bulgaria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"607","name":"Superkupa na Bulgarija","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"38","area_name":"Bulgaria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"945","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"38","area_name":"Bulgaria","last_updated":"2018-06-13 11:57:18"},{"competition_id":"199","name":"Championnat National D1","teamtype":"male","type":"club","format":"domestic_league","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:04"},{"competition_id":"1907","name":"Championnat National D2","teamtype":"male","type":"club","format":"domestic_league","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:07"},{"competition_id":"2263","name":"Championnat National D3","teamtype":"male","type":"club","format":"domestic_league","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:07"},{"competition_id":"739","name":"Coupe du Faso","teamtype":"male","type":"club","format":"domestic_cup","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:10"},{"competition_id":"558","name":"Super Coupe AJSB","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:13"},{"competition_id":"2093","name":"Championnat National D1 Féminin","teamtype":"female","type":"club","format":"domestic_league","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:04"},{"competition_id":"2282","name":"Championnat National D2 Féminin","teamtype":"female","type":"club","format":"domestic_league","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:04"},{"competition_id":"2375","name":"Coupe du Faso Féminine","teamtype":"female","type":"club","format":"domestic_cup","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:04"},{"competition_id":"2216","name":"Supercoupe Féminine","teamtype":"female","type":"club","format":"domestic_super_cup","area_id":"39","area_name":"Burkina Faso","last_updated":"2018-09-25 17:05:04"},{"competition_id":"103","name":"Ligue A","teamtype":"male","type":"club","format":"domestic_league","area_id":"40","area_name":"Burundi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"505","name":"Coupe du Président","teamtype":"male","type":"club","format":"domestic_cup","area_id":"40","area_name":"Burundi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1018","name":"Coupe de l'Unité Nationale","teamtype":"male","type":"club","format":"domestic_cup","area_id":"40","area_name":"Burundi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1536","name":"Super Coupe","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"40","area_name":"Burundi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"79","name":"C-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"41","area_name":"Cambodia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"661","name":"Hun Sen Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"41","area_name":"Cambodia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"212","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"41","area_name":"Cambodia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"314","name":"Elite One","teamtype":"male","type":"club","format":"domestic_league","area_id":"42","area_name":"Cameroon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"225","name":"Canadian Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"43","area_name":"Canada","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2202","name":"Canadian Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"43","area_name":"Canada","last_updated":"2019-07-31 10:18:32"},{"competition_id":"145","name":"Canadian Soccer League","teamtype":"male","type":"club","format":"domestic_league","area_id":"43","area_name":"Canada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"205","name":"Campeonato Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"44","area_name":"Cape Verde Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"127","name":"CIFA Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"45","area_name":"Cayman Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1635","name":"Division One","teamtype":"male","type":"club","format":"domestic_league","area_id":"45","area_name":"Cayman Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1801","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"45","area_name":"Cayman Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2072","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"45","area_name":"Cayman Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1000","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"45","area_name":"Cayman Islands","last_updated":"2018-06-13 11:57:18"},{"competition_id":"483","name":"Ligue de Bangui","teamtype":"male","type":"club","format":"domestic_league","area_id":"46","area_name":"Central African Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"41","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"48","area_name":"Chile","last_updated":"2019-07-31 10:18:32"},{"competition_id":"173","name":"Primera División B","teamtype":"male","type":"club","format":"domestic_league","area_id":"48","area_name":"Chile","last_updated":"2019-07-31 10:18:32"},{"competition_id":"178","name":"Segunda Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"48","area_name":"Chile","last_updated":"2018-07-23 21:06:07"},{"competition_id":"637","name":"Copa Chile","teamtype":"male","type":"club","format":"domestic_cup","area_id":"48","area_name":"Chile","last_updated":"2018-07-23 21:06:02"},{"competition_id":"970","name":"Supercopa de Chile","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"48","area_name":"Chile","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1670","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"48","area_name":"Chile","last_updated":"2019-07-31 10:18:32"},{"competition_id":"33","name":"Chinese Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"49","area_name":"China PR","last_updated":"2019-07-31 10:18:32"},{"competition_id":"337","name":"China League One","teamtype":"male","type":"club","format":"domestic_league","area_id":"49","area_name":"China PR","last_updated":"2018-02-02 18:15:15"},{"competition_id":"625","name":"China FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"49","area_name":"China PR","last_updated":"2018-02-02 18:15:15"},{"competition_id":"626","name":"China Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"49","area_name":"China PR","last_updated":"2019-07-31 10:18:32"},{"competition_id":"203","name":"City A-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"50","area_name":"Chinese Taipei","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1092","name":"Taiwan Football Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"50","area_name":"Chinese Taipei","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2279","name":"Taiwan Mulan Football League","teamtype":"female","type":"club","format":"domestic_league","area_id":"50","area_name":"Chinese Taipei","last_updated":"2018-02-02 18:15:15"},{"competition_id":"45","name":"Liga Águila","teamtype":"male","type":"club","format":"domestic_league","area_id":"51","area_name":"Colombia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"273","name":"Torneo Águila","teamtype":"male","type":"club","format":"domestic_league","area_id":"51","area_name":"Colombia","last_updated":"2018-07-25 09:24:01"},{"competition_id":"2203","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"51","area_name":"Colombia","last_updated":"2018-06-13 11:56:48"},{"competition_id":"2182","name":"Copa Colombia","teamtype":"male","type":"club","format":"domestic_cup","area_id":"51","area_name":"Colombia","last_updated":"2018-07-25 09:24:07"},{"competition_id":"593","name":"Superliga de Colombia","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"51","area_name":"Colombia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"224","name":"Championnat des Comores","teamtype":"male","type":"club","format":"domestic_league","area_id":"232","area_name":"Comoros","last_updated":"2018-02-02 18:15:15"},{"competition_id":"101","name":"MTN Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"52","area_name":"Congo","last_updated":"2018-09-03 08:42:29"},{"competition_id":"306","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"52","area_name":"Congo","last_updated":"2018-06-13 11:57:18"},{"competition_id":"277","name":"Vodacom Superligue","teamtype":"male","type":"club","format":"domestic_league","area_id":"53","area_name":"Congo DR","last_updated":"2018-06-11 01:03:11"},{"competition_id":"109","name":"CIFA Premiership","teamtype":"male","type":"club","format":"domestic_league","area_id":"54","area_name":"Cook Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"528","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"54","area_name":"Cook Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"827","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"54","area_name":"Cook Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"165","name":"Campeonato Banco Popular","teamtype":"male","type":"club","format":"domestic_league","area_id":"55","area_name":"Costa Rica","last_updated":"2018-11-07 11:45:35"},{"competition_id":"202","name":"MTN Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"60","area_name":"Côte d’Ivoire","last_updated":"2018-09-03 08:42:35"},{"competition_id":"1019","name":"Ligue 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"60","area_name":"Côte d’Ivoire","last_updated":"2018-09-03 08:42:20"},{"competition_id":"926","name":"Coupe Nationale","teamtype":"male","type":"club","format":"domestic_cup","area_id":"60","area_name":"Côte d’Ivoire","last_updated":"2018-02-02 18:15:15"},{"competition_id":"927","name":"Coupe de la Ligue","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"60","area_name":"Côte d’Ivoire","last_updated":"2018-02-02 18:15:15"},{"competition_id":"834","name":"Super Coupe","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"60","area_name":"Côte d’Ivoire","last_updated":"2018-02-02 18:15:15"},{"competition_id":"790","name":"Crimea Football League","teamtype":"male","type":"club","format":"domestic_league","area_id":"291","area_name":"Crimea","last_updated":"2018-02-02 18:15:15"},{"competition_id":"370","name":"Prva Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"56","area_name":"Croatia","last_updated":"2018-08-17 20:05:24"},{"competition_id":"650","name":"2. HNL","teamtype":"male","type":"club","format":"domestic_league","area_id":"56","area_name":"Croatia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"411","name":"HR Nogometni Kup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"56","area_name":"Croatia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"412","name":"HR Nogometni Superkup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"56","area_name":"Croatia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"393","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"56","area_name":"Croatia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"336","name":"Campeonato Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"57","area_name":"Cuba","last_updated":"2018-02-02 18:15:15"},{"competition_id":"136","name":"Sekshon Pagá","teamtype":"male","type":"club","format":"domestic_league","area_id":"139","area_name":"Curaçao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1631","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"139","area_name":"Curaçao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"137","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"139","area_name":"Curaçao","last_updated":"2018-06-13 11:57:18"},{"competition_id":"390","name":"Marfin Laiki League","teamtype":"male","type":"club","format":"domestic_league","area_id":"58","area_name":"Cyprus","last_updated":"2019-07-31 10:18:32"},{"competition_id":"605","name":"Kypello Kyprou","teamtype":"male","type":"club","format":"domestic_cup","area_id":"58","area_name":"Cyprus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"444","name":"LTV Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"58","area_name":"Cyprus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"29","name":"HET Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"59","area_name":"Czech Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"649","name":"Fotbalová národní liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"59","area_name":"Czech Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"917","name":"3. liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"59","area_name":"Czech Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2376","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"59","area_name":"Czech Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"828","name":"Pohár ČMFS","teamtype":"male","type":"club","format":"domestic_cup","area_id":"59","area_name":"Czech Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"391","name":"Synot Tip Superpohár","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"59","area_name":"Czech Republic","last_updated":"2018-07-20 09:37:24"},{"competition_id":"366","name":"Superliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2019-07-31 10:18:32"},{"competition_id":"367","name":"NordicBet Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2019-07-31 10:18:32"},{"competition_id":"461","name":"2. Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-02-02 18:15:15"},{"competition_id":"878","name":"Denmark Series","teamtype":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1068","name":"Reserveligaen","teamtype":"male","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-06-20 18:40:06"},{"competition_id":"435","name":"DBU Pokalen","teamtype":"male","type":"club","format":"domestic_cup","area_id":"61","area_name":"Denmark","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1069","name":"U19 Drenge Ligaen","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-06-20 18:40:09"},{"competition_id":"1070","name":"U19 Drenge Divisionen","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-06-09 13:34:30"},{"competition_id":"1071","name":"U17 Drenge Ligaen","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-06-20 18:40:13"},{"competition_id":"1072","name":"U17 Drenge Divisionen","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2018-06-09 13:34:30"},{"competition_id":"2425","name":"Elitedivisionen","teamtype":"female","type":"club","format":"domestic_league","area_id":"61","area_name":"Denmark","last_updated":"2019-08-03 14:24:49"},{"competition_id":"1094","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"61","area_name":"Denmark","last_updated":"2019-07-31 10:18:32"},{"competition_id":"102","name":"Première Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"62","area_name":"Djibouti","last_updated":"2018-02-02 18:15:15"},{"competition_id":"513","name":"Championnat National D2","teamtype":"male","type":"club","format":"domestic_league","area_id":"62","area_name":"Djibouti","last_updated":"2018-02-02 18:15:15"},{"competition_id":"126","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"63","area_name":"Dominica","last_updated":"2018-02-02 18:15:15"},{"competition_id":"576","name":"Division One League","teamtype":"male","type":"club","format":"domestic_league","area_id":"63","area_name":"Dominica","last_updated":"2018-02-02 18:15:15"},{"competition_id":"587","name":"Women League","teamtype":"female","type":"club","format":"domestic_league","area_id":"63","area_name":"Dominica","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1822","name":"Nation Cup League","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"63","area_name":"Dominica","last_updated":"2018-02-02 18:15:15"},{"competition_id":"131","name":"Liga Mayor","teamtype":"male","type":"club","format":"domestic_league","area_id":"64","area_name":"Dominican Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1665","name":"Serie B","teamtype":"male","type":"club","format":"domestic_league","area_id":"64","area_name":"Dominican Republic","last_updated":"2018-07-10 10:37:40"},{"competition_id":"49","name":"Copa Pilsener Serie A","teamtype":"male","type":"club","format":"domestic_league","area_id":"65","area_name":"Ecuador","last_updated":"2019-07-31 10:18:32"},{"competition_id":"278","name":"Copa Pilsener Serie B","teamtype":"male","type":"club","format":"domestic_league","area_id":"65","area_name":"Ecuador","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2150","name":"Copa Ecuador","teamtype":"male","type":"club","format":"domestic_cup","area_id":"65","area_name":"Ecuador","last_updated":"2018-02-02 18:15:15"},{"competition_id":"249","name":"Egyptian Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"66","area_name":"Egypt","last_updated":"2018-08-02 19:18:19"},{"competition_id":"992","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"66","area_name":"Egypt","last_updated":"2018-02-02 18:15:15"},{"competition_id":"783","name":"Egypt Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"66","area_name":"Egypt","last_updated":"2018-08-02 19:18:23"},{"competition_id":"784","name":"Egypt Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"66","area_name":"Egypt","last_updated":"2018-08-02 19:18:27"},{"competition_id":"326","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"67","area_name":"El Salvador","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"292","name":"Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"424","name":"League One","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"470","name":"League Two","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"472","name":"National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"471","name":"National League N \/ S","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2018-08-03 01:07:05"},{"competition_id":"912","name":"Northern Premier League - PD","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2018-12-29 15:05:41"},{"competition_id":"913","name":"Southern Football League - PD","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2018-12-29 15:05:41"},{"competition_id":"914","name":"Isthmian League - PD","teamtype":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2018-12-29 15:05:41"},{"competition_id":"402","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"413","name":"Football League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"62","name":"FA Community Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"608","name":"Football League Trophy","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"609","name":"FA Trophy","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"978","name":"Premier League 2 - Division 1","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"979","name":"Premier League 2 - Division 2","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1277","name":"U18 Premier League","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1027","name":"FA WSL 1","teamtype":"female","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2019-07-31 10:18:32"},{"competition_id":"909","name":"Liga Nacional de Fútbol","teamtype":"male","type":"club","format":"domestic_league","area_id":"69","area_name":"Equatorial Guinea","last_updated":"2018-02-02 18:15:15"},{"competition_id":"179","name":"Meistriliiga","teamtype":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","last_updated":"2018-04-14 11:33:01"},{"competition_id":"181","name":"Esiliiga","teamtype":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","last_updated":"2018-04-04 13:41:34"},{"competition_id":"696","name":"Esiliiga B","teamtype":"male","type":"club","format":"domestic_league","area_id":"71","area_name":"Estonia","last_updated":"2018-03-04 13:14:56"},{"competition_id":"972","name":"Eesti Karikas","teamtype":"male","type":"club","format":"domestic_cup","area_id":"71","area_name":"Estonia","last_updated":"2018-04-19 15:07:09"},{"competition_id":"180","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"71","area_name":"Estonia","last_updated":"2018-12-07 14:27:39"},{"competition_id":"182","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"71","area_name":"Estonia","last_updated":"2018-12-07 14:27:39"},{"competition_id":"2096","name":"Playoffs 3\/4","teamtype":"male","type":"club","format":"playoff","area_id":"71","area_name":"Estonia","last_updated":"2018-12-07 14:27:39"},{"competition_id":"241","name":"MTN Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"183","area_name":"eSwatini","last_updated":"2018-02-02 18:15:15"},{"competition_id":"584","name":"Swazibank Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"183","area_name":"eSwatini","last_updated":"2018-02-02 18:15:15"},{"competition_id":"839","name":"Ingwenyama Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"183","area_name":"eSwatini","last_updated":"2018-02-02 18:15:15"},{"competition_id":"761","name":"Swazi Charity Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"183","area_name":"eSwatini","last_updated":"2018-02-02 18:15:15"},{"competition_id":"769","name":"Castle Premier Challenge","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"183","area_name":"eSwatini","last_updated":"2018-02-02 18:15:15"},{"competition_id":"200","name":"Ethiopia Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"881","name":"Ethiopian Higher League","teamtype":"male","type":"club","format":"domestic_league","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"833","name":"Ethiopia National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"894","name":"EFF Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"522","name":"AA City Castel Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"864","name":"U-17 Premier League","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"965","name":"EFF U-17 Cup","teamtype":"male youth","type":"club","format":"domestic_cup","area_id":"72","area_name":"Ethiopia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"400","name":"UEFA Champions League","teamtype":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2019-06-25 10:05:17"},{"competition_id":"1815","name":"UEFA Nations League","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-09-06 20:44:22"},{"competition_id":"401","name":"UEFA Europa League","teamtype":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2019-06-25 10:05:17"},{"competition_id":"28","name":"UEFA Super Cup","teamtype":"male","type":"club","format":"international_super_cup","area_id":"7","area_name":"Europe","last_updated":"2019-07-31 10:18:32"},{"competition_id":"358","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2019-07-31 10:18:32"},{"competition_id":"11","name":"European Championship","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-06-05 17:40:36"},{"competition_id":"323","name":"UEFA Euro Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-04-15 10:11:08"},{"competition_id":"636","name":"UEFA Cup Winners' Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"724","name":"UEFA U-21 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:15:45"},{"competition_id":"723","name":"UEFA U-21 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:15:48"},{"competition_id":"725","name":"UEFA U-19 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:42:46"},{"competition_id":"726","name":"UEFA U-19 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:15:54"},{"competition_id":"658","name":"UEFA U-17 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:15:56"},{"competition_id":"688","name":"UEFA U-17 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-07-19 20:15:59"},{"competition_id":"767","name":"UEFA Youth League","teamtype":"male youth","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"980","name":"Premier League International Cup","teamtype":"male youth","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"687","name":"Muratti Vase","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"922","name":"Baltic Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"964","name":"UEFA Women's Champions League","teamtype":"female","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1087","name":"WC Qualification","teamtype":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-06-11 02:30:53"},{"competition_id":"999","name":"UEFA Women's EURO","teamtype":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-05 15:44:20"},{"competition_id":"1086","name":"UEFA Women's EURO Qualifiers","teamtype":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-05 15:44:13"},{"competition_id":"1089","name":"UEFA Women's U-17 Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-05 15:44:04"},{"competition_id":"1090","name":"UEFA Women's U-17 Qualifiers","teamtype":"female youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"944","name":"UEFA Women's U-19 Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-05 15:44:25"},{"competition_id":"1272","name":"British Home Championship","teamtype":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"981","name":"UEFA Women's U-19 Qualifiers","teamtype":"female youth","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"128","name":"Effodeildin","teamtype":"male","type":"club","format":"domestic_league","area_id":"73","area_name":"Faroe Islands","last_updated":"2018-06-19 10:43:45"},{"competition_id":"129","name":"1. deild","teamtype":"male","type":"club","format":"domestic_league","area_id":"73","area_name":"Faroe Islands","last_updated":"2018-06-19 10:43:41"},{"competition_id":"130","name":"2. deild","teamtype":"male","type":"club","format":"domestic_league","area_id":"73","area_name":"Faroe Islands","last_updated":"2018-06-19 10:43:43"},{"competition_id":"344","name":"Løgmanssteypið","teamtype":"male","type":"club","format":"domestic_cup","area_id":"73","area_name":"Faroe Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"604","name":"Stórsteypadystur","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"73","area_name":"Faroe Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"111","name":"National Football League ","teamtype":"male","type":"club","format":"domestic_league","area_id":"74","area_name":"Fiji","last_updated":"2018-02-02 18:15:15"},{"competition_id":"694","name":"Fiji FACT","teamtype":"male","type":"club","format":"domestic_cup","area_id":"74","area_name":"Fiji","last_updated":"2018-02-02 18:15:15"},{"competition_id":"742","name":"Battle of Giants","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"74","area_name":"Fiji","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1831","name":"Inter District Competition","teamtype":"male","type":"club","format":"domestic_cup","area_id":"74","area_name":"Fiji","last_updated":"2018-02-02 18:13:59"},{"competition_id":"1081","name":"Champion vs Champion","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"74","area_name":"Fiji","last_updated":"2018-02-02 18:15:15"},{"competition_id":"13","name":"Veikkausliiga","teamtype":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"149","name":"Ykkönen","teamtype":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"150","name":"Kakkonen","teamtype":"male","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"473","name":"Suomen Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"75","area_name":"Finland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"242","name":"Liigacup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"75","area_name":"Finland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1033","name":"Naisten Liiga","teamtype":"female","type":"club","format":"domestic_league","area_id":"75","area_name":"Finland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"791","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"75","area_name":"Finland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"4","name":"Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"329","name":"Ligue 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"339","name":"National 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"997","name":"National 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1264","name":"National 3","teamtype":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"407","name":"Coupe de France","teamtype":"male","type":"club","format":"domestic_cup","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"408","name":"Coupe de la Ligue","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"387","name":"Trophée des Champions","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"76","area_name":"France","last_updated":"2019-08-03 14:52:33"},{"competition_id":"1611","name":"Division 1 Féminine","teamtype":"female","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1101","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1257","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"76","area_name":"France","last_updated":"2019-07-31 10:18:32"},{"competition_id":"138","name":"Régional 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"231","area_name":"French Guiana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"519","name":"Régional 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"231","area_name":"French Guiana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1819","name":"Coupe de Guyane","teamtype":"male","type":"club","format":"domestic_cup","area_id":"231","area_name":"French Guiana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"745","name":"Playoff 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"231","area_name":"French Guiana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"237","name":"National Foot 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"77","area_name":"Gabon","last_updated":"2018-02-04 01:50:14"},{"competition_id":"1838","name":"National Foot 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"77","area_name":"Gabon","last_updated":"2018-02-04 01:50:14"},{"competition_id":"191","name":"GFA First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"78","area_name":"Gambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"571","name":"GFF National League Div 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"78","area_name":"Gambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"646","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"78","area_name":"Gambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"560","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"78","area_name":"Gambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"987","name":"National Women League","teamtype":"female","type":"club","format":"domestic_league","area_id":"78","area_name":"Gambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"819","name":"DDR-Oberliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"263","area_name":"GDR","last_updated":"2019-05-27 01:19:27"},{"competition_id":"2377","name":"DDR-Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"263","area_name":"GDR","last_updated":"2019-05-27 01:19:27"},{"competition_id":"818","name":"FDGB-Pokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"263","area_name":"GDR","last_updated":"2018-02-02 18:15:15"},{"competition_id":"194","name":"Erovnuli Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"79","area_name":"Georgia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"195","name":"Erovnuli Liga 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"79","area_name":"Georgia","last_updated":"2018-06-28 11:34:25"},{"competition_id":"707","name":"David Kipiani Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"79","area_name":"Georgia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"708","name":"Georgian Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"79","area_name":"Georgia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"555","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"79","area_name":"Georgia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"3","name":"Bundesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"327","name":"2. Bundesliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"338","name":"3. Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"423","name":"Regionalliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2018-09-07 16:41:39"},{"competition_id":"728","name":"Oberliga","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-10 19:14:06"},{"competition_id":"751","name":"Landesliga Hamburg","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2018-02-02 18:15:15"},{"competition_id":"57","name":"DFB-Pokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"58","name":"DFL Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"635","name":"DFB-Ligapokal","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"80","area_name":"Germany","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2408","name":"Niedersachsenpokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-04 22:59:34"},{"competition_id":"2433","name":"Playoffs 5\/6","teamtype":"male","type":"club","format":"playoff","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"2409","name":"Niedersachsenpokal Amateure","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-04 22:59:34"},{"competition_id":"2419","name":"SHFV-Lotto-Pokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-06 17:55:38"},{"competition_id":"2427","name":"bfv-Rothaus-Pokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-06 17:56:23"},{"competition_id":"2438","name":"Landespokal Brandenburg","teamtype":"male","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-07-06 17:56:23"},{"competition_id":"1014","name":"Frauen Bundesliga","teamtype":"female","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2429","name":"2. Bundesliga","teamtype":"female","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"2434","name":"Frauen DFB-Pokal","teamtype":"female","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"898","name":"A-Junioren-Bundesliga","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"899","name":"B-Junioren-Bundesliga","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"880","name":"DFB-Junioren-Vereinspokal","teamtype":"male youth","type":"club","format":"domestic_cup","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"54","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"382","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"80","area_name":"Germany","last_updated":"2019-07-31 10:18:32"},{"competition_id":"717","name":"Playoffs 4\/5","teamtype":"male","type":"club","format":"playoff","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"2430","name":"Verbandsliga Baden","teamtype":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2019-07-08 15:13:47"},{"competition_id":"2432","name":"Playoffs 6\/7","teamtype":"male","type":"club","format":"playoff","area_id":"80","area_name":"Germany","last_updated":"2019-06-20 19:53:39"},{"competition_id":"289","name":"Ghana Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"81","area_name":"Ghana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1764","name":"Division One","teamtype":"male","type":"club","format":"domestic_league","area_id":"81","area_name":"Ghana","last_updated":"2019-02-11 11:21:18"},{"competition_id":"1792","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"81","area_name":"Ghana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1763","name":"Top 8","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"81","area_name":"Ghana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"925","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"81","area_name":"Ghana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2232","name":"Women Premier League","teamtype":"female","type":"club","format":"domestic_league","area_id":"81","area_name":"Ghana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"105","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"226","area_name":"Gibraltar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"447","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"226","area_name":"Gibraltar","last_updated":"2018-06-13 11:57:18"},{"competition_id":"185","name":"First Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"269","area_name":"Gozo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"186","name":"Second Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"269","area_name":"Gozo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"685","name":"GFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"269","area_name":"Gozo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"686","name":"GFA Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"269","area_name":"Gozo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"381","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"269","area_name":"Gozo","last_updated":"2018-06-13 11:57:18"},{"competition_id":"40","name":"Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"82","area_name":"Greece","last_updated":"2019-07-31 10:18:32"},{"competition_id":"474","name":"Greek Cup ","teamtype":"male","type":"club","format":"domestic_cup","area_id":"82","area_name":"Greece","last_updated":"2018-02-02 18:15:15"},{"competition_id":"610","name":"Souper Kap Ellados","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"82","area_name":"Greece","last_updated":"2018-02-02 18:15:15"},{"competition_id":"429","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"82","area_name":"Greece","last_updated":"2018-06-13 11:57:18"},{"competition_id":"288","name":"Grønlandsmestre","teamtype":"male","type":"club","format":"domestic_league","area_id":"271","area_name":"Greenland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"122","name":"Premier Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"516","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"517","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1667","name":"Waggy-T Super Knock-Out Football","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"836","name":"GFA Super 8","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1065","name":"National Youth League","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2213","name":"Sandals National U15 Tournament","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1796","name":"Pure Grenada Cup","teamtype":"male","type":"selection","format":"domestic_league_cup","area_id":"83","area_name":"Grenada","last_updated":"2018-02-02 18:15:15"},{"competition_id":"831","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"83","area_name":"Grenada","last_updated":"2018-06-13 11:57:18"},{"competition_id":"139","name":"Ligue Régionale 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"227","area_name":"Guadeloupe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"487","name":"Ligue Régionale 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"227","area_name":"Guadeloupe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1817","name":"Coupe de Guadeloupe","teamtype":"male","type":"club","format":"domestic_cup","area_id":"227","area_name":"Guadeloupe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1980","name":"Trophée des Champions","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"227","area_name":"Guadeloupe","last_updated":"2018-08-18 19:21:47"},{"competition_id":"141","name":"Soccer League Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"84","area_name":"Guam","last_updated":"2018-02-02 18:15:15"},{"competition_id":"334","name":"Liga Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"85","area_name":"Guatemala","last_updated":"2018-04-14 11:25:52"},{"competition_id":"941","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"85","area_name":"Guatemala","last_updated":"2018-06-13 11:57:18"},{"competition_id":"104","name":"FNB Priaulx League","teamtype":"male","type":"club","format":"domestic_league","area_id":"254","area_name":"Guernsey","last_updated":"2018-02-02 18:15:15"},{"competition_id":"244","name":"Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"86","area_name":"Guinea","last_updated":"2018-09-03 08:42:41"},{"competition_id":"796","name":"Guinea Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"86","area_name":"Guinea","last_updated":"2018-02-02 18:15:15"},{"competition_id":"248","name":"Liga MTN","teamtype":"male","type":"club","format":"domestic_league","area_id":"87","area_name":"Guinea-Bissau","last_updated":"2018-02-02 18:15:15"},{"competition_id":"737","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"87","area_name":"Guinea-Bissau","last_updated":"2018-06-13 11:57:18"},{"competition_id":"124","name":"GFF Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"88","area_name":"Guyana","last_updated":"2018-06-11 01:03:22"},{"competition_id":"709","name":"Kashif & Shanghai Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"88","area_name":"Guyana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1808","name":"GFF Super 16 Yearend Classic","teamtype":"male","type":"club","format":"domestic_cup","area_id":"88","area_name":"Guyana","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2205","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"88","area_name":"Guyana","last_updated":"2018-06-11 01:03:22"},{"competition_id":"321","name":"Championnat Haitien","teamtype":"male","type":"club","format":"domestic_league","area_id":"89","area_name":"Haiti","last_updated":"2018-02-02 18:15:15"},{"competition_id":"554","name":"Super 8","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"89","area_name":"Haiti","last_updated":"2018-02-02 18:15:15"},{"competition_id":"166","name":"Liga Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"90","area_name":"Honduras","last_updated":"2019-07-31 10:18:32"},{"competition_id":"206","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"91","area_name":"Hong Kong","last_updated":"2018-04-14 11:18:52"},{"competition_id":"207","name":"1st Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"208","name":"2nd Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"209","name":"3rd Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"313","name":"Hong Kong FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"486","name":"HK Senior Challenge Shield","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"645","name":"Hong Kong League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"91","area_name":"Hong Kong","last_updated":"2018-02-02 18:15:15"},{"competition_id":"425","name":"NB I","teamtype":"male","type":"club","format":"domestic_league","area_id":"92","area_name":"Hungary","last_updated":"2019-07-31 10:18:32"},{"competition_id":"714","name":"NB II","teamtype":"male","type":"club","format":"domestic_league","area_id":"92","area_name":"Hungary","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1020","name":"NB III","teamtype":"male","type":"club","format":"domestic_league","area_id":"92","area_name":"Hungary","last_updated":"2018-04-03 21:00:37"},{"competition_id":"715","name":"Magyar Kupa","teamtype":"male","type":"club","format":"domestic_cup","area_id":"92","area_name":"Hungary","last_updated":"2018-05-10 10:27:55"},{"competition_id":"716","name":"Szuperkupa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"92","area_name":"Hungary","last_updated":"2019-07-31 10:18:32"},{"competition_id":"902","name":"Magyar Ligakupa","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"92","area_name":"Hungary","last_updated":"2018-02-02 18:15:15"},{"competition_id":"438","name":"Pepsi Deildin","teamtype":"male","type":"club","format":"domestic_league","area_id":"93","area_name":"Iceland","last_updated":"2018-06-19 10:43:38"},{"competition_id":"614","name":"1. deild","teamtype":"male","type":"club","format":"domestic_league","area_id":"93","area_name":"Iceland","last_updated":"2018-06-19 10:43:47"},{"competition_id":"615","name":"2. deild","teamtype":"male","type":"club","format":"domestic_league","area_id":"93","area_name":"Iceland","last_updated":"2018-06-19 10:43:49"},{"competition_id":"616","name":"3. deild","teamtype":"male","type":"club","format":"domestic_league","area_id":"93","area_name":"Iceland","last_updated":"2018-06-19 10:43:51"},{"competition_id":"792","name":"Borgunarbikar","teamtype":"male","type":"club","format":"domestic_cup","area_id":"93","area_name":"Iceland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"794","name":"Deildarbikar","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"93","area_name":"Iceland","last_updated":"2018-06-19 10:43:53"},{"competition_id":"793","name":"Meistarakeppni","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"93","area_name":"Iceland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1098","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"93","area_name":"Iceland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"36","name":"I-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"94","area_name":"India","last_updated":"2019-07-31 10:18:32"},{"competition_id":"96","name":"I-League 2nd Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"94","area_name":"India","last_updated":"2018-02-02 18:15:15"},{"competition_id":"504","name":"Indian Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"94","area_name":"India","last_updated":"2019-07-31 10:18:32"},{"competition_id":"561","name":"Federation Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"94","area_name":"India","last_updated":"2018-02-02 18:15:15"},{"competition_id":"640","name":"Indian Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"94","area_name":"India","last_updated":"2018-02-02 18:15:15"},{"competition_id":"294","name":"Liga 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"95","area_name":"Indonesia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"539","name":"Liga 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"95","area_name":"Indonesia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1053","name":"Piala Presiden","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"95","area_name":"Indonesia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"37","name":"Persian Gulf Cup","teamtype":"male","type":"club","format":"domestic_league","area_id":"96","area_name":"Iran","last_updated":"2019-07-31 10:18:32"},{"competition_id":"990","name":"Azadegan League","teamtype":"male","type":"club","format":"domestic_league","area_id":"96","area_name":"Iran","last_updated":"2018-02-02 18:15:15"},{"competition_id":"991","name":"Hazfi Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"96","area_name":"Iran","last_updated":"2018-07-20 11:18:30"},{"competition_id":"52","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"96","area_name":"Iran","last_updated":"2018-06-13 11:57:18"},{"competition_id":"232","name":"Asia Cell Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"97","area_name":"Iraq","last_updated":"2018-07-04 15:23:57"},{"competition_id":"437","name":"Ligat ha'Al","teamtype":"male","type":"club","format":"domestic_league","area_id":"99","area_name":"Israel","last_updated":"2019-07-31 10:18:32"},{"competition_id":"589","name":"Liga Leumit","teamtype":"male","type":"club","format":"domestic_league","area_id":"99","area_name":"Israel","last_updated":"2019-07-31 10:18:32"},{"competition_id":"850","name":"State Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"99","area_name":"Israel","last_updated":"2018-02-02 18:15:15"},{"competition_id":"758","name":"Toto Cup Al","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"99","area_name":"Israel","last_updated":"2019-07-31 10:18:32"},{"competition_id":"704","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"99","area_name":"Israel","last_updated":"2018-06-13 11:57:18"},{"competition_id":"8","name":"Serie A","teamtype":"male","type":"club","format":"domestic_league","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"342","name":"Serie B","teamtype":"male","type":"club","format":"domestic_league","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"891","name":"Serie C","teamtype":"male","type":"club","format":"domestic_league","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"892","name":"Serie D","teamtype":"male","type":"club","format":"domestic_league","area_id":"100","area_name":"Italy","last_updated":"2018-02-02 18:15:15"},{"competition_id":"403","name":"Coppa Italia","teamtype":"male","type":"club","format":"domestic_cup","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"388","name":"Supercoppa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2273","name":"Serie A Femminile","teamtype":"female","type":"club","format":"domestic_league","area_id":"100","area_name":"Italy","last_updated":"2019-07-31 10:18:32"},{"competition_id":"164","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"101","area_name":"Jamaica","last_updated":"2019-07-31 10:18:32"},{"competition_id":"15","name":"J. League","teamtype":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"267","name":"J. League Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"268","name":"J3 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2018-04-14 11:22:50"},{"competition_id":"269","name":"Japan Football League","teamtype":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2018-04-14 11:25:39"},{"competition_id":"307","name":"J.League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"102","area_name":"Japan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"556","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"102","area_name":"Japan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2336","name":"Nadeshiko League","teamtype":"female","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2018-07-18 16:29:18"},{"competition_id":"595","name":"Emperor's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"102","area_name":"Japan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"56","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"102","area_name":"Japan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"546","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"102","area_name":"Japan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"100","name":"Jordanian Pro League","teamtype":"male","type":"club","format":"domestic_league","area_id":"103","area_name":"Jordan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"806","name":"Jordan Manaseer Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"103","area_name":"Jordan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"807","name":"Jordan Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"103","area_name":"Jordan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"346","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"104","area_name":"Kazakhstan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"347","name":"Pervaia Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"104","area_name":"Kazakhstan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"376","name":"Kubok Kazahstana","teamtype":"male","type":"club","format":"domestic_cup","area_id":"104","area_name":"Kazakhstan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2181","name":"Superkubok Kazahstana","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"104","area_name":"Kazakhstan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"825","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"104","area_name":"Kazakhstan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"282","name":"Kenya Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"105","area_name":"Kenya","last_updated":"2018-12-29 12:18:24"},{"competition_id":"1063","name":"National Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"824","name":"FKF President's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"823","name":"Top 8 Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"903","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"924","name":"KPL U20 Championship","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2113","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"105","area_name":"Kenya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"16","name":"K League Classic","teamtype":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"217","name":"K League Challenge","teamtype":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","last_updated":"2019-07-31 10:18:32"},{"competition_id":"218","name":"Korea National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"219","name":"K3 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"107","area_name":"Korea Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"641","name":"Korean FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"107","area_name":"Korea Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"642","name":"Korean Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"107","area_name":"Korea Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"220","name":"Playoff 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"107","area_name":"Korea Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"106","name":"SuperLiga","teamtype":"male","type":"club","format":"domestic_league","area_id":"249","area_name":"Kosovo","last_updated":"2018-06-11 01:03:31"},{"competition_id":"1258","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"249","area_name":"Kosovo","last_updated":"2018-06-13 11:57:18"},{"competition_id":"76","name":"Kuwaiti Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"108","area_name":"Kuwait","last_updated":"2018-07-18 16:30:10"},{"competition_id":"1669","name":"Kuwaiti First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"108","area_name":"Kuwait","last_updated":"2018-02-02 18:15:15"},{"competition_id":"804","name":"Crown Prince Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"108","area_name":"Kuwait","last_updated":"2018-02-02 18:15:15"},{"competition_id":"805","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"108","area_name":"Kuwait","last_updated":"2018-02-02 18:15:15"},{"competition_id":"882","name":"Emir Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"108","area_name":"Kuwait","last_updated":"2018-02-02 18:15:15"},{"competition_id":"883","name":"Federation Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"108","area_name":"Kuwait","last_updated":"2018-12-29 15:04:15"},{"competition_id":"99","name":"Top-Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"109","area_name":"Kyrgyz Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"628","name":"Kubok Kyrgyzstana","teamtype":"male","type":"club","format":"domestic_cup","area_id":"109","area_name":"Kyrgyz Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"627","name":"Superkubok","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"109","area_name":"Kyrgyz Republic","last_updated":"2018-02-02 18:15:15"},{"competition_id":"97","name":"Lao Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"110","area_name":"Laos","last_updated":"2018-02-02 18:15:15"},{"competition_id":"151","name":"Virslīga","teamtype":"male","type":"club","format":"domestic_league","area_id":"111","area_name":"Latvia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"152","name":"Pirmā līga","teamtype":"male","type":"club","format":"domestic_league","area_id":"111","area_name":"Latvia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1066","name":"Latvijas kauss","teamtype":"male","type":"club","format":"domestic_cup","area_id":"111","area_name":"Latvia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"172","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"111","area_name":"Latvia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"223","name":"Lebanese Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"112","area_name":"Lebanon","last_updated":"2018-04-14 11:36:26"},{"competition_id":"678","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"679","name":"Third Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"680","name":"Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"681","name":"Lebanese Elite Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"759","name":"Lebanese Challenge Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"682","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"112","area_name":"Lebanon","last_updated":"2018-02-02 18:15:15"},{"competition_id":"257","name":"Lesotho Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"113","area_name":"Lesotho","last_updated":"2018-02-02 18:15:15"},{"competition_id":"503","name":"Independence Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"113","area_name":"Lesotho","last_updated":"2018-02-02 18:15:15"},{"competition_id":"570","name":"Top 8","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"113","area_name":"Lesotho","last_updated":"2018-02-02 18:15:15"},{"competition_id":"239","name":"National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"114","area_name":"Liberia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2195","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"114","area_name":"Liberia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"297","name":"Libyan Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"115","area_name":"Libya","last_updated":"2018-02-02 18:15:15"},{"competition_id":"968","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"115","area_name":"Libya","last_updated":"2018-06-13 11:57:18"},{"competition_id":"884","name":"FL1-Aktiv Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"116","area_name":"Liechtenstein","last_updated":"2018-02-02 18:15:15"},{"competition_id":"174","name":"A Lyga","teamtype":"male","type":"club","format":"domestic_league","area_id":"117","area_name":"Lithuania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"175","name":"LFF 1 lyga","teamtype":"male","type":"club","format":"domestic_league","area_id":"117","area_name":"Lithuania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"718","name":"LFF taurės","teamtype":"male","type":"club","format":"domestic_cup","area_id":"117","area_name":"Lithuania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"993","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"117","area_name":"Lithuania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"368","name":"BGL Ligue","teamtype":"male","type":"club","format":"domestic_league","area_id":"118","area_name":"Luxembourg","last_updated":"2019-07-31 10:18:32"},{"competition_id":"369","name":"Promotion d'Honneur","teamtype":"male","type":"club","format":"domestic_league","area_id":"118","area_name":"Luxembourg","last_updated":"2018-02-02 18:15:15"},{"competition_id":"748","name":"Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"118","area_name":"Luxembourg","last_updated":"2018-02-02 18:15:15"},{"competition_id":"749","name":"Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"118","area_name":"Luxembourg","last_updated":"2018-02-02 18:15:15"},{"competition_id":"750","name":"Division 3","teamtype":"male","type":"club","format":"domestic_league","area_id":"118","area_name":"Luxembourg","last_updated":"2018-02-02 18:15:15"},{"competition_id":"763","name":"Coupe de Luxembourg","teamtype":"male","type":"club","format":"domestic_cup","area_id":"118","area_name":"Luxembourg","last_updated":"2018-02-02 18:15:15"},{"competition_id":"705","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"118","area_name":"Luxembourg","last_updated":"2018-06-13 11:57:18"},{"competition_id":"706","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"118","area_name":"Luxembourg","last_updated":"2018-06-13 11:57:18"},{"competition_id":"235","name":"Liga de Elite","teamtype":"male","type":"club","format":"domestic_league","area_id":"119","area_name":"Macao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"286","name":"2a Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"119","area_name":"Macao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"287","name":"3a Divisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"119","area_name":"Macao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"949","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"119","area_name":"Macao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"950","name":"Woman Division League","teamtype":"female","type":"club","format":"domestic_league","area_id":"119","area_name":"Macao","last_updated":"2018-02-02 18:15:15"},{"competition_id":"198","name":"THB Champions League","teamtype":"male","type":"club","format":"domestic_league","area_id":"121","area_name":"Madagascar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"510","name":"Coupe de Madagascar","teamtype":"male","type":"club","format":"domestic_cup","area_id":"121","area_name":"Madagascar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"596","name":"Supercoupe de Madagascar","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"121","area_name":"Madagascar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"189","name":"Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"122","area_name":"Malawi","last_updated":"2018-06-11 01:03:21"},{"competition_id":"741","name":"Carlsberg Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"122","area_name":"Malawi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"675","name":"FAM Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"122","area_name":"Malawi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"923","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"122","area_name":"Malawi","last_updated":"2018-02-02 18:15:15"},{"competition_id":"301","name":"Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"123","area_name":"Malaysia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"302","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"123","area_name":"Malaysia","last_updated":"2018-04-14 11:32:23"},{"competition_id":"2326","name":"Liga M3","teamtype":"male","type":"club","format":"domestic_league","area_id":"123","area_name":"Malaysia","last_updated":"2019-04-24 01:45:36"},{"competition_id":"663","name":"Liga FAM","teamtype":"male","type":"club","format":"domestic_league","area_id":"123","area_name":"Malaysia","last_updated":"2019-07-29 13:29:12"},{"competition_id":"581","name":"Piala FA","teamtype":"male","type":"club","format":"domestic_cup","area_id":"123","area_name":"Malaysia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"662","name":"Piala Malaysia","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"123","area_name":"Malaysia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"896","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"123","area_name":"Malaysia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"214","name":"Dhiraagu Dhivehi League","teamtype":"male","type":"club","format":"domestic_league","area_id":"124","area_name":"Maldives","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1064","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"124","area_name":"Maldives","last_updated":"2018-02-02 18:15:15"},{"competition_id":"215","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"124","area_name":"Maldives","last_updated":"2018-06-13 11:57:18"},{"competition_id":"190","name":"Première Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"125","area_name":"Mali","last_updated":"2018-02-02 18:15:15"},{"competition_id":"966","name":"Coupe du Mali","teamtype":"male","type":"club","format":"domestic_cup","area_id":"125","area_name":"Mali","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1022","name":"Super Coupe","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"125","area_name":"Mali","last_updated":"2018-02-02 18:15:15"},{"competition_id":"154","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"126","area_name":"Malta","last_updated":"2019-07-31 10:18:32"},{"competition_id":"155","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"126","area_name":"Malta","last_updated":"2018-02-02 18:15:15"},{"competition_id":"156","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"126","area_name":"Malta","last_updated":"2018-02-02 18:15:15"},{"competition_id":"157","name":"Third Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"126","area_name":"Malta","last_updated":"2018-02-02 18:15:15"},{"competition_id":"885","name":"FA Trophy","teamtype":"male","type":"club","format":"domestic_cup","area_id":"126","area_name":"Malta","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1021","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"126","area_name":"Malta","last_updated":"2018-02-02 18:15:15"},{"competition_id":"703","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"126","area_name":"Malta","last_updated":"2018-06-13 11:57:18"},{"competition_id":"2359","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"126","area_name":"Malta","last_updated":"2018-06-13 11:57:18"},{"competition_id":"153","name":"Division d'Honneur","teamtype":"male","type":"club","format":"domestic_league","area_id":"229","area_name":"Martinique","last_updated":"2018-02-02 18:15:15"},{"competition_id":"197","name":"Promotion d'Honneur Régionale","teamtype":"male","type":"club","format":"domestic_league","area_id":"229","area_name":"Martinique","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1818","name":"Coupe de Martinique","teamtype":"male","type":"club","format":"domestic_cup","area_id":"229","area_name":"Martinique","last_updated":"2018-02-02 18:15:15"},{"competition_id":"272","name":"Super D1","teamtype":"male","type":"club","format":"domestic_league","area_id":"127","area_name":"Mauritania","last_updated":"2018-06-11 01:03:14"},{"competition_id":"2300","name":"Super D2","teamtype":"male","type":"club","format":"domestic_league","area_id":"127","area_name":"Mauritania","last_updated":"2018-06-11 01:03:14"},{"competition_id":"2301","name":"Coupe du Président","teamtype":"male","type":"club","format":"domestic_cup","area_id":"127","area_name":"Mauritania","last_updated":"2018-06-11 01:03:14"},{"competition_id":"1671","name":"Supercoupe de Mauritanie","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"127","area_name":"Mauritania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"192","name":"Barclays League","teamtype":"male","type":"club","format":"domestic_league","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"988","name":"Division 1 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"989","name":"Division 2 League","teamtype":"male","type":"club","format":"domestic_league","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"588","name":"Republic Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"719","name":"MFA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"756","name":"MFA Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"755","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"128","area_name":"Mauritius","last_updated":"2018-06-13 11:57:18"},{"competition_id":"982","name":"MFA Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"128","area_name":"Mauritius","last_updated":"2018-02-02 18:15:15"},{"competition_id":"512","name":"Division d'Honneur","teamtype":"male","type":"club","format":"domestic_league","area_id":"255","area_name":"Mayotte","last_updated":"2018-02-02 18:15:15"},{"competition_id":"46","name":"Liga MX","teamtype":"male","type":"club","format":"domestic_league","area_id":"129","area_name":"Mexico","last_updated":"2019-07-31 10:18:32"},{"competition_id":"430","name":"Ascenso MX","teamtype":"male","type":"club","format":"domestic_league","area_id":"129","area_name":"Mexico","last_updated":"2019-08-04 00:21:59"},{"competition_id":"800","name":"Copa MX","teamtype":"male","type":"club","format":"domestic_cup","area_id":"129","area_name":"Mexico","last_updated":"2019-07-31 10:18:32"},{"competition_id":"463","name":"SuperCopa MX","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"129","area_name":"Mexico","last_updated":"2019-07-31 10:18:32"},{"competition_id":"443","name":"Divizia Naţională","teamtype":"male","type":"club","format":"domestic_league","area_id":"130","area_name":"Moldova","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1006","name":"Divizia A","teamtype":"male","type":"club","format":"domestic_league","area_id":"130","area_name":"Moldova","last_updated":"2018-02-02 18:15:15"},{"competition_id":"901","name":"Cupa Moldovei","teamtype":"male","type":"club","format":"domestic_cup","area_id":"130","area_name":"Moldova","last_updated":"2018-02-02 18:15:15"},{"competition_id":"452","name":"Supercupa Moldovei","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"130","area_name":"Moldova","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1004","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"130","area_name":"Moldova","last_updated":"2018-06-13 11:57:18"},{"competition_id":"89","name":"Niyslel Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"131","area_name":"Mongolia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"485","name":"MFF Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"131","area_name":"Mongolia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"183","name":"1.CFL","teamtype":"male","type":"club","format":"domestic_league","area_id":"225","area_name":"Montenegro","last_updated":"2018-04-04 12:18:33"},{"competition_id":"184","name":"Druga Crnogorska Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"225","area_name":"Montenegro","last_updated":"2018-02-02 18:15:15"},{"competition_id":"674","name":"Kup Crne Gore","teamtype":"male","type":"club","format":"domestic_cup","area_id":"225","area_name":"Montenegro","last_updated":"2018-02-02 18:15:15"},{"competition_id":"711","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"225","area_name":"Montenegro","last_updated":"2018-06-13 11:57:18"},{"competition_id":"234","name":"Botola Pro","teamtype":"male","type":"club","format":"domestic_league","area_id":"133","area_name":"Morocco","last_updated":"2018-11-07 11:44:51"},{"competition_id":"743","name":"Coupe du Trône","teamtype":"male","type":"club","format":"domestic_cup","area_id":"133","area_name":"Morocco","last_updated":"2018-02-02 18:15:15"},{"competition_id":"315","name":"Moçambola","teamtype":"male","type":"club","format":"domestic_league","area_id":"134","area_name":"Mozambique","last_updated":"2018-08-07 11:40:29"},{"competition_id":"600","name":"Taça Nacional","teamtype":"male","type":"club","format":"domestic_cup","area_id":"134","area_name":"Mozambique","last_updated":"2018-08-07 11:40:41"},{"competition_id":"599","name":"Supertaça Nacional","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"134","area_name":"Mozambique","last_updated":"2018-08-07 11:40:39"},{"competition_id":"94","name":"Myanmar National League","teamtype":"male","type":"club","format":"domestic_league","area_id":"135","area_name":"Myanmar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"890","name":"MNL-2","teamtype":"male","type":"club","format":"domestic_league","area_id":"135","area_name":"Myanmar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"655","name":"MFF Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"135","area_name":"Myanmar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"868","name":"MFF Charity Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"135","area_name":"Myanmar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"355","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"385","name":"CONCACAF Champions League","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"427","name":"CONCACAF Gold Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1260","name":"CONCACAF League","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"303","name":"CFU Club Championship","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"433","name":"Copa Centroamericana","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1866","name":"Concacaf Nations League","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-09-22 11:04:41"},{"competition_id":"518","name":"Caribbean Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"386","name":"Caribbean Cup Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"869","name":"Copa America Centenario Play-In","teamtype":"male","type":"international","format":"playoff","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1848","name":"Caribbean Club Shield","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-18 12:03:07"},{"competition_id":"515","name":"ABCS Tournament","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"597","name":"Windward Islands Tournament","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2411","name":"WIFA Women Tournament","teamtype":"female","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"598","name":"Trophée Mutuelle Mare Gaillard","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1637","name":"Copa ABC","teamtype":"male","type":"club","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"867","name":"CONCACAF Olympic Qualifying","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"865","name":"CONCACAF U20 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"866","name":"CONCACAF U20 Qualification","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"848","name":"CONCACAF U17 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"849","name":"CONCACAF U17 Qualification","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"847","name":"CONCACAF U15 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"787","name":"CONCACAF Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"601","name":"CFU–UNCAF play-off","teamtype":"male","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1976","name":"CFU Boys U14 Challenge Series","teamtype":"male youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-08-16 21:58:03"},{"competition_id":"1271","name":"CONCACAF Women's Championship","teamtype":"female","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1932","name":"CONCACAF Women's Qualifiers","teamtype":"female","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-06-18 17:29:05"},{"competition_id":"1933","name":"CFU Women's Challenge Series","teamtype":"female","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1639","name":"CONCACAF Women's U-20 Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1640","name":"CONCACAF Women's U-20 Qualifiers","teamtype":"female youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1979","name":"CONCACAF U15 Girls Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"4","area_name":"N\/C America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"283","name":"Namibia Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"136","area_name":"Namibia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"657","name":"Namibia Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"136","area_name":"Namibia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"583","name":"Namibia Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"136","area_name":"Namibia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"656","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"136","area_name":"Namibia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"250","name":"A Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"137","area_name":"Nepal","last_updated":"2018-02-02 18:15:15"},{"competition_id":"341","name":"B Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"137","area_name":"Nepal","last_updated":"2018-02-02 18:15:15"},{"competition_id":"252","name":"Ncell Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"137","area_name":"Nepal","last_updated":"2018-02-02 18:15:15"},{"competition_id":"17","name":"Eredivisie","teamtype":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"63","name":"Keuken Kampioen Divisie","teamtype":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"971","name":"Tweede Divisie","teamtype":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"64","name":"Derde Divisie","teamtype":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2018-08-10 12:43:45"},{"competition_id":"66","name":"Hoofdklasse","teamtype":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2018-08-10 12:44:02"},{"competition_id":"67","name":"KNVB Beker","teamtype":"male","type":"club","format":"domestic_cup","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"59","name":"Johan Cruijff Schaal","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2249","name":"Eredivisie Vrouwen","teamtype":"female","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"395","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"676","name":"Playoffs 3\/4","teamtype":"male","type":"club","format":"playoff","area_id":"138","area_name":"Netherlands","last_updated":"2019-07-31 10:18:32"},{"competition_id":"852","name":"Playoffs 4\/5","teamtype":"male","type":"club","format":"playoff","area_id":"138","area_name":"Netherlands","last_updated":"2018-06-13 11:57:18"},{"competition_id":"107","name":"Super Ligue","teamtype":"male","type":"club","format":"domestic_league","area_id":"140","area_name":"New Caledonia","last_updated":"2018-06-11 01:03:28"},{"competition_id":"113","name":"NZ Football Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"141","area_name":"New Zealand","last_updated":"2018-02-02 18:15:15"},{"competition_id":"140","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"142","area_name":"Nicaragua","last_updated":"2018-02-02 18:15:15"},{"competition_id":"240","name":"Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"143","area_name":"Niger","last_updated":"2018-09-03 08:42:39"},{"competition_id":"2303","name":"Ligue Nationale","teamtype":"male","type":"club","format":"domestic_league","area_id":"143","area_name":"Niger","last_updated":"2018-09-03 08:42:39"},{"competition_id":"786","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"143","area_name":"Niger","last_updated":"2018-06-13 11:57:18"},{"competition_id":"930","name":"Coupe du Niger","teamtype":"male","type":"club","format":"domestic_cup","area_id":"143","area_name":"Niger","last_updated":"2018-02-02 18:15:15"},{"competition_id":"559","name":"Super Coupe","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"143","area_name":"Niger","last_updated":"2018-02-02 18:15:15"},{"competition_id":"61","name":"Nigeria Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"144","area_name":"Nigeria","last_updated":"2018-07-18 16:29:41"},{"competition_id":"187","name":"Prva Fudbalska Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"120","area_name":"North Macedonia","last_updated":"2018-04-04 12:25:01"},{"competition_id":"188","name":"Vtora Fudbalska Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"120","area_name":"North Macedonia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"854","name":"Kup na Makedoniјa","teamtype":"male","type":"club","format":"domestic_cup","area_id":"120","area_name":"North Macedonia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"853","name":"Superkup na Makedoniјa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"120","area_name":"North Macedonia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"672","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"120","area_name":"North Macedonia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"673","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"120","area_name":"North Macedonia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"371","name":"Premiership","teamtype":"male","type":"club","format":"domestic_league","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-04-14 11:58:02"},{"competition_id":"465","name":"Championship 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-12-29 14:53:41"},{"competition_id":"466","name":"Championship 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"762","name":"League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-08-28 21:35:41"},{"competition_id":"911","name":"Irish Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"453","name":"NIFL Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"145","area_name":"Northern Ireland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"665","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"1925","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"145","area_name":"Northern Ireland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"92","name":"M-League Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"251","area_name":"Northern Mariana Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"677","name":"M-League Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"251","area_name":"Northern Mariana Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"31","name":"Eliteserien","teamtype":"male","type":"club","format":"domestic_league","area_id":"146","area_name":"Norway","last_updated":"2019-07-31 10:18:32"},{"competition_id":"340","name":"OBOS-ligaen","teamtype":"male","type":"club","format":"domestic_league","area_id":"146","area_name":"Norway","last_updated":"2019-07-31 10:18:32"},{"competition_id":"557","name":"PostNord-ligaen","teamtype":"male","type":"club","format":"domestic_league","area_id":"146","area_name":"Norway","last_updated":"2018-06-20 19:15:27"},{"competition_id":"1023","name":"Toppserien","teamtype":"female","type":"club","format":"domestic_league","area_id":"146","area_name":"Norway","last_updated":"2018-04-14 11:51:26"},{"competition_id":"434","name":"NM Cupen","teamtype":"male","type":"club","format":"domestic_cup","area_id":"146","area_name":"Norway","last_updated":"2018-04-18 17:29:55"},{"competition_id":"540","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"146","area_name":"Norway","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1649","name":"Playoffs 1\/2","teamtype":"female","type":"club","format":"playoff","area_id":"146","area_name":"Norway","last_updated":"2018-06-13 11:57:18"},{"competition_id":"2098","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"146","area_name":"Norway","last_updated":"2019-07-31 10:18:32"},{"competition_id":"309","name":"OFC Champions League","teamtype":"male","type":"club","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"357","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-06-07 10:11:17"},{"competition_id":"879","name":"OFC Nations Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1056","name":"OFC Men's Olympic Qualifying","teamtype":"male","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1054","name":"Pacific Games","teamtype":"male","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"511","name":"Melanesian Super Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1661","name":"Pacific Mini Games","teamtype":"male","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"905","name":"OFC U-20 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"907","name":"OFC U-20 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"906","name":"OFC U-17 Championship","teamtype":"male youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"908","name":"OFC U-17 Qualifiers","teamtype":"male youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1594","name":"OFC President's Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1058","name":"OFC Women's Nations Cup","teamtype":"female","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2015","name":"OFC Women's Nations Cup Qualifiers","teamtype":"female","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1057","name":"OFC Women's Olympic Qualifying","teamtype":"female","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1055","name":"Pacific Games","teamtype":"female","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1059","name":"OFC U-20 Women's Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1102","name":"OFC U-19 Women's Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1060","name":"OFC U-17 Women's Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1295","name":"OFC U-16 Women's Championship","teamtype":"female youth","type":"international","format":"international_cup","area_id":"6","area_name":"Oceania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"68","name":"Omantel Professional League","teamtype":"male","type":"club","format":"domestic_league","area_id":"147","area_name":"Oman","last_updated":"2018-07-18 16:29:51"},{"competition_id":"492","name":"Omani First Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"147","area_name":"Oman","last_updated":"2018-02-02 18:15:15"},{"competition_id":"520","name":"Omani Second Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"147","area_name":"Oman","last_updated":"2018-02-02 18:15:15"},{"competition_id":"490","name":"His Majesty's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"147","area_name":"Oman","last_updated":"2018-02-02 18:15:15"},{"competition_id":"548","name":"Professional League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"147","area_name":"Oman","last_updated":"2018-02-02 18:15:15"},{"competition_id":"489","name":"Oman Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"147","area_name":"Oman","last_updated":"2018-02-02 18:15:15"},{"competition_id":"394","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"147","area_name":"Oman","last_updated":"2018-06-13 11:57:18"},{"competition_id":"77","name":"Pakistan Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"547","name":"B. Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"573","name":"National Challenge Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"580","name":"U-14 Youth Cup","teamtype":"male youth","type":"club","format":"domestic_cup","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"563","name":"National Women Championship","teamtype":"female","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"564","name":"National Inter Club Championship","teamtype":"female","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"568","name":"National U-19 Football Championship","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"566","name":"National U-16 Football Championship","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"567","name":"National U-14 Football Championship","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1977","name":"National U-19 Women Championship","teamtype":"female youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"565","name":"U16 Inter Club Women Championship","teamtype":"female youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1965","name":"Shayla Baloch National U16 Women Championship","teamtype":"female youth","type":"club","format":"domestic_league","area_id":"148","area_name":"Pakistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2013","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"148","area_name":"Pakistan","last_updated":"2018-06-13 11:56:48"},{"competition_id":"274","name":"West Bank Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"149","area_name":"Palestine","last_updated":"2018-02-02 18:15:15"},{"competition_id":"523","name":"West Bank First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"149","area_name":"Palestine","last_updated":"2018-02-02 18:15:15"},{"competition_id":"683","name":"Gaza Strip Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"149","area_name":"Palestine","last_updated":"2018-02-02 18:15:15"},{"competition_id":"684","name":"Gaza Strip First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"149","area_name":"Palestine","last_updated":"2018-02-02 18:15:15"},{"competition_id":"216","name":"Liga Panameña de Fútbol","teamtype":"male","type":"club","format":"domestic_league","area_id":"150","area_name":"Panama","last_updated":"2018-04-14 11:26:09"},{"competition_id":"110","name":"National Soccer League","teamtype":"male","type":"club","format":"domestic_league","area_id":"151","area_name":"Papua New Guinea","last_updated":"2018-02-02 18:15:15"},{"competition_id":"298","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"152","area_name":"Paraguay","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1007","name":"Division Intermedia","teamtype":"male","type":"club","format":"domestic_league","area_id":"152","area_name":"Paraguay","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2158","name":"Copa Paraguay","teamtype":"male","type":"club","format":"domestic_cup","area_id":"152","area_name":"Paraguay","last_updated":"2018-02-02 18:15:15"},{"competition_id":"300","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"153","area_name":"Peru","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1008","name":"Segunda División","teamtype":"male","type":"club","format":"domestic_league","area_id":"153","area_name":"Peru","last_updated":"2018-02-02 18:15:15"},{"competition_id":"350","name":"Copa Inca","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"153","area_name":"Peru","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2172","name":"Copa Bicentenario","teamtype":"male","type":"club","format":"domestic_cup","area_id":"153","area_name":"Peru","last_updated":"2019-01-31 03:31:12"},{"competition_id":"317","name":"UFL Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"154","area_name":"Philippines","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1091","name":"PFL","teamtype":"male","type":"club","format":"domestic_league","area_id":"154","area_name":"Philippines","last_updated":"2018-07-19 20:31:55"},{"competition_id":"318","name":"UFL Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"154","area_name":"Philippines","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2335","name":"Copa Paulino Alcantara","teamtype":"male","type":"club","format":"domestic_cup","area_id":"154","area_name":"Philippines","last_updated":"2018-07-19 20:31:55"},{"competition_id":"43","name":"Ekstraklasa","teamtype":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"352","name":"I liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","last_updated":"2018-04-04 13:37:22"},{"competition_id":"736","name":"II liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"764","name":"Puchar Polski","teamtype":"male","type":"club","format":"domestic_cup","area_id":"155","area_name":"Poland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"464","name":"Superpuchar Polski","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"155","area_name":"Poland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1948","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"155","area_name":"Poland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"20","name":"Primeira Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"156","area_name":"Portugal","last_updated":"2019-07-31 10:18:32"},{"competition_id":"351","name":"Liga2 Cabovisão","teamtype":"male","type":"club","format":"domestic_league","area_id":"156","area_name":"Portugal","last_updated":"2019-07-31 10:18:32"},{"competition_id":"399","name":"Taça de Portugal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"156","area_name":"Portugal","last_updated":"2018-08-07 11:41:13"},{"competition_id":"398","name":"Taça da Liga","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"156","area_name":"Portugal","last_updated":"2018-08-07 11:41:04"},{"competition_id":"414","name":"Supertaça Cândido de Oliveira","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"156","area_name":"Portugal","last_updated":"2019-07-31 10:18:32"},{"competition_id":"380","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"156","area_name":"Portugal","last_updated":"2018-06-13 11:57:18"},{"competition_id":"1261","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"156","area_name":"Portugal","last_updated":"2018-06-13 11:57:18"},{"competition_id":"2026","name":"Puerto Rico Soccer League","teamtype":"male","type":"club","format":"domestic_league","area_id":"157","area_name":"Puerto Rico","last_updated":"2018-09-27 10:37:44"},{"competition_id":"135","name":"Liga Nacional de Fútbol","teamtype":"male","type":"club","format":"domestic_league","area_id":"157","area_name":"Puerto Rico","last_updated":"2018-09-27 10:37:44"},{"competition_id":"26","name":"Qatar Stars League","teamtype":"male","type":"club","format":"domestic_league","area_id":"158","area_name":"Qatar","last_updated":"2018-07-18 16:29:24"},{"competition_id":"2019","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"158","area_name":"Qatar","last_updated":"2018-07-18 16:29:24"},{"competition_id":"373","name":"Emir Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"158","area_name":"Qatar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"397","name":"Stars Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"158","area_name":"Qatar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"855","name":"Sheikh Jassem Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"158","area_name":"Qatar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"886","name":"Crown Prince Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"158","area_name":"Qatar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"60","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"158","area_name":"Qatar","last_updated":"2018-06-13 11:57:18"},{"competition_id":"348","name":"Premier Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"349","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","last_updated":"2018-06-15 11:47:16"},{"competition_id":"462","name":"FAI Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"98","area_name":"Republic of Ireland","last_updated":"2018-06-15 11:47:19"},{"competition_id":"916","name":"League of Ireland Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"98","area_name":"Republic of Ireland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1798","name":"FAI President's Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"98","area_name":"Republic of Ireland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"526","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"98","area_name":"Republic of Ireland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"176","name":"Division 1 Promotionnelle","teamtype":"male","type":"club","format":"domestic_league","area_id":"223","area_name":"Reunion","last_updated":"2018-02-02 18:15:15"},{"competition_id":"39","name":"Liga I","teamtype":"male","type":"club","format":"domestic_league","area_id":"159","area_name":"Romania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"887","name":"Liga II","teamtype":"male","type":"club","format":"domestic_league","area_id":"159","area_name":"Romania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"765","name":"Cupa României","teamtype":"male","type":"club","format":"domestic_cup","area_id":"159","area_name":"Romania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"766","name":"Cupa Ligii","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"159","area_name":"Romania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"481","name":"Supercupa României","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"159","area_name":"Romania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"946","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"159","area_name":"Romania","last_updated":"2019-07-31 10:18:32"},{"competition_id":"21","name":"RFPL","teamtype":"male","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"458","name":"FNL","teamtype":"male","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1005","name":"PFL","teamtype":"male","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2018-07-19 20:31:58"},{"competition_id":"420","name":"Russian Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"160","area_name":"Russia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"729","name":"Russian Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"160","area_name":"Russia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"55","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"160","area_name":"Russia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"87","name":"National Football League","teamtype":"male","type":"club","format":"domestic_league","area_id":"161","area_name":"Rwanda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"507","name":"SMFA Senior Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"228","area_name":"Saint Martin","last_updated":"2018-02-02 18:15:15"},{"competition_id":"531","name":"Coupe de Saint Martin","teamtype":"male","type":"club","format":"domestic_cup","area_id":"228","area_name":"Saint Martin","last_updated":"2018-02-02 18:15:15"},{"competition_id":"529","name":"FFS Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"162","area_name":"Samoa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"545","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"162","area_name":"Samoa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"177","name":"Campionato Sanmarinese","teamtype":"male","type":"club","format":"domestic_league","area_id":"163","area_name":"San Marino","last_updated":"2019-07-31 10:18:32"},{"competition_id":"770","name":"Coppa Titano","teamtype":"male","type":"club","format":"domestic_cup","area_id":"163","area_name":"San Marino","last_updated":"2019-07-31 10:18:32"},{"competition_id":"771","name":"Supercoppa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"163","area_name":"San Marino","last_updated":"2019-07-31 10:18:32"},{"competition_id":"721","name":"Campeonato Nacional","teamtype":"male","type":"club","format":"domestic_league","area_id":"187","area_name":"São Tomé e Príncipe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"832","name":"Taça de São Tomé e Príncipe","teamtype":"male","type":"club","format":"domestic_cup","area_id":"187","area_name":"São Tomé e Príncipe","last_updated":"2018-02-02 18:15:15"},{"competition_id":"27","name":"Saudi Professional League","teamtype":"male","type":"club","format":"domestic_league","area_id":"164","area_name":"Saudi Arabia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"221","name":"Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"164","area_name":"Saudi Arabia","last_updated":"2018-12-30 13:09:19"},{"competition_id":"222","name":"Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"164","area_name":"Saudi Arabia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"432","name":"King Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"164","area_name":"Saudi Arabia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"431","name":"Crown Prince Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"164","area_name":"Saudi Arabia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"480","name":"Saudi Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"164","area_name":"Saudi Arabia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"932","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"164","area_name":"Saudi Arabia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"22","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"475","name":"Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"478","name":"Scottish League One","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"479","name":"Scottish League Two","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"720","name":"Highland League","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"722","name":"Lowland League","teamtype":"male","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"542","name":"Scottish Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"543","name":"Scottish League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"544","name":"Scottish Challenge Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"446","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"669","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"670","name":"Playoffs 3\/4","teamtype":"male","type":"club","format":"playoff","area_id":"165","area_name":"Scotland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"671","name":"Playoffs 4\/5","teamtype":"male","type":"club","format":"playoff","area_id":"165","area_name":"Scotland","last_updated":"2018-06-13 11:57:18"},{"competition_id":"929","name":"SFL Championship","teamtype":"male","type":"club","format":"playoff","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1028","name":"SWPL 1","teamtype":"female","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1029","name":"SWPL 2","teamtype":"female","type":"club","format":"domestic_league","area_id":"165","area_name":"Scotland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"238","name":"LSFP","teamtype":"male","type":"club","format":"domestic_league","area_id":"166","area_name":"Senegal","last_updated":"2018-02-02 18:15:15"},{"competition_id":"439","name":"Super Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"224","area_name":"Serbia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"897","name":"Prva Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"224","area_name":"Serbia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"900","name":"Kup Srbije","teamtype":"male","type":"club","format":"domestic_cup","area_id":"224","area_name":"Serbia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"440","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"224","area_name":"Serbia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"328","name":"Barclays League Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"168","area_name":"Seychelles","last_updated":"2018-02-02 18:15:15"},{"competition_id":"509","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"272","area_name":"Shetland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"296","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"169","area_name":"Sierra Leone","last_updated":"2018-02-02 18:15:15"},{"competition_id":"32","name":"S.League","teamtype":"male","type":"club","format":"domestic_league","area_id":"170","area_name":"Singapore","last_updated":"2018-06-18 12:41:53"},{"competition_id":"632","name":"Singapore Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"170","area_name":"Singapore","last_updated":"2018-02-02 18:15:15"},{"competition_id":"633","name":"Singapore League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"170","area_name":"Singapore","last_updated":"2018-02-02 18:15:15"},{"competition_id":"634","name":"Singapore Community Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"170","area_name":"Singapore","last_updated":"2018-02-02 18:15:15"},{"competition_id":"995","name":"Senior League","teamtype":"male","type":"club","format":"domestic_league","area_id":"230","area_name":"Sint Maarten","last_updated":"2018-02-02 18:15:15"},{"competition_id":"378","name":"Fortuna liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"171","area_name":"Slovakia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"448","name":"II. Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"171","area_name":"Slovakia","last_updated":"2019-07-18 14:42:29"},{"competition_id":"450","name":"III. liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"171","area_name":"Slovakia","last_updated":"2019-07-18 14:42:29"},{"competition_id":"643","name":"Slovenský Pohár","teamtype":"male","type":"club","format":"domestic_cup","area_id":"171","area_name":"Slovakia","last_updated":"2019-07-28 08:54:45"},{"competition_id":"454","name":"Slovenský Superpohár","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"171","area_name":"Slovakia","last_updated":"2018-09-04 19:34:17"},{"competition_id":"2439","name":"I. liga Ženy","teamtype":"female","type":"club","format":"domestic_league","area_id":"171","area_name":"Slovakia","last_updated":"2019-07-18 14:53:13"},{"competition_id":"1931","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"171","area_name":"Slovakia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"449","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"171","area_name":"Slovakia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"372","name":"Prva Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"172","area_name":"Slovenia","last_updated":"2019-07-31 10:18:32"},{"competition_id":"733","name":"2. SNL","teamtype":"male","type":"club","format":"domestic_league","area_id":"172","area_name":"Slovenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"735","name":"3. SNL","teamtype":"male","type":"club","format":"domestic_league","area_id":"172","area_name":"Slovenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"734","name":"Pokal Slovenije","teamtype":"male","type":"club","format":"domestic_cup","area_id":"172","area_name":"Slovenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"451","name":"Superpokal","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"172","area_name":"Slovenia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"392","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"172","area_name":"Slovenia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"114","name":"Telekom S-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"173","area_name":"Solomon Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"193","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"174","area_name":"Somalia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"857","name":"General Da'ud Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"174","area_name":"Somalia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"858","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"174","area_name":"Somalia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"34","name":"ABSA Premiership","teamtype":"male","type":"club","format":"domestic_league","area_id":"175","area_name":"South Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"229","name":"National First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"175","area_name":"South Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2286","name":"ABC Motsepe","teamtype":"male","type":"club","format":"domestic_league","area_id":"175","area_name":"South Africa","last_updated":"2019-05-24 15:01:33"},{"competition_id":"689","name":"Nedbank Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"175","area_name":"South Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"690","name":"Telkom Knockout","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"175","area_name":"South Africa","last_updated":"2018-02-02 18:15:15"},{"competition_id":"691","name":"Top 8","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"175","area_name":"South Africa","last_updated":"2019-07-31 10:18:32"},{"competition_id":"50","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"175","area_name":"South Africa","last_updated":"2018-06-13 11:56:48"},{"competition_id":"161","name":"Copa Libertadores","teamtype":"male","type":"club","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"416","name":"Copa America","teamtype":"male","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"428","name":"Copa Sudamericana","teamtype":"male","type":"club","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"356","name":"WC Qualification","teamtype":"male","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"809","name":"Copa Mercosur","teamtype":"male","type":"club","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"810","name":"Copa Merconorte","teamtype":"male","type":"club","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"811","name":"Copa CONMEBOL","teamtype":"male","type":"club","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"9","name":"Recopa Sudamericana","teamtype":"male","type":"club","format":"international_super_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"813","name":"Copa Masters CONMEBOL","teamtype":"male","type":"club","format":"international_super_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"814","name":"Copa Master of Supercopa","teamtype":"male","type":"club","format":"international_super_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"918","name":"Sudamericano U20","teamtype":"male youth","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-07-31 10:18:32"},{"competition_id":"919","name":"Sudamericano U17","teamtype":"male youth","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"920","name":"Sudamericano U15","teamtype":"male youth","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2148","name":"Superclásico de las Américas","teamtype":"male","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2019-01-04 14:35:12"},{"competition_id":"856","name":"South Sudan Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"256","area_name":"South Sudan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"6","name":"Primera Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"176","area_name":"Spain","last_updated":"2019-07-31 10:18:32"},{"competition_id":"343","name":"Segunda División","teamtype":"male","type":"club","format":"domestic_league","area_id":"176","area_name":"Spain","last_updated":"2019-07-31 10:18:32"},{"competition_id":"590","name":"Segunda División B","teamtype":"male","type":"club","format":"domestic_league","area_id":"176","area_name":"Spain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"406","name":"Copa del Rey","teamtype":"male","type":"club","format":"domestic_cup","area_id":"176","area_name":"Spain","last_updated":"2019-07-31 10:18:32"},{"competition_id":"418","name":"Supercopa de España","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"176","area_name":"Spain","last_updated":"2019-07-31 10:18:32"},{"competition_id":"815","name":"Copa de la Liga","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"176","area_name":"Spain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"816","name":"Copa Eva Duarte","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"176","area_name":"Spain","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1062","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"176","area_name":"Spain","last_updated":"2018-06-13 11:57:18"},{"competition_id":"80","name":"Champions League","teamtype":"male","type":"club","format":"domestic_league","area_id":"177","area_name":"Sri Lanka","last_updated":"2018-02-02 18:15:15"},{"competition_id":"125","name":"SKNFA Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1632","name":"Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1816","name":"SKNFA FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1795","name":"Carnival Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1908","name":"Easter Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1987","name":"SKNFA President's Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"178","area_name":"St. Kitts and Nevis","last_updated":"2018-02-02 18:15:15"},{"competition_id":"123","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"179","area_name":"St. Lucia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2002","name":"SLFA\/Blackheart Knockout Tournament","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"179","area_name":"St. Lucia","last_updated":"2019-07-29 10:54:55"},{"competition_id":"1960","name":"COCA COLA Island Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"179","area_name":"St. Lucia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"493","name":"National Club Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"180","area_name":"St. Vincent and the Grenadines","last_updated":"2018-02-02 18:15:15"},{"competition_id":"514","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"180","area_name":"St. Vincent and the Grenadines","last_updated":"2018-02-02 18:15:15"},{"competition_id":"284","name":"Sudani Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"181","area_name":"Sudan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"808","name":"Sudan Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"181","area_name":"Sudan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"285","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"181","area_name":"Sudan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"133","name":"Topklasse","teamtype":"male","type":"club","format":"domestic_league","area_id":"182","area_name":"Suriname","last_updated":"2018-02-02 18:15:15"},{"competition_id":"134","name":"Hoofdklasse","teamtype":"male","type":"club","format":"domestic_league","area_id":"182","area_name":"Suriname","last_updated":"2018-02-02 18:15:15"},{"competition_id":"501","name":"SVB Beker","teamtype":"male","type":"club","format":"domestic_cup","area_id":"182","area_name":"Suriname","last_updated":"2018-02-02 18:15:15"},{"competition_id":"506","name":"President's Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"182","area_name":"Suriname","last_updated":"2018-02-02 18:15:15"},{"competition_id":"753","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"182","area_name":"Suriname","last_updated":"2018-06-13 11:57:18"},{"competition_id":"754","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"182","area_name":"Suriname","last_updated":"2018-06-13 11:57:18"},{"competition_id":"5","name":"Allsvenskan","teamtype":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2019-07-31 10:18:32"},{"competition_id":"335","name":"Superettan","teamtype":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2019-07-31 10:18:32"},{"competition_id":"552","name":"Division 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2018-04-14 11:53:24"},{"competition_id":"915","name":"Division 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1030","name":"Division 3","teamtype":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1024","name":"Damallsvenskan","teamtype":"female","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2019-08-04 15:43:22"},{"competition_id":"476","name":"Svenska Cupen","teamtype":"male","type":"club","format":"domestic_cup","area_id":"184","area_name":"Sweden","last_updated":"2018-06-12 00:59:35"},{"competition_id":"644","name":"Svenska Supercupen","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"184","area_name":"Sweden","last_updated":"2019-07-31 10:18:32"},{"competition_id":"536","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"184","area_name":"Sweden","last_updated":"2019-07-31 10:18:32"},{"competition_id":"795","name":"Corinthian Bowl","teamtype":"male","type":"club","format":"domestic_cup","area_id":"184","area_name":"Sweden","last_updated":"2018-02-02 18:15:15"},{"competition_id":"537","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"184","area_name":"Sweden","last_updated":"2018-06-13 11:57:18"},{"competition_id":"2097","name":"Playoffs 3\/4","teamtype":"male","type":"club","format":"playoff","area_id":"184","area_name":"Sweden","last_updated":"2018-06-13 11:57:18"},{"competition_id":"2275","name":"Playoffs 4\/5","teamtype":"male","type":"club","format":"playoff","area_id":"184","area_name":"Sweden","last_updated":"2018-06-13 11:57:18"},{"competition_id":"42","name":"Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"361","name":"Challenge League","teamtype":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"731","name":"1. Liga Promotion","teamtype":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"730","name":"1. Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"421","name":"Schweizer Pokal","teamtype":"male","type":"club","format":"domestic_cup","area_id":"185","area_name":"Switzerland","last_updated":"2019-03-06 18:41:17"},{"competition_id":"732","name":"Erste Liga Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"185","area_name":"Switzerland","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1067","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"185","area_name":"Switzerland","last_updated":"2019-07-31 10:18:32"},{"competition_id":"233","name":"Syrian Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"186","area_name":"Syria","last_updated":"2018-02-02 18:15:15"},{"competition_id":"112","name":"Ligue 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"188","area_name":"Tahiti","last_updated":"2018-09-03 08:42:38"},{"competition_id":"550","name":"Ligue 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"188","area_name":"Tahiti","last_updated":"2018-09-03 08:42:19"},{"competition_id":"551","name":"Moorea League","teamtype":"male","type":"club","format":"domestic_league","area_id":"188","area_name":"Tahiti","last_updated":"2018-02-02 18:15:15"},{"competition_id":"549","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"188","area_name":"Tahiti","last_updated":"2018-06-13 11:57:18"},{"competition_id":"91","name":"Tajik Championship","teamtype":"male","type":"club","format":"domestic_league","area_id":"189","area_name":"Tajikistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2334","name":"First Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"189","area_name":"Tajikistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"826","name":"Çomi Toçikiston","teamtype":"male","type":"club","format":"domestic_cup","area_id":"189","area_name":"Tajikistan","last_updated":"2019-04-27 11:05:33"},{"competition_id":"652","name":"Superçomi Toçikiston","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"189","area_name":"Tajikistan","last_updated":"2019-04-27 11:05:59"},{"competition_id":"1821","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"189","area_name":"Tajikistan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"196","name":"Ligi kuu Bara","teamtype":"male","type":"club","format":"domestic_league","area_id":"190","area_name":"Tanzania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"768","name":"Community Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"190","area_name":"Tanzania","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2407","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"190","area_name":"Tanzania","last_updated":"2018-06-13 11:56:48"},{"competition_id":"25","name":"Thai League 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"191","area_name":"Thailand","last_updated":"2018-06-22 09:31:47"},{"competition_id":"311","name":"Thai League 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"191","area_name":"Thailand","last_updated":"2018-06-22 09:31:50"},{"competition_id":"1038","name":"Thai League 3","teamtype":"male","type":"club","format":"domestic_league","area_id":"191","area_name":"Thailand","last_updated":"2018-06-22 09:31:53"},{"competition_id":"377","name":"Thai FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"191","area_name":"Thailand","last_updated":"2018-02-02 18:15:15"},{"competition_id":"312","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"191","area_name":"Thailand","last_updated":"2018-06-13 11:57:18"},{"competition_id":"893","name":"Liga Futebol Amadora","teamtype":"male","type":"club","format":"domestic_league","area_id":"221","area_name":"Timor-Leste","last_updated":"2018-08-07 11:42:15"},{"competition_id":"95","name":"Championnat National","teamtype":"male","type":"club","format":"domestic_league","area_id":"192","area_name":"Togo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1839","name":"Coupe du Togo","teamtype":"male","type":"club","format":"domestic_cup","area_id":"192","area_name":"Togo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1840","name":"Supercoupe du Togo","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"192","area_name":"Togo","last_updated":"2018-02-02 18:15:15"},{"competition_id":"308","name":"Premier Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"193","area_name":"Tonga","last_updated":"2018-02-02 18:15:15"},{"competition_id":"459","name":"Süper Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"270","area_name":"TR Northern Cyprus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"985","name":"KTFF Süper Kupa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"270","area_name":"TR Northern Cyprus","last_updated":"2018-02-02 18:15:15"},{"competition_id":"73","name":"TT Pro League","teamtype":"male","type":"club","format":"domestic_league","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-07-18 16:30:05"},{"competition_id":"1633","name":"Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1982","name":"Super League Two","teamtype":"male","type":"club","format":"domestic_league","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-07-18 16:30:05"},{"competition_id":"821","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"524","name":"First Citizens Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"502","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1903","name":"Toyota Classic","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1904","name":"Pro Bowl","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1905","name":"Goal Shield","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1983","name":"Super League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"194","area_name":"Trinidad and Tobago","last_updated":"2018-02-02 18:15:15"},{"competition_id":"230","name":"Ligue Professionnelle 1","teamtype":"male","type":"club","format":"domestic_league","area_id":"195","area_name":"Tunisia","last_updated":"2018-02-15 16:07:28"},{"competition_id":"231","name":"Ligue Professionnelle 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"195","area_name":"Tunisia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"802","name":"Coupe de Tunisie","teamtype":"male","type":"club","format":"domestic_cup","area_id":"195","area_name":"Tunisia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"803","name":"Supercoupe de Tunisie","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"195","area_name":"Tunisia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1262","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"195","area_name":"Tunisia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"1924","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"195","area_name":"Tunisia","last_updated":"2018-06-13 11:57:18"},{"competition_id":"23","name":"Süper Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"196","area_name":"Turkey","last_updated":"2019-07-31 10:18:32"},{"competition_id":"330","name":"1. Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"196","area_name":"Turkey","last_updated":"2019-07-31 10:18:32"},{"competition_id":"332","name":"2. Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"196","area_name":"Turkey","last_updated":"2018-02-02 18:15:15"},{"competition_id":"333","name":"3. Lig","teamtype":"male","type":"club","format":"domestic_league","area_id":"196","area_name":"Turkey","last_updated":"2018-02-02 18:15:15"},{"competition_id":"477","name":"Türkiye Kupası","teamtype":"male","type":"club","format":"domestic_cup","area_id":"196","area_name":"Turkey","last_updated":"2018-02-02 18:15:15"},{"competition_id":"389","name":"TFF Süper Kupa","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"196","area_name":"Turkey","last_updated":"2019-07-31 10:18:32"},{"competition_id":"998","name":"Kadınlar 1. Lig","teamtype":"female","type":"club","format":"domestic_league","area_id":"196","area_name":"Turkey","last_updated":"2018-02-02 18:15:15"},{"competition_id":"90","name":"Ýokary Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"197","area_name":"Turkmenistan","last_updated":"2019-04-12 21:57:43"},{"competition_id":"2308","name":"Birinji Liga","teamtype":"male","type":"club","format":"domestic_league","area_id":"197","area_name":"Turkmenistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"631","name":"Türkmenistanyň kubogy","teamtype":"male","type":"club","format":"domestic_cup","area_id":"197","area_name":"Turkmenistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"630","name":"Türkmenistanyň Naýbaşy Kubogy","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"197","area_name":"Turkmenistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"132","name":"Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"198","area_name":"Turks and Caicos Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"375","name":"Presidents Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"198","area_name":"Turks and Caicos Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2285","name":"Turks Head Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"198","area_name":"Turks and Caicos Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"146","name":"A-Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"233","area_name":"Tuvalu","last_updated":"2018-02-02 18:15:15"},{"competition_id":"251","name":"FUFA Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"200","area_name":"Uganda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"508","name":"FUFA Big League","teamtype":"male","type":"club","format":"domestic_league","area_id":"200","area_name":"Uganda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"659","name":"FUFA Uganda Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"200","area_name":"Uganda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"752","name":"FUFA Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"200","area_name":"Uganda","last_updated":"2018-02-02 18:15:15"},{"competition_id":"30","name":"Premier Liha","teamtype":"male","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","last_updated":"2019-07-31 10:18:32"},{"competition_id":"365","name":"Persha Liha","teamtype":"male","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","last_updated":"2019-07-31 10:18:32"},{"competition_id":"746","name":"Kubok Ukrainy","teamtype":"male","type":"club","format":"domestic_cup","area_id":"201","area_name":"Ukraine","last_updated":"2019-07-31 10:18:32"},{"competition_id":"747","name":"Superkubok Ukrainy","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"201","area_name":"Ukraine","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1015","name":"Championat U-21","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","last_updated":"2018-07-23 21:06:37"},{"competition_id":"1016","name":"Championat U-19","teamtype":"male youth","type":"club","format":"domestic_league","area_id":"201","area_name":"Ukraine","last_updated":"2018-07-23 21:06:40"},{"competition_id":"53","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"201","area_name":"Ukraine","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2379","name":"Playoffs 2\/3","teamtype":"male","type":"club","format":"playoff","area_id":"201","area_name":"Ukraine","last_updated":"2018-06-13 11:57:18"},{"competition_id":"38","name":"UAE Arabian Gulf League","teamtype":"male","type":"club","format":"domestic_league","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-07-18 16:29:38"},{"competition_id":"497","name":"First Division League","teamtype":"male","type":"club","format":"domestic_league","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-12-29 14:37:29"},{"competition_id":"445","name":"UAE Presidents Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-05-24 15:36:53"},{"competition_id":"495","name":"FA Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-10-01 10:02:56"},{"competition_id":"498","name":"League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-05-24 12:06:13"},{"competition_id":"499","name":"Super Cup","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-05-23 16:17:10"},{"competition_id":"51","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"202","area_name":"United Arab Emirates","last_updated":"2018-06-13 11:57:18"},{"competition_id":"47","name":"MLS","teamtype":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2019-07-31 10:18:32"},{"competition_id":"171","name":"USL Pro","teamtype":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2019-07-31 10:18:32"},{"competition_id":"2149","name":"USL League One","teamtype":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2018-07-10 10:38:05"},{"competition_id":"895","name":"US Open Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"203","area_name":"United States","last_updated":"2019-07-31 10:18:32"},{"competition_id":"170","name":"NASL","teamtype":"male","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2019-07-31 10:18:32"},{"competition_id":"976","name":"NWSL","teamtype":"female","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2019-07-31 10:18:32"},{"competition_id":"275","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"204","area_name":"Uruguay","last_updated":"2018-06-06 11:56:48"},{"competition_id":"276","name":"Segunda División","teamtype":"male","type":"club","format":"domestic_league","area_id":"204","area_name":"Uruguay","last_updated":"2018-02-02 18:15:15"},{"competition_id":"996","name":"USVI Soccer League","teamtype":"male","type":"club","format":"domestic_league","area_id":"199","area_name":"US Virgin Islands","last_updated":"2018-02-02 18:15:15"},{"competition_id":"81","name":"Oʻzbekiston Superligasi","teamtype":"male","type":"club","format":"domestic_league","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-07-31 10:18:32"},{"competition_id":"82","name":"O‘zbekiston Pro A Ligasi","teamtype":"male","type":"club","format":"domestic_league","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-06 16:20:58"},{"competition_id":"2306","name":"O‘zbekiston Pro B Ligasi","teamtype":"male","type":"club","format":"domestic_league","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-06 16:20:58"},{"competition_id":"2284","name":"Oʻzbekiston Superkubogi","teamtype":"male","type":"club","format":"domestic_cup","area_id":"205","area_name":"Uzbekistan","last_updated":"2018-02-02 18:15:15"},{"competition_id":"86","name":"O‘zbekiston Kubogi","teamtype":"male","type":"club","format":"domestic_cup","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-06 18:41:45"},{"competition_id":"2283","name":"Oʻzbekiston Ayollar Chempionati","teamtype":"female","type":"club","format":"domestic_league","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-04 14:43:14"},{"competition_id":"2289","name":"O‘zbekiston Ayollar Kubogi","teamtype":"female","type":"club","format":"domestic_cup","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-06 19:13:53"},{"competition_id":"2290","name":"Oʻzbekiston Ayollar Superkubogi","teamtype":"female","type":"club","format":"domestic_super_cup","area_id":"205","area_name":"Uzbekistan","last_updated":"2019-04-04 14:43:14"},{"competition_id":"1009","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"205","area_name":"Uzbekistan","last_updated":"2018-06-13 11:57:18"},{"competition_id":"108","name":"National Super League","teamtype":"male","type":"club","format":"domestic_league","area_id":"206","area_name":"Vanuatu","last_updated":"2018-06-11 01:03:25"},{"competition_id":"496","name":"PVFA Lik - Premia Divisen","teamtype":"male","type":"club","format":"domestic_league","area_id":"206","area_name":"Vanuatu","last_updated":"2018-02-02 18:15:15"},{"competition_id":"757","name":"Campionato Vaticano","teamtype":"male","type":"club","format":"domestic_league","area_id":"268","area_name":"Vatican City","last_updated":"2018-02-02 18:15:15"},{"competition_id":"299","name":"Primera División","teamtype":"male","type":"club","format":"domestic_league","area_id":"207","area_name":"Venezuela","last_updated":"2019-07-31 10:18:32"},{"competition_id":"948","name":"Copa Venezuela","teamtype":"male","type":"club","format":"domestic_cup","area_id":"207","area_name":"Venezuela","last_updated":"2019-07-31 10:18:32"},{"competition_id":"835","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"207","area_name":"Venezuela","last_updated":"2018-06-13 11:57:18"},{"competition_id":"24","name":"V-League","teamtype":"male","type":"club","format":"domestic_league","area_id":"208","area_name":"Vietnam","last_updated":"2019-07-31 10:18:32"},{"competition_id":"213","name":"Hàng Nhật","teamtype":"male","type":"club","format":"domestic_league","area_id":"208","area_name":"Vietnam","last_updated":"2019-06-26 11:48:38"},{"competition_id":"331","name":"Cúp Quốc Gia","teamtype":"male","type":"club","format":"domestic_cup","area_id":"208","area_name":"Vietnam","last_updated":"2019-06-26 11:48:44"},{"competition_id":"799","name":"Siêu Cúp bóng đá Quốc gia","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"208","area_name":"Vietnam","last_updated":"2019-06-26 11:49:08"},{"competition_id":"538","name":"Playoffs 1\/2","teamtype":"male","type":"club","format":"playoff","area_id":"208","area_name":"Vietnam","last_updated":"2018-06-13 11:57:18"},{"competition_id":"243","name":"Welsh Premier League","teamtype":"male","type":"club","format":"domestic_league","area_id":"209","area_name":"Wales","last_updated":"2018-09-22 11:05:23"},{"competition_id":"2428","name":"FAW Tier 2","teamtype":"male","type":"club","format":"domestic_league","area_id":"209","area_name":"Wales","last_updated":"2018-09-22 11:05:23"},{"competition_id":"246","name":"Cymru Alliance","teamtype":"male","type":"club","format":"domestic_league","area_id":"209","area_name":"Wales","last_updated":"2019-07-06 16:14:38"},{"competition_id":"247","name":"Welsh Football League Division One","teamtype":"male","type":"club","format":"domestic_league","area_id":"209","area_name":"Wales","last_updated":"2019-07-06 16:14:51"},{"competition_id":"963","name":"League Cup","teamtype":"male","type":"club","format":"domestic_league_cup","area_id":"209","area_name":"Wales","last_updated":"2019-07-06 16:14:56"},{"competition_id":"18","name":"FIFA World Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-27 14:40:19"},{"competition_id":"417","name":"FIFA Club World Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1321","name":"WCQ Inter-Confederation Playoffs","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-27 14:40:24"},{"competition_id":"1488","name":"OSN Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"19","name":"FIFA Confederations Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"785","name":"Olympics","teamtype":"male youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"638","name":"Intercontinental Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"812","name":"Copa Interamericana","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"695","name":"FIFA U-20 World Cup","teamtype":"male youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"788","name":"FIFA U-17 World Cup","teamtype":"male youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:43:48"},{"competition_id":"256","name":"VIVA World Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:43:32"},{"competition_id":"1860","name":"China Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-03-21 14:07:06"},{"competition_id":"2092","name":"WCQ Inter-Confederation Playoffs","teamtype":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-27 14:40:24"},{"competition_id":"744","name":"Indian Ocean Island Games","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"48","name":"Suruga Bank Championship","teamtype":"male","type":"club","format":"international_super_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:43:28"},{"competition_id":"396","name":"FIFA Friendlies","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-06-06 11:47:34"},{"competition_id":"1037","name":"Non-FIFA Friendlies","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-03-25 21:18:05"},{"competition_id":"931","name":"Club Friendlies","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"779","name":"Arab Club Championship","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-10-06 14:10:42"},{"competition_id":"934","name":"Kirin Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:43:59"},{"competition_id":"1940","name":"Intercontinental Cup","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2100","name":"Pan Arab Games","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"1941","name":"Tournoi des 4","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"2061","name":"Saudi-Egyptian Super Cup","teamtype":"male","type":"club","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-10-06 12:51:11"},{"competition_id":"1651","name":"FIFA Women's World Cup","teamtype":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"977","name":"Olympics","teamtype":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2019-07-31 10:18:32"},{"competition_id":"1001","name":"FIFA U-20 Women's World Cup","teamtype":"female youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:44:10"},{"competition_id":"943","name":"FIFA U-17 Women's World Cup","teamtype":"female youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-08-08 23:44:06"},{"competition_id":"1085","name":"NF-Board Friendlies","teamtype":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2018-02-02 18:15:15"},{"competition_id":"210","name":"Yemeni League","teamtype":"male","type":"club","format":"domestic_league","area_id":"210","area_name":"Yemen","last_updated":"2018-02-02 18:15:15"},{"competition_id":"310","name":"Second Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"210","area_name":"Yemen","last_updated":"2018-02-02 18:15:15"},{"competition_id":"488","name":"President's Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"210","area_name":"Yemen","last_updated":"2018-02-02 18:15:15"},{"competition_id":"245","name":"Super Division","teamtype":"male","type":"club","format":"domestic_league","area_id":"211","area_name":"Zambia","last_updated":"2018-06-11 01:04:02"},{"competition_id":"830","name":"Barclays Cup","teamtype":"male","type":"club","format":"domestic_cup","area_id":"211","area_name":"Zambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"829","name":"Charity Shield","teamtype":"male","type":"club","format":"domestic_super_cup","area_id":"211","area_name":"Zambia","last_updated":"2018-02-02 18:15:15"},{"competition_id":"204","name":"Ligi Kuu ya Zanzibar","teamtype":"male","type":"club","format":"domestic_league","area_id":"220","area_name":"Zanzibar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"532","name":"Ligi Daraja la Kwanza Kanda","teamtype":"male","type":"club","format":"domestic_league","area_id":"220","area_name":"Zanzibar","last_updated":"2018-02-02 18:15:15"},{"competition_id":"84","name":"Premier Soccer League","teamtype":"male","type":"club","format":"domestic_league","area_id":"212","area_name":"Zimbabwe","last_updated":"2018-02-02 18:15:15"}]}}