import requests

url = "https://sportscore1.p.rapidapi.com/sports/1/teams"

querystring = {"page":"1"}

headers = {
	"X-RapidAPI-Key": "3120bd59femsh68afa880283ffa6p186c2bjsnba94f7e3f5ad",
	"X-RapidAPI-Host": "sportscore1.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers, params=querystring)
            
print(response.json())
{'data': [{'id': 1, 'sport_id': 1, 'category_id': 40, 'venue_id': 1, 'manager_id': 1, 'slug': 'southampton', 'name': 'Southampton', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/southampton.png', 'name_translations': {'en': 'Southampton', 'ru': 'Саутгемптон', 'de': 'Southampton FC', 'es': 'Southampton FC', 'fr': 'Southampton FC', 'zh': '南安普敦', 'tr': 'Southampton', 'el': 'Σαουθάμπτον', 'it': 'Southampton', 'nl': 'Southampton FC', 'pt': 'Southampton FC'}, 'name_short': 'Southampton', 'name_full': 'Southampton', 'name_code': 'SOU', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 2, 'sport_id': 1, 'category_id': 40, 'venue_id': 2, 'manager_id': 5265, 'slug': 'burnley', 'name': 'Burnley', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/burnley.png', 'name_translations': {'en': 'Burnley', 'ru': 'Бернли', 'de': 'Burnley FC', 'es': 'Burnley FC', 'fr': 'Burnley FC', 'zh': '伯恩利', 'tr': 'Burnley', 'el': 'Μπέρνλι', 'it': 'Burnley', 'nl': 'Burnley FC', 'pt': 'Burnley FC'}, 'name_short': 'Burnley', 'name_full': 'Burnley', 'name_code': 'BUR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 3, 'sport_id': 1, 'category_id': 40, 'venue_id': 3, 'manager_id': 5, 'slug': 'norwich-city', 'name': 'Norwich City', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/norwich-city.png', 'name_translations': {'en': 'Norwich City', 'ru': 'Норвич Сити', 'de': 'Norwich City', 'es': 'Norwich City', 'fr': 'Norwich City', 'zh': '诺维奇', 'tr': 'Norwich City', 'el': 'Νόργουιτς', 'it': 'Norwich', 'nl': 'Norwich City', 'pt': 'Norwich City FC'}, 'name_short': 'Norwich', 'name_full': 'Norwich City', 'name_code': 'NOR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 4, 'sport_id': 1, 'category_id': 40, 'venue_id': 4, 'manager_id': 4, 'slug': 'liverpool', 'name': 'Liverpool', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/liverpool.png', 'name_translations': {'en': 'Liverpool', 'ru': 'Ливерпуль', 'de': 'Liverpool FC', 'es': 'Liverpool FC', 'fr': 'Liverpool FC', 'zh': '利物浦', 'tr': 'Liverpool', 'el': 'Λίβερπουλ', 'it': 'Liverpool', 'nl': 'Liverpool FC', 'pt': 'Liverpool FC'}, 'name_short': 'Liverpool', 'name_full': 'Liverpool', 'name_code': 'LIV', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 5, 'sport_id': 1, 'category_id': 40, 'venue_id': 5, 'manager_id': 3422, 'slug': 'aston-villa', 'name': 'Aston Villa', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/aston-villa.png', 'name_translations': {'en': 'Aston Villa', 'ru': 'Астон Вилла', 'de': 'Aston Villa', 'es': 'Aston Villa', 'fr': 'Aston Villa', 'zh': '阿斯顿维拉', 'tr': 'Aston Villa', 'el': 'Άστον Βίλα', 'it': 'Aston Villa', 'nl': 'Aston Villa', 'pt': 'Aston Villa FC'}, 'name_short': 'Aston Villa', 'name_full': 'Aston Villa', 'name_code': 'AVL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 6, 'sport_id': 1, 'category_id': 40, 'venue_id': 6, 'manager_id': 2970, 'slug': 'tottenham', 'name': 'Tottenham Hotspur', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/tottenham.png', 'name_translations': {'en': 'Tottenham Hotspur', 'ru': 'Тоттенхэм Хотспур', 'de': 'Tottenham Hotspur', 'es': 'Tottenham Hotspur', 'fr': 'Tottenham Hotspur', 'zh': '托特纳姆', 'tr': 'Tottenham', 'el': 'Τότεναμ', 'it': 'Tottenham', 'nl': 'Tottenham Hotspur', 'pt': 'Tottenham Hotspur FC'}, 'name_short': 'Tottenham ', 'name_full': 'Tottenham Hotspur', 'name_code': 'TOT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 7, 'sport_id': 1, 'category_id': 40, 'venue_id': 7, 'manager_id': 7, 'slug': 'arsenal', 'name': 'Arsenal', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/arsenal.png', 'name_translations': {'en': 'Arsenal', 'ru': 'Арсенал', 'de': 'Arsenal FC', 'es': 'Arsenal FC', 'fr': 'Arsenal FC', 'zh': '阿森纳', 'tr': 'Arsenal', 'el': 'Άρσεναλ', 'it': 'Arsenal', 'nl': 'Arsenal FC', 'pt': 'Arsenal FC'}, 'name_short': 'Arsenal', 'name_full': 'Arsenal', 'name_code': 'ARS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 8, 'sport_id': 1, 'category_id': 40, 'venue_id': 8, 'manager_id': 1828, 'slug': 'newcastle-united', 'name': 'Newcastle United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/newcastle-united.png', 'name_translations': {'en': 'Newcastle United', 'ru': 'Ньюкасл Юнайтед', 'de': 'Newcastle United', 'es': 'Newcastle United', 'fr': 'Newcastle United', 'zh': '纽卡斯尔', 'tr': 'Newcastle United', 'el': 'Νιουκάστλ', 'it': 'Newcastle', 'nl': 'Newcastle United', 'pt': 'Newcastle United FC'}, 'name_short': 'Newcastle', 'name_full': 'Newcastle United', 'name_code': 'NEW', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 9, 'sport_id': 1, 'category_id': 32, 'venue_id': 9, 'manager_id': 19, 'slug': 'rcd-mallorca', 'name': 'RCD Mallorca', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/rcd-mallorca.png', 'name_translations': {'en': 'RCD Mallorca', 'ru': 'Мальорка', 'de': 'RCD Mallorca', 'es': 'RCD Mallorca', 'fr': 'Majorque', 'zh': '皇家马略卡', 'tr': 'Real Mallorca', 'el': 'Μαγιόρκα', 'it': 'Maiorca', 'nl': 'RCD Mallorca', 'pt': 'RCD Mallorca'}, 'name_short': 'Mallorca', 'name_full': 'RCD Mallorca', 'name_code': 'MAL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 10, 'sport_id': 1, 'category_id': 32, 'venue_id': 10, 'manager_id': 1203, 'slug': 'deportivo-alaves', 'name': 'Deportivo Alavés', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/deportivo-alaves.png', 'name_translations': {'en': 'Deportivo Alavés', 'ru': 'Депортиво Алавес', 'de': 'Deportivo Alavés Sad', 'es': 'Deportivo Alavés SAD', 'fr': 'Alaves', 'zh': '阿拉维斯', 'tr': 'Alaves', 'el': 'Αλαβές', 'it': 'Deportivo Alaves', 'nl': 'Deportivo Alavés', 'pt': 'Deportivo Alavés'}, 'name_short': 'Alavés', 'name_full': 'Deportivo Alavés', 'name_code': 'ALA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 11, 'sport_id': 1, 'category_id': 32, 'venue_id': 11, 'manager_id': 645, 'slug': 'barcelona', 'name': 'Barcelona', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/barcelona.png', 'name_translations': {'en': 'Barcelona', 'ru': 'Барселона', 'de': 'FC Barcelona', 'es': 'FC Barcelona', 'fr': 'FC Barcelone', 'zh': '巴塞罗那', 'tr': 'FC Barcelona', 'el': 'Μπαρτσελόνα', 'it': 'Barcellona', 'nl': 'FC Barcelona', 'pt': 'FC Barcelona'}, 'name_short': 'Barcelona', 'name_full': 'Barcelona', 'name_code': 'FCB', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 12, 'sport_id': 1, 'category_id': 32, 'venue_id': 12, 'manager_id': 7728, 'slug': 'getafe', 'name': 'Getafe CF', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/getafe.png', 'name_translations': {'en': 'Getafe CF', 'ru': 'Хетафе', 'de': 'CF Getafe', 'es': 'Getafe CF', 'fr': 'CF Getafe', 'zh': '赫塔菲', 'tr': 'Getafe CF', 'el': 'Χετάφε', 'it': 'Getafe', 'nl': 'Getafe CF', 'pt': 'Getafe CF'}, 'name_short': 'Getafe CF', 'name_full': 'Getafe CF', 'name_code': 'GET', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': '1983-07-08 00:00:00', 'details': None}, {'id': 13, 'sport_id': 1, 'category_id': 32, 'venue_id': 13, 'manager_id': 5069, 'slug': 'villarreal', 'name': 'Villarreal', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/villarreal.png', 'name_translations': {'en': 'Villarreal', 'ru': 'Вильярреал', 'de': 'CF Villarreal', 'es': 'Villarreal CF', 'fr': 'Villarreal CF', 'zh': '维拉里尔', 'tr': 'Villarreal CF', 'el': 'Βιγιαρεάλ', 'it': 'Villarreal', 'nl': 'Villarreal CF', 'pt': 'CF Villarreal'}, 'name_short': 'Villarreal', 'name_full': 'Villarreal', 'name_code': 'VIL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 14, 'sport_id': 1, 'category_id': 32, 'venue_id': 14, 'manager_id': 10047, 'slug': 'levante', 'name': 'Levante UD', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/levante.png', 'name_translations': {'en': 'Levante UD', 'ru': 'Леванте', 'de': 'UD Levante', 'es': 'Levante UD', 'fr': 'UD Levante', 'zh': '莱万特', 'tr': 'Levante UD', 'el': 'Λεβάντε', 'it': 'Levante', 'nl': 'Levante UD', 'pt': 'UD Levante'}, 'name_short': 'Levante', 'name_full': 'Levante UD', 'name_code': 'LEV', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 15, 'sport_id': 1, 'category_id': 32, 'venue_id': 15, 'manager_id': 5151, 'slug': 'granada', 'name': 'Granada', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/granada.png', 'name_translations': {'en': 'Granada', 'ru': 'Гранада', 'de': 'Granada CF', 'es': 'Granada CF', 'fr': 'Grenade CF', 'zh': '格拉纳达', 'tr': 'Granada CF', 'el': 'Γρανάδα', 'it': 'Granada', 'nl': 'Granada CF', 'pt': 'Granada CF'}, 'name_short': 'Granada', 'name_full': 'Granada', 'name_code': 'GCF', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 16, 'sport_id': 1, 'category_id': 32, 'venue_id': 16, 'manager_id': 1305, 'slug': 'real-valladolid', 'name': 'Real Valladolid', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/real-valladolid.png', 'name_translations': {'en': 'Real Valladolid', 'ru': 'Реал Вальядолид', 'de': 'Real Valladolid', 'es': 'Real Valladolid', 'fr': 'Real Valladolid', 'zh': '巴拉多利德', 'tr': 'Real Valladolid', 'el': 'Βαγιαδολίδ', 'it': 'Real Valladolid', 'nl': 'Real Valladolid', 'pt': 'Real Valladolid'}, 'name_short': 'Valladolid', 'name_full': 'Real Valladolid', 'name_code': 'VLL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 17, 'sport_id': 1, 'category_id': 32, 'venue_id': 17, 'manager_id': 4431, 'slug': 'sevilla', 'name': 'Sevilla', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/sevilla.png', 'name_translations': {'en': 'Sevilla', 'ru': 'Cевилья', 'de': 'FC Sevilla', 'es': 'Sevilla FC', 'fr': 'FC Séville', 'zh': '塞维利亚', 'tr': 'Sevilla', 'el': 'Σεβίλλη', 'it': 'Siviglia', 'nl': 'Sevilla FC', 'pt': 'Sevilha FC'}, 'name_short': 'Sevilla', 'name_full': 'Sevilla', 'name_code': 'SEV', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 18, 'sport_id': 1, 'category_id': 32, 'venue_id': 18, 'manager_id': 15, 'slug': 'espanyol', 'name': 'Espanyol', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/espanyol.png', 'name_translations': {'en': 'Espanyol', 'ru': 'Эспаньол', 'de': 'RCD Espanyol Barcelona', 'es': 'RCD Espanyol Barcelona', 'fr': 'Espanyol Barcelone', 'zh': '西班牙人', 'tr': 'RCD Espanyol', 'el': 'Εσπανιόλ', 'it': 'Espanyol Barcellona', 'nl': 'RCD Espanyol', 'pt': 'RCD Espanhol de Barcelona'}, 'name_short': 'Espanyol', 'name_full': 'Espanyol', 'name_code': 'ESP', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 19, 'sport_id': 1, 'category_id': 32, 'venue_id': 19, 'manager_id': 6108, 'slug': 'leganes', 'name': 'Leganés', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/leganes.png', 'name_translations': {'en': 'Leganés', 'ru': 'Леганес', 'de': 'CD Leganés', 'es': 'CD Leganés', 'fr': 'CD Leganes', 'zh': '雷加利斯', 'tr': 'CD Leganes', 'el': 'Λεγκανές', 'it': 'Leganes', 'nl': 'CD Leganés', 'pt': 'CD Leganés'}, 'name_short': 'Leganés', 'name_full': 'Leganés', 'name_code': 'LEG', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 20, 'sport_id': 1, 'category_id': 32, 'venue_id': 20, 'manager_id': 5176, 'slug': 'real-betis', 'name': 'Real Betis Balompié', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/real-betis.png', 'name_translations': {'en': 'Real Betis Balompié', 'ru': 'Реал Бетис', 'de': 'Real Betis Balompie', 'es': 'Real Betis Balompié', 'fr': 'Betis Séville', 'zh': '皇家贝蒂斯', 'tr': 'Real Betis', 'el': 'Μπέτις', 'it': 'Real Betis', 'nl': 'Betis Sevilla', 'pt': 'Real Bétis Balompié'}, 'name_short': 'Betis', 'name_full': 'Real Betis Balompié', 'name_code': 'RBB', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 21, 'sport_id': 1, 'category_id': 32, 'venue_id': 21, 'manager_id': 23, 'slug': 'eibar', 'name': 'Eibar', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/eibar.png', 'name_translations': {'en': 'Eibar', 'ru': 'Эйбар', 'de': 'SD Eibar', 'es': 'SD Eibar', 'fr': 'SD Eibar', 'zh': '埃瓦尔', 'tr': 'SD Eibar', 'el': 'Έιμπαρ', 'it': 'Eibar', 'nl': 'SD Eibar', 'pt': 'SD Eibar'}, 'name_short': 'Eibar', 'name_full': 'Eibar', 'name_code': 'EIB', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 22, 'sport_id': 1, 'category_id': 32, 'venue_id': 22, 'manager_id': 22, 'slug': 'real-sociedad', 'name': 'Real Sociedad', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/real-sociedad.png', 'name_translations': {'en': 'Real Sociedad', 'ru': 'Реал Сосьедад', 'de': 'Real Sociedad', 'es': 'Real Sociedad', 'fr': 'Real Sociedad', 'zh': '皇家社会', 'tr': 'Real Sociedad', 'el': 'Σοσιεδάδ', 'it': 'Real Sociedad', 'nl': 'Real Sociedad', 'pt': 'Real Sociedad'}, 'name_short': 'Real Sociedad', 'name_full': 'Real Sociedad', 'name_code': 'RSO', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 23, 'sport_id': 1, 'category_id': 32, 'venue_id': 23, 'manager_id': 9428, 'slug': 'athletic-bilbao', 'name': 'Athletic Club', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/athletic-bilbao.png', 'name_translations': {'en': 'Athletic Club', 'ru': 'Атлетик Бильбао', 'de': 'Athletic Bilbao', 'es': 'Athletic Bilbao', 'fr': 'Athletic Bilbao', 'zh': '毕尔巴鄂竞技', 'tr': 'Athletic Bilbao', 'el': 'Αθλέτικ Μπιλμπάο', 'it': 'Athletic Bilbao', 'nl': 'Athletic Bilbao', 'pt': 'Atlético de Bilbao'}, 'name_short': 'Athletic', 'name_full': 'Athletic Club', 'name_code': 'ATH', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 24, 'sport_id': 1, 'category_id': 32, 'venue_id': 24, 'manager_id': 24, 'slug': 'osasuna', 'name': 'Osasuna', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/osasuna.png', 'name_translations': {'en': 'Osasuna', 'ru': 'Осасуна', 'de': 'CA Osasuna', 'es': 'CA Osasuna', 'fr': 'CA Osasuna', 'zh': '奥萨苏纳', 'tr': 'CA Osasuna', 'el': 'Οσασούνα', 'it': 'Osasuna', 'nl': 'CA Osasuna', 'pt': 'CA Osasuna'}, 'name_short': 'Osasuna', 'name_full': 'Osasuna', 'name_code': 'OSA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 137, 'sport_id': 1, 'category_id': 40, 'venue_id': 80, 'manager_id': 1827, 'slug': 'chelsea', 'name': 'Chelsea', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/chelsea.png', 'name_translations': {'en': 'Chelsea', 'ru': 'Челси', 'de': 'Chelsea FC', 'es': 'Chelsea FC', 'fr': 'Chelsea FC', 'zh': '切尔西', 'tr': 'Chelsea', 'el': 'Τσέλσι', 'it': 'Chelsea', 'nl': 'Chelsea FC', 'pt': 'Chelsea FC'}, 'name_short': 'Chelsea', 'name_full': 'Chelsea', 'name_code': 'CHE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 138, 'sport_id': 1, 'category_id': 40, 'venue_id': 81, 'manager_id': 709, 'slug': 'manchester-united', 'name': 'Manchester United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/manchester-united.png', 'name_translations': {'en': 'Manchester United', 'ru': 'Манчестер Юнайтед', 'de': 'Manchester United', 'es': 'Manchester United', 'fr': 'Manchester United', 'zh': '曼联', 'tr': 'Manchester United', 'el': 'Μάντσεστερ Γιουν.', 'it': 'Manchester United', 'nl': 'Manchester United', 'pt': 'Manchester United FC'}, 'name_short': 'Man Utd', 'name_full': 'Manchester United', 'name_code': 'MUN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ENG', 'country': 'England', 'flag': 'england', 'foundation': None, 'details': None}, {'id': 139, 'sport_id': 1, 'category_id': 32, 'venue_id': 82, 'manager_id': 1825, 'slug': 'real-madrid', 'name': 'Real Madrid', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/real-madrid.png', 'name_translations': {'en': 'Real Madrid', 'ru': 'Реал Мадрид', 'de': 'Real Madrid', 'es': 'Real Madrid CF', 'fr': 'Real Madrid', 'zh': '皇家马德里', 'tr': 'Real Madrid', 'el': 'Ρεάλ Μαδρίτης', 'it': 'Real Madrid', 'nl': 'Real Madrid', 'pt': 'Real Madrid CF'}, 'name_short': 'Real Madrid', 'name_full': 'Real Madrid', 'name_code': 'RMA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 140, 'sport_id': 1, 'category_id': 32, 'venue_id': 83, 'manager_id': 3707, 'slug': 'celta-vigo', 'name': 'Celta Vigo', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/celta-vigo.png', 'name_translations': {'en': 'Celta Vigo', 'ru': 'Сельта', 'de': 'RC Celta de Vigo', 'es': 'RC Celta de Vigo', 'fr': 'Celta Vigo', 'zh': '塞尔塔', 'tr': 'Celta Vigo', 'el': 'Θέλτα', 'it': 'Celta Vigo', 'nl': 'RC Celta de Vigo', 'pt': 'RC Celta de Vigo'}, 'name_short': 'Celta', 'name_full': 'Celta Vigo', 'name_code': 'RCC', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ESP', 'country': 'Spain', 'flag': 'spain', 'foundation': None, 'details': None}, {'id': 141, 'sport_id': 1, 'category_id': 88, 'venue_id': 84, 'manager_id': 2711, 'slug': '1-fc-koln', 'name': '1. FC Köln', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/1-fc-koln.png', 'name_translations': {'en': '1. FC Köln', 'ru': 'Кёльн', 'de': '1. FC Köln', 'es': '1. FC Colonia', 'fr': 'FC Cologne', 'zh': '科隆', 'tr': 'Köln', 'el': 'Κολωνία', 'it': 'Colonia', 'nl': '1. FC Köln', 'pt': 'FC Colónia'}, 'name_short': 'Köln', 'name_full': '1. FC Köln', 'name_code': 'KOE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'DEU', 'country': 'Germany', 'flag': 'germany', 'foundation': None, 'details': None}, {'id': 142, 'sport_id': 1, 'category_id': 88, 'venue_id': 85, 'manager_id': 2698, 'slug': 'bayern-munchen', 'name': 'Bayern München', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/bayern-munchen.png', 'name_translations': {'en': 'Bayern München', 'ru': 'Бавария Мюнхен', 'de': 'FC Bayern München', 'es': 'FC Bayern Múnich', 'fr': 'Bayern Munich', 'zh': '拜仁慕尼黑', 'tr': 'Bayern Münih', 'el': 'Μπάγερν', 'it': 'Bayern Monaco', 'nl': 'Bayern München', 'pt': 'Bayern de Munique'}, 'name_short': 'Bayern M.', 'name_full': 'Bayern München', 'name_code': 'BMU', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'DEU', 'country': 'Germany', 'flag': 'germany', 'foundation': None, 'details': None}, {'id': 143, 'sport_id': 1, 'category_id': 88, 'venue_id': 86, 'manager_id': 2114, 'slug': '1-fsv-mainz-05', 'name': '1. FSV Mainz 05', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/1-fsv-mainz-05.png', 'name_translations': {'en': '1. FSV Mainz 05', 'ru': 'Майнц', 'de': '1. FSV Mainz 05', 'es': '1. FSV Mainz 05', 'fr': 'Mayence', 'zh': '美因茨05', 'tr': 'Mainz', 'el': 'Μάιντζ', 'it': 'Mainz', 'nl': '1. FSV Mainz 05', 'pt': 'Mainz 05'}, 'name_short': 'Mainz 05', 'name_full': '1. FSV Mainz 05', 'name_code': 'M05', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'DEU', 'country': 'Germany', 'flag': 'germany', 'foundation': None, 'details': None}, {'id': 144, 'sport_id': 1, 'category_id': 88, 'venue_id': 87, 'manager_id': 3832, 'slug': 'fc-schalke-04', 'name': 'FC Schalke 04', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/fc-schalke-04.png', 'name_translations': {'en': 'FC Schalke 04', 'ru': 'Шальке-04', 'de': 'FC Schalke 04', 'es': 'FC Schalke 04', 'fr': 'Schalke 04', 'zh': '沙尔克04', 'tr': 'Schalke 04', 'el': 'Σάλκε', 'it': 'Schalke 04', 'nl': 'FC Schalke 04', 'pt': 'FC Schalke 04'}, 'name_short': 'Schalke 04', 'name_full': 'FC Schalke 04', 'name_code': 'SCH', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'DEU', 'country': 'Germany', 'flag': 'germany', 'foundation': None, 'details': None}, {'id': 145, 'sport_id': 1, 'category_id': 101, 'venue_id': 88, 'manager_id': 7051, 'slug': 'juventus', 'name': 'Juventus', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/juventus.png', 'name_translations': {'en': 'Juventus', 'ru': 'Ювентус', 'de': 'Juventus Turin', 'es': 'Juventus', 'fr': 'Juventus Turin', 'zh': '尤文图斯', 'tr': 'Juventus', 'el': 'Γιουβέντους', 'it': 'Juventus', 'nl': 'Juventus FC', 'pt': 'Juventus FC'}, 'name_short': 'Juventus', 'name_full': 'Juventus', 'name_code': 'JUV', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 146, 'sport_id': 1, 'category_id': 101, 'venue_id': 89, 'manager_id': 1895, 'slug': 'brescia', 'name': 'Brescia', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/brescia.png', 'name_translations': {'en': 'Brescia', 'ru': 'Брешиа', 'de': 'Brescia Calcio', 'es': 'Brescia Calcio', 'fr': 'Brescia', 'zh': '布雷西亚', 'tr': 'Brescia', 'el': 'Μπρέσια', 'it': 'Brescia', 'nl': 'Brescia Calcio', 'pt': 'Brescia'}, 'name_short': 'Brescia', 'name_full': 'Brescia', 'name_code': 'BRE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 147, 'sport_id': 1, 'category_id': 101, 'venue_id': 90, 'manager_id': 1946, 'slug': 'sampdoria', 'name': 'Sampdoria', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/sampdoria.png', 'name_translations': {'en': 'Sampdoria', 'ru': 'Сампдория', 'de': 'UC Sampdoria', 'es': 'UC Sampdoria', 'fr': 'Sampdoria Gênes', 'zh': '桑普多利亚', 'tr': 'Sampdoria Genoa', 'el': 'Σαμπντόρια', 'it': 'Sampdoria', 'nl': 'UC Sampdoria', 'pt': 'UC Sampdoria'}, 'name_short': 'Sampdoria', 'name_full': 'Sampdoria', 'name_code': 'SAM', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 148, 'sport_id': 1, 'category_id': 101, 'venue_id': 91, 'manager_id': 3001, 'slug': 'fiorentina', 'name': 'Fiorentina', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/fiorentina.png', 'name_translations': {'en': 'Fiorentina', 'ru': 'Фиорентина', 'de': 'AC Florenz', 'es': 'ACF Fiorentina', 'fr': 'Fiorentina AC', 'zh': '佛罗伦萨', 'tr': 'Fiorentina', 'el': 'Φιορεντίνα', 'it': 'Fiorentina', 'nl': 'ACF Fiorentina', 'pt': 'ACF Fiorentina'}, 'name_short': 'Fiorentina', 'name_full': 'Fiorentina', 'name_code': 'FIO', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 149, 'sport_id': 1, 'category_id': 101, 'venue_id': 92, 'manager_id': 3015, 'slug': 'sassuolo', 'name': 'Sassuolo', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/sassuolo.png', 'name_translations': {'en': 'Sassuolo', 'ru': 'Сассуоло', 'de': 'US Sassuolo Calcio', 'es': 'US Sassuolo Calcio', 'fr': 'US Sassuolo', 'zh': '萨索洛', 'tr': 'Sassuolo Calcio', 'el': 'Σασσουόλο', 'it': 'Sassuolo', 'nl': 'US Sassuolo', 'pt': 'US Sassuolo'}, 'name_short': 'Sassuolo', 'name_full': 'Sassuolo', 'name_code': 'SAS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 150, 'sport_id': 1, 'category_id': 101, 'venue_id': 93, 'manager_id': 3043, 'slug': 'parma', 'name': 'Parma', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/parma.png', 'name_translations': {'en': 'Parma', 'ru': 'Парма Кальчо 1913', 'de': 'Parma Calcio 1913', 'es': 'Parma Calcio 1913', 'fr': 'Parme', 'zh': '帕尔马', 'tr': 'Parma Calcio 1913', 'el': 'Πάρμα', 'it': 'Parma Calcio 1913', 'nl': 'Parma Calcio 1913', 'pt': 'Parma Calcio 1913'}, 'name_short': 'Parma', 'name_full': 'Parma', 'name_code': 'PAR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'ITA', 'country': 'Italy', 'flag': 'italy', 'foundation': None, 'details': None}, {'id': 209, 'sport_id': 1, 'category_id': 1, 'venue_id': 105, 'manager_id': 81, 'slug': 'linfield-fc', 'name': 'Linfield FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/linfield-fc.png', 'name_translations': {'en': 'Linfield FC', 'ru': 'Линфилд', 'de': 'Linfield FC', 'fr': 'Linfield FC', 'zh': '连菲特', 'tr': 'Linfield FC', 'el': 'Λίνφιελντ', 'pt': 'Linfield FC'}, 'name_short': 'Linfield', 'name_full': 'Linfield FC', 'name_code': 'LIN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 210, 'sport_id': 1, 'category_id': 1, 'venue_id': 106, 'manager_id': 82, 'slug': 'glentoran-fc', 'name': 'Glentoran FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/glentoran-fc.png', 'name_translations': {'en': 'Glentoran FC', 'ru': 'Гленторан', 'de': 'FC Glentoran', 'es': 'FC Glentoran', 'fr': 'Glentoran FC', 'zh': '格伦托兰', 'tr': 'Glentoran', 'el': 'Γκλεντοράν', 'nl': 'FC Glentoran', 'pt': 'Glentoran FC'}, 'name_short': 'Glentoran', 'name_full': 'Glentoran FC', 'name_code': 'GLE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 211, 'sport_id': 1, 'category_id': 1, 'venue_id': 107, 'manager_id': 83, 'slug': 'coleraine', 'name': 'Coleraine FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/coleraine.png', 'name_translations': {'en': 'Coleraine FC', 'ru': 'Колрейн', 'de': 'Coleraine FC', 'zh': '高利宁', 'tr': 'Coleraine FC', 'el': 'Κολεράιν', 'it': 'Coleraine', 'nl': 'Coleraine FC', 'pt': 'Coleraine FC'}, 'name_short': 'Coleraine FC', 'name_full': 'Coleraine FC', 'name_code': 'COL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 212, 'sport_id': 1, 'category_id': 1, 'venue_id': 108, 'manager_id': 84, 'slug': 'crusaders', 'name': 'Crusaders FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/crusaders.png', 'name_translations': {'en': 'Crusaders FC', 'ru': 'Крусейдерс', 'de': 'Crusaders FC', 'zh': '十字军', 'tr': 'Crusaders FC', 'el': 'Κρουσέιντερς', 'pt': 'Crusaders FC'}, 'name_short': 'Crusaders ', 'name_full': 'Crusaders FC', 'name_code': 'CRU', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 213, 'sport_id': 1, 'category_id': 1, 'venue_id': 109, 'manager_id': 85, 'slug': 'cliftonville', 'name': 'Cliftonville FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/cliftonville.png', 'name_translations': {'en': 'Cliftonville FC', 'ru': 'Клифтонвилл', 'de': 'Cliftonville FC', 'es': 'Cliftonville FC', 'fr': 'Cliftonville FC', 'zh': '克里夫顿维尔', 'tr': 'Cliftonville FC', 'el': 'Κλιφτονβάιλ', 'nl': 'Cliftonville FC', 'pt': 'Cliftonville FC'}, 'name_short': 'Cliftonville FC', 'name_full': 'Cliftonville FC', 'name_code': 'CLI', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 214, 'sport_id': 1, 'category_id': 1, 'venue_id': 110, 'manager_id': 86, 'slug': 'larne', 'name': 'Larne FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/larne.png', 'name_translations': {'en': 'Larne FC', 'ru': 'Ларн', 'de': 'Larne FC', 'zh': '拉恩', 'el': 'Λάρνε', 'pt': 'Larne FC'}, 'name_short': 'Larne FC', 'name_full': 'Larne FC', 'name_code': 'LAM', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 215, 'sport_id': 1, 'category_id': 1, 'venue_id': 111, 'manager_id': 87, 'slug': 'glenavon', 'name': 'Glenavon', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/glenavon.png', 'name_translations': {'en': 'Glenavon', 'ru': 'Гленавон', 'de': 'Glenavon FC', 'fr': 'Glenavon FC', 'zh': '格伦纳万', 'tr': 'Glenavon FC', 'el': 'Γκλέναβον', 'nl': 'Glenavon FC', 'pt': 'Glenavon FC'}, 'name_short': 'Glenavon', 'name_full': 'Glenavon', 'name_code': 'GLE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': '1989-11-01 00:00:00', 'details': None}, {'id': 216, 'sport_id': 1, 'category_id': 1, 'venue_id': 112, 'manager_id': 88, 'slug': 'carrick-rangers', 'name': 'Carrick Rangers', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/carrick-rangers.png', 'name_translations': {'en': 'Carrick Rangers', 'ru': 'Каррик Рейнджерс', 'de': 'Carrick Rangers FC', 'es': 'Carrick Rangers FC', 'zh': '卡里克流浪者', 'el': 'Κάρικ', 'nl': 'Carrick Rangers FC', 'pt': 'Carrick Rangers FC'}, 'name_short': 'Carrick Rangers', 'name_full': 'Carrick Rangers', 'name_code': 'CAR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 217, 'sport_id': 1, 'category_id': 1, 'venue_id': 113, 'manager_id': 89, 'slug': 'ballymena-united', 'name': 'Ballymena United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/ballymena-united.png', 'name_translations': {'en': 'Ballymena United', 'ru': 'Баллимена Юнайтед', 'de': 'Ballymena United FC', 'zh': '巴利米纳联', 'tr': 'Ballymena United FC', 'el': 'Μπαλιμένα', 'pt': 'Ballymena United FC'}, 'name_short': 'Ballymena United', 'name_full': 'Ballymena United', 'name_code': 'BAL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 218, 'sport_id': 1, 'category_id': 1, 'venue_id': 114, 'manager_id': 90, 'slug': 'dungannon-swifts', 'name': 'Dungannon Swifts', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/dungannon-swifts.png', 'name_translations': {'en': 'Dungannon Swifts', 'ru': 'Данганнон', 'de': 'Dungannon Swifts FC', 'zh': '邓根伦雨燕', 'tr': 'Dungannon Swifts FC', 'el': 'Ντάνγκανων Σουίφτς', 'pt': 'Dungannon Swifts FC'}, 'name_short': 'Dungannon Swifts', 'name_full': 'Dungannon Swifts', 'name_code': 'DUS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 219, 'sport_id': 1, 'category_id': 1, 'venue_id': 115, 'manager_id': 91, 'slug': 'warrenpoint-town', 'name': 'Warrenpoint Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/warrenpoint-town.png', 'name_translations': {'en': 'Warrenpoint Town', 'ru': 'Уорренпойнт Таун', 'de': 'Warrenpoint Town FC', 'zh': '瓦伦波音特镇', 'tr': 'Warrenpoint Town FC', 'el': 'Ουαρενπόιντ Τάουν', 'nl': 'Warrenpoint Town FC', 'pt': 'Warrenpoint Town FC'}, 'name_short': 'Warrenpoint Town', 'name_full': 'Warrenpoint Town', 'name_code': 'WAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': '1988-01-01 00:00:00', 'details': None}, {'id': 220, 'sport_id': 1, 'category_id': 1, 'venue_id': 116, 'manager_id': 92, 'slug': 'institute', 'name': 'Institute', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/institute.png', 'name_translations': {'en': 'Institute', 'ru': 'Инститьют', 'de': 'Institute FC', 'zh': '学院队', 'tr': 'Institute FC', 'el': 'Ινστιτούτ', 'nl': 'Institute FC', 'pt': 'Institute FC'}, 'name_short': 'Institute', 'name_full': 'Institute', 'name_code': 'INS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 221, 'sport_id': 1, 'category_id': 1, 'venue_id': 117, 'manager_id': 97, 'slug': 'ards-fc', 'name': 'Ards FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/ards-fc.png', 'name_translations': {'en': 'Ards FC', 'ru': 'Ардс', 'de': 'Ards FC', 'es': 'Ards FC', 'fr': 'Ards FC', 'zh': '阿德斯', 'tr': 'Ards', 'el': 'Αρντς', 'nl': 'Ards FC', 'pt': 'Ards FC'}, 'name_short': 'Ards', 'name_full': 'Ards FC', 'name_code': 'ARD', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 222, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': 8600, 'slug': 'newry-city-afc', 'name': 'Newry City AFC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/newry-city-afc.png', 'name_translations': {'en': 'Newry City AFC', 'ru': 'Ньюри Сити', 'de': 'Newry City AFC', 'es': 'Newry City AFC', 'zh': '纽里市', 'tr': 'Newry City AFC', 'el': 'Νιούρι Σίτι', 'nl': 'Newry City AFC', 'pt': 'Newry City AFC'}, 'name_short': 'Newry City', 'name_full': 'Newry City AFC', 'name_code': 'NCA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': '2013-01-01 00:00:00', 'details': None}, {'id': 223, 'sport_id': 1, 'category_id': 1, 'venue_id': 118, 'manager_id': None, 'slug': 'dergview-fc', 'name': 'Dergview FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/dergview-fc.png', 'name_translations': {'en': 'Dergview FC', 'ru': 'Дергвайв', 'de': 'Dergview FC', 'es': 'Dergview FC', 'zh': '德维', 'el': 'Ντέργκβιου', 'it': 'Dergview', 'nl': 'Dergview FC', 'pt': 'Dergview FC'}, 'name_short': 'Dergview', 'name_full': 'Dergview FC', 'name_code': 'DER', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': '1980-01-01 00:00:00', 'details': None}, {'id': 224, 'sport_id': 1, 'category_id': 1, 'venue_id': 119, 'manager_id': 93, 'slug': 'ballinamallard-united', 'name': 'Ballinamallard United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/ballinamallard-united.png', 'name_translations': {'en': 'Ballinamallard United', 'ru': 'Мяч Ballinamallard United', 'de': 'Ballinamallard United FC', 'es': 'Ballinamallard United FC', 'zh': '巴里纳马勒联', 'el': 'Μπαλλιναμαλάρντ Γιουνάιτιντ', 'nl': 'Ballinamallard United FC', 'pt': 'Ballinamallard United FC'}, 'name_short': 'Ballinamallard Utd.', 'name_full': 'Ballinamallard United', 'name_code': 'BAL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': '1975-01-01 00:00:00', 'details': None}, {'id': 225, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'moyola-park', 'name': 'Moyola Park', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/moyola-park.png', 'name_translations': {'en': 'Moyola Park', 'ru': 'Мойола Парк', 'de': 'Moyola Park FC', 'es': 'Moyola Park', 'zh': '莫约拉公园', 'tr': 'Moyola Park', 'el': 'Μογιόλα Παρκ', 'nl': 'Moyola Park FC', 'pt': 'Moyola Park'}, 'name_short': 'Moyola Park', 'name_full': 'Moyola Park', 'name_code': 'MOP', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 226, 'sport_id': 1, 'category_id': 1, 'venue_id': 117, 'manager_id': None, 'slug': 'bangor-fc', 'name': 'Bangor FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/bangor-fc.png', 'name_translations': {'en': 'Bangor FC', 'ru': 'Бангор ФК', 'de': 'Bangor FC', 'es': 'Bangor FC', 'zh': '班格', 'tr': 'Bangor', 'el': 'Μπανγκόρ', 'nl': 'Bangor FC', 'pt': 'Bangor FC'}, 'name_short': 'Bangor', 'name_full': 'Bangor FC', 'name_code': 'BAN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 227, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': 94, 'slug': 'lisburn-distillery', 'name': 'Lisburn Distillery', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/lisburn-distillery.png', 'name_translations': {'en': 'Lisburn Distillery', 'ru': 'Лисберн Дистиллери', 'de': 'Lisburn Distillery FC', 'es': 'Lisburn Distillery', 'zh': '里斯本造酒厂', 'tr': 'Lisburn Distillery', 'el': 'Λίσμπερν Ντιστίλερι', 'it': 'Lisburn Distillery', 'nl': 'Lisburn Distillery FC', 'pt': 'Lisburn Distillery FC'}, 'name_short': 'Lisburn', 'name_full': 'Lisburn Distillery', 'name_code': 'LIS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 228, 'sport_id': 1, 'category_id': 1, 'venue_id': 120, 'manager_id': 88, 'slug': 'dundela', 'name': 'Dundela', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/dundela.png', 'name_translations': {'en': 'Dundela', 'ru': 'Дундела', 'de': 'Dundela FC', 'zh': '邓迪拉', 'el': 'Ντουντέλα', 'nl': 'Dundela FC', 'pt': 'Dundela FC'}, 'name_short': 'Dundela', 'name_full': 'Dundela', 'name_code': 'DUN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 229, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'tobermore-united', 'name': 'Tobermore United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/tobermore-united.png', 'name_translations': {'en': 'Tobermore United', 'ru': 'Тобермор Юнайтед', 'de': 'Tobermore United FC', 'es': 'Tobermore United', 'zh': '托贝摩尔联', 'el': 'Τομπερμούρ Γιουν.', 'nl': 'Tobermore United FC', 'pt': 'Tobermore United'}, 'name_short': 'Tobermore Utd', 'name_full': 'Tobermore United', 'name_code': 'TUN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 230, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'annagh-united', 'name': 'Annagh United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/annagh-united.png', 'name_translations': {'en': 'Annagh United', 'ru': 'Аннаг Юнайтед', 'de': 'Annagh United FC', 'es': 'Annagh United', 'zh': '安纳联', 'el': 'Ανάγκ Γιουν.', 'nl': 'Annagh United FC', 'pt': 'Annagh United'}, 'name_short': 'Annagh United', 'name_full': 'Annagh United', 'name_code': 'ANN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 231, 'sport_id': 1, 'category_id': 1, 'venue_id': 121, 'manager_id': 95, 'slug': 'ballyclare-comrades', 'name': 'Ballyclare Comrades', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/ballyclare-comrades.png', 'name_translations': {'en': 'Ballyclare Comrades', 'ru': 'Товарищ Ballyclare', 'de': 'Ballyclare Comrades FC', 'es': 'Ballyclare Comrades FC', 'zh': '巴利克莱尔同志', 'el': 'Μπαλικλέρ Κομράντες', 'nl': 'Ballyclare Comrades FC', 'pt': 'Ballyclare Comrades'}, 'name_short': 'Ballyclare Comrades', 'name_full': 'Ballyclare Comrades', 'name_code': 'BAC', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 232, 'sport_id': 1, 'category_id': 1, 'venue_id': 122, 'manager_id': 96, 'slug': 'knockbreda', 'name': 'Knockbreda', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/knockbreda.png', 'name_translations': {'en': 'Knockbreda', 'ru': 'Нокбреда', 'de': 'Knockbreda FC', 'zh': '克诺克布里达', 'el': 'Κνοκμπρέντα', 'pt': 'Knockbreda FC'}, 'name_short': 'Knockbreda', 'name_full': 'Knockbreda', 'name_code': 'KNO', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 233, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'newington-yc', 'name': 'Newington Yc', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/newington-yc.png', 'name_translations': {'en': 'Newington Yc', 'ru': 'Ньювингтон ЮК', 'de': 'Newington Yc', 'es': 'Newington Yc', 'zh': '纽因顿青年俱乐部', 'tr': 'Newington YC', 'el': 'Νιούνιγκτον', 'it': 'Newington', 'nl': 'Newington Yc', 'pt': 'Newington YC'}, 'name_short': 'Newington', 'name_full': 'Newington Yc', 'name_code': 'NEW', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 234, 'sport_id': 1, 'category_id': 1, 'venue_id': 123, 'manager_id': 8601, 'slug': 'portadown-fc', 'name': 'Portadown FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/portadown-fc.png', 'name_translations': {'en': 'Portadown FC', 'ru': 'ФК Портадаун', 'de': 'FC Portadown', 'es': 'Portadown', 'fr': 'Portadown FC', 'zh': '波塔唐', 'tr': 'Portadown', 'el': 'Πόρτανταουν', 'it': 'Portadown', 'nl': 'FC Portadown', 'pt': 'FC Portadown'}, 'name_short': 'Portadown', 'name_full': 'Portadown FC', 'name_code': 'POR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 235, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'dollingstown', 'name': 'Dollingstown', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/dollingstown.png', 'name_translations': {'en': 'Dollingstown', 'ru': 'Dollingstown', 'de': 'Dollingstown', 'es': 'Dollingstown', 'zh': '多林斯城', 'el': 'Ντόλινγκστόουν', 'nl': 'Dollingstown', 'pt': 'Dollingstown FC'}, 'name_short': 'Dollingstown', 'name_full': 'Dollingstown', 'name_code': 'DOL', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 236, 'sport_id': 1, 'category_id': 1, 'venue_id': 124, 'manager_id': None, 'slug': 'limavady-united', 'name': 'Limavady United', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/limavady-united.png', 'name_translations': {'en': 'Limavady United', 'ru': 'Лимавади Юнайтед', 'de': 'Limavady United FC', 'zh': '利马瓦迪联', 'el': 'Λιμαβάντι', 'pt': 'Limavady United FC'}, 'name_short': 'Limavady Utd.', 'name_full': 'Limavady United', 'name_code': 'LIM', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 237, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'lurgan-celtic', 'name': 'Lurgan Celtic', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/lurgan-celtic.png', 'name_translations': {'en': 'Lurgan Celtic', 'ru': 'Лурган Селтик', 'de': 'Lurgan Celtic', 'es': 'Lurgan Celtic', 'zh': '勒根凯尔特人', 'tr': 'Lurgan Celtic', 'el': 'Λουργκάν Σέλτικ', 'it': 'Lurgan Celtic', 'nl': 'Lurgan Celtic', 'pt': 'Lurgan Celtic'}, 'name_short': 'Lurgan Celtic', 'name_full': 'Lurgan Celtic', 'name_code': 'LCE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 238, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'portstewart', 'name': 'Portstewart', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/portstewart.png', 'name_translations': {'en': 'Portstewart', 'ru': 'Портстюарт', 'de': 'Portstewart FC', 'es': 'Portstewart', 'zh': '斯图尔特港', 'el': 'Πορτστιούαρτ', 'it': 'Portstewart', 'nl': 'Portstewart FC', 'pt': 'Portstewart FC'}, 'name_short': 'Portstewart', 'name_full': 'Portstewart', 'name_code': 'POR', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 239, 'sport_id': 1, 'category_id': 1, 'venue_id': 125, 'manager_id': 98, 'slug': 'loughgall', 'name': 'Loughgall', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/loughgall.png', 'name_translations': {'en': 'Loughgall', 'ru': 'Loughgall', 'de': 'Loughgall FC', 'zh': '洛高尔', 'el': 'Λουγκαγκάλ', 'pt': 'Loughgall FC'}, 'name_short': 'Loughgall', 'name_full': 'Loughgall', 'name_code': 'LOU', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 240, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'banbridge-town', 'name': 'Banbridge Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/banbridge-town.png', 'name_translations': {'en': 'Banbridge Town', 'ru': 'Банбридж Таун', 'de': 'Banbridge Town', 'es': 'Banbridge Town', 'zh': '班布里奇', 'el': 'Μπάνμπριτζ Τάουν', 'nl': 'Banbridge Town', 'pt': 'Banbridge Town'}, 'name_short': 'Banbridge Town', 'name_full': 'Banbridge Town', 'name_code': 'BAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 241, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'queens-university', 'name': 'Queens University', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/queens-university.png', 'name_translations': {'en': 'Queens University', 'ru': 'Куинс Университет', 'de': 'Queens University', 'es': 'Queens University', 'zh': '女王大学', 'tr': 'Queens Üniversitesi', 'el': 'Κουίνς Γιουνιβέρσιτι', 'nl': 'Queens University', 'pt': 'Universidade de Queens'}, 'name_short': 'Queens University', 'name_full': 'Queens University', 'name_code': 'QUE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 242, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'psni-fc', 'name': 'PSNI FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/psni-fc.png', 'name_translations': {'en': 'PSNI FC', 'ru': 'Клуб Псни', 'de': 'Psni FC', 'zh': '北爱尔兰警察足球俱乐部', 'el': 'ΠΣΝΙ', 'pt': 'Psni FC'}, 'name_short': 'PSNI FC', 'name_full': 'PSNI FC', 'name_code': 'PSN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 243, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'armagh-city', 'name': 'Armagh City', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/armagh-city.png', 'name_translations': {'en': 'Armagh City', 'ru': 'Армаг Сити', 'de': 'Armagh City FC', 'es': 'Armagh City FC', 'zh': '阿马城', 'tr': 'Armagh City', 'el': 'Aρμάθ Σίτι', 'nl': 'Armagh City FC', 'pt': 'Armagh City'}, 'name_short': 'Armagh City', 'name_full': 'Armagh City', 'name_code': 'ARC', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 244, 'sport_id': 1, 'category_id': 1, 'venue_id': 126, 'manager_id': 99, 'slug': 'hw-welders', 'name': 'H&W Welders', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/hw-welders.png', 'name_translations': {'en': 'H&W Welders', 'ru': 'H & W Welders', 'de': 'Harland and Wolff Welders FC', 'zh': '哈兰德&沃尔夫 焊工', 'el': 'Χαρλάντ Γέλντερς', 'pt': 'Harland and Wolff Welders FC'}, 'name_short': 'Welders', 'name_full': 'H&W Welders', 'name_code': 'HWW', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 245, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'sport-leisure-swifts', 'name': 'Sport & Leisure Swifts', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/sport-leisure-swifts.png', 'name_translations': {'en': 'Sport & Leisure Swifts', 'ru': 'Спорт И Отдых Стрижи'}, 'name_short': 'Sport / Leisure', 'name_full': 'Sport & Leisure Swifts', 'name_code': 'SLS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 246, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'hanover', 'name': 'Hanover', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/hanover.png', 'name_translations': {'en': 'Hanover', 'ru': 'Ганновер', 'zh': '汉诺威(北爱)', 'el': 'Χάνοβερ'}, 'name_short': 'Hanover', 'name_full': 'Hanover', 'name_code': 'HAN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 247, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'rathfriland-rangers', 'name': 'Rathfriland Rangers', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/rathfriland-rangers.png', 'name_translations': {'en': 'Rathfriland Rangers', 'ru': 'Ратфриленд Рейнджерс', 'zh': '拉斯弗赖兰游骑兵', 'el': 'Ρατχφρίλαντ Ρέιντζερς'}, 'name_short': 'Rathfriland', 'name_full': 'Rathfriland Rangers', 'name_code': 'RRA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 248, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'belfast-celtic-fc', 'name': 'Belfast Celtic FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/belfast-celtic-fc.png', 'name_translations': {'en': 'Belfast Celtic FC', 'ru': 'Белфаст Селтик', 'zh': '贝尔法斯特 凯尔特人(女)', 'el': 'Μπέλφαστ'}, 'name_short': 'Belfast Celtic FC', 'name_full': 'Belfast Celtic FC', 'name_code': 'BCE', 'has_sub': False, 'gender': 'F', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 249, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'east-belfast-fc', 'name': 'East Belfast FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/east-belfast-fc.png', 'name_translations': {'en': 'East Belfast FC', 'ru': 'Восток Белфаст', 'zh': '东贝尔法斯特', 'pt': 'Belfast de Este'}, 'name_short': 'East Belfast FC', 'name_full': 'East Belfast FC', 'name_code': 'EBE', 'has_sub': False, 'gender': None, 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 250, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'crumlin-star', 'name': 'Crumlin Star', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/crumlin-star.png', 'name_translations': {'en': 'Crumlin Star', 'ru': 'Crumlin Star', 'zh': '克拉姆林 星队', 'el': 'Κρούμλιν'}, 'name_short': 'Crumlin', 'name_full': 'Crumlin Star', 'name_code': 'CST', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 251, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'rosemount-recreation-fc', 'name': 'Rosemount Recreation Fc', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/rosemount-recreation-fc.png', 'name_translations': {'en': 'Rosemount Recreation Fc', 'ru': 'Rosemount Отдых Fc'}, 'name_short': 'Rosemount Recreation Fc', 'name_full': 'Rosemount Recreation Fc', 'name_code': 'RRF', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 252, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'larne-tech-ob', 'name': 'Larne Tech OB', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/larne-tech-ob.png', 'name_translations': {'en': 'Larne Tech OB', 'ru': 'Larne Tech Ob'}, 'name_short': 'Larne Tech', 'name_full': 'Larne Tech OB', 'name_code': 'LTE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 253, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'strabane-athletic-fc', 'name': 'Strabane Athletic FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/strabane-athletic-fc.png', 'name_translations': {'en': 'Strabane Athletic FC', 'ru': 'Страбане Атлетик Фк'}, 'name_short': 'Strabane', 'name_full': 'Strabane Athletic FC', 'name_code': 'SAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 254, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'maiden-city', 'name': 'Maiden City', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/maiden-city.png', 'name_translations': {'en': 'Maiden City', 'ru': 'Девичья Город'}, 'name_short': 'Maiden City', 'name_full': 'Maiden City', 'name_code': 'MCI', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 255, 'sport_id': 1, 'category_id': 1, 'venue_id': None, 'manager_id': None, 'slug': 'abbey-villa', 'name': 'Abbey Villa', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/abbey-villa.png', 'name_translations': {'en': 'Abbey Villa', 'ru': 'Аббатство Вилла'}, 'name_short': 'Abbey Villa', 'name_full': 'Abbey Villa', 'name_code': 'AVI', 'has_sub': False, 'gender': None, 'is_nationality': False, 'country_code': 'NIR', 'country': 'Northern Ireland', 'flag': 'northern-ireland', 'foundation': None, 'details': None}, {'id': 256, 'sport_id': 1, 'category_id': 2, 'venue_id': 127, 'manager_id': 8602, 'slug': 'the-new-saints', 'name': 'The New Saints', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/the-new-saints.png', 'name_translations': {'en': 'The New Saints', 'ru': 'Нью-Сейнтс', 'de': 'The New Saints FC', 'es': 'The New Saints FC', 'fr': 'The New Saints', 'zh': 'TNS全网络', 'tr': 'TNS', 'el': 'Δε Νιου Σέιντς', 'it': 'The New Saints', 'nl': 'The New Saints FC', 'pt': 'The New Saints FC'}, 'name_short': 'TNS', 'name_full': 'The New Saints', 'name_code': 'TNS', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 257, 'sport_id': 1, 'category_id': 2, 'venue_id': 128, 'manager_id': 116, 'slug': 'connahs-quay-nomads', 'name': "Connah's Quay Nomads", 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/connahs-quay-nomads.png', 'name_translations': {'en': "Connah's Quay Nomads", 'ru': 'Коннах Куэй Номадс', 'de': 'Connah´s Quay Nomads FC', 'zh': '康纳斯码头', 'tr': 'Connah´s Quay Nomads FC', 'el': 'Κόννανχ Κουάι Νόμαντς', 'pt': 'Connah´s Quay Nomads FC'}, 'name_short': "Connah's Quay", 'name_full': "Connah's Quay Nomads", 'name_code': 'CQN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 258, 'sport_id': 1, 'category_id': 2, 'venue_id': 129, 'manager_id': 102, 'slug': 'bala-town', 'name': 'Bala Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/bala-town.png', 'name_translations': {'en': 'Bala Town', 'ru': 'Бала Таун', 'de': 'Bala Town FC', 'fr': 'Bala Town FC', 'zh': '巴拉城', 'tr': 'Bala Town FC', 'el': 'Μπάλα Τάουν', 'pt': 'Bala Town FC'}, 'name_short': 'Bala Town', 'name_full': 'Bala Town', 'name_code': 'BAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 259, 'sport_id': 1, 'category_id': 2, 'venue_id': 130, 'manager_id': 103, 'slug': 'barry-town', 'name': 'Barry Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/barry-town.png', 'name_translations': {'en': 'Barry Town', 'ru': 'Барри Таун', 'de': 'Barry Town United FC', 'es': 'Barry Town United FC', 'zh': '巴利镇联', 'tr': 'Barry Town United FC', 'el': 'Μπάρι Τάουν Γιουνάιτιντ', 'it': 'Barry Town United FC', 'nl': 'Barry Town United FC', 'pt': 'Barry Town United FC'}, 'name_short': 'Barry', 'name_full': 'Barry Town', 'name_code': 'BAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 260, 'sport_id': 1, 'category_id': 2, 'venue_id': 131, 'manager_id': 107, 'slug': 'caernarfon-town', 'name': 'Caernarfon Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/caernarfon-town.png', 'name_translations': {'en': 'Caernarfon Town', 'ru': 'Карнарвон Таун', 'de': 'Caernarfon Town FC', 'zh': '卡纳芬城', 'tr': 'Caernarfon Town FC', 'el': 'Καρναρφόν Τάουν', 'pt': 'Caernarfon Town FC'}, 'name_short': 'Caernarfon', 'name_full': 'Caernarfon Town', 'name_code': 'CAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 261, 'sport_id': 1, 'category_id': 2, 'venue_id': 132, 'manager_id': 105, 'slug': 'newtown-afc', 'name': 'Newtown AFC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/newtown-afc.png', 'name_translations': {'en': 'Newtown AFC', 'ru': 'ФК Ньютаун', 'de': 'Newtown AFC', 'es': 'Newtown AFC', 'fr': 'Newtown AFC', 'zh': '威尔士新城', 'tr': 'Newtown', 'el': 'Νιούταουν', 'nl': 'Newtown AFC', 'pt': 'Newtown AFC'}, 'name_short': 'Newtown', 'name_full': 'Newtown AFC', 'name_code': 'NEW', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 262, 'sport_id': 1, 'category_id': 2, 'venue_id': 133, 'manager_id': 106, 'slug': 'cardiff-met-fc', 'name': 'Cardiff Met FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/cardiff-met-fc.png', 'name_translations': {'en': 'Cardiff Met FC', 'ru': 'Кардифф Метрополитан Юнивёрсити', 'de': 'Cardiff Metropolitan University FC', 'zh': '卡迪夫都会大学', 'tr': 'Cardiff Metropolitan Üniversitesi FC', 'el': 'Κάρντιφ Μετροπόλιταν Γιουνιβέρσιτι', 'pt': 'Universidade Metropolitana de Cardiff FC'}, 'name_short': 'Cardiff Met', 'name_full': 'Cardiff Met FC', 'name_code': 'CMU', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': '2000-07-01 00:00:00', 'details': None}, {'id': 263, 'sport_id': 1, 'category_id': 2, 'venue_id': 134, 'manager_id': 6238, 'slug': 'cefn-druids', 'name': 'Cefn Druids', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/cefn-druids.png', 'name_translations': {'en': 'Cefn Druids', 'ru': 'Друидс', 'de': 'Cefn Druid', 'es': 'Cefn Druid', 'fr': 'Cefn Druids', 'zh': '斯芬杜特斯', 'tr': 'CEFN Druids AFC', 'el': 'Σεφν Ντρούιντς', 'nl': 'Cefn Druids AFC', 'pt': 'Cefn Druids AFC'}, 'name_short': 'Cefn Druids', 'name_full': 'Cefn Druids', 'name_code': 'CDA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 264, 'sport_id': 1, 'category_id': 2, 'venue_id': 135, 'manager_id': 108, 'slug': 'aberystwyth-town', 'name': 'Aberystwyth Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/aberystwyth-town.png', 'name_translations': {'en': 'Aberystwyth Town', 'ru': 'Аберистуит Таун', 'de': 'Aberystwyth Town FC', 'es': 'Aberystwyth Town', 'zh': '阿伯里斯特威斯', 'tr': 'Aberystwyth Town FC', 'el': 'Αμπεριστγουίθ Τάουν', 'nl': 'Aberystwyth Town FC', 'pt': 'Aberystwyth Town FC'}, 'name_short': 'Aberystwyth', 'name_full': 'Aberystwyth Town', 'name_code': 'ABE', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 265, 'sport_id': 1, 'category_id': 2, 'venue_id': 136, 'manager_id': 109, 'slug': 'penybont', 'name': 'Penybont', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/penybont.png', 'name_translations': {'en': 'Penybont', 'ru': 'Penybont', 'de': 'Penybont', 'es': 'Penybont', 'zh': '佩尼邦特', 'tr': 'Penybont', 'el': 'Πένιμποντ', 'nl': 'Penybont', 'pt': 'Penybont FC'}, 'name_short': 'Penybont', 'name_full': 'Penybont', 'name_code': 'PEN', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': '2013-07-01 00:00:00', 'details': None}, {'id': 266, 'sport_id': 1, 'category_id': 2, 'venue_id': 137, 'manager_id': 110, 'slug': 'airbus-uk-broughton', 'name': 'Airbus UK Broughton', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/airbus-uk-broughton.png', 'name_translations': {'en': 'Airbus UK Broughton', 'ru': 'ФК Эйрбас ЮК', 'de': 'Airbus UK Broughton FC', 'es': 'Airbus UK Broughton', 'fr': 'Airbus UK Broughton FC', 'zh': '埃尔巴斯', 'tr': 'Airbus UK Broughton FC', 'el': 'Έρμπας', 'nl': 'Airbus UK Broughton', 'pt': 'Airbus UK BFC'}, 'name_short': 'Airbus UK', 'name_full': 'Airbus UK Broughton', 'name_code': 'AUK', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 267, 'sport_id': 1, 'category_id': 2, 'venue_id': 138, 'manager_id': 9962, 'slug': 'carmarthen-town', 'name': 'Carmarthen Town', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/carmarthen-town.png', 'name_translations': {'en': 'Carmarthen Town', 'ru': 'Кармартен Таун', 'de': 'Carmarthen Town AFC', 'es': 'Carmarthen Town AFC', 'fr': 'Carmarthen Town AFC', 'zh': '卡马森城', 'tr': 'Carmarthen Town AFC', 'el': 'Καρμαθέν Τάουν', 'it': 'Carmarthen Town AFC', 'nl': 'Carmarthen Town AFC', 'pt': 'Carmarthen Town AFC'}, 'name_short': 'Carmarthen Town', 'name_full': 'Carmarthen Town', 'name_code': 'CAT', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 268, 'sport_id': 1, 'category_id': 2, 'venue_id': None, 'manager_id': 112, 'slug': 'llanelli-afc', 'name': 'Llanelli AFC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/llanelli-afc.png', 'name_translations': {'en': 'Llanelli AFC', 'ru': 'Лланелли Таун', 'zh': '拉内利', 'tr': 'Llanelli Town AFC', 'el': 'Λανέλι Τάουν', 'pt': 'Llanelli Town AFC'}, 'name_short': 'Llanelli', 'name_full': 'Llanelli AFC', 'name_code': 'LLA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': None, 'details': None}, {'id': 269, 'sport_id': 1, 'category_id': 2, 'venue_id': 139, 'manager_id': 104, 'slug': 'llandudno-fc', 'name': 'Llandudno FC', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/llandudno-fc.png', 'name_translations': {'en': 'Llandudno FC', 'ru': 'Лландидно', 'de': 'Llandudno FC', 'es': 'Llandudno FC', 'fr': 'Llandudno FC', 'zh': '兰迪德诺', 'tr': 'Llandudno FC', 'el': 'Λαντούντνο', 'nl': 'Llandudno FC', 'pt': 'Llandudno FC'}, 'name_short': 'Llandudno', 'name_full': 'Llandudno FC', 'name_code': 'LLA', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': '2021-09-23 00:00:00', 'details': None}, {'id': 270, 'sport_id': 1, 'category_id': 2, 'venue_id': 140, 'manager_id': None, 'slug': 'guilsfield-athletic', 'name': 'Guilsfield Athletic', 'has_logo': True, 'logo': 'https://tipsscore.com/resb/team/guilsfield-athletic.png', 'name_translations': {'en': 'Guilsfield Athletic', 'ru': 'Гилсфилд Атлетик', 'de': 'Guilsfield Athletic', 'es': 'Guilsfield Athletic', 'zh': '奎斯菲尔德竞技', 'tr': 'Guilsfield Athletic', 'el': 'Γκίλσφιλντ Αθλέτικ', 'nl': 'Guilsfield Athletic', 'pt': 'Guilsfield Athletic'}, 'name_short': 'Guilsfield', 'name_full': 'Guilsfield Athletic', 'name_code': 'GUI', 'has_sub': False, 'gender': 'M', 'is_nationality': False, 'country_code': 'WAL', 'country': 'Wales', 'flag': 'wales', 'foundation': '2021-09-23 00:00:00', 'details': None}], 'meta': {'current_page': 1, 'from': 1, 'last_page': 378, 'per_page': 100, 'to': 100, 'total': 37733}}
import requests

url = "https://sportscore1.p.rapidapi.com/sports/1/teams"

querystring = {"page":"1"}

headers = {
	"X-RapidAPI-Key": "3120bd59femsh68afa880283ffa6p186c2bjsnba94f7e3f5ad",
	"X-RapidAPI-Host": "sportscore1.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers, params=querystring)
            
print("Team Names")
sport_data = response.json().get('data')
for tname in sport_data:
    if tname ["name"] == "Norwich City":  # this filters for whatever is in quotes
        for key, value in tname.items():  # this finds key, value pairs
            print(key, value)
Team Names
id 3
sport_id 1
category_id 40
venue_id 3
manager_id 5
slug norwich-city
name Norwich City
has_logo True
logo https://tipsscore.com/resb/team/norwich-city.png
name_translations {'en': 'Norwich City', 'ru': 'Норвич Сити', 'de': 'Norwich City', 'es': 'Norwich City', 'fr': 'Norwich City', 'zh': '诺维奇', 'tr': 'Norwich City', 'el': 'Νόργουιτς', 'it': 'Norwich', 'nl': 'Norwich City', 'pt': 'Norwich City FC'}
name_short Norwich
name_full Norwich City
name_code NOR
has_sub False
gender M
is_nationality False
country_code ENG
country England
flag england
foundation None
details None