id
stringlengths 53
86
| api_name
stringlengths 2
76
| api_description
stringlengths 1
500
⌀ | api_score
float64 0
10
⌀ | endpoint_name
stringlengths 1
190
| endpoint_description
stringlengths 0
500
| response_status_code
int64 100
505
| response_summary
stringlengths 1
68
⌀ | response_json
stringlengths 6
50k
| response_json_schema
stringlengths 14
150k
|
---|---|---|---|---|---|---|---|---|---|
5bdfc3b0-7d3b-4a30-937f-935e799e4279/5ecb8a9c-1d4a-4c47-8f50-b4308f8e7d15/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | search competitions | Allow to search for a competition name | 200 | Response | {"get": "competitions", "parameters": {"search": "austra"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}}}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/840222b0-215d-45c1-8e8e-5c37cd8e6649/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | teams | Get the list of available competitions.
The team id are unique in the API and teams keep it across all seasons
Sample logo of a team :
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "teams", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png", "base": "Milton Keynes, United Kingdom", "first_team_entry": 1997, "world_championships": 4, "highest_race_finish": {"position": 1, "number": 75}, "pole_positions": 73, "fastest_laps": 76, "president": "Dietrich Mateschitz", "director": "Christian Horner", "technical_manager": "Pierre Wach\u00e9", "chassis": "RB18", "engine": "Red Bull Powertrains", "tyres": "Pirelli"}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/184b724b-1c60-431c-be81-e3dbe0a4bdb2/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | teams rankings | Get the teams rankings for a season.
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "rankings", "parameters": {"season": "2021"}, "errors": [], "results": 10, "response": [{"position": 1, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "points": 613, "season": 2021}, {"position": 2, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png"}, "points": 585, "season": 2021}, {"position": 3, "team": {"id": 3, "name": "Scuderia Ferrari", "logo": "https://media.api-sports.io/formula-1/teams/3.png"}, "points": 323, "season": 2021}, {"position": 4, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}, "points": 275, "season": 2021}, {"position": 5, "team": {"id": 13, "name": "Alpine F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/13.png"}, "points": 155, "season": 2021}, {"position": 6, "team": {"id": 7, "name": "Scuderia AlphaTauri Honda", "logo": "https://media.api-sports.io/formula-1/teams/7.png"}, "points": 142, "season": 2021}, {"position": 7, "team": {"id": 17, "name": "Aston Martin F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/17.png"}, "points": 77, "season": 2021}, {"position": 8, "team": {"id": 12, "name": "Williams F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/12.png"}, "points": 23, "season": 2021}, {"position": 9, "team": {"id": 18, "name": "Alfa Romeo", "logo": "https://media.api-sports.io/formula-1/teams/18.png"}, "points": 13, "season": 2021}, {"position": 10, "team": {"id": 14, "name": "Haas F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/14.png"}, "points": 0, "season": 2021}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}}, "points": {"type": "integer"}, "season": {"type": "integer"}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/a66b0d29-3bf1-4b6c-a47f-da3ecc889c1a/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | races rankings | Get the rankings for a race.
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "rankings", "parameters": {"race": "50"}, "errors": [], "results": 20, "response": [{"race": {"id": 50}, "driver": {"id": 5, "name": "Valtteri Bottas", "abbr": "BOT", "number": 77, "image": "https://media.api-sports.io/formula-1/drivers/5.png"}, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "position": 1, "time": "1:25:27.325", "laps": 58, "grid": "2", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "number": 44, "image": "https://media.api-sports.io/formula-1/drivers/20.png"}, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "position": 2, "time": "+20.886", "laps": 58, "grid": "1", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 25, "name": "Max Verstappen", "abbr": "VER", "number": 1, "image": "https://media.api-sports.io/formula-1/drivers/25.png"}, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png"}, "position": 3, "time": "+22.520", "laps": 58, "grid": "4", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 19, "name": "Sebastian Vettel", "abbr": "VET", "number": 5, "image": "https://media.api-sports.io/formula-1/drivers/19.png"}, "team": {"id": 3, "name": "Scuderia Ferrari", "logo": "https://media.api-sports.io/formula-1/teams/3.png"}, "position": 4, "time": "+57.109", "laps": 58, "grid": "3", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 34, "name": "Charles Leclerc", "abbr": "LEC", "number": 16, "image": "https://media.api-sports.io/formula-1/drivers/34.png"}, "team": {"id": 3, "name": "Scuderia Ferrari", "logo": "https://media.api-sports.io/formula-1/teams/3.png"}, "position": 5, "time": "+58.230", "laps": 58, "grid": "5", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 2, "name": "Kevin Magnussen", "abbr": "MAG", "number": 20, "image": "https://media.api-sports.io/formula-1/drivers/2.png"}, "team": {"id": 14, "name": "Haas F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/14.png"}, "position": 6, "time": "+1:27.156", "laps": 58, "grid": "7", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 6, "name": "Nico Hulkenberg", "abbr": "HUL", "number": 27, "image": "https://media.api-sports.io/formula-1/drivers/6.png"}, "team": {"id": 13, "name": "Alpine F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/13.png"}, "position": 7, "time": "1 Lap", "laps": 57, "grid": "11", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 7, "name": "Kimi Raikkonen", "abbr": "RAI", "number": 7, "image": "https://media.api-sports.io/formula-1/drivers/7.png"}, "team": {"id": 18, "name": "Alfa Romeo", "logo": "https://media.api-sports.io/formula-1/teams/18.png"}, "position": 8, "time": "1 Lap", "laps": 57, "grid": "9", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 31, "name": "Lance Stroll", "abbr": "STR", "number": 18, "image": "https://media.api-sports.io/formula-1/drivers/31.png"}, "team": {"id": 17, "name": "Aston Martin F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/17.png"}, "position": 9, "time": "1 Lap", "laps": 57, "grid": "16", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 9, "name": "Daniil Kvyat", "abbr": "KVY", "number": 26, "image": "https://media.api-sports.io/formula-1/drivers/9.png"}, "team": {"id": 7, "name": "Scuderia AlphaTauri Honda", "logo": "https://media.api-sports.io/formula-1/teams/7.png"}, "position": 10, "time": "1 Lap", "laps": 57, "grid": "15", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 36, "name": "Pierre Gasly", "abbr": "GAS", "number": 10, "image": "https://media.api-sports.io/formula-1/drivers/36.png"}, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png"}, "position": 11, "time": "1 Lap", "laps": 57, "grid": "17", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 49, "name": "Lando Norris", "abbr": "NOR", "number": 4, "image": "https://media.api-sports.io/formula-1/drivers/49.png"}, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}, "position": 12, "time": "1 Lap", "laps": 57, "grid": "8", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 10, "name": "Sergio Perez", "abbr": "PER", "number": 11, "image": "https://media.api-sports.io/formula-1/drivers/10.png"}, "team": {"id": 17, "name": "Aston Martin F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/17.png"}, "position": 13, "time": "1 Lap", "laps": 57, "grid": "10", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 50, "name": "Alexander Albon", "abbr": "ALB", "number": 23, "image": "https://media.api-sports.io/formula-1/drivers/50.png"}, "team": {"id": 7, "name": "Scuderia AlphaTauri Honda", "logo": "https://media.api-sports.io/formula-1/teams/7.png"}, "position": 14, "time": "1 Lap", "laps": 57, "grid": "13", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 29, "name": "Antonio Giovinazzi", "abbr": "GIO", "number": 99, "image": "https://media.api-sports.io/formula-1/drivers/29.png"}, "team": {"id": 18, "name": "Alfa Romeo", "logo": "https://media.api-sports.io/formula-1/teams/18.png"}, "position": 15, "time": "1 Lap", "laps": 57, "grid": "14", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 51, "name": "George Russell", "abbr": "RUS", "number": 63, "image": "https://media.api-sports.io/formula-1/drivers/51.png"}, "team": {"id": 12, "name": "Williams F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/12.png"}, "position": 16, "time": "2 Laps", "laps": 56, "grid": "19", "pits": 2, "gap": null}, {"race": {"id": 50}, "driver": {"id": 52, "name": "Robert Kubica", "abbr": "KUB", "number": 88, "image": "https://media.api-sports.io/formula-1/drivers/52.png"}, "team": {"id": 12, "name": "Williams F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/12.png"}, "position": 17, "time": "3 Laps", "laps": 55, "grid": "20", "pits": 3, "gap": null}, {"race": {"id": 50}, "driver": {"id": 16, "name": "Romain Grosjean", "abbr": "GRO", "number": 8, "image": "https://media.api-sports.io/formula-1/drivers/16.png"}, "team": {"id": 14, "name": "Haas F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/14.png"}, "position": 0, "time": "DNF", "laps": 29, "grid": "6", "pits": 1, "gap": null}, {"race": {"id": 50}, "driver": {"id": 14, "name": "Daniel Ricciardo", "abbr": "RIC", "number": 3, "image": "https://media.api-sports.io/formula-1/drivers/14.png"}, "team": {"id": 13, "name": "Alpine F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/13.png"}, "position": 0, "time": "DNF", "laps": 28, "grid": "12", "pits": 2, "gap": null}, {"race": {"id": 50}, "driver": {"id": 24, "name": "Carlos Sainz Jr", "abbr": "SAI", "number": 55, "image": "https://media.api-sports.io/formula-1/drivers/24.png"}, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}, "position": 0, "time": "DNF", "laps": 9, "grid": "18", "pits": null, "gap": null}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"race": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/7f58650b-4852-4d08-a8c8-5852bfe2592d/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | drivers | Get the list of available drivers.
The driver id are unique in the API and drivers keep it across all seasons
Sample image of a driver :
All the parameters of this endpoint can be used together.
This endpoint require at least one parameter.
| 200 | Response | {"get": "drivers", "parameters": {"search": "lewi"}, "errors": [], "results": 1, "response": [{"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "image": "https://media.api-sports.io/formula-1/drivers/20.png", "nationality": "British", "country": {"name": "United Kingdom", "code": "GB"}, "birthdate": "1985-01-07", "birthplace": "Stevenage, England", "number": 44, "grands_prix_entered": 288, "world_championships": 7, "podiums": 182, "highest_race_finish": {"position": 1, "number": 103}, "highest_grid_position": 1, "career_points": "4165.5", "teams": [{"season": 2022, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2021, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2020, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2019, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2018, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2017, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2016, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2015, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2014, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2013, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2012, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}}, {"season": 2011, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}}]}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "nationality": {"type": "string"}, "birthdate": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}}}}}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/50c9b5d3-8a60-4c57-9ba9-d081c4b7fc2b/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | competitions | Get the list of available competitions.
The competition id are unique in the API and competitions keep it across all seasons
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "competitions", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}}}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/e167f178-46a3-4f97-9e8c-aa3a4d56eb3a/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | circuits | Get the list of available circuits.
The circuit id are unique in the API and circuits keep it across all seasons
Sample image of a circuit :
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "circuits", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Melbourne Grand Prix Circuit", "image": "https://media.api-sports.io/formula-1/circuits/1.png", "competition": {"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}, "first_grand_prix": 1996, "laps": 58, "length": "5.303 Kms", "race_distance": "307.574 kms", "lap_record": {"time": "1:24.125", "driver": "Michael Schumacher", "year": "2004"}, "capacity": 80000, "opened": 1953, "owner": null}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/2e33674b-8094-4164-9fbc-4f641d08164a/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | seasons | Get all seasons available.
All seasons are only 4-digit keys. All results can be used in other endpoints as filters.
This endpoint does not require any parameters.
| 200 | Example_1 | {"get": "seasons", "parameters": [], "errors": [], "results": 9, "response": [2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/9078e9a3-078e-42ab-8c99-766145f89d38/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | timezone | Get the list of available timezone to be used in the races endpoint.
This endpoint does not require any parameters.
| 200 | Example_1 | {"get": "timezone", "parameters": [], "errors": [], "results": 425, "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMur", "Antarctica/PalmerAnta", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/331be1f9-ba6d-4ad0-b117-a3ff820df38e/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | drivers rankings | Get the drivers rankings for a season.
All the parameters of this endpoint can be used together.
| 200 | Response | {"get": "rankings", "parameters": {"season": "2021"}, "errors": [], "results": 20, "response": [{"position": 1, "driver": {"id": 25, "name": "Max Verstappen", "abbr": "VER", "number": 1, "image": "https://media.api-sports.io/formula-1/drivers/25.png"}, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png"}, "points": "395.5", "wins": null, "behind": null, "season": 2021}, {"position": 2, "driver": {"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "number": 44, "image": "https://media.api-sports.io/formula-1/drivers/20.png"}, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "points": "387.5", "wins": null, "behind": null, "season": 2021}, {"position": 3, "driver": {"id": 5, "name": "Valtteri Bottas", "abbr": "BOT", "number": 77, "image": "https://media.api-sports.io/formula-1/drivers/5.png"}, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "points": 226, "wins": null, "behind": null, "season": 2021}, {"position": 4, "driver": {"id": 10, "name": "Sergio Perez", "abbr": "PER", "number": 11, "image": "https://media.api-sports.io/formula-1/drivers/10.png"}, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png"}, "points": 190, "wins": null, "behind": null, "season": 2021}, {"position": 5, "driver": {"id": 24, "name": "Carlos Sainz Jr", "abbr": "SAI", "number": 55, "image": "https://media.api-sports.io/formula-1/drivers/24.png"}, "team": {"id": 3, "name": "Scuderia Ferrari", "logo": "https://media.api-sports.io/formula-1/teams/3.png"}, "points": "164.5", "wins": null, "behind": null, "season": 2021}, {"position": 6, "driver": {"id": 49, "name": "Lando Norris", "abbr": "NOR", "number": 4, "image": "https://media.api-sports.io/formula-1/drivers/49.png"}, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}, "points": 160, "wins": null, "behind": null, "season": 2021}, {"position": 7, "driver": {"id": 34, "name": "Charles Leclerc", "abbr": "LEC", "number": 16, "image": "https://media.api-sports.io/formula-1/drivers/34.png"}, "team": {"id": 3, "name": "Scuderia Ferrari", "logo": "https://media.api-sports.io/formula-1/teams/3.png"}, "points": 159, "wins": null, "behind": null, "season": 2021}, {"position": 8, "driver": {"id": 14, "name": "Daniel Ricciardo", "abbr": "RIC", "number": 3, "image": "https://media.api-sports.io/formula-1/drivers/14.png"}, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}, "points": 115, "wins": null, "behind": null, "season": 2021}, {"position": 9, "driver": {"id": 36, "name": "Pierre Gasly", "abbr": "GAS", "number": 10, "image": "https://media.api-sports.io/formula-1/drivers/36.png"}, "team": {"id": 7, "name": "Scuderia AlphaTauri Honda", "logo": "https://media.api-sports.io/formula-1/teams/7.png"}, "points": 110, "wins": null, "behind": null, "season": 2021}, {"position": 10, "driver": {"id": 4, "name": "Fernando Alonso", "abbr": "ALO", "number": 14, "image": "https://media.api-sports.io/formula-1/drivers/4.png"}, "team": {"id": 13, "name": "Alpine F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/13.png"}, "points": 81, "wins": null, "behind": null, "season": 2021}, {"position": 11, "driver": {"id": 28, "name": "Esteban Ocon", "abbr": "OCO", "number": 31, "image": "https://media.api-sports.io/formula-1/drivers/28.png"}, "team": {"id": 13, "name": "Alpine F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/13.png"}, "points": 74, "wins": null, "behind": null, "season": 2021}, {"position": 12, "driver": {"id": 19, "name": "Sebastian Vettel", "abbr": "VET", "number": 5, "image": "https://media.api-sports.io/formula-1/drivers/19.png"}, "team": {"id": 17, "name": "Aston Martin F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/17.png"}, "points": 43, "wins": null, "behind": null, "season": 2021}, {"position": 13, "driver": {"id": 31, "name": "Lance Stroll", "abbr": "STR", "number": 18, "image": "https://media.api-sports.io/formula-1/drivers/31.png"}, "team": {"id": 17, "name": "Aston Martin F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/17.png"}, "points": 34, "wins": null, "behind": null, "season": 2021}, {"position": 14, "driver": {"id": 82, "name": "Yuki Tsunoda", "abbr": "TSU", "number": 22, "image": "https://media.api-sports.io/formula-1/drivers/82.png"}, "team": {"id": 7, "name": "Scuderia AlphaTauri Honda", "logo": "https://media.api-sports.io/formula-1/teams/7.png"}, "points": 32, "wins": null, "behind": null, "season": 2021}, {"position": 15, "driver": {"id": 51, "name": "George Russell", "abbr": "RUS", "number": 63, "image": "https://media.api-sports.io/formula-1/drivers/51.png"}, "team": {"id": 12, "name": "Williams F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/12.png"}, "points": 16, "wins": null, "behind": null, "season": 2021}, {"position": 16, "driver": {"id": 7, "name": "Kimi Raikkonen", "abbr": "RAI", "number": 7, "image": "https://media.api-sports.io/formula-1/drivers/7.png"}, "team": {"id": 18, "name": "Alfa Romeo", "logo": "https://media.api-sports.io/formula-1/teams/18.png"}, "points": 10, "wins": null, "behind": null, "season": 2021}, {"position": 17, "driver": {"id": 61, "name": "Nicholas Latifi", "abbr": "LAT", "number": 6, "image": "https://media.api-sports.io/formula-1/drivers/61.png"}, "team": {"id": 12, "name": "Williams F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/12.png"}, "points": 7, "wins": null, "behind": null, "season": 2021}, {"position": 18, "driver": {"id": 29, "name": "Antonio Giovinazzi", "abbr": "GIO", "number": 99, "image": "https://media.api-sports.io/formula-1/drivers/29.png"}, "team": {"id": 18, "name": "Alfa Romeo", "logo": "https://media.api-sports.io/formula-1/teams/18.png"}, "points": 3, "wins": null, "behind": null, "season": 2021}, {"position": 19, "driver": {"id": 80, "name": "Mick Schumacher", "abbr": "MSC", "number": 47, "image": "https://media.api-sports.io/formula-1/drivers/80.png"}, "team": {"id": 14, "name": "Haas F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/14.png"}, "points": null, "wins": null, "behind": null, "season": 2021}, {"position": 20, "driver": {"id": 81, "name": "Nikita Mazepin", "abbr": "MAZ", "number": 9, "image": "https://media.api-sports.io/formula-1/drivers/81.png"}, "team": {"id": 14, "name": "Haas F1 Team", "logo": "https://media.api-sports.io/formula-1/teams/14.png"}, "points": null, "wins": null, "behind": null, "season": 2021}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "driver": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}}, "points": {"type": "integer"}, "wins": {"type": "integer"}, "behind": {"type": "integer"}, "season": {"type": "integer"}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/6b3385ab-d876-4b19-9eef-6adcee859a9c/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | search circuits | Allow to search for a circuit name | 200 | Response | {"get": "circuits", "parameters": {"search": "silver"}, "errors": [], "results": 1, "response": [{"id": 12, "name": "Silverstone Circuit", "image": "https://media.api-sports.io/formula-1/circuits/12.png", "competition": {"id": 12, "name": "Great Britain Grand Prix", "location": {"country": "Great Britain", "city": "Silverstone Northamptonshire"}}, "first_grand_prix": 1950, "laps": 52, "length": "5.891 Kms", "race_distance": "306.198 kms", "lap_record": {"time": "1:27.097", "driver": "Max Verstappen", "year": "2020"}, "capacity": 150000, "opened": 1950, "owner": "British Racing Drivers' Club"}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}}}}}, "length": {"type": "string"}, "capacity": {"type": "integer"}, "opened": {"type": "null"}, "owner": {"type": "string"}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/5fe0ca86-cb32-45b6-98bf-db5f800711b9/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | search drivers | Allow to search for a driver name | 200 | Response | {"get": "drivers", "parameters": {"search": "lewi"}, "errors": [], "results": 1, "response": [{"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "image": "https://media.api-sports.io/formula-1/drivers/20.png", "nationality": "British", "country": {"name": "United Kingdom", "code": "GB"}, "birthdate": "1985-01-07", "birthplace": "Stevenage, England", "number": 44, "grands_prix_entered": 288, "world_championships": 7, "podiums": 182, "highest_race_finish": {"position": 1, "number": 103}, "highest_grid_position": 1, "career_points": "4165.5", "teams": [{"season": 2022, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2021, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2020, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2019, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2018, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2017, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2016, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2015, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2014, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2013, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}}, {"season": 2012, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}}, {"season": 2011, "team": {"id": 2, "name": "McLaren Racing", "logo": "https://media.api-sports.io/formula-1/teams/2.png"}}]}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "nationality": {"type": "string"}, "birthdate": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "integer"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}}}}}}}}}} |
5bdfc3b0-7d3b-4a30-937f-935e799e4279/fd332fa0-7ff5-40dd-9058-e9f6b3f41d22/0/0 | API-FORMULA-1 | All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1 | 9.8 | search teams | Allow to search for a team name | 200 | Response | {"get": "teams", "parameters": {"search": "petron"}, "errors": [], "results": 1, "response": [{"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png", "base": "Brackley, United Kingdom", "first_team_entry": 1970, "world_championships": 8, "highest_race_finish": {"position": 1, "number": 115}, "pole_positions": 127, "fastest_laps": 85, "president": "Markus Sch\u00e4fer", "director": "Toto Wolff", "technical_manager": "Mike Elliott", "chassis": "W13", "engine": "Mercedes", "tyres": "Pirelli"}]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}, "president": {"type": "string"}, "director": {"type": "string"}, "technical_manager": {"type": "string"}, "engine": {"type": "string"}, "tyres": {"type": "string"}}}}}} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/1d01935a-b099-437a-90c4-8bdf637f0d84/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | organizations_all | Return information about all of the organizations/leagues that Fancy Twitter tracks. | 200 | null | [{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteamlistnumber": {"type": "integer", "description": "Twitter list number for teams in the league"}, "twitteruserid": {"type": "integer", "description": "Twitter user id for the league office"}, "twitterusername": {"type": "string", "description": "Twitter user name for the league office"}, "url": {"type": "string", "description": "Link to official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/84064067-f18f-4c40-be7a-a0a019c62f45/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | leagues_all | Return information about all of the organizations/leagues that Fancy Twitter tracks. | 200 | null | [{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteamlistnumber": {"type": "integer", "description": "Twitter list number for teams in the league"}, "twitteruserid": {"type": "integer", "description": "Twitter user id for the league office"}, "twitterusername": {"type": "string", "description": "Twitter user name for the league office"}, "url": {"type": "string", "description": "Link to official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/4db606ed-ef72-489e-9d2e-ae2f50d7f082/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_negative_sentiment_average | Returns a list of teams whose players' tweets express the least positive sentiments. | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0e17ee89-2aa8-4ef1-8f3a-ec4065e24400/0/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | leagues_filter | Filter the organization list to get information about a single organization/league | 200 | null | [{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteamlistnumber": {"type": "integer", "description": "Twitter list number for teams in the league"}, "twitteruserid": {"type": "integer", "description": "Twitter user id for the league office"}, "twitterusername": {"type": "string", "description": "Twitter user name for the league office"}, "url": {"type": "string", "description": "Link to official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/eefb3220-9e90-4119-8b8f-21dc598d01ac/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_sentiment | Average tweet sentiment by team | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/ab13b8e3-6eaa-490b-8b73-6b60a2c5d0fb/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | organizations_filter | Filter the organization list to get information about a single organization/league | 200 | null | [{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteamlistnumber": {"type": "integer", "description": "Twitter list number for teams in the league"}, "twitteruserid": {"type": "integer", "description": "Twitter user id for the league office"}, "twitterusername": {"type": "string", "description": "Twitter user name for the league office"}, "url": {"type": "string", "description": "Link to official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/34d12bcc-aa67-41dd-b77d-293bd790fcad/0/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | leagues_tweets_all | Return all tweets from a given organization/league office (Limit 100) | 200 | null | [{"created": "", "likes": 9, "retweets": 9, "replies": 9, "quotes": 9, "name": "NFL", "text": "", "tweetid": 1662575111097012200, "twitteruserid": 50004938, "twitterusername": "NFL", "url": "https://www.nhl.com"}] | {"type": "array", "items": {"properties": {"created": {"type": "string", "format": "date-time"}, "likes": {"type": "integer", "description": "Number of Likes of this Tweet."}, "retweets": {"type": "integer", "description": "Number of times this Tweet has been Retweeted."}, "replies": {"type": "integer", "description": "Number of Replies of this Tweet."}, "quotes": {"type": "integer", "description": "Number of times this Tweet has been Retweeted with a comment (also known as Quote)."}, "name": {"type": "string", "description": "Name of the organization/league office"}, "text": {"type": "string", "description": "The content of the Tweet."}, "tweetid": {"type": "integer", "description": "Unique identifier of this Tweet."}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "url": {"type": "string", "description": "URL of the official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/6e0eb781-1f42-45d6-8f39-f5f91dcea493/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_sentiment_average | Returns a list of teams whose players' tweets express the most positive sentiments. | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/c53363fc-52fb-45f2-8baa-4e36a7ceaab6/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_subjectivity_average | Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most subjective. | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/07cb9402-82f6-45dc-bb00-b35487c64734/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_all | Get team information, filtered by a single team/league/organization | 200 | null | [{"created_at": "", "id": 0, "like_count": 9, "quote_count": 9, "reply_count": 9, "retweet_count": 9, "sentiment_classification": "Positive", "sentiment_score": 0.35714287, "subjectivity_score": 0.53571427, "tweet_text": "", "twitteruserid": 50004938, "twitterusername": "ArizonaCoyotes"}] | {"type": "array", "items": {"properties": {"created_at": {"type": "string", "format": "date-time"}, "id": {"type": "integer", "format": "int64", "description": "Unique id of ths tweet. Can be used to construct a URL to the tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "like_count": {"type": "integer", "format": "int64", "description": "Number of Likes of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quote_count": {"type": "integer", "format": "int64", "description": "Number of Likes of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "reply_count": {"type": "integer", "format": "int64", "description": "Number of Replies of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "retweet_count": {"type": "integer", "format": "int64", "description": "Number of times this Tweet has been Retweeted.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sentiment_classification": {"type": "string", "description": "Either Positive (sentiment_score>0), Negative (sentiment_score <0) or Neutral (sentiment_score=0)."}, "sentiment_score": {"type": "number", "format": "double", "description": "ML-generated score based on the tweet_text", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "subjectivity_classification": {"description": "Either Subjective (subjectivity_score>0.5), Objective (subjectivity_score <0.5) or Neutral (subjectivity_score=0.5)."}, "subjectivity_score": {"type": "number", "format": "double", "description": "ML-generated score based on the tweet_text", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "tweet_text": {"type": "string", "description": "The content of the individual Tweet."}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier of this user.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle. May or may not include the @ prefix"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/aed9e11a-8b78-4ea4-9dae-2e1d74f6d633/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_objectivity_average | Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most objective. | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/e6cf4c49-f975-4e75-b215-c6a2d7d09c17/0/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | orgs_tweets_all | Return all tweets from a given organization/league office (Limit 100) | 200 | null | [{"created": "", "likes": 9, "retweets": 9, "replies": 9, "quotes": 9, "name": "NFL", "text": "", "tweetid": 1662575111097012200, "twitteruserid": 50004938, "twitterusername": "NFL", "url": "https://www.nhl.com"}] | {"type": "array", "items": {"properties": {"created": {"type": "string", "format": "date-time"}, "likes": {"type": "integer", "description": "Number of Likes of this Tweet."}, "retweets": {"type": "integer", "description": "Number of times this Tweet has been Retweeted."}, "replies": {"type": "integer", "description": "Number of Replies of this Tweet."}, "quotes": {"type": "integer", "description": "Number of times this Tweet has been Retweeted with a comment (also known as Quote)."}, "name": {"type": "string", "description": "Name of the organization/league office"}, "text": {"type": "string", "description": "The content of the Tweet."}, "tweetid": {"type": "integer", "description": "Unique identifier of this Tweet."}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "url": {"type": "string", "description": "URL of the official league site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/a7701223-4729-4f43-9ad9-95f91c3abf76/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | tweets_filter | Returns filtered tweet information. Limited to 100 tweets. Note that this does not return league front office or team tweets. (Just player-originated tweets) | 200 | null | [{"handle": "ArizonaCoyotes", "lastupdate": "", "like_count": 9, "quote_count": 9, "reply_count": 9, "retweet_count": 9, "sentiment_classification": "Positive", "sentiment_score": 0.35714287, "subjectivity_score": 0.53571427, "team": "", "tweet_text": "", "twitterusername": "Erik Johnson", "tweetid": 1660848281679741000}] | {"type": "array", "items": {"type": "object", "properties": {"handle": {"type": "string", "description": "Twitter handle. May or may not include the @ prefix"}, "lastupdate": {"type": "string", "format": "date-time"}, "like_count": {"type": "integer", "format": "int64", "description": "Number of Likes of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "quote_count": {"type": "integer", "format": "int64", "description": "Number of Likes of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "reply_count": {"type": "integer", "format": "int64", "description": "Number of Replies of this Tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "retweet_count": {"type": "integer", "format": "int64", "description": "Number of times this Tweet has been Retweeted.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "sentiment_classification": {"type": "string", "description": "Either Positive (sentiment_score>0), Negative (sentiment_score <0) or Neutral (sentiment_score=0)."}, "sentiment_score": {"type": "number", "format": "double", "description": "ML-generated score based on the tweet_text", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "subjectivity_classification": {"description": "Either Subjective (subjectivity_score>0.5), Objective (subjectivity_score <0.5) or Neutral (subjectivity_score=0.5)."}, "subjectivity_score": {"type": "number", "format": "double", "description": "ML-generated score based on the tweet_text", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "team": {"type": "string", "description": "The tweeter's team."}, "tweet_text": {"type": "string", "description": "The content of the individual Tweet."}, "twitterusername": {"type": "string", "description": "Twitter handle. May or may not include the @ prefix"}, "tweetid": {"type": "integer", "format": "int64", "description": "Unique id of ths tweet. Can be used to construct a URL to the tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/2b2a3f53-5efb-4eef-b6d4-12b74a903e5d/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | tweets_all | Returns individual tweets, associated statistics and ML-based sentiment analysis data. | 200 | null | [{"name": "Sam Carrick", "team": "Anaheim Ducks", "twitteruserid": 56443153, "twitterusername": "Panthers", "lastupdate": ""}] | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the player/person/athlete"}, "team": {"type": "string", "description": "Name of the player's team"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "lastupdate": {"type": "string", "format": "date-time"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/83e1d864-0d17-4b90-9326-a91d18bcc5dd/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_filter | Get team information, filtered by a single team/league/organization | 200 | null | [{"lastupdate": "", "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers", "url": "https://www.nfl.com/teams/carolina-panthers/"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "url": {"type": "string", "description": "URL of the official team site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/2781ef99-7cae-44ca-967f-beb50af42774/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | teams_all | Return information about all of the teams tracked by Fancy Twitter (limit 100) | 200 | null | [{"lastupdate": "", "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers", "url": "https://www.nfl.com/teams/carolina-panthers/"}] | {"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "url": {"type": "string", "description": "URL of the official team site"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/5b29c21b-8a72-424e-82ef-91ab9d944c47/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | players_all | Return information about players in the leagues that Fancy Twitter tracks. | 200 | null | [{"name": "Sam Carrick", "team": "Anaheim Ducks", "twitteruserid": 56443153, "twitterusername": "Panthers", "lastupdate": ""}] | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the player/person/athlete"}, "team": {"type": "string", "description": "Name of the player's team"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "description": "Twitter handle."}, "lastupdate": {"type": "string", "format": "date-time"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0ae360aa-7b24-42f0-9dc8-d7650d6747d2/1/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | player_filter | Returns filtered player information. Limited to 100 players | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0930fb1e-d875-47ee-9c1d-84e62e9f471f/0/0 | Fancy Twitter | Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores. | 0 | team_tweets_subjectivity | Average tweet subjectivity by team | 200 | null | [{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}] | {"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "averagesubjectivity": {"type": "number", "description": "ML-generated estimate of the average subjectivity of all tweets. Ranges between 0.0 (objective) and 1.0 (subjective)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+308}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "format": "int64", "description": "Unique identifier for this user", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "twitterusername": {"type": "string", "description": "Twitter handle"}}}, "x-content-type": "application/json"} |
66f17123-4018-4cb7-bc7f-c290109caf00/a04ae83a-0bec-4d93-8b08-d49ac38db33d/0/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/abe4729e-5d57-4095-9e37-76fbeaa81389/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/75c89a64-239e-4c6d-83d4-33272b199a5b/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/9e5b30af-3fd8-47ab-85cb-31988f92ad16/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/fb681d0e-b0e3-4873-abdb-fd359df7c6cc/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/ab15609a-2e1c-4101-8bc7-4a6c83e0ecb4/0/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/ed620682-f976-408a-b9f6-be6a7e196a02/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/375360b8-dc3a-410d-b695-a53e9d4e6550/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/acf62b48-87c3-436b-bb1f-345f5dc00961/0/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/50c0583e-fa64-416a-b03c-70898eca9030/0/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/c68814dc-a085-4507-94cc-c9912d29dc8b/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/f1322f38-53e8-4058-8457-f6b17b1ff3a9/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/0c878a07-0f21-4561-8740-e6da8b42bd12/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_results | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
66f17123-4018-4cb7-bc7f-c290109caf00/b4cdad6d-4a4b-4737-a700-f75ae880770b/1/0 | SWIFT HANDBALL | Handball fixtures, odds, predictions, results & more | null | get_load_fixtures | 200 | null | {"date_updated": ""} | {"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"} |
|
fc158971-ba20-4568-b10f-ca530b45c8f0/e678133e-4163-42ea-802a-afc6352b7a1d/0/0 | Super Lig Standings | Turkish Super Lig Standings | 6.4 | Super Lig Standings | Super Lig Standings | 200 | Response | [{"team": {"name": "Trabzonspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/997.png", "abbreviation": "TRAB"}, "stats": {"wins": 23, "losses": 3, "ties": 12, "gamesPlayed": 38, "goalsFor": 69, "goalsAgainst": 36, "points": 81, "rank": 1, "goalDifference": 33}}, {"team": {"name": "Fenerbahce", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/436.png", "abbreviation": "FEN"}, "stats": {"wins": 21, "losses": 7, "ties": 10, "gamesPlayed": 38, "goalsFor": 73, "goalsAgainst": 38, "points": 73, "rank": 2, "goalDifference": 35}}, {"team": {"name": "Konyaspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/7648.png", "abbreviation": "KNY"}, "stats": {"wins": 20, "losses": 10, "ties": 8, "gamesPlayed": 38, "goalsFor": 66, "goalsAgainst": 45, "points": 68, "rank": 3, "goalDifference": 21}}, {"team": {"name": "Istanbul Basaksehir", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/7914.png", "abbreviation": "IBFK"}, "stats": {"wins": 19, "losses": 11, "ties": 8, "gamesPlayed": 38, "goalsFor": 56, "goalsAgainst": 36, "points": 65, "rank": 4, "goalDifference": 20}}, {"team": {"name": "Alanyaspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/9078.png", "abbreviation": "ALA"}, "stats": {"wins": 19, "losses": 12, "ties": 7, "gamesPlayed": 38, "goalsFor": 67, "goalsAgainst": 58, "points": 64, "rank": 5, "goalDifference": 9}}, {"team": {"name": "Besiktas", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/1895.png", "abbreviation": "BES"}, "stats": {"wins": 15, "losses": 9, "ties": 14, "gamesPlayed": 38, "goalsFor": 56, "goalsAgainst": 48, "points": 59, "rank": 6, "goalDifference": 8}}, {"team": {"name": "Antalyaspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3794.png", "abbreviation": "ANT"}, "stats": {"wins": 16, "losses": 11, "ties": 11, "gamesPlayed": 38, "goalsFor": 54, "goalsAgainst": 47, "points": 59, "rank": 7, "goalDifference": 7}}, {"team": {"name": "Fatih Karag\u00fcmr\u00fck", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20736.png", "abbreviation": "FAI"}, "stats": {"wins": 16, "losses": 13, "ties": 9, "gamesPlayed": 38, "goalsFor": 47, "goalsAgainst": 52, "points": 57, "rank": 8, "goalDifference": -5}}, {"team": {"name": "Adana Demirspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20765.png", "abbreviation": "ADD"}, "stats": {"wins": 15, "losses": 13, "ties": 10, "gamesPlayed": 38, "goalsFor": 60, "goalsAgainst": 47, "points": 55, "rank": 9, "goalDifference": 13}}, {"team": {"name": "Sivasspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3691.png", "abbreviation": "SIV"}, "stats": {"wins": 14, "losses": 12, "ties": 12, "gamesPlayed": 38, "goalsFor": 52, "goalsAgainst": 50, "points": 54, "rank": 10, "goalDifference": 2}}, {"team": {"name": "Kasimpasa", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/6870.png", "abbreviation": "KAS"}, "stats": {"wins": 15, "losses": 15, "ties": 8, "gamesPlayed": 38, "goalsFor": 67, "goalsAgainst": 57, "points": 53, "rank": 11, "goalDifference": 10}}, {"team": {"name": "Hatayspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20737.png", "abbreviation": "HAY"}, "stats": {"wins": 15, "losses": 15, "ties": 8, "gamesPlayed": 38, "goalsFor": 56, "goalsAgainst": 60, "points": 53, "rank": 12, "goalDifference": -4}}, {"team": {"name": "Galatasaray", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/432.png", "abbreviation": "GAL"}, "stats": {"wins": 14, "losses": 14, "ties": 10, "gamesPlayed": 38, "goalsFor": 51, "goalsAgainst": 53, "points": 52, "rank": 13, "goalDifference": -2}}, {"team": {"name": "Kayserispor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3643.png", "abbreviation": "KAY"}, "stats": {"wins": 12, "losses": 15, "ties": 11, "gamesPlayed": 38, "goalsFor": 54, "goalsAgainst": 61, "points": 47, "rank": 14, "goalDifference": -7}}, {"team": {"name": "Gazisehir Gaziantep", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/20070.png", "abbreviation": "GAZ"}, "stats": {"wins": 12, "losses": 16, "ties": 10, "gamesPlayed": 38, "goalsFor": 48, "goalsAgainst": 56, "points": 46, "rank": 15, "goalDifference": -8}}, {"team": {"name": "Giresunspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/21031.png", "abbreviation": "GIR"}, "stats": {"wins": 12, "losses": 17, "ties": 9, "gamesPlayed": 38, "goalsFor": 41, "goalsAgainst": 47, "points": 45, "rank": 16, "goalDifference": -6}}, {"team": {"name": "Caykur Rizespor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/7656.png", "abbreviation": "CAY"}, "stats": {"wins": 10, "losses": 22, "ties": 6, "gamesPlayed": 38, "goalsFor": 44, "goalsAgainst": 71, "points": 36, "rank": 17, "goalDifference": -27}}, {"team": {"name": "Altay Izmir", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3789.png", "abbreviation": "ALT"}, "stats": {"wins": 9, "losses": 22, "ties": 7, "gamesPlayed": 38, "goalsFor": 39, "goalsAgainst": 57, "points": 34, "rank": 18, "goalDifference": -18}}, {"team": {"name": "Goztepe", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/789.png", "abbreviation": "GOZ"}, "stats": {"wins": 7, "losses": 24, "ties": 7, "gamesPlayed": 38, "goalsFor": 40, "goalsAgainst": 77, "points": 28, "rank": 19, "goalDifference": -37}}, {"team": {"name": "Yeni Malatyaspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/18790.png", "abbreviation": "YEN"}, "stats": {"wins": 5, "losses": 28, "ties": 5, "gamesPlayed": 38, "goalsFor": 27, "goalsAgainst": 71, "points": 20, "rank": 20, "goalDifference": -44}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "logo", "name"]}, "stats": {"type": "object", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "ties": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "goalsFor": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "goalDifference": {"type": "integer"}}, "required": ["gamesPlayed", "goalDifference", "goalsAgainst", "goalsFor", "losses", "points", "rank", "ties", "wins"]}}, "required": ["stats", "team"]}} |
794b3e11-aed0-4715-9d08-99adcd354dfd/5359958c-92ee-41a9-976e-6715fd14a590/0/0 | bet365-futebol-virtual | This API retrieves data of virtual soccer from the Bet365 Brazil website, covering four leagues, excluding odds.
Number Leagues:
1 - copa
2 - euro
3 - super
4 - premier | 9.3 | Many results per league | To get more results of a specific league.
Choose a League and how many results you want to see. | 200 | Response | [{"id_result": "114386", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 13, "pathlastnametimeone": "Rio de Janeiro", "pathlastnametimetwo": "Medellin", "timegols_one": 0, "timegols_two": 1, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:16:22.817959", "created_at": "2023-07-23T18:16:22.817Z", "ambassim": 0, "ambasnao": 1, "over_0_5": 1, "over_1_5": 0, "over_2_5": 0, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 1}, {"id_result": "114382", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 10, "pathlastnametimeone": "Penarol", "pathlastnametimetwo": "Itaquera", "timegols_one": 1, "timegols_two": 0, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:13:19.579634", "created_at": "2023-07-23T18:13:19.579Z", "ambassim": 0, "ambasnao": 1, "over_0_5": 1, "over_1_5": 0, "over_2_5": 0, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 1}, {"id_result": "114380", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 7, "pathlastnametimeone": "Lima", "pathlastnametimetwo": "Santiago", "timegols_one": 0, "timegols_two": 2, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:10:17.328488", "created_at": "2023-07-23T18:10:17.328Z", "ambassim": 0, "ambasnao": 1, "over_0_5": 1, "over_1_5": 1, "over_2_5": 0, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 2}, {"id_result": "114375", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 4, "pathlastnametimeone": "Rio de Janeiro", "pathlastnametimetwo": "Porto Alegre", "timegols_one": 1, "timegols_two": 2, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:07:13.392673", "created_at": "2023-07-23T18:07:13.392Z", "ambassim": 1, "ambasnao": 0, "over_0_5": 1, "over_1_5": 1, "over_2_5": 1, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 3}, {"id_result": "114372", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 1, "pathlastnametimeone": "Buenos Aires", "pathlastnametimetwo": "Penarol", "timegols_one": 2, "timegols_two": 1, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:04:19.609799", "created_at": "2023-07-23T18:04:19.609Z", "ambassim": 1, "ambasnao": 0, "over_0_5": 1, "over_1_5": 1, "over_2_5": 1, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 3}, {"id_result": "114367", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 18, "result_minute": 58, "pathlastnametimeone": "Santiago", "pathlastnametimetwo": "Medellin", "timegols_one": 1, "timegols_two": 1, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "15:01:17.168183", "created_at": "2023-07-23T18:01:17.168Z", "ambassim": 1, "ambasnao": 0, "over_0_5": 1, "over_1_5": 1, "over_2_5": 0, "over_3_5": 0, "over_4_5": 0, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 1, "total_gols": 2}, {"id_result": "114363", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 18, "result_minute": 55, "pathlastnametimeone": "Montevideo", "pathlastnametimetwo": "Avellaneda", "timegols_one": 1, "timegols_two": 4, "hometeamscore": null, "awayteamscore": null, "intervaloresultado": null, "real_date": "2023-07-23T03:00:00.000Z", "real_hour": "14:57:19.237265", "created_at": "2023-07-23T17:57:19.237Z", "ambassim": 1, "ambasnao": 0, "over_0_5": 1, "over_1_5": 1, "over_2_5": 1, "over_3_5": 1, "over_4_5": 1, "over_5_5": 0, "over_6_5": 0, "over_7_5": 0, "empate": 0, "total_gols": 5}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id_result": {"type": "string"}, "numberleague": {"type": "integer"}, "league": {"type": "string"}, "pathleaguelasthour": {"type": "null"}, "result_hour": {"type": "integer"}, "result_minute": {"type": "integer"}, "pathlastnametimeone": {"type": "string"}, "pathlastnametimetwo": {"type": "string"}, "timegols_one": {"type": "integer"}, "timegols_two": {"type": "integer"}, "hometeamscore": {"type": "null"}, "awayteamscore": {"type": "null"}, "intervaloresultado": {"type": "null"}, "real_date": {"type": "string"}, "real_hour": {"type": "string"}, "created_at": {"type": "string"}, "ambassim": {"type": "integer"}, "ambasnao": {"type": "integer"}, "over_0_5": {"type": "integer"}, "over_1_5": {"type": "integer"}, "over_2_5": {"type": "integer"}, "over_3_5": {"type": "integer"}, "over_4_5": {"type": "integer"}, "over_5_5": {"type": "integer"}, "over_6_5": {"type": "integer"}, "over_7_5": {"type": "integer"}, "empate": {"type": "integer"}, "total_gols": {"type": "integer"}}, "required": ["ambasnao", "ambassim", "awayteamscore", "created_at", "empate", "hometeamscore", "id_result", "intervaloresultado", "league", "numberleague", "over_0_5", "over_1_5", "over_2_5", "over_3_5", "over_4_5", "over_5_5", "over_6_5", "over_7_5", "pathlastnametimeone", "pathlastnametimetwo", "pathleaguelasthour", "real_date", "real_hour", "result_hour", "result_minute", "timegols_one", "timegols_two", "total_gols"]}} |
8baca692-b558-4e12-97a1-7c971d5b5f84/3c82bc73-b5e6-48d3-92bc-216a18606580/0/0 | bet365-soccer | Soccer odds for all inplay events | 7.7 | inplay | get in play events for soccer | 200 | Response | [{"date": "2020-07-10 07:00:00+00", "name": "Binh Thuan v Cong An Nhan Dan", "org_id": "90969214", "tournament_name": "Vietnam Division 2", "uid": "51169090"}, {"date": "2020-07-10 07:00:00+00", "name": "Lam Dong v Da Nang II", "org_id": "90969216", "tournament_name": "Vietnam Division 2", "uid": "51169111"}] | {"items": {"properties": {"date": {"type": "string"}, "name": {"type": "string"}, "org_id": {"type": "string"}, "tournament_name": {"type": "string"}, "uid": {"type": "string"}}, "type": "object"}, "type": "array"} |
8baca692-b558-4e12-97a1-7c971d5b5f84/bed5967a-dc18-420a-9c1f-119c7db92b4b/0/0 | bet365-soccer | Soccer odds for all inplay events | 7.7 | implay odds | Match Result 1x2, Double Chance, Both Teams to Score, Draw No Bet, Europien Handicap, Asian handicap, Total Goals - Over/Under, Corect score, Half Time/Full Time | 200 | Response | [{"duration": "ft", "hc": "nhc", "odd": "2.6", "score": "?-?", "type": "1"}, {"duration": "ft", "hc": "nhc", "odd": "3.1", "score": "?-?", "type": "X"}, {"duration": "ft", "hc": "nhc", "odd": "2.625", "score": "?-?", "type": "2"}, {"duration": "ft", "hc": "nhc", "odd": "1.444", "score": "?-?", "type": "1X"}, {"duration": "ft", "hc": "nhc", "odd": "1.444", "score": "?-?", "type": "X2"}, {"duration": "ft", "hc": "nhc", "odd": "1.333", "score": "?-?", "type": "12"}, {"duration": "1h", "hc": "nhc", "odd": "1.5", "score": "?-?", "type": "1"}, {"duration": "1h", "hc": "nhc", "odd": "3", "score": "?-?", "type": "X"}, {"duration": "1h", "hc": "nhc", "odd": "8.5", "score": "?-?", "type": "2"}, {"duration": "ft", "hc": "2.5", "odd": "1.667", "score": "?-?", "type": "O"}, {"duration": "ft", "hc": "2.5", "odd": "2.1", "score": "?-?", "type": "U"}, {"duration": "1h", "hc": "1.5", "odd": "2.2", "score": "?-?", "type": "O"}, {"duration": "1h", "hc": "1.5", "odd": "1.65", "score": "1-0", "type": "U"}, {"duration": "ft", "hc": "0", "odd": "1.85", "score": "1-0", "type": "AH1"}, {"duration": "ft", "hc": "0", "odd": "1.95", "score": "1-0", "type": "AH2"}, {"duration": "ft", "hc": "2.75", "odd": "1.975", "score": "1-0", "type": "O"}, {"duration": "ft", "hc": "2.75", "odd": "1.825", "score": "1-0", "type": "U"}, {"duration": "1h", "hc": "-0.75", "odd": "2.025", "score": "1-0", "type": "AH1"}, {"duration": "1h", "hc": "-0.75", "odd": "1.775", "score": "1-0", "type": "AH2"}, {"duration": "1h", "hc": "1-0", "odd": "1.615", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "2-0", "odd": "17", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "2-1", "odd": "41", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "3-0", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "1-1", "odd": "3", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "1-2", "odd": "10", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "1-3", "odd": "29", "score": "1-0", "type": "CS"}, {"duration": "1h", "hc": "1-4", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-0", "odd": "5", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-0", "odd": "11", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-1", "odd": "9.5", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "3-0", "odd": "34", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "3-1", "odd": "29", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "3-2", "odd": "41", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "4-0", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "4-1", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "4-2", "odd": "101", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-1", "odd": "3.6", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-2", "odd": "12", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "3-3", "odd": "51", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-2", "odd": "5", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-3", "odd": "9", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-3", "odd": "23", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-4", "odd": "19", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-4", "odd": "41", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "3-4", "odd": "126", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-5", "odd": "41", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "2-5", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1-6", "odd": "81", "score": "1-0", "type": "CS"}, {"duration": "ft", "hc": "1", "odd": "1.444", "score": "1-0", "type": "EH1"}, {"duration": "ft", "hc": "1", "odd": "4.333", "score": "1-0", "type": "EHX"}, {"duration": "ft", "hc": "1", "odd": "5.5", "score": "1-0", "type": "EH2"}, {"duration": "ft", "hc": "nhc", "odd": "1.833", "score": "1-0", "type": "DNB1"}, {"duration": "ft", "hc": "nhc", "odd": "1.833", "score": "1-0", "type": "DNB2"}, {"duration": "2h", "hc": "nhc", "odd": "7", "score": "1-0", "type": "1"}, {"duration": "2h", "hc": "nhc", "odd": "2.5", "score": "1-0", "type": "X"}, {"duration": "2h", "hc": "nhc", "odd": "1.727", "score": "1-0", "type": "2"}] | {"items": {"properties": {"duration": {"type": "string"}, "hc": {"type": "string"}, "odd": {"type": "string"}, "score": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"} |
8042f27e-fbe4-41c3-a906-eee9ec3bc198/fbd4fb2a-6561-45b3-b0f0-32b039dc3e02/0/0 | Cricket Live Scores | An API shows all latest cricket matches happening now | 0.2 | Get API Status | This endpoint will return API status | 200 | Response | {"status": "online"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]} |
216d48e1-f2fd-45b8-bfc3-1a364efc2189/da16750f-225b-4d45-a2b1-82af57ea5f52/0/0 | Football Transfer News | Transfer news for football - I am not currently developing this api further. | null | transfer-news/club/{clubName} | gets news for a specific team so for instance if you want 'liverpool' use 'transfer-news/club/liverpool' | 200 | New Example | {"title": "Barcelona transfer interest could be blessing in disguise for Liverpool boss Klopp", "url": "https://www.mirror.co.uk/sport/football/transfer-news/liverpool-mo-salah-transfer-barcelona-26564601", "source": "mirror", "language": "english"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "language": {"type": "string"}}, "required": ["language", "source", "title", "url"]} |
216d48e1-f2fd-45b8-bfc3-1a364efc2189/4b711110-6d01-47ea-bb39-cb8e55eed87e/0/0 | Football Transfer News | Transfer news for football - I am not currently developing this api further. | null | /{language}/transfer-news | Allows users to request articles in specific languages (english, german, italian, spanish, french) this is a work in progress at the moment only english/spanish are avaliable | 200 | New Example | {"title": "FUL OF IT Fulham want Burnley and England star Nick Pope in \u00a320million summer transfer", "url": "https://www.thesun.co.uk/sport/football/18077627/fulham-burnley-england-nick-pope-transfer/", "source": "sun", "language": "english"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "language": {"type": "string"}}, "required": ["language", "source", "title", "url"]} |
216d48e1-f2fd-45b8-bfc3-1a364efc2189/ffd52205-40c2-4483-a717-073a824eadc2/0/0 | Football Transfer News | Transfer news for football - I am not currently developing this api further. | null | transfer-news/{sourceId} | Transfer news from a specific source | 200 | New Example | [{"title": "BLUES LOSE Chelsea transfer for Chicago Fire keeper Gabriel Slonina KO\u2019d by sanctions", "url": "https://www.thesun.co.uk/sport/18073253/chelsea-transfer-chicago-fire-gabriel-slonina-sanctions/", "source": "sun"}, {"title": "NOU THANKS Leeds name price for Raphinha after rejecting \u00a329m transfer offer from Barcelona", "url": "https://www.thesun.co.uk/sport/18073186/leeds-raphinha-rejecting-transfer-offer-barcelona/", "source": "sun"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
216d48e1-f2fd-45b8-bfc3-1a364efc2189/5ac189be-caf7-4039-a788-c8588a7fe59c/0/0 | Football Transfer News | Transfer news for football - I am not currently developing this api further. | null | transfer-news | /transfer-news fetches all transfer news | 200 | New Example | {"title": "BLUES LOSE Chelsea transfer for Chicago Fire keeper Gabriel Slonina KO\u2019d by sanctions", "url": "https://www.thesun.co.uk/sport/18073253/chelsea-transfer-chicago-fire-gabriel-slonina-sanctions/", "source": "sun"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
71c0c23d-bd10-447b-96bb-8f6e0ec28c7c/60739c46-d2ac-4a28-b585-0b387361fb84/0/0 | Disc Golf Discs | This API will allow you to search, all the discs that are currently available on the market. | null | Get Discs | Get all the discs golf discs on the market | 200 | New Example | [{"id": 128, "name": "Wraith", "description": null, "speed": 11, "glide": 5, "turn": -1, "fade": 3, "links": ["https://infinitediscs.com/Innova-Wraith"], "pdgaDateApproved": "2005-08-15", "maxWeight": 175.13, "diameter": 21.1, "height": 1.4, "rimDepth": 1.2, "insideRimDiameter": 16.9, "rimThickness": 2.1, "rimDepthDiameterRatio": 5.687, "rimConfiguration": 26.75, "flexibility": 8.85, "manufacturer": {"id": "innova", "name": "Innova", "description": null}}] | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "null"}, "speed": {"type": "integer"}, "glide": {"type": "integer"}, "turn": {"type": "integer"}, "fade": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "pdgaDateApproved": {"type": "string"}, "maxWeight": {"type": "number"}, "diameter": {"type": "number"}, "height": {"type": "number"}, "rimDepth": {"type": "number"}, "insideRimDiameter": {"type": "number"}, "rimThickness": {"type": "number"}, "rimDepthDiameterRatio": {"type": "number"}, "rimConfiguration": {"type": "number"}, "flexibility": {"type": "number"}, "manufacturer": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "null"}}}}}} |
c640f5e7-959f-4232-80b2-7b2d85e0cdfb/33390be2-8a8b-428b-a749-84bbeb501042/0/0 | Raith Rovers News | An API showing all the latest Raith Rovers news from various Scottish newspapers/publications. | null | Get Raith Rovers news form a specific source | Gets news articles about Raith Rovers from a specific news/publication source | 200 | Response | [{"title": "Raith up to second as Arbroath beaten", "url": "https://www.bbc.co.uk/sport/football/58796163", "source": "BBC"}, {"title": "Morton, Raith & Inverness into quarters", "url": "https://www.bbc.co.uk/sport/football/58851568", "source": "BBC"}, {"title": "Poplatnik scores late double for Raith", "url": "https://www.bbc.co.uk/sport/football/58688209", "source": "BBC"}, {"title": "Raith hold on to beat Partick Thistle", "url": "https://www.bbc.co.uk/sport/football/58613188", "source": "BBC"}, {"title": "Can you name Raith's League Cup winners?", "url": "https://www.bbc.co.uk/sport/football/58633014", "source": "BBC"}, {"title": "Raith Rovers", "url": "https://www.bbc.co.uk/sport/football/teams/raith-rovers", "source": "BBC"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
c640f5e7-959f-4232-80b2-7b2d85e0cdfb/79ad2424-db5f-452c-ab79-eb36d53d1390/0/0 | Raith Rovers News | An API showing all the latest Raith Rovers news from various Scottish newspapers/publications. | null | Get all Raith Rovers news articles | This endpoint will return all recent news articles about Raith Rovers from various Scottish newspapers/publications | 200 | Response | [{"title": "Ethan Ross ends post Aberdeen speculation as Raith Rovers admit 'no brainer' to sign in demand star", "url": "https://www.dailyrecord.co.uk/sport/football/ethan-ross-ends-post-aberdeen-25215748", "source": "TheDailyRecord"}, {"title": "Tommy Wright admits Kilmarnock shot themselves in foot as they slip to Raith defeat", "url": "https://www.dailyrecord.co.uk/ayrshire/tommy-wright-admits-kilmarnock-shot-25123990", "source": "TheDailyRecord"}, {"title": "Raith up to second as Arbroath beaten", "url": "https://www.bbc.co.uk/sport/football/58796163", "source": "BBC"}, {"title": "Morton, Raith & Inverness into quarters", "url": "https://www.bbc.co.uk/sport/football/58851568", "source": "BBC"}, {"title": "Poplatnik scores late double for Raith", "url": "https://www.bbc.co.uk/sport/football/58688209", "source": "BBC"}, {"title": "Raith hold on to beat Partick Thistle", "url": "https://www.bbc.co.uk/sport/football/58613188", "source": "BBC"}, {"title": "Can you name Raith's League Cup winners?", "url": "https://www.bbc.co.uk/sport/football/58633014", "source": "BBC"}, {"title": "Raith Rovers", "url": "https://www.bbc.co.uk/sport/football/teams/raith-rovers", "source": "BBC"}, {"title": "Matej Poplatnik v Joel Nouble: Who will be the Lions\u2019 King when Livingston loanees clash in Raith Rovers \u2013 Arbroath showdown?", "url": "https://www.thecourier.co.uk/fp/sport/football/2660565/matej-poplatnik-joel-nouble-livingston-loan-raith-rovers-arbroath/", "source": "TheCourier"}, {"title": "Matej Poplatnik v Joel Nouble: Who will be the Lions\u2019 King when Livingston loanees clash in Raith Rovers \u2013 Arbroath showdown?", "url": "https://www.thecourier.co.uk/fp/sport/football/2660565/matej-poplatnik-joel-nouble-livingston-loan-raith-rovers-arbroath/", "source": "TheCourier"}, {"title": "EXCLUSIVE: Ex-Aberdeen winger Ethan Ross dismisses \u2018failure\u2019 jibe following Raith Rovers switch and hails \u2018eye-opening\u2019 Southampton standards", "url": "https://www.thecourier.co.uk/fp/sport/football/2660493/former-aberdeen-ethan-ross-failure-jibe-raith-rovers-southampton/", "source": "TheCourier"}, {"title": "Blaise Riley-Snow signs new contract with Raith Rovers", "url": "https://www.thecourier.co.uk/fp/sport/football/2659461/blaise-riley-snow-signs-new-contract-with-raith-rovers-transfer-news/", "source": "TheCourier"}, {"title": "Raith Rovers sign former Aberdeen winger after shelling out compensation fee", "url": "https://www.thecourier.co.uk/fp/sport/football/2659161/raith-rovers-transfer-news-former-aberdeen-winger-compensation-fee/", "source": "TheCourier"}, {"title": "Matej Poplatnik v Joel Nouble: Who will be the Lions\u2019 King when Livingston loanees clash in Raith Rovers \u2013 Arbroath showdown?", "url": "https://www.thecourier.co.uk/fp/sport/football/2660565/matej-poplatnik-joel-nouble-livingston-loan-raith-rovers-arbroath/", "source": "TheCourier"}, {"title": "EXCLUSIVE: Ex-Aberdeen winger Ethan Ross dismisses \u2018failure\u2019 jibe following Raith Rovers switch and hails \u2018eye-opening\u2019 Southampton standards", "url": "https://www.thecourier.co.uk/fp/sport/football/2660493/former-aberdeen-ethan-ross-failure-jibe-raith-rovers-southampton/", "source": "TheCourier"}, {"title": "Raith Rovers", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers", "source": "FifeFreePress"}, {"title": "Raith Rovers", "url": "https://www.fifetoday.co.ukundefined", "source": "FifeFreePress"}, {"title": " Raith Rovers hit early and late in the first half to secure points and go second ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-hit-early-and-late-in-the-first-half-to-secure-points-and-go-second-3422120", "source": "FifeFreePress"}, {"title": " Raith boss John McGlynn keeps faith with the same starting line-up against Arbro... ", "url": "https://www.fifetoday.co.uk/sport/football/international/raith-boss-john-mcglynn-keeps-faith-with-the-same-starting-line-up-against-arbroath-3421892", "source": "FifeFreePress"}, {"title": " Midfielder Riley-Snow extends contract at Raith Rovers ", "url": "https://www.fifetoday.co.uk/sport/football/midfielder-riley-snow-extends-contract-at-raith-rovers-3419412", "source": "FifeFreePress"}, {"title": " Ethan Ross makes his Raith Rovers return ", "url": "https://www.fifetoday.co.uk/sport/football/international/ethan-ross-makes-his-raith-rovers-return-3419353", "source": "FifeFreePress"}, {"title": " Raith boss McGlynn relishing visit of Dick Campbell's Arbroath ", "url": "https://www.fifetoday.co.uk/sport/football/international/raith-boss-mcglynn-relishing-visit-of-dick-campbells-arbroath-3419189", "source": "FifeFreePress"}, {"title": " Raith Rovers 3-1 East Fife ", "url": "https://www.fifetoday.co.uk/sport/football/international/raith-rovers-3-1-east-fife-3413489", "source": "FifeFreePress"}, {"title": " Defender Liam Dick says Raith team mates deserve much credit after collecting po... ", "url": "https://www.fifetoday.co.uk/sport/football/defender-liam-dick-says-raith-team-mates-deserve-much-credit-after-collecting-points-from-a-busy-match-diary-3410635", "source": "FifeFreePress"}, {"title": " Raith Rovers promote campaign to save lives ahead of SPFL Trust Trophy clash wit... ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-promote-campaign-to-save-lives-ahead-of-spfl-trust-trophy-clash-with-east-fife-3412017", "source": "FifeFreePress"}, {"title": " Raith Rovers return refreshed and rested after some deserved downtime ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-return-refreshed-and-rested-after-some-deserved-downtime-3410110", "source": "FifeFreePress"}, {"title": " Capital loan deal for Raith Rovers star McKay ", "url": "https://www.fifetoday.co.uk/sport/football/capital-loan-deal-for-raith-rovers-star-mckay-3402412", "source": "FifeFreePress"}, {"title": " We should have won the derby, say Raith Rovers star Reghan Tumilty ", "url": "https://www.fifetoday.co.uk/sport/football/we-should-have-won-the-derby-say-raith-rovers-star-reghan-tumilty-3401971", "source": "FifeFreePress"}, {"title": " Raith Rovers boss McGlynn: Disappointed but can't fault players' effort in derby... ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-boss-mcglynn-disappointed-but-cant-fault-players-effort-in-derby-draw-3401636", "source": "FifeFreePress"}, {"title": " A point apiece as Raith Rovers and Dunfermline draw ", "url": "https://www.fifetoday.co.uk/sport/football/a-point-apiece-as-raith-rovers-and-dunfermline-draw-3401626", "source": "FifeFreePress"}, {"title": " Jamma makes the case for the Raith Rovers defence ", "url": "https://www.fifetoday.co.uk/sport/football/jamma-makes-the-case-for-the-raith-rovers-defence-3400845", "source": "FifeFreePress"}, {"title": " Raith Rovers on the road again at the end of a hectic fortnight ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-on-the-road-again-at-the-end-of-a-hectic-fortnight-3400343", "source": "FifeFreePress"}, {"title": " Thistle stung as Raith Rovers take the three points ", "url": "https://www.fifetoday.co.uk/sport/football/thistle-stung-as-raith-rovers-take-the-three-points-3397116", "source": "FifeFreePress"}, {"title": " Celtic are too strong as ten-man Raith Rovers exit Premier Sports Cup ", "url": "https://www.fifetoday.co.uk/sport/football/celtic-are-too-strong-as-ten-man-raith-rovers-exit-premier-sports-cup-3394684", "source": "FifeFreePress"}, {"title": " Raith Rovers striker James Keatings joins Montrose on loan ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-striker-james-keatings-joins-montrose-on-loan-3392373", "source": "FifeFreePress"}, {"title": " Raith Rovers' Ross is getting back to his best after injury ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-ross-is-getting-back-to-his-best-after-injury-3391893", "source": "FifeFreePress"}, {"title": " Deadly Dario aiming to stay top of the goalscoring chart for Raith Rovers ", "url": "https://www.fifetoday.co.uk/sport/football/deadly-dario-aiming-to-stay-top-of-the-goalscoring-chart-for-raith-rovers-3391747", "source": "FifeFreePress"}, {"title": " Glasgow at the double as Raith Rovers get ready for Celtic and Partick Thistle ", "url": "https://www.fifetoday.co.uk/sport/football/glasgow-at-the-double-as-raith-rovers-get-ready-for-celtic-and-partick-thistle-3390982", "source": "FifeFreePress"}, {"title": " Zanatta strike secures away win for Raith Rovers ", "url": "https://www.fifetoday.co.uk/sport/football/zanatta-strike-secures-away-win-for-raith-rovers-3388182", "source": "FifeFreePress"}, {"title": " Liam Dick is loving life at Raith Rovers ", "url": "https://www.fifetoday.co.uk/sport/football/liam-dick-is-loving-life-at-raith-rovers-3385083", "source": "FifeFreePress"}, {"title": " Raith boss McGlynn backs his side to bounce back from Queens defeat ", "url": "https://www.fifetoday.co.uk/sport/football/raith-boss-mcglynn-backs-his-side-to-bounce-back-from-queens-defeat-3384303", "source": "FifeFreePress"}, {"title": " Raith Rovers sunk by first half strike ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-sunk-by-first-half-strike-3379857", "source": "FifeFreePress"}, {"title": " Raith Rovers striker Vaughan says he will battle back once again ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-striker-vaughan-says-he-will-battle-back-once-again-3375541", "source": "FifeFreePress"}, {"title": " Three points for Raith Rovers after Ayr raid sees players red carded ", "url": "https://www.fifetoday.co.uk/sport/football/three-points-for-raith-rovers-after-ayr-raid-sees-players-red-carded-3374690", "source": "FifeFreePress"}, {"title": " Tait content to stay at Raith after move to Hibs ", "url": "https://www.fifetoday.co.uk/sport/football/tait-content-to-stay-at-raith-after-move-to-hibs-3374057", "source": "FifeFreePress"}, {"title": " One goal is enough as Raith Rovers knock Forfar out of cup ", "url": "https://www.fifetoday.co.uk/sport/football/one-goal-is-enough-as-raith-rovers-knock-forfar-out-of-cup-3371345", "source": "FifeFreePress"}, {"title": " In pictures: Lewis Vaughan's 10 years with Raith Rovers ", "url": "https://www.fifetoday.co.uk/sport/football/in-pictures-lewis-vaughans-10-years-with-raith-rovers-3369015", "source": "FifeFreePress"}, {"title": " Raith Rovers look to retain SPFL Trust Trophy ", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers-look-to-retain-spfl-trust-trophy-3361099", "source": "FifeFreePress"}, {"title": "Raith Rovers", "url": "https://www.fifetoday.co.uk/sport/football/railth-rovers", "source": "FifeFreePress"}, {"title": "Raith Rovers", "url": "https://www.fifetoday.co.uk/sport/football/raith-rovers", "source": "FifeFreePress"}, {"title": " Grant eases some Dunfermline pressure with Raith fightback after disrupted prep ", "url": "https://www.scotsman.com/sport/football/international/peter-grant-eases-some-dunfermline-pressure-with-raith-fightback-and-alludes-to-disrupted-preparations-3401617", "source": "TheScotsman"}, {"title": " Raith \u2018keep the whip\u2019 on Zanatta as wing wizard stars in win over Partick ", "url": "https://www.scotsman.com/sport/football/raith-keep-the-whip-on-dario-zanatta-as-wing-wizard-puts-celtic-red-card-behind-him-to-star-in-win-over-partick-thistle-3397130", "source": "TheScotsman"}, {"title": " Tait opens up on late-night Hibs deal, what Ross said to him and Raith aims ", "url": "https://www.scotsman.com/sport/football/hibs/dylan-tait-new-hibs-signing-opens-up-on-late-night-deal-what-jack-ross-said-to-him-and-goals-for-raith-3371463", "source": "TheScotsman"}, {"title": " New Hibs midfielder Tait shines as Raith dust away cobwebs with win over Forfar ", "url": "https://www.scotsman.com/sport/football/international/new-hibs-midfielder-dylan-tait-shines-as-raith-dust-away-cobwebs-with-win-over-forfar-3371325", "source": "TheScotsman"}, {"title": " Hibs make their move to sign Raith's Tait ", "url": "https://www.scotsman.com/sport/football/hibs/hibs-make-late-bid-for-raiths-dylan-tait-but-move-wont-be-immediate-3366469", "source": "TheScotsman"}, {"title": " 'Gutted' Raith striker vows to return from fourth ACL injury ", "url": "https://www.scotsman.com/sport/football/lewis-vaughan-gutted-raith-rovers-striker-vows-to-return-from-fourth-acl-injury-3366413", "source": "TheScotsman"}, {"title": " Raith\u00a0reveal outcome of probe into power failure at Dunfermline clash ", "url": "https://www.scotsman.com/sport/football/raith-rovers-reveal-outcome-of-probe-into-starks-park-power-failure-at-dunfermline-clash-3356890", "source": "TheScotsman"}, {"title": " Raith director explains Dunfermline abandonment as \u00a3180k upgrade goes wrong ", "url": "https://www.scotsman.com/sport/football/international/raith-director-bill-clark-explains-reasons-for-dunfermline-abandonment-as-ps180k-upgrade-goes-wrong-3354764", "source": "TheScotsman"}, {"title": " How Aberdeen's seven changes backfired as Raith cause cup shock ", "url": "https://www.scotsman.com/sport/football/international/how-aberdeens-seven-changes-backfired-as-dario-zanatta-inspired-raith-pounce-on-jack-gurrs-hesitancy-to-cause-cup-shock-3347112", "source": "TheScotsman"}, {"title": " Nervy Dundee reach Premiership play-off final despite second-leg loss to Raith ", "url": "https://www.scotsman.com/sport/football/international/its-far-from-straightforward-as-nervy-dundee-reach-premiership-play-off-final-despite-second-leg-loss-to-raith-rovers-3238389", "source": "TheScotsman"}, {"title": " How Raith plan to channel offside frustration in Dundee play-off return ", "url": "https://www.scotsman.com/sport/football/how-really-annoyed-regan-tumilty-plans-to-channel-raith-rovers-offside-frustration-in-dundee-play-off-return-3236278", "source": "TheScotsman"}, {"title": " James McPake has sympathy but believes chalked-off Raith goal is \"karma\" ", "url": "https://www.scotsman.com/sport/football/international/dundee-manager-james-mcpake-has-sympathy-for-opposite-number-but-believes-chalked-off-raith-goal-is-karma-3234710", "source": "TheScotsman"}, {"title": " Pressure on Dundee after making hash of Hearts title challenge says Raith star ", "url": "https://www.scotsman.com/sport/football/international/raith-star-believes-semi-final-play-off-pressure-all-on-dundee-after-making-hash-of-hearts-title-challenge-3230181", "source": "TheScotsman"}, {"title": " Pride and pain for John McGlynn as Raith Rovers seal semi play-off v Dundee ", "url": "https://www.scotsman.com/sport/football/international/pride-and-pain-for-john-mcglynn-as-raith-rovers-seal-premiership-play-off-semi-final-with-dundee-amid-keystone-cops-touchline-antics-3229648", "source": "TheScotsman"}, {"title": " \"All to play for against Dundee,\" says Raith Rovers manager John McGlynn ", "url": "https://www.scotsman.com/sport/football/international/all-to-play-for-against-dundee-says-john-mcglynn-as-raith-rovers-manager-provides-play-off-update-on-rangers-winger-3229672", "source": "TheScotsman"}, {"title": " No Fife thriller this time around as Dunfermline and Raith draw play-off blank ", "url": "https://www.scotsman.com/sport/football/hearts/no-fife-thriller-this-time-around-as-dunfermline-and-raith-draw-play-off-blank-3224530", "source": "TheScotsman"}, {"title": " James McPake: I did wonder what team Hearts would field v Raith ", "url": "https://www.scotsman.com/sport/football/james-mcpake-i-did-wonder-what-team-hearts-would-field-v-raith-its-only-natural-3221535", "source": "TheScotsman"}, {"title": " How Dundee beat Raith to keep second hopes alive ", "url": "https://www.scotsman.com/sport/football/international/how-dundee-beat-raith-to-keep-second-hopes-alive-but-a-favour-from-hearts-is-needed-3212978", "source": "TheScotsman"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/3af570fa-6a6c-4495-8ee6-c819a154e68f/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/detail (Deprecated) | Get detail information of a match
*The default timezone currently is UTC+7 | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/748fa3c4-142a-40b4-9c4f-7925ee013c63/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/list-live | List available live matches at request time
* Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png | 200 | Response | {"Stages": [{"Sid": "8444", "Snm": "Premier League", "Sds": "Premier League", "Scd": "premier-league", "Cid": "218", "Cnm": "Egypt", "Csnm": "Egypt", "Ccd": "egypt", "Ccdiso": "EGY", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Premier League", "Events": [{"Eid": "630894", "Pids": {"1": "3820842", "6": "31982809", "8": "630894", "12": "SBTE_26218852"}, "Sids": {"1": "875781", "6": "61871", "8": "8444", "12": "SBTC3_24646"}, "Tr1": "0", "Tr2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "Pyramids FC", "ID": "4192", "tbd": 0, "Img": "enet/517894.png", "Gd": 1, "Pids": {"1": ["517894"], "6": ["175002"], "8": ["4192"], "12": ["SBTP_555382"]}, "CoNm": "Egypt", "CoId": "EGY", "Shrt": {"Bs": "993333", "Sl": "000000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "T2": [{"Nm": "Ismaily SC", "ID": "4348", "tbd": 0, "Img": "enet/101746.png", "Gd": 1, "Pids": {"1": ["101746"], "6": ["42366"], "8": ["4348"], "12": ["SBTP_6077"]}, "CoNm": "Egypt", "CoId": "EGY", "HasVideo": false}], "Eps": "28'", "Esid": 2, "Epr": 1, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Et": 1, "Esd": 20220216223000, "Eds": 20220216222958, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16647, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8444", "Snm": "Premier League", "Sds": "Premier League", "Scd": "premier-league", "Cid": "218", "Cnm": "Egypt", "Csnm": "Egypt", "Ccd": "egypt", "Ccdiso": "EGY", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Premier League"}, "Pid": 8, "Spid": 1}]}, {"Sid": "7631", "Snm": "Super League", "Sds": "Super League", "Scd": "super-league", "Cid": "156", "Cnm": "Greece", "Csnm": "Greece", "Ccd": "greece", "Ccdiso": "GRC", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Super League", "Events": [{"Eid": "501859", "Pids": {"1": "3677386", "6": "32042687", "8": "501859", "12": "SBTE_26226414"}, "Sids": {"1": "874482", "6": "58692", "8": "7631", "12": "SBTC3_52938"}, "Tr1": "1", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Panetolikos", "ID": "3511", "tbd": 0, "Img": "enet/162386.png", "Gd": 1, "Pids": {"1": ["162386"], "6": ["7004"], "8": ["3511"], "12": ["SBTP_88440"]}, "CoNm": "Greece", "CoId": "GRC", "Shrt": {"Bs": "e8d817", "Sl": "e8d817", "Nmb": "0000cc", "Sq": false, "St": true, "StC": "0000ff", "Hst": false, "Spl": false, "Sld": "0000ff"}, "HasVideo": false}], "T2": [{"Nm": "Lamia", "ID": "3300", "tbd": 0, "Img": "enet/162389.png", "Gd": 1, "Pids": {"1": ["162389"], "6": ["120154"], "8": ["3300"], "12": ["SBTP_47440"]}, "CoNm": "Greece", "CoId": "GRC", "Shrt": {"Bs": "0000cc", "Sl": "0000cc", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 17, "ErnInf": "17", "Ewt": 1, "Et": 1, "Esd": 20220216210000, "LuUT": 20220216211134, "Eds": 20220216210144, "Edf": 20220216225508, "Eact": 1, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 17277, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7631", "Snm": "Super League", "Sds": "Super League", "Scd": "super-league", "Cid": "156", "Cnm": "Greece", "Csnm": "Greece", "Ccd": "greece", "Ccdiso": "GRC", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Super League"}, "Pid": 8, "Spid": 1}, {"Eid": "501860", "Pids": {"1": "3677417", "6": "32042691", "8": "501860", "12": "SBTE_26226415"}, "Sids": {"1": "874482", "6": "58692", "8": "7631", "12": "SBTC3_52938"}, "T1": [{"Nm": "Atromitos", "ID": "3512", "tbd": 0, "Img": "enet/10187.png", "Gd": 1, "Pids": {"1": ["10187"], "6": ["5062"], "8": ["3512"], "12": ["SBTP_1219"]}, "CoNm": "Greece", "CoId": "GRC", "Shrt": {"Bs": "3f55bc", "Sl": "3f55bc", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "3f55bc"}, "HasVideo": false}], "T2": [{"Nm": "OFI Crete", "ID": "3925", "tbd": 0, "Img": "enet/7753.png", "Gd": 1, "Pids": {"1": ["7753"], "6": ["3241"], "8": ["3925"], "12": ["SBTP_54975"]}, "CoNm": "Greece", "CoId": "GRC", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "000000", "Sq": false, "St": true, "StC": "ffffff", "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "NS", "Esid": 1, "Epr": 0, "Ecov": 0, "Ern": 22, "ErnInf": "22", "Et": 1, "Esd": 20220216230000, "LuUT": 20220216224912, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 1, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16487, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7631", "Snm": "Super League", "Sds": "Super League", "Scd": "super-league", "Cid": "156", "Cnm": "Greece", "Csnm": "Greece", "Ccd": "greece", "Ccdiso": "GRC", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Super League"}, "Pid": 8, "Spid": 1}]}, {"Sid": "7465", "Snm": "1st Lig", "Sds": "1st Lig", "Scd": "1st-lig", "Cid": "45", "Cnm": "Turkey", "Csnm": "Turkey", "Ccd": "turkey", "Ccdiso": "TUR", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "1st Lig", "Events": [{"Eid": "475711", "Pids": {"1": "3656861", "6": "28170976", "8": "475711", "12": "SBTE_26226446"}, "Sids": {"1": "874286", "6": "58158", "8": "7465", "12": "SBTC3_59028"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Istanbulspor", "ID": "4752", "tbd": 0, "Img": "enet/106560.png", "Gd": 1, "Pids": {"1": ["106560"], "6": ["3066"], "8": ["4752"], "12": ["SBTP_2198"]}, "CoNm": "Turkey", "CoId": "TUR", "Shrt": {"Bs": "ffff00", "Sl": "ffff00", "Nmb": "000000", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "ffff00"}, "HasVideo": false}], "T2": [{"Nm": "Boluspor", "ID": "4758", "tbd": 0, "Img": "enet/4675.png", "Gd": 1, "Pids": {"1": ["4675"], "6": ["6414"], "8": ["4758"], "12": ["SBTP_39341"]}, "CoNm": "Turkey", "CoId": "TUR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 25, "ErnInf": "25", "Ewt": 2, "Et": 1, "Esd": 20220216210000, "Eds": 20220216205953, "Edf": 20220216225446, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16749, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7465", "Snm": "1st Lig", "Sds": "1st Lig", "Scd": "1st-lig", "Cid": "45", "Cnm": "Turkey", "Csnm": "Turkey", "Ccd": "turkey", "Ccdiso": "TUR", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "1st Lig"}, "Pid": 8, "Spid": 1}]}, {"Sid": "7462", "Snm": "1st Division", "Sds": "1st Division", "Scd": "1-division", "Cid": "193", "Cnm": "Cyprus", "Csnm": "Cyprus", "Ccd": "cyprus", "Ccdiso": "CYP", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "1st Division", "Events": [{"Eid": "475426", "Pids": {"1": "3656254", "6": "28156744", "8": "475426", "12": "SBTE_26195775"}, "Sids": {"1": "874285", "6": "58150", "8": "7462", "12": "SBTC3_59145"}, "T1": [{"Nm": "Aris Limassol", "ID": "3908", "tbd": 0, "Img": "enet/2136.png", "Gd": 1, "Pids": {"1": ["2136"], "6": ["3397"], "8": ["3908"], "12": ["SBTP_21710"]}, "CoNm": "Cyprus", "CoId": "CYP", "Shrt": {"Bs": "006600", "Sl": "006600", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "T2": [{"Nm": "Omonia Nicosia", "ID": "356", "tbd": 0, "Img": "enet/8044.png", "Gd": 1, "Pids": {"1": ["8044"], "6": ["3395"], "8": ["356"], "12": ["SBTP_4564"], "28": ["35907"]}, "CoNm": "Cyprus", "CoId": "CYP", "Shrt": {"Bs": "108e40", "Sl": "108e40", "Nmb": "faf9f9", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "NS", "Esid": 1, "Epr": 0, "Ecov": 0, "Ern": 21, "ErnInf": "21", "Et": 1, "Esd": 20220216230000, "LuUT": 20220216223755, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 1, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16487, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7462", "Snm": "1st Division", "Sds": "1st Division", "Scd": "1-division", "Cid": "193", "Cnm": "Cyprus", "Csnm": "Cyprus", "Ccd": "cyprus", "Ccdiso": "CYP", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "1st Division"}, "Pid": 8, "Spid": 1}]}, {"Sid": "8065", "Snm": "Botola Pro", "Sds": "Botola Pro", "Scd": "botola-pro", "Cid": "238", "Cnm": "Morocco", "Csnm": "Morocco", "Ccd": "morocco", "Ccdiso": "MAR", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Botola Pro", "Events": [{"Eid": "635102", "Pids": {"1": "3824407", "6": "31996363", "8": "635102", "12": "SBTE_26240297"}, "Sids": {"1": "875103", "6": "59930", "8": "8065", "12": "SBTC3_59513"}, "Tr1": "0", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "Olympic Club de Safi", "ID": "4660", "tbd": 0, "Img": "enet/102047.png", "Gd": 1, "Pids": {"1": ["102047"], "6": ["55037"], "8": ["4660"], "12": ["SBTP_26204"]}, "CoNm": "Morocco", "CoId": "MAR", "Shrt": {"Bs": "000099", "Sl": "cc0000", "Nmb": "cc0000", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "T2": [{"Nm": "RSB Berkane", "ID": "3948", "tbd": 0, "Img": "enet/316652.png", "Gd": 1, "Pids": {"1": ["316652"], "6": ["80395"], "8": ["3948"], "12": ["SBTP_111645"]}, "CoNm": "Morocco", "CoId": "MAR", "Shrt": {"Bs": "ff6633", "Sl": "000000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 17, "ErnInf": "17", "Et": 1, "Esd": 20220216220000, "Eds": 20220216220234, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16647, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8065", "Snm": "Botola Pro", "Sds": "Botola Pro", "Scd": "botola-pro", "Cid": "238", "Cnm": "Morocco", "Csnm": "Morocco", "Ccd": "morocco", "Ccdiso": "MAR", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Botola Pro"}, "Pid": 8, "Spid": 1}]}, {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL", "Events": [{"Eid": "598775", "Pids": {"1": "3786138", "6": "30960645", "8": "598775"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Kwara United", "ID": "4159", "tbd": 0, "Img": "enet/102060.png", "Gd": 1, "Pids": {"1": ["102060"], "6": ["42373"], "8": ["4159"], "12": ["SBTP_71329"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Enyimba", "ID": "3973", "tbd": 0, "Img": "enet/6623.png", "Gd": 1, "Pids": {"1": ["6623"], "6": ["42371"], "8": ["3973"], "12": ["SBTP_59470"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216220230, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 15, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}, {"Eid": "598781", "Pids": {"1": "3786139", "6": "30960647", "8": "598781"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "0", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "MFM FC", "ID": "4199", "tbd": 0, "Img": "enet/722100.png", "Gd": 1, "Pids": {"1": ["722100"], "6": ["242058"], "8": ["4199"], "12": ["SBTP_329903"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Katsina United", "ID": "4160", "tbd": 0, "Img": "enet/818870.png", "Gd": 1, "Pids": {"1": ["818870"], "6": ["308036"], "8": ["4160"], "12": ["SBTP_405913"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216220212, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 7, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}, {"Eid": "598782", "Pids": {"1": "3786121", "6": "30960643", "8": "598782"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "0", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "Niger Tornadoes", "ID": "11847", "tbd": 0, "Img": "enet/102063.png", "Gd": 1, "Pids": {"1": ["102063"], "6": ["242060"], "8": ["11847"], "12": ["SBTP_344648"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Sunshine Stars", "ID": "4150", "tbd": 0, "Img": "enet/102067.png", "Gd": 1, "Pids": {"1": ["102067"], "6": ["42584"], "8": ["4150"], "12": ["SBTP_71338"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216215932, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 7, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}, {"Eid": "598789", "Pids": {"1": "3786143", "6": "30960655", "8": "598789"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "1", "Tr2": "1", "Trh1": "1", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "1", "T1": [{"Nm": "Plateau United", "ID": "4147", "tbd": 0, "Img": "enet/213295.png", "Gd": 1, "Pids": {"1": ["213295"], "6": ["242062"], "8": ["4147"], "12": ["SBTP_332153"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Shooting Stars", "ID": "199777", "tbd": 0, "Img": "enet/184465.png", "Gd": 1, "Pids": {"1": ["184465"], "6": ["193328"], "8": ["199777"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216220149, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 15, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}, {"Eid": "598774", "Pids": {"1": "3786141", "6": "30960651", "8": "598774"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "0", "Tr2": "1", "Trh1": "0", "Trh2": "1", "Tr1OR": "0", "Tr2OR": "1", "T1": [{"Nm": "Remo Stars", "ID": "11846", "tbd": 0, "Img": "enet/818875.png", "Gd": 1, "Pids": {"1": ["818875"], "6": ["301250"], "8": ["11846"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Akwa United", "ID": "4148", "tbd": 0, "Img": "enet/102051.png", "Gd": 1, "Pids": {"1": ["102051"], "6": ["193314"], "8": ["4148"], "12": ["SBTP_333213"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216215815, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 15, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}, {"Eid": "598795", "Pids": {"1": "3786144", "6": "30960657", "8": "598795"}, "Sids": {"1": "876555", "6": "62527", "8": "8758"}, "Tr1": "0", "Tr2": "1", "Trh1": "0", "Trh2": "1", "Tr1OR": "0", "Tr2OR": "1", "T1": [{"Nm": "Wikki Tourist", "ID": "4149", "tbd": 0, "Img": "enet/102068.png", "Gd": 1, "Pids": {"1": ["102068"], "6": ["42376"], "8": ["4149"], "12": ["SBTP_71325"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "T2": [{"Nm": "Kano Pillars", "ID": "4118", "tbd": 0, "Img": "enet/102059.png", "Gd": 1, "Pids": {"1": ["102059"], "6": ["134276"], "8": ["4118"], "12": ["SBTP_70993"]}, "CoNm": "Nigeria", "CoId": "NGA", "HasVideo": false}], "Eps": "HT", "Esid": 10, "Epr": 1, "Ecov": 0, "Ern": 13, "ErnInf": "13", "Et": 1, "Esd": 20220216220000, "Eds": 20220216220451, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 15, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8758", "Snm": "NPFL", "Sds": "NPFL", "Scd": "npfl", "Cid": "257", "Cnm": "Nigeria", "Csnm": "Nigeria", "Ccd": "nigeria", "Ccdiso": "NGA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "NPFL"}, "Pid": 8, "Spid": 1}]}, {"Sid": "8357", "Snm": "Cup", "Sds": "Cup", "Scd": "cup", "Cid": "39", "Cnm": "Serbia", "Csnm": "Serbia", "Ccd": "serbia", "Ccdiso": "SRB", "Scu": 1, "Chi": 0, "Shi": 0, "Sdn": "Cup", "Events": [{"Eid": "588079", "Pids": {"6": "30646629", "8": "588079", "12": "SBTE_26246361"}, "Sids": {"6": "124960", "8": "8357", "12": "SBTC3_25492"}, "T1": [{"Nm": "FK Crvena Zvezda", "ID": "6492", "tbd": 0, "Img": "enet/8687.png", "Gd": 1, "Pids": {"1": ["8687"], "6": ["5149"], "8": ["6492"], "12": ["SBTP_193789"], "15": ["1636"], "28": ["7375"]}, "CoNm": "Serbia", "CoId": "SRB", "Shrt": {"Bs": "ec0e0e", "Sl": "ef0b0b", "Nmb": "121111", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db0a0a"}, "HasVideo": false}], "T2": [{"Nm": "Radnicki Nis", "ID": "6755", "tbd": 0, "Img": "enet/6410.png", "Gd": 1, "Pids": {"1": ["6410"], "6": ["25737"], "8": ["6755"], "12": ["SBTP_37526"]}, "CoNm": "Serbia", "CoId": "SRB", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "NS", "Esid": 1, "Epr": 0, "Ecov": 0, "Ern": 0, "ErnInf": "round_of_16", "Et": 1, "Esd": 20220216230000, "Edf": 20220303205000, "Eact": 1, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 0, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16391, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "8357", "Snm": "Cup", "Sds": "Cup", "Scd": "cup", "Cid": "39", "Cnm": "Serbia", "Csnm": "Serbia", "Ccd": "serbia", "Ccdiso": "SRB", "Scu": 1, "Chi": 0, "Shi": 0, "Sdn": "Cup"}, "Pid": 8, "Spid": 1}]}, {"Sid": "7741", "Snm": "Premier League", "Sds": "Premier League", "Scd": "premier-league", "Cid": "223", "Cnm": "South Africa", "Csnm": "South Africa", "Ccd": "south-africa", "Ccdiso": "ZAF", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Premier League", "Events": [{"Eid": "511670", "Pids": {"1": "3689477", "6": "28619630", "8": "511670", "12": "SBTE_26227832"}, "Sids": {"1": "874602", "6": "59040", "8": "7741", "12": "SBTC3_59257"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Stellenbosch FC", "ID": "3106", "tbd": 0, "Img": "enet/207873.png", "Gd": 1, "Pids": {"1": ["207873"], "6": ["43555"], "8": ["3106"], "12": ["SBTP_378782"]}, "CoNm": "South Africa", "CoId": "ZAF", "Shrt": {"Bs": "860e0e", "Sl": "860e0e", "Nmb": "f0e87f", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "T2": [{"Nm": "Moroka Swallows", "ID": "3187", "tbd": 0, "Img": "enet/953496.png", "Gd": 1, "Pids": {"1": ["953496", "102093"], "6": ["7667"], "8": ["3187"], "12": ["SBTP_22537"]}, "CoNm": "South Africa", "CoId": "ZAF", "Shrt": {"Bs": "921111", "Sl": "921111", "Nmb": "fcfcfc", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "921111"}, "HasVideo": false}], "Eps": "27'", "Esid": 2, "Epr": 1, "Ecov": 0, "Ern": 18, "ErnInf": "18", "Et": 1, "Esd": 20220216223000, "Eds": 20220216223035, "Eact": 1, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 16751, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7741", "Snm": "Premier League", "Sds": "Premier League", "Scd": "premier-league", "Cid": "223", "Cnm": "South Africa", "Csnm": "South Africa", "Ccd": "south-africa", "Ccdiso": "ZAF", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Premier League"}, "Pid": 8, "Spid": 1}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "StC": {"type": "string"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "HasVideo": {"type": "boolean"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "StC": {"type": "string"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Spl", "Sq", "St"]}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "Eds": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Ewt": {"type": "integer"}, "LuUT": {"type": "integer"}, "Edf": {"type": "integer"}}, "required": ["ComX", "EO", "Eact", "Ecov", "Ehid", "Eid", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "IncsX", "LuC", "LuX", "Pid", "Pids", "SDFowX", "SDInnX", "Sids", "Spid", "StatX", "Stg", "SubsX", "T1", "T2"]}}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Events", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}}}, "required": ["Stages"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/675a0842-5902-450e-abbb-1f1ffc64a45b/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-h2h | Get head to head information in the past | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/2a722e2d-e7a9-4dd2-b2d6-cacc13c09ecf/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-table | Get table | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/2a01bcf9-ec2c-4261-87da-42f8b9a40655/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-scoreboard | Get scoreboard of a match | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/77968c10-7c8d-453d-b36e-0cbe86241b57/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-info | Get where the match takes place | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/aa538212-4824-4fd9-ae78-bda41464fa64/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/list-by-date | List all matches by specific date
* Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png | 200 | Response | {"Stages": [{"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21", "Events": [{"Eid": "270409", "Pids": {"1": "3413024", "6": "23216443", "8": "270409", "12": "SBTE_20182569"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "3", "Tr2": "0", "Trh1": "2", "Trh2": "0", "Tr1OR": "3", "Tr2OR": "0", "T1": [{"Nm": "Barnsley", "ID": "2829", "tbd": 0, "Img": "enet/8283.png", "Gd": 1, "Pids": {"1": ["8283"], "6": ["23"], "8": ["2829"], "12": ["SBTP_556"], "28": ["23069"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff3333", "Sl": "ff2424", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Queens Park Rangers", "ID": "2866", "tbd": 0, "Img": "enet/10172.png", "Gd": 1, "Pids": {"1": ["10172"], "6": ["1"], "8": ["2866"], "12": ["SBTP_34922"], "28": ["7920"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "ff0000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "0078f0"}, "HasVideo": true}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028074009, "Eds": 20201028020100, "Edf": 20201028035210, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 49533, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270435", "Pids": {"1": "3413023", "6": "23216445", "8": "270435", "12": "SBTE_20182567"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "2", "Tr2": "4", "Trh1": "1", "Trh2": "3", "Tr1OR": "2", "Tr2OR": "4", "T1": [{"Nm": "Blackburn Rovers", "ID": "2770", "tbd": 0, "Img": "enet/8655.png", "Gd": 1, "Pids": {"1": ["8655"], "6": ["46"], "8": ["2770"], "12": ["SBTP_237"], "28": ["36657"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fafafa", "Sl": "f9fafb", "Nmb": "ff0000", "Sq": false, "St": false, "Hst": false, "Spl": true, "SplC": "0063c6", "Sld": "ffffff"}, "HasVideo": true}], "T2": [{"Nm": "Reading", "ID": "3059", "tbd": 0, "Img": "enet/9798.png", "Gd": 1, "Pids": {"1": ["9798"], "6": ["28"], "8": ["3059"], "12": ["SBTP_370"], "28": ["9698"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fafcff", "Sl": "ffffff", "Nmb": "ab834d", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ab834d"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 2, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028140859, "Eds": 20201028024538, "Edf": 20201028043925, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 49533, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270411", "Pids": {"1": "3413022", "6": "23216447", "8": "270411", "12": "SBTE_20182570"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "1", "Tr2": "1", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "1", "T1": [{"Nm": "Brentford", "ID": "2865", "tbd": 0, "Img": "enet/9937.png", "Gd": 1, "Pids": {"1": ["9937"], "6": ["50"], "8": ["2865"], "12": ["SBTP_536"], "28": ["9255"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "000000", "Sq": false, "St": true, "StC": "fafafa", "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": true, "NewsTag": "/team/brentford-2021020913320920836-136/"}], "T2": [{"Nm": "Norwich City", "ID": "2811", "tbd": 0, "Img": "enet/9850.png", "Gd": 1, "Pids": {"1": ["9850"], "6": ["263"], "8": ["2811"], "12": ["SBTP_241"], "28": ["48672"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffff00", "Sl": "ffff37", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "00b800"}, "HasVideo": true, "NewsTag": "/team/norwich-2021020913320920836-111/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 0, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028025225, "Eds": 20201028024615, "Edf": 20201028043840, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 49533, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270419", "Pids": {"1": "3413021", "6": "23216449", "8": "270419", "12": "SBTE_20182568"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "2", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Middlesbrough", "ID": "2909", "tbd": 0, "Img": "enet/8549.png", "Gd": 1, "Pids": {"1": ["8549"], "6": ["36"], "8": ["2909"], "12": ["SBTP_244"], "28": ["31715"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "db0000", "Sl": "d60000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Coventry City", "ID": "3039", "tbd": 0, "Img": "enet/8669.png", "Gd": 1, "Pids": {"1": ["8669"], "6": ["11"], "8": ["3039"], "12": ["SBTP_382"], "15": ["1372"], "28": ["24591"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "99ccff", "Sl": "99ccff", "Nmb": "000085", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 1, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028025410, "Eds": 20201028024530, "Edf": 20201028043925, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 16765, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "271014", "Pids": {"1": "3414162", "6": "23216451", "8": "271014", "12": "SBTE_20182565"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "2", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Swansea City", "ID": "3917", "tbd": 0, "Img": "enet/10003.png", "Gd": 1, "Pids": {"1": ["10003"], "6": ["74"], "8": ["3917"], "12": ["SBTP_562"], "28": ["10980"]}, "CoNm": "Wales", "CoId": "WAL", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Stoke City", "ID": "3005", "tbd": 0, "Img": "enet/10194.png", "Gd": 1, "Pids": {"1": ["10194"], "6": ["29"], "8": ["3005"], "12": ["SBTP_384"], "28": ["28745"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "0000ff", "Sq": false, "St": true, "StC": "ffffff", "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": true}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 1, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028141331, "Eds": 20201028024540, "Edf": 20201028043700, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 49533, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270420", "Pids": {"1": "3413020", "6": "23216453", "8": "270420", "12": "SBTE_20182566"}, "Sids": {"1": "869271", "6": "51549", "8": "886"}, "Tr1": "1", "Tr2": "1", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "1", "T1": [{"Nm": "Wycombe Wanderers", "ID": "2950", "tbd": 0, "Img": "enet/8676.png", "Gd": 1, "Pids": {"1": ["8676"], "6": ["62"], "8": ["2950"], "12": ["SBTP_571"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "000040", "Sl": "3e9eff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": true, "SplC": "3e9eff"}, "HasVideo": false}], "T2": [{"Nm": "Watford", "ID": "3929", "tbd": 0, "Img": "enet/9817.png", "Gd": 1, "Pids": {"1": ["9817"], "6": ["24"], "8": ["3929"], "12": ["SBTP_371"], "28": ["6989551"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffff00", "Sl": "ffff00", "Nmb": "242321", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "242321"}, "HasVideo": true, "NewsTag": "/team/watford-2021020913320920836-115/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 8, "ErnInf": "8", "Ewt": 0, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028025105, "Eds": 20201028024657, "Edf": 20201028044018, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 49533, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Championship 20/21"}, "Pid": 8, "Spid": 1}]}, {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21", "Events": [{"Eid": "270030", "Pids": {"1": "3413039", "6": "23217467", "8": "270030", "12": "SBTE_20182594"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "AFC Wimbledon", "ID": "2834", "tbd": 0, "Img": "enet/158319.png", "Gd": 1, "Pids": {"1": ["158319"], "6": ["23957"], "8": ["2834"], "12": ["SBTP_40645"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0060bf", "Sl": "0060bf", "Nmb": "f0e239", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "T2": [{"Nm": "Blackpool", "ID": "2929", "tbd": 0, "Img": "enet/8483.png", "Gd": 1, "Pids": {"1": ["8483"], "6": ["67"], "8": ["2929"], "12": ["SBTP_538"], "15": ["88"], "28": ["39983"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff8000", "Sl": "ff8000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201029010128, "Eds": 20201028020156, "Edf": 20201028035654, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270026", "Pids": {"1": "3413038", "6": "23217469", "8": "270026"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "1", "Tr2": "3", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "3", "T1": [{"Nm": "Bristol Rovers", "ID": "2879", "tbd": 0, "Img": "enet/10104.png", "Gd": 1, "Pids": {"1": ["10104"], "6": ["76"], "8": ["2879"], "12": ["SBTP_565"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0000ff", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": true, "SplC": "ffffff", "Sld": "0000ff"}, "HasVideo": false}], "T2": [{"Nm": "Hull City", "ID": "2871", "tbd": 0, "Img": "enet/8667.png", "Gd": 1, "Pids": {"1": ["8667"], "6": ["96"], "8": ["2871"], "12": ["SBTP_539"], "28": ["8261"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff8000", "Sl": "ff8000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 2, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028020810, "Eds": 20201028020100, "Edf": 20201028035830, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270117", "Pids": {"1": "3413037", "6": "23217471", "8": "270117", "12": "SBTE_20182580"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "2", "Tr2": "0", "Trh1": "2", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Charlton Athletic", "ID": "3031", "tbd": 0, "Img": "enet/8451.png", "Gd": 1, "Pids": {"1": ["8451"], "6": ["47"], "8": ["3031"], "12": ["SBTP_227"], "15": ["28"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Oxford United", "ID": "3075", "tbd": 0, "Img": "enet/8653.png", "Gd": 1, "Pids": {"1": ["8653"], "6": ["95"], "8": ["3075"], "12": ["SBTP_35627"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "f4ef0b", "Sl": "f4ef0b", "Nmb": "000040", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201029182653, "Eds": 20201028020017, "Edf": 20201028035600, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270027", "Pids": {"1": "3413036", "6": "23217473", "8": "270027", "12": "SBTE_20182591"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "0", "Tr2": "1", "Trh1": "0", "Trh2": "1", "Tr1OR": "0", "Tr2OR": "1", "T1": [{"Nm": "Crewe Alexandra", "ID": "2783", "tbd": 0, "Img": "enet/9784.png", "Gd": 1, "Pids": {"1": ["9784"], "6": ["19"], "8": ["2783"], "12": ["SBTP_380"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": false}], "T2": [{"Nm": "Lincoln City", "ID": "2938", "tbd": 0, "Img": "enet/8430.png", "Gd": 1, "Pids": {"1": ["8430"], "6": ["92"], "8": ["2938"], "12": ["SBTP_584"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "e32c41", "Hst": false, "Spl": false, "Sld": "e32c41"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 2, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028021735, "Eds": 20201028020100, "Edf": 20201028035255, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270232", "Pids": {"1": "3413050", "6": "23217477", "8": "270232", "12": "SBTE_20182578"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "1", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Ipswich Town", "ID": "2786", "tbd": 0, "Img": "enet/9902.png", "Gd": 1, "Pids": {"1": ["9902"], "6": ["32"], "8": ["2786"], "12": ["SBTP_368"], "15": ["99"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0055aa", "Sl": "0055aa", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Gillingham", "ID": "2946", "tbd": 0, "Img": "enet/10173.png", "Gd": 1, "Pids": {"1": ["10173"], "6": ["20"], "8": ["2946"], "12": ["SBTP_373"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "052ce2", "Sl": "052ce2", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "093ef2"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028021715, "Eds": 20201028020017, "Edf": 20201028035745, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270076", "Pids": {"1": "3413051", "6": "23217479", "8": "270076", "12": "SBTE_20182579"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "2", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Milton Keynes Dons", "ID": "3040", "tbd": 0, "Img": "enet/8645.png", "Gd": 1, "Pids": {"1": ["8645"], "6": ["4"], "8": ["3040"], "12": ["SBTP_591"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Wigan Athletic", "ID": "3015", "tbd": 0, "Img": "enet/8528.png", "Gd": 1, "Pids": {"1": ["8528"], "6": ["49"], "8": ["3015"], "12": ["SBTP_435"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "0149a2", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "0148a2"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028021715, "Eds": 20201028020019, "Edf": 20201028034940, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270169", "Pids": {"1": "3413052", "6": "23217481", "8": "270169", "12": "SBTE_20182592"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "2", "Tr2": "2", "Trh1": "1", "Trh2": "1", "Tr1OR": "2", "Tr2OR": "2", "T1": [{"Nm": "Peterborough United", "ID": "2945", "tbd": 0, "Img": "enet/8677.png", "Gd": 1, "Pids": {"1": ["8677"], "6": ["54"], "8": ["2945"], "12": ["SBTP_5694"], "15": ["95"], "28": ["10177"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "005cb9", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Burton Albion", "ID": "3019", "tbd": 0, "Img": "enet/9792.png", "Gd": 1, "Pids": {"1": ["9792"], "6": ["134"], "8": ["3019"], "12": ["SBTP_2129"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffff00", "Sl": "ffff00", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 0, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028153101, "Eds": 20201028020050, "Edf": 20201028035300, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270215", "Pids": {"1": "3413035", "6": "23217475", "8": "270215", "12": "SBTE_20182593"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Fleetwood Town", "ID": "3020", "tbd": 0, "Img": "enet/45723.png", "Gd": 1, "Pids": {"1": ["45723"], "6": ["23959"], "8": ["3020"], "12": ["SBTP_40492"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": false}], "T2": [{"Nm": "Shrewsbury Town", "ID": "2937", "tbd": 0, "Img": "enet/9896.png", "Gd": 1, "Pids": {"1": ["9896"], "6": ["82"], "8": ["2937"], "12": ["SBTP_568"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0054a8", "Sl": "ffcc00", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffcc00"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028090713, "Eds": 20201028024520, "Edf": 20201028044018, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270077", "Pids": {"1": "3413053", "6": "23217483", "8": "270077", "12": "SBTE_20182598"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "2", "Tr2": "1", "Trh1": "1", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "1", "T1": [{"Nm": "Plymouth Argyle", "ID": "2936", "tbd": 0, "Img": "enet/8401.png", "Gd": 1, "Pids": {"1": ["8401"], "6": ["71"], "8": ["2936"], "12": ["SBTP_386"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "004000", "Sl": "004000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Doncaster Rovers", "ID": "2880", "tbd": 0, "Img": "enet/9903.png", "Gd": 1, "Pids": {"1": ["9903"], "6": ["84"], "8": ["2880"], "12": ["SBTP_546"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "bd1414", "Sl": "bd1414", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028154450, "Eds": 20201028024617, "Edf": 20201028044010, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270028", "Pids": {"1": "3413054", "6": "23217485", "8": "270028", "12": "SBTE_20182596"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "4", "Tr2": "0", "Tr1OR": "4", "Tr2OR": "0", "T1": [{"Nm": "Portsmouth", "ID": "2833", "tbd": 0, "Img": "enet/8462.png", "Gd": 1, "Pids": {"1": ["8462"], "6": ["2"], "8": ["2833"], "12": ["SBTP_234"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "015fb7", "Sl": "015fb7", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "015fb7"}, "HasVideo": false}], "T2": [{"Nm": "Northampton Town", "ID": "2998", "tbd": 0, "Img": "enet/8651.png", "Gd": 1, "Pids": {"1": ["8651"], "6": ["57"], "8": ["2998"], "12": ["SBTP_570"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "af1430", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028025810, "Eds": 20201028024500, "Edf": 20201028043750, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270176", "Pids": {"1": "3413055", "6": "23217487", "8": "270176", "12": "SBTE_20182595"}, "Sids": {"1": "869272", "6": "51553", "8": "705"}, "Tr1": "2", "Tr2": "2", "Trh1": "2", "Trh2": "2", "Tr1OR": "2", "Tr2OR": "2", "T1": [{"Nm": "Rochdale", "ID": "3101", "tbd": 0, "Img": "enet/8493.png", "Gd": 1, "Pids": {"1": ["8493"], "6": ["103"], "8": ["3101"], "12": ["SBTP_576"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0055aa", "Sl": "0055aa", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Sunderland", "ID": "2949", "tbd": 0, "Img": "enet/8472.png", "Gd": 1, "Pids": {"1": ["8472"], "6": ["41"], "8": ["2949"], "12": ["SBTP_378"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "000000", "Sq": false, "St": true, "StC": "ff0000", "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 0, "Et": 1, "Esd": 20201028024500, "LuUT": 20201028030000, "Eds": 20201028024516, "Edf": 20201028044110, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "705", "Snm": "League 1 20/21", "Sds": "League 1 20/21", "Scd": "league-1-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "15", "CompN": "League 1 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 1 20/21"}, "Pid": 8, "Spid": 1}]}, {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21", "Events": [{"Eid": "269694", "Pids": {"1": "3413579", "6": "23218469", "8": "269694", "12": "SBTE_20226711"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "4", "Tr2": "0", "Trh1": "3", "Trh2": "0", "Tr1OR": "4", "Tr2OR": "0", "T1": [{"Nm": "Crawley Town", "ID": "2887", "tbd": 0, "Img": "enet/8647.png", "Gd": 1, "Pids": {"1": ["8647"], "6": ["4875"], "8": ["2887"], "12": ["SBTP_588"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Tranmere Rovers", "ID": "2827", "tbd": 0, "Img": "enet/8313.png", "Gd": 1, "Pids": {"1": ["8313"], "6": ["51"], "8": ["2827"], "12": ["SBTP_555"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "0404af", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "0404af"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028013000, "LuUT": 20201028224248, "Eds": 20201028013048, "Edf": 20201028032339, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269751", "Pids": {"1": "3413586", "6": "23218489", "8": "269751", "12": "SBTE_20226712"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Bolton Wanderers", "ID": "3102", "tbd": 0, "Img": "enet/8559.png", "Gd": 1, "Pids": {"1": ["8559"], "6": ["5"], "8": ["3102"], "12": ["SBTP_236"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "030303", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": false}], "T2": [{"Nm": "Bradford City", "ID": "2888", "tbd": 0, "Img": "enet/8484.png", "Gd": 1, "Pids": {"1": ["8484"], "6": ["22"], "8": ["2888"], "12": ["SBTP_540"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "630f1a", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028013231, "Eds": 20201028015947, "Edf": 20201028035419, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269796", "Pids": {"1": "3413578", "6": "23218467", "8": "269796", "12": "SBTE_20226785"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "3", "Tr2": "1", "Trh1": "2", "Trh2": "0", "Tr1OR": "3", "Tr2OR": "1", "T1": [{"Nm": "Carlisle United", "ID": "2935", "tbd": 0, "Img": "enet/10196.png", "Gd": 1, "Pids": {"1": ["10196"], "6": ["78"], "8": ["2935"], "12": ["SBTP_507"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "255aba", "Sl": "255aba", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "d44f4a"}, "HasVideo": false}], "T2": [{"Nm": "Morecambe", "ID": "2965", "tbd": 0, "Img": "enet/8489.png", "Gd": 1, "Pids": {"1": ["8489"], "6": ["81"], "8": ["2965"], "12": ["SBTP_506"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "df0707", "Sl": "df0707", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "df0707"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028022320, "Eds": 20201028020058, "Edf": 20201028035516, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269768", "Pids": {"1": "3413594", "6": "23218471", "8": "269768", "12": "SBTE_20226713"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Forest Green Rovers", "ID": "2838", "tbd": 0, "Img": "enet/9828.png", "Gd": 1, "Pids": {"1": ["9828"], "6": ["94"], "8": ["2838"], "12": ["SBTP_656"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "bbe000", "Sl": "bbe000", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Grimsby Town", "ID": "2750", "tbd": 0, "Img": "enet/10005.png", "Gd": 1, "Pids": {"1": ["10005"], "6": ["18"], "8": ["2750"], "12": ["SBTP_14041"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "000000", "Sl": "faf9f9", "Nmb": "fcfcfc", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028023900, "Eds": 20201028020050, "Edf": 20201028035430, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269703", "Pids": {"1": "3413593", "6": "23218473", "8": "269703", "12": "SBTE_20226714"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "0", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "Harrogate", "ID": "3234", "tbd": 0, "Img": "enet/7946.png", "Gd": 1, "Pids": {"1": ["7946"], "6": ["159"], "8": ["3234"], "12": ["SBTP_7325"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "f3f245", "Sl": "f3f245", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f3f245"}, "HasVideo": false}], "T2": [{"Nm": "Stevenage", "ID": "2741", "tbd": 0, "Img": "enet/10253.png", "Gd": 1, "Pids": {"1": ["10253"], "6": ["133"], "8": ["2741"], "12": ["SBTP_524"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "cb0606", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 0, "Et": 1, "Esd": 20201028020000, "LuUT": 20211202113532, "Eds": 20201028020015, "Edf": 20201028035511, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269748", "Pids": {"1": "3413592", "6": "23218475", "8": "269748", "12": "SBTE_20226715"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "1", "Tr2": "1", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "1", "T1": [{"Nm": "Leyton Orient", "ID": "2749", "tbd": 0, "Img": "enet/8351.png", "Gd": 1, "Pids": {"1": ["8351"], "6": ["83"], "8": ["2749"], "12": ["SBTP_14014"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ff0000", "Sl": "ff0000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ff0000"}, "HasVideo": false}], "T2": [{"Nm": "Exeter City", "ID": "2933", "tbd": 0, "Img": "enet/9833.png", "Gd": 1, "Pids": {"1": ["9833"], "6": ["86"], "8": ["2933"], "12": ["SBTP_526"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "000000", "Sq": false, "St": true, "StC": "ff0000", "Hst": false, "Spl": false, "Sld": "030303"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 0, "Et": 1, "Esd": 20201028020000, "LuUT": 20201130174240, "Eds": 20201028020015, "Edf": 20201028035256, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269811", "Pids": {"1": "3413591", "6": "23218477", "8": "269811", "12": "SBTE_20226716"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "2", "Tr2": "4", "Trh1": "1", "Trh2": "2", "Tr1OR": "2", "Tr2OR": "4", "T1": [{"Nm": "Mansfield Town", "ID": "2837", "tbd": 0, "Img": "enet/9818.png", "Gd": 1, "Pids": {"1": ["9818"], "6": ["70"], "8": ["2837"], "12": ["SBTP_14044"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "0a19eb", "Sl": "0a19eb", "Nmb": "e3f20d", "Sq": false, "St": true, "StC": "0656ea", "Hst": false, "Spl": false, "Sld": "e3f20d"}, "HasVideo": false}], "T2": [{"Nm": "Barrow", "ID": "3286", "tbd": 0, "Img": "enet/6350.png", "Gd": 1, "Pids": {"1": ["6350"], "6": ["97"], "8": ["3286"], "12": ["SBTP_21059"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "2685d9", "Sl": "ffffff", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 2, "Et": 1, "Esd": 20201028020000, "LuUT": 20201028231528, "Eds": 20201028020158, "Edf": 20201028035605, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "270621", "Pids": {"1": "3413728", "6": "23218479", "8": "270621", "12": "SBTE_20227170"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "2", "Tr2": "1", "Trh1": "0", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "1", "T1": [{"Nm": "Newport County", "ID": "2942", "tbd": 0, "Img": "enet/10262.png", "Gd": 1, "Pids": {"1": ["10262"], "6": ["79"], "8": ["2942"], "12": ["SBTP_21057"]}, "CoNm": "Wales", "CoId": "WAL", "Shrt": {"Bs": "fdc100", "Sl": "fdc100", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Colchester United", "ID": "2966", "tbd": 0, "Img": "enet/8416.png", "Gd": 1, "Pids": {"1": ["8416"], "6": ["66"], "8": ["2966"], "12": ["SBTP_590"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "244bc2", "Sl": "244bc2", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20210120002634, "Eds": 20201028015947, "Edf": 20201028035426, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 445, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269693", "Pids": {"1": "3413590", "6": "23218481", "8": "269693", "12": "SBTE_20226717"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "2", "Tr2": "1", "Trh1": "0", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "1", "T1": [{"Nm": "Port Vale", "ID": "2742", "tbd": 0, "Img": "enet/9799.png", "Gd": 1, "Pids": {"1": ["9799"], "6": ["55"], "8": ["2742"], "12": ["SBTP_549"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ffffff", "Sl": "ffffff", "Nmb": "b27018", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "b27018"}, "HasVideo": false}], "T2": [{"Nm": "Cheltenham Town", "ID": "2981", "tbd": 0, "Img": "enet/8680.png", "Gd": 1, "Pids": {"1": ["8680"], "6": ["69"], "8": ["2981"], "12": ["SBTP_14015"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "ef0606", "Sl": "ffffff", "Nmb": "faf9f9", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "030303"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 1, "Et": 1, "Esd": 20201028020000, "LuUT": 20201031083525, "Eds": 20201028020100, "Edf": 20201028035211, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269749", "Pids": {"1": "3413588", "6": "23218485", "8": "269749", "12": "SBTE_20226786"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Southend United", "ID": "2826", "tbd": 0, "Img": "enet/8652.png", "Gd": 1, "Pids": {"1": ["8652"], "6": ["99"], "8": ["2826"], "12": ["SBTP_572"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "002952", "Sl": "002952", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "T2": [{"Nm": "Oldham Athletic", "ID": "2898", "tbd": 0, "Img": "enet/9785.png", "Gd": 1, "Pids": {"1": ["9785"], "6": ["65"], "8": ["2898"], "12": ["SBTP_10188"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "012093", "Sl": "012093", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "ffffff"}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 2, "Et": 1, "Esd": 20201028020000, "LuUT": 20201214133402, "Eds": 20201028020050, "Edf": 20201028035507, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 381, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}, {"Eid": "269761", "Pids": {"1": "3413587", "6": "23218487", "8": "269761", "12": "SBTE_20227171"}, "Sids": {"1": "869273", "6": "51555", "8": "235"}, "Tr1": "0", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "0", "Tr2OR": "2", "T1": [{"Nm": "Walsall", "ID": "2982", "tbd": 0, "Img": "enet/10006.png", "Gd": 1, "Pids": {"1": ["10006"], "6": ["26"], "8": ["2982"], "12": ["SBTP_552"], "15": ["112"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "cd1f32", "Sl": "cd1f32", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "017905"}, "HasVideo": false}], "T2": [{"Nm": "Cambridge United", "ID": "2934", "tbd": 0, "Img": "enet/9834.png", "Gd": 1, "Pids": {"1": ["9834"], "6": ["63"], "8": ["2934"], "12": ["SBTP_35632"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "f0ab44", "Sl": "f2ab05", "Nmb": "000000", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f1b205"}, "HasVideo": true}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 9, "ErnInf": "9", "Ewt": 2, "Et": 1, "Esd": 20201028020000, "LuUT": 20211003211256, "Eds": 20201028020030, "Edf": 20201028035505, "Eact": 0, "IncsX": 1, "ComX": 0, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33149, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "235", "Snm": "League 2 20/21", "Sds": "League 2 20/21", "Scd": "league-2-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "13", "CompN": "League 2 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "League 2 20/21"}, "Pid": 8, "Spid": 1}]}, {"Sid": "5155", "Snm": "PFL", "Sds": "PFL", "Scd": "pfl", "Cid": "227", "Cnm": "Philippines", "Csnm": "Philippines", "Ccd": "philippines", "Ccdiso": "PHL", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "PFL", "Events": [{"Eid": "322630", "Pids": {"1": "3471855", "6": "24047189", "8": "322630"}, "Sids": {"1": "870162", "6": "52823", "8": "5155", "12": "SBTC3_95540"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "United City", "ID": "4438", "tbd": 0, "Img": "enet/557896.png", "Gd": 1, "Pids": {"1": ["557896"], "6": ["143642"], "8": ["4438"], "12": ["SBTP_990737"]}, "CoNm": "Philippines", "CoId": "PHL", "Shrt": {"Bs": "fafafa", "Sl": "fafafa", "Nmb": "d6d257", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "d6d257"}, "HasVideo": false}], "T2": [{"Nm": "Azkals Development Team", "ID": "101669", "tbd": 0, "Img": "enet/1197971.png", "Gd": 1, "Pids": {"1": ["1197971"], "6": ["753911"], "8": ["101669"], "12": ["SBTP_992213"]}, "CoNm": "Philippines", "CoId": "PHL", "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 2, "Ern": 1, "ErnInf": "1", "Ewt": 1, "Et": 1, "Esd": 20201028153000, "Edf": 20201028172437, "Eact": 0, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 12548, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5155", "Snm": "PFL", "Sds": "PFL", "Scd": "pfl", "Cid": "227", "Cnm": "Philippines", "Csnm": "Philippines", "Ccd": "philippines", "Ccdiso": "PHL", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "PFL"}, "Pid": 8, "Spid": 1}, {"Eid": "322631", "Pids": {"1": "3471853", "6": "24047193", "8": "322631"}, "Sids": {"1": "870162", "6": "52823", "8": "5155", "12": "SBTC3_95540"}, "Tr1": "1", "Tr2": "0", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "Kaya FC", "ID": "10644", "tbd": 0, "Img": "enet/612493.png", "Gd": 1, "Pids": {"1": ["612493"], "6": ["142194"], "8": ["10644"], "12": ["SBTP_147279"]}, "CoNm": "Philippines", "CoId": "PHL", "Shrt": {"Bs": "f0c905", "Sl": "f0c905", "Nmb": "060505", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "000000"}, "HasVideo": false}], "T2": [{"Nm": "Maharlika", "ID": "101672", "tbd": 0, "Img": "enet/1197969.png", "Gd": 1, "Pids": {"1": ["1197969"], "6": ["753913"], "8": ["101672"], "12": ["SBTP_992392"]}, "CoNm": "Philippines", "CoId": "PHL", "Shrt": {"Bs": "000000", "Sl": "000000", "Nmb": "dd0000", "Sq": false, "St": false, "Hst": false, "Spl": false}, "HasVideo": false}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 2, "Ern": 1, "ErnInf": "1", "Ewt": 1, "Et": 1, "Esd": 20201028190000, "Edf": 20201028205903, "Eact": 0, "IncsX": 0, "ComX": 0, "LuX": 0, "StatX": 1, "SubsX": 0, "SDFowX": 0, "SDInnX": 0, "EO": 12548, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5155", "Snm": "PFL", "Sds": "PFL", "Scd": "pfl", "Cid": "227", "Cnm": "Philippines", "Csnm": "Philippines", "Ccd": "philippines", "Ccdiso": "PHL", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "PFL"}, "Pid": 8, "Spid": 1}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompST": {"type": "string"}, "CompD": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}, "SplC": {"type": "string"}, "StC": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}, "StC": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompST": {"type": "string"}, "CompD": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}}, "required": ["ComX", "EO", "Eact", "Ecov", "Edf", "Ehid", "Eid", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "IncsX", "LuC", "LuX", "Pid", "Pids", "SDFowX", "SDInnX", "Sids", "Spid", "StatX", "Stg", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR"]}}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Events", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}}}, "required": ["Stages"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/8196a00e-eaf0-44a1-b80e-856822cbab67/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-lineups | Get match line-ups | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/e8fadacb-1697-41dd-b30d-6b89176ca3de/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/list-by-league | List all matches by specific league and table
* Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png | 200 | Response | {"Stages": [{"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B", "Events": [{"Eid": "534870", "Pids": {"1": "3714010", "6": "28933400", "8": "534870", "12": "SBTE_24258827", "15": "15514"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/15514/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1631730000000", "allowedCountries": ["IE"], "entryId": "0_8lvomkse"}}, "Tr1": "0", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "0", "T1": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "T2": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 1, "ErnInf": "1", "Ewt": 0, "Et": 1, "Esd": 20210916020000, "LuUT": 20211125165543, "Edf": 20210916040032, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534871", "Pids": {"1": "3714011", "6": "28933402", "8": "534871", "12": "SBTE_24258829", "15": "15517"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/15517/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1631730000000", "allowedCountries": ["IE"], "entryId": "0_kkmj74dw"}}, "Tr1": "3", "Tr2": "2", "Trh1": "1", "Trh2": "2", "Tr1OR": "3", "Tr2OR": "2", "T1": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "T2": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 1, "ErnInf": "1", "Ewt": 1, "Et": 1, "Esd": 20210916020000, "LuUT": 20211125165556, "Edf": 20210916035218, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534876", "Pids": {"1": "3714012", "6": "28933404", "8": "534876", "12": "SBTE_24452277", "15": "15589"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/15589/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1632853380000", "allowedCountries": ["IE"], "entryId": "0_f4c609mz"}}, "Tr1": "1", "Tr2": "2", "Trh1": "1", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "T2": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20210929020000, "LuUT": 20210929021624, "Eds": 20210929020057, "Edf": 20210929035907, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534872", "Pids": {"1": "3714013", "6": "28933406", "8": "534872", "12": "SBTE_24452276", "15": "15588"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/15588/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1632853380000", "allowedCountries": ["IE"], "entryId": "0_we6bifld"}}, "Tr1": "1", "Tr2": "5", "Trh1": "0", "Trh2": "2", "Tr1OR": "1", "Tr2OR": "5", "T1": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "T2": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20210929020000, "LuUT": 20210929020018, "Eds": 20210929020016, "Edf": 20210929035128, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534873", "Pids": {"1": "3714014", "6": "28933408", "8": "534873", "12": "SBTE_24643194", "15": "15979"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/15979/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1634667900000", "allowedCountries": ["IE"], "entryId": "0_xa82nsvd"}}, "Tr1": "2", "Tr2": "3", "Trh1": "2", "Trh2": "2", "Tr1OR": "2", "Tr2OR": "3", "T1": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "T2": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 3, "ErnInf": "3", "Ewt": 2, "Et": 1, "Esd": 20211020020000, "LuUT": 20211020020351, "Eds": 20211020020217, "Edf": 20211020035656, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534874", "Pids": {"1": "3714015", "6": "28933410", "8": "534874", "12": "SBTE_24643195", "15": "16039"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/16039/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1634667900000", "allowedCountries": ["IE"], "entryId": "0_we6bifld"}}, "Tr1": "1", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "0", "T1": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "T2": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 3, "ErnInf": "3", "Ewt": 1, "Et": 1, "Esd": 20211020020000, "LuUT": 20211020022103, "Eds": 20211020020031, "Edf": 20211020035408, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534877", "Pids": {"1": "3714016", "6": "28933412", "8": "534877", "12": "SBTE_24946303", "15": "16244"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/16244/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1635959880000", "allowedCountries": ["IE"], "entryId": "0_3ngkufie"}}, "Tr1": "1", "Tr2": "1", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "1", "T1": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "T2": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 4, "ErnInf": "4", "Ewt": 0, "Et": 1, "Esd": 20211104004500, "LuUT": 20211104011558, "Eds": 20211104004524, "Edf": 20211104023937, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534875", "Pids": {"1": "3714017", "6": "28933414", "8": "534875", "12": "SBTE_24943419", "15": "16249"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/16249/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1635967500000", "allowedCountries": ["IE"], "entryId": "0_4ct5xtxm"}}, "Tr1": "2", "Tr2": "0", "Trh1": "2", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "T2": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 4, "ErnInf": "4", "Ewt": 1, "Et": 1, "Esd": 20211104030000, "LuUT": 20211104030107, "Eds": 20211104030104, "Edf": 20211104045328, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534878", "Pids": {"1": "3714018", "6": "28933416", "8": "534878", "12": "SBTE_25177303", "15": "16860"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/16860/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1637781720000", "allowedCountries": ["IE"], "entryId": "0_4ct5xtxm"}}, "Tr1": "0", "Tr2": "1", "Trh1": "0", "Trh2": "0", "Tr1OR": "0", "Tr2OR": "1", "T1": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "T2": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 5, "ErnInf": "5", "Ewt": 2, "Et": 1, "Esd": 20211125030000, "LuUT": 20211125050222, "Edf": 20211125045313, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534881", "Pids": {"1": "3714019", "6": "28933418", "8": "534881", "12": "SBTE_25177302", "15": "16861"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/16861/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1637781720000", "allowedCountries": ["IE"], "entryId": "0_2naxld0q"}}, "Tr1": "2", "Tr2": "0", "Trh1": "0", "Trh2": "0", "Tr1OR": "2", "Tr2OR": "0", "T1": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "T2": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 5, "ErnInf": "5", "Ewt": 1, "Et": 1, "Esd": 20211125030000, "LuUT": 20211125031552, "Eds": 20211125030016, "Edf": 20211125045213, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534880", "Pids": {"1": "3714021", "6": "28933420", "8": "534880", "12": "SBTE_25485248", "15": "17035"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/17035/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1638905100000", "allowedCountries": ["IE"], "entryId": "0_xa82nsvd"}}, "Tr1": "1", "Tr2": "2", "Trh1": "1", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "AC Milan", "ID": "2988", "tbd": 0, "Img": "enet/8564.png", "Gd": 1, "Pids": {"1": ["8564"], "6": ["2692"], "8": ["2988"], "12": ["SBTP_953"], "15": ["344"], "28": ["9363"]}, "CoNm": "Italy", "CoId": "ITA", "Shrt": {"Bs": "cc0000", "Sl": "cc0000", "Nmb": "ffffff", "Sq": false, "St": true, "StC": "000000", "Hst": false, "Spl": false, "Sld": "cc0000"}, "HasVideo": true, "NewsTag": "/team/ac-milan-2021020913320920836-245/"}], "T2": [{"Nm": "Liverpool", "ID": "3340", "tbd": 0, "Img": "enet/8650.png", "Gd": 1, "Pids": {"1": ["8650"], "6": ["44"], "8": ["3340"], "12": ["SBTP_246"], "15": ["1"], "28": ["29925"]}, "CoNm": "England", "CoId": "GBR", "Shrt": {"Bs": "fa0000", "Sl": "f90101", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "f94b01"}, "HasVideo": true, "NewsTag": "/team/liverpool-2021020913320920836-92/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 6, "ErnInf": "6", "Ewt": 2, "Et": 1, "Esd": 20211208030000, "LuUT": 20211222155546, "Edf": 20211208045535, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}, {"Eid": "534879", "Pids": {"1": "3714020", "6": "28933422", "8": "534879", "12": "SBTE_25485249", "15": "17044"}, "Sids": {"1": "875010", "6": "59596", "8": "7991", "12": "SBTC3_40685", "15": "163"}, "MD": {"15": {"thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/17044/assets/1920_thumbnail.png", "isLive": "false", "startTime": "1638905100000", "allowedCountries": ["IE"], "entryId": "0_ungbpina"}}, "Tr1": "1", "Tr2": "3", "Trh1": "0", "Trh2": "0", "Tr1OR": "1", "Tr2OR": "3", "T1": [{"Nm": "FC Porto", "ID": "262", "tbd": 0, "Img": "enet/9773.png", "Gd": 1, "Pids": {"1": ["9773"], "6": ["3002"], "8": ["262"], "12": ["SBTP_258"], "15": ["656"], "28": ["34734"]}, "CoNm": "Portugal", "CoId": "PRT", "Shrt": {"Bs": "0101f9", "Sl": "0101f9", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9ad0f9"}, "HasVideo": true, "NewsTag": "/team/fc-porto-2021020913320920836-451/"}], "T2": [{"Nm": "Atletico Madrid", "ID": "2912", "tbd": 0, "Img": "enet/9906.png", "Gd": 1, "Pids": {"1": ["9906"], "6": ["2836"], "8": ["2912"], "12": ["SBTP_14907"], "15": ["263"], "28": ["32286"]}, "CoNm": "Spain", "CoId": "ESP", "Shrt": {"Bs": "db2929", "Sl": "db2929", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "db2929"}, "HasVideo": true, "NewsTag": "/team/atletico-madrid-2021020913320920836-209/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 6, "ErnInf": "6", "Ewt": 2, "Et": 1, "Esd": 20211208030000, "LuUT": 20211208154822, "Edf": 20211208045431, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 50045, "LuC": 1, "Ehid": 0, "Stg": {"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B"}, "Pid": 8, "Spid": 1}], "LeagueTable": {"L": [{"Tables": [{"LTT": 1, "team": [{"rnk": 1, "Tid": "3340", "win": 6, "winn": "6", "wreg": 6, "wot": 0, "wap": 0, "Tnm": "Liverpool", "lst": 0, "lstn": "0", "lreg": 0, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 17, "ga": 6, "gd": 11, "pf": 0, "pa": 0, "ptsn": "18", "phr": [30], "Ipr": 0, "Img": "enet/8650.png", "pts": 18, "pld": 6}, {"rnk": 2, "Tid": "2912", "win": 2, "winn": "2", "wreg": 2, "wot": 0, "wap": 0, "Tnm": "Atletico Madrid", "lst": 3, "lstn": "3", "lreg": 3, "lot": 0, "lap": 0, "drw": 1, "drwn": "1", "gf": 7, "ga": 8, "gd": -1, "pf": 0, "pa": 0, "ptsn": "7", "phr": [30], "Ipr": 0, "Img": "enet/9906.png", "pts": 7, "pld": 6}, {"rnk": 3, "Tid": "262", "win": 1, "winn": "1", "wreg": 1, "wot": 0, "wap": 0, "Tnm": "FC Porto", "lst": 3, "lstn": "3", "lreg": 3, "lot": 0, "lap": 0, "drw": 2, "drwn": "2", "gf": 4, "ga": 11, "gd": -7, "pf": 0, "pa": 0, "ptsn": "5", "phr": [28], "Ipr": 0, "Img": "enet/9773.png", "pts": 5, "pld": 6}, {"rnk": 4, "Tid": "2988", "win": 1, "winn": "1", "wreg": 1, "wot": 0, "wap": 0, "Tnm": "AC Milan", "lst": 4, "lstn": "4", "lreg": 4, "lot": 0, "lap": 0, "drw": 1, "drwn": "1", "gf": 6, "ga": 9, "gd": -3, "pf": 0, "pa": 0, "ptsn": "4", "Ipr": 0, "Img": "enet/8564.png", "pts": 4, "pld": 6}], "phrX": []}, {"LTT": 2, "team": [{"rnk": 1, "Tid": "3340", "win": 3, "winn": "3", "wreg": 3, "wot": 0, "wap": 0, "Tnm": "Liverpool", "lst": 0, "lstn": "0", "lreg": 0, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 7, "ga": 2, "gd": 5, "pf": 0, "pa": 0, "ptsn": "9", "Ipr": 0, "Img": "enet/8650.png", "pts": 9, "pld": 3}, {"rnk": 2, "Tid": "262", "win": 1, "winn": "1", "wreg": 1, "wot": 0, "wap": 0, "Tnm": "FC Porto", "lst": 2, "lstn": "2", "lreg": 2, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 3, "ga": 8, "gd": -5, "pf": 0, "pa": 0, "ptsn": "3", "Ipr": 0, "Img": "enet/9773.png", "pts": 3, "pld": 3}, {"rnk": 3, "Tid": "2988", "win": 0, "winn": "0", "wreg": 0, "wot": 0, "wap": 0, "Tnm": "AC Milan", "lst": 2, "lstn": "2", "lreg": 2, "lot": 0, "lap": 0, "drw": 1, "drwn": "1", "gf": 3, "ga": 5, "gd": -2, "pf": 0, "pa": 0, "ptsn": "1", "Ipr": 0, "Img": "enet/8564.png", "pts": 1, "pld": 3}, {"rnk": 4, "Tid": "2912", "win": 0, "winn": "0", "wreg": 0, "wot": 0, "wap": 0, "Tnm": "Atletico Madrid", "lst": 2, "lstn": "2", "lreg": 2, "lot": 0, "lap": 0, "drw": 1, "drwn": "1", "gf": 2, "ga": 4, "gd": -2, "pf": 0, "pa": 0, "ptsn": "1", "Ipr": 0, "Img": "enet/9906.png", "pts": 1, "pld": 3}], "phrX": []}, {"LTT": 3, "team": [{"rnk": 1, "Tid": "3340", "win": 3, "winn": "3", "wreg": 3, "wot": 0, "wap": 0, "Tnm": "Liverpool", "lst": 0, "lstn": "0", "lreg": 0, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 10, "ga": 4, "gd": 6, "pf": 0, "pa": 0, "ptsn": "9", "Ipr": 0, "Img": "enet/8650.png", "pts": 9, "pld": 3}, {"rnk": 2, "Tid": "2912", "win": 2, "winn": "2", "wreg": 2, "wot": 0, "wap": 0, "Tnm": "Atletico Madrid", "lst": 1, "lstn": "1", "lreg": 1, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 5, "ga": 4, "gd": 1, "pf": 0, "pa": 0, "ptsn": "6", "Ipr": 0, "Img": "enet/9906.png", "pts": 6, "pld": 3}, {"rnk": 3, "Tid": "2988", "win": 1, "winn": "1", "wreg": 1, "wot": 0, "wap": 0, "Tnm": "AC Milan", "lst": 2, "lstn": "2", "lreg": 2, "lot": 0, "lap": 0, "drw": 0, "drwn": "0", "gf": 3, "ga": 4, "gd": -1, "pf": 0, "pa": 0, "ptsn": "3", "Ipr": 0, "Img": "enet/8564.png", "pts": 3, "pld": 3}, {"rnk": 4, "Tid": "262", "win": 0, "winn": "0", "wreg": 0, "wot": 0, "wap": 0, "Tnm": "FC Porto", "lst": 1, "lstn": "1", "lreg": 1, "lot": 0, "lap": 0, "drw": 2, "drwn": "2", "gf": 1, "ga": 3, "gd": -2, "pf": 0, "pa": 0, "ptsn": "2", "Ipr": 0, "Img": "enet/9773.png", "pts": 2, "pld": 3}], "phrX": []}]}]}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompD": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}, "15": {"type": "string"}}, "required": ["1", "12", "15", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}, "15": {"type": "string"}}, "required": ["1", "12", "15", "6", "8"]}, "MD": {"type": "object", "properties": {"15": {"type": "object", "properties": {"thumbnail": {"type": "string"}, "isLive": {"type": "string"}, "startTime": {"type": "string"}, "allowedCountries": {"type": "array", "items": {"type": "string"}}, "entryId": {"type": "string"}}, "required": ["allowedCountries", "entryId", "isLive", "startTime", "thumbnail"]}}, "required": ["15"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}, "StC": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}, "StC": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompD": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "CompD", "CompId", "CompN", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Eds": {"type": "integer"}}, "required": ["ComX", "EO", "Eact", "Ecov", "Edf", "Ehid", "Eid", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "IncsX", "LuC", "LuUT", "LuX", "MD", "Pid", "Pids", "SDFowX", "SDInnX", "Sids", "Spid", "StatX", "Stg", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2"]}}, "LeagueTable": {"type": "object", "properties": {"L": {"type": "array", "items": {"type": "object", "properties": {"Tables": {"type": "array", "items": {"type": "object", "properties": {"LTT": {"type": "integer"}, "team": {"type": "array", "items": {"type": "object", "properties": {"rnk": {"type": "integer"}, "Tid": {"type": "string"}, "win": {"type": "integer"}, "winn": {"type": "string"}, "wreg": {"type": "integer"}, "wot": {"type": "integer"}, "wap": {"type": "integer"}, "Tnm": {"type": "string"}, "lst": {"type": "integer"}, "lstn": {"type": "string"}, "lreg": {"type": "integer"}, "lot": {"type": "integer"}, "lap": {"type": "integer"}, "drw": {"type": "integer"}, "drwn": {"type": "string"}, "gf": {"type": "integer"}, "ga": {"type": "integer"}, "gd": {"type": "integer"}, "pf": {"type": "integer"}, "pa": {"type": "integer"}, "ptsn": {"type": "string"}, "phr": {"type": "array", "items": {"type": "integer"}}, "Ipr": {"type": "integer"}, "Img": {"type": "string"}, "pts": {"type": "integer"}, "pld": {"type": "integer"}}, "required": ["Img", "Ipr", "Tid", "Tnm", "drw", "drwn", "ga", "gd", "gf", "lap", "lot", "lreg", "lst", "lstn", "pa", "pf", "pld", "pts", "ptsn", "rnk", "wap", "win", "winn", "wot", "wreg"]}}, "phrX": {"type": "array"}}, "required": ["LTT", "phrX", "team"]}}}, "required": ["Tables"]}}}, "required": ["L"]}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "CompD", "CompId", "CompN", "Csnm", "Events", "LeagueTable", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}}}, "required": ["Stages"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/8cab12e3-f5fd-480b-8a56-4c304dc02596/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-pregame-form | Get pregame form of competitors | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/42a5f605-94cb-4c82-b30b-638fd7b5a460/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-statistics | Get statistics of a match | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/e9b428e0-2b02-4a57-9075-213f6df018d2/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-commentary | Get comments in a match | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/842ae99e-29bc-43af-a873-9c382888ed3a/0/0 | LiveScore | This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com | 9.8 | matches/v2/get-incidents | Get incidents in a match | 200 | Response | {"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, "Pids": {"1": ["8710"], "6": ["2320"], "8": ["4856"], "12": ["SBTP_3718"], "28": ["11566"]}, "CoNm": "Russia", "CoId": "RUS", "Shrt": {"Bs": "1f6038", "Sl": "1f6038", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "a30000"}, "HasVideo": false}], "T2": [{"Nm": "Bayern Munich", "ID": "2940", "tbd": 0, "Img": "enet/9823.png", "Gd": 1, "Pids": {"1": ["9823"], "6": ["2672"], "8": ["2940"], "12": ["SBTP_1547"], "15": ["311"], "28": ["11322"]}, "CoNm": "Germany", "CoId": "DEU", "Shrt": {"Bs": "e60000", "Sl": "a80000", "Nmb": "ffffff", "Sq": false, "St": false, "Hst": false, "Spl": false, "Sld": "9d0101"}, "HasVideo": true, "NewsTag": "/team/bayern-munich-2021020913320920836-233/"}], "Eps": "FT", "Esid": 6, "Epr": 2, "Ecov": 0, "Ern": 2, "ErnInf": "2", "Ewt": 2, "Et": 1, "Esd": 20201028005500, "LuUT": 20210706111749, "Eds": 20201028005537, "Edf": 20201028024836, "Eact": 0, "IncsX": 1, "ComX": 1, "LuX": 1, "StatX": 1, "SubsX": 1, "SDFowX": 0, "SDInnX": 0, "EO": 33725, "LuC": 0, "Ehid": 0, "Stg": {"Sid": "5002", "Snm": "Group A", "Sds": "Group A", "Scd": "group-a-2020-2021", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "Scu": 0, "Chi": 0, "Shi": 1, "Sdn": "Group A"}, "Pid": 8, "Spid": 1, "Vnm": "RZD Arena", "VCnm": "", "Vsp": 8196, "Vneut": 0, "Vcy": "", "Stat": [{"Tnb": 1, "Fls": 11, "Ths": 10, "Ofs": 2, "Pss": 37, "Crs": 17, "Cos": 4, "Ycs": 3, "Rcs": 0, "YRcs": 0, "Shon": 7, "Shof": 6, "Shwd": 0, "Shbl": 2, "Att": 3, "Gks": 2, "Goa": 9, "Trt": 2}, {"Tnb": 2, "Fls": 15, "Ths": 17, "Ofs": 5, "Pss": 63, "Crs": 33, "Cos": 4, "Ycs": 1, "Rcs": 0, "YRcs": 0, "Shon": 4, "Shof": 9, "Shwd": 0, "Shbl": 5, "Att": 2, "Gks": 6, "Goa": 5, "Trt": 1}], "Lu": [{"Tnb": 1, "Ps": [{"Pid": "19246", "Ln": "Guilherme", "Snm": "Guilherme", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Guilherme", "PosA": 1, "Fp": "1:1"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov", "Snm": "Dmitry Zhivoglyadov", "Pos": 2, "Pon": "DEFENDER", "Snu": 2, "Shnm": "Dmitry Zhivoglyadov", "PosA": 2, "Fp": "2:1"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka", "Snm": "Vedran Corluka", "Pos": 2, "Pon": "DEFENDER", "Snu": 14, "Shnm": "Vedran Corluka", "Mo": 46, "PosA": 2, "Fp": "2:2"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira", "Snm": "Murilo Cerqueira", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "Murilo Cerqueira", "PosA": 2, "Fp": "2:3"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus", "Snm": "Maciej Rybus", "Pos": 2, "Pon": "DEFENDER", "Snu": 31, "Shnm": "Maciej Rybus", "PosA": 2, "Fp": "2:4"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev", "Snm": "Vladislav Ignatiev", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 20, "Shnm": "Vladislav Ignatiev", "Mo": 76, "PosA": 3, "Fp": "3:1"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov", "Snm": "Daniil Kulikov", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 69, "Shnm": "Daniil Kulikov", "Mo": 89, "PosA": 3, "Fp": "3:2"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak", "Snm": "Grzegorz Krychowiak", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 7, "Shnm": "Grzegorz Krychowiak", "PosA": 3, "Fp": "3:3"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk", "Snm": "Anton Miranchuk", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 11, "Shnm": "Anton Miranchuk", "PosA": 3, "Fp": "4:1"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov", "Snm": "Fedor Smolov", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Fedor Smolov", "Mo": 75, "PosA": 4, "Fp": "5:1"}, {"Pid": "306167", "Ln": "Ze Luis", "Snm": "Ze Luis", "Pos": 4, "Pon": "FORWARD", "Snu": 29, "Shnm": "Ze Luis", "PosA": 4, "Fp": "5:2"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin", "Snm": "Andrey Savin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 60, "Shnm": "Andrey Savin", "PosA": 5}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov", "Snm": "Anton Kochenkov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 77, "Shnm": "Anton Kochenkov", "PosA": 5}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov", "Snm": "Vitali Lystsov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 4, "Shnm": "Vitali Lystsov", "PosA": 5}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov", "Snm": "Rifat Zhemaletdinov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Rifat Zhemaletdinov", "Mo": 76, "PosA": 5}, {"Pid": "150026", "Ln": "Eder", "Snm": "Eder", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 19, "Shnm": "Eder", "PosA": 5}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano", "Snm": "Francois Kamano", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 25, "Shnm": "Francois Kamano", "PosA": 5}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev", "Snm": "Stanislav Magkeev", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 37, "Shnm": "Stanislav Magkeev", "PosA": 5}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic", "Snm": "Slobodan Rajkovic", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 41, "Shnm": "Slobodan Rajkovic", "Mo": 46, "PosA": 5}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov", "Snm": "Alexander Silyanov", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 45, "Shnm": "Alexander Silyanov", "PosA": 5}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin", "Snm": "Maksim Mukhin", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 76, "Shnm": "Maksim Mukhin", "PosA": 5}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich", "Snm": "Vitali Lisakovich", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 88, "Shnm": "Vitali Lisakovich", "Mo": 89, "PosA": 5}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy", "Snm": "Dmitri Rybchinskiy", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 94, "Shnm": "Dmitri Rybchinskiy", "Mo": 75, "PosA": 5}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic", "Snm": "Marko Nikolic", "Pos": 10, "Pon": "COACH", "Shnm": "Marko Nikolic", "PosA": 10}]}, {"Tnb": 2, "Ps": [{"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer", "Snm": "Manuel Neuer", "Pos": 1, "Pon": "GOALKEEPER", "Snu": 1, "Shnm": "Manuel Neuer", "PosA": 1, "Fp": "1:1"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard", "Snm": "Benjamin Pavard", "Pos": 2, "Pon": "DEFENDER", "Snu": 5, "Shnm": "Benjamin Pavard", "PosA": 2, "Fp": "2:1"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele", "Snm": "Niklas Suele", "Pos": 2, "Pon": "DEFENDER", "Snu": 4, "Shnm": "Niklas Suele", "PosA": 2, "Fp": "2:2"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba", "Snm": "David Alaba", "Pos": 2, "Pon": "DEFENDER", "Snu": 27, "Shnm": "David Alaba", "PosA": 2, "Fp": "2:3"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez", "Snm": "Lucas Hernandez", "Pos": 2, "Pon": "DEFENDER", "Snu": 21, "Shnm": "Lucas Hernandez", "PosA": 2, "Fp": "2:4"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka", "Snm": "Leon Goretzka", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 18, "Shnm": "Leon Goretzka", "Mo": 46, "PosA": 3, "Fp": "3:1"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich", "Snm": "Joshua Kimmich", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 6, "Shnm": "Joshua Kimmich", "PosA": 3, "Fp": "3:2"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller", "Snm": "Thomas Mueller", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 25, "Shnm": "Thomas Mueller", "Mo": 46, "PosA": 3, "Fp": "4:1"}, {"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso", "Snm": "Corentin Tolisso", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 24, "Shnm": "Corentin Tolisso", "PosA": 3, "Fp": "4:2"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman", "Snm": "Kingsley Coman", "Pos": 3, "Pon": "MIDFIELDER", "Snu": 29, "Shnm": "Kingsley Coman", "Mo": 69, "PosA": 3, "Fp": "4:3"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski", "Snm": "Robert Lewandowski", "Pos": 4, "Pon": "FORWARD", "Snu": 9, "Shnm": "Robert Lewandowski", "PosA": 4, "Fp": "5:1"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel", "Snm": "Alexander Nuebel", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 35, "Shnm": "Alexander Nuebel", "PosA": 5}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann", "Snm": "Ron-Thorben Hoffmann", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 39, "Shnm": "Ron-Thorben Hoffmann", "PosA": 5}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry", "Snm": "Serge Gnabry", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 7, "Shnm": "Serge Gnabry", "Mo": 46, "PosA": 5}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez", "Snm": "Javier Martinez", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 8, "Shnm": "Javier Martinez", "Mo": 46, "PosA": 5}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane", "Snm": "Leroy Sane", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 10, "Shnm": "Leroy Sane", "PosA": 5}, {"Pid": "156726", "Ln": "Douglas Costa", "Snm": "Douglas Costa", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 11, "Shnm": "Douglas Costa", "Mo": 69, "PosA": 5}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting", "Snm": "Eric Maxim Choupo-Moting", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 13, "Shnm": "Eric Maxim Choupo-Moting", "PosA": 5}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng", "Snm": "Jerome Boateng", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 17, "Shnm": "Jerome Boateng", "PosA": 5}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr", "Snm": "Bouna Sarr", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 20, "Shnm": "Bouna Sarr", "PosA": 5}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca", "Snm": "Marc Roca", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 22, "Shnm": "Marc Roca", "PosA": 5}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala", "Snm": "Jamal Musiala", "Pos": 5, "Pon": "SUBSTITUTE_PLAYER", "Snu": 42, "Shnm": "Jamal Musiala", "PosA": 5}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick", "Snm": "Hans-Dieter Flick", "Pos": 10, "Pon": "COACH", "Shnm": "Hans-Dieter Flick", "PosA": 10}]}], "Com": [{"Min": 90, "MinEx": 5, "Txt": "Both teams could have won today but Bayern Munich just managed to carve out the victory"}, {"Min": 90, "MinEx": 5, "Txt": "That's it! The referee blows the final whistle", "IT": 22}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 90, "MinEx": 5, "Txt": "Today's attendance is 8196."}, {"Min": 90, "MinEx": 5, "Txt": "Serge Gnabry relieves the pressure with a clearance"}, {"Min": 90, "MinEx": 5, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 90, "MinEx": 4, "Txt": "It's a good hit from long range by Grzegorz Krychowiak who forces a save from [goalkeeper]. Corner kick."}, {"Min": 90, "MinEx": 4, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 3, "Txt": "Douglas Costa from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 90, "MinEx": 2, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 90, "MinEx": 1, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 90, "MinEx": 1, "Txt": "Douglas Costa from Bayern Munich sends an effort wide of target"}, {"Min": 90, "MinEx": 1, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 90, "MinEx": 1, "Txt": "Dmitry Zhivoglyadov could cost his team a goal after a defensive blunder."}, {"Min": 90, "MinEx": 1, "Txt": "Serge Gnabry from Bayern Munich is ruled offside."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"Min": 90, "MinEx": 1, "Txt": "A shot by Corentin Tolisso is blocked."}, {"Min": 90, "MinEx": 1, "Txt": "Corentin Tolisso from Bayern Munich takes the ball forward trying to make something happen..."}, {"Min": 90, "Txt": "A shot by Rifat Zhemaletdinov is blocked."}, {"Min": 90, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 90, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 89, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 89, "Txt": "Lokomotiv Moscow with an attacking substitution here."}, {"Min": 89, "Txt": "Daniil Kulikov is leaving the field to be replaced by Vitali Lisakovich in a tactical substitution.", "IT": 3}, {"Min": 89, "Txt": "Javier Martinez from Bayern Munich goes a bit too far there as the pulls down Anton Miranchuk"}, {"Min": 88, "Txt": "Maciej Rybus relieves the pressure with a clearance"}, {"Min": 88, "Txt": "Douglas Costa puts in a cross..."}, {"Min": 87, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 87, "Txt": "Lokomotiv Moscow is in control of the ball."}, {"Min": 86, "Txt": "Serge Gnabry is penalised for pushing Maciej Rybus."}, {"Min": 86, "Txt": "Douglas Costa from Bayern Munich is ruled offside."}, {"Min": 86, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 85, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 85, "Txt": "Anton Miranchuk from Lokomotiv Moscow goes a bit too far there as the pulls down Douglas Costa"}, {"Min": 84, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 84, "Txt": "The referee shows Rifat Zhemaletdinov the yellow card for unsportsmanlike conduct.", "IT": 43}, {"Min": 83, "Txt": "Goal kick for Bayern Munich."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 83, "Txt": "Daniil Kulikov of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 83, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 83, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 83, "Txt": "Anton Miranchuk from Lokomotiv Moscow takes a short corner kick from the left."}, {"Min": 82, "Txt": "Benjamin Pavard clears the danger but is forced to give away a corner..."}, {"Min": 82, "Txt": "Maciej Rybus from Lokomotiv Moscow sees his pass blocked by an opponent."}, {"Min": 82, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 82, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 81, "Txt": "Dangerous challenge by Daniil Kulikov from Lokomotiv Moscow. Corentin Tolisso on the receiving end of that."}, {"Min": 80, "Txt": "Good effort by Rifat Zhemaletdinov as he directs a shot on target, but the keeper saves it"}, {"Min": 80, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 80, "Txt": "Anton Miranchuk from Lokomotiv Moscow heads the ball to a team mate."}, {"Min": 80, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 79, "Txt": "Javier Martinez provided the assist for the goal."}, {"Min": 79, "Txt": "G O O O A A A L - Joshua Kimmich from Bayern Munich beats the keeper from outside the box!", "IT": 36}, {"Min": 79, "Txt": "Javier Martinez of Bayern Munich passes the ball to a team mate."}, {"Min": 79, "Txt": "Goal kick for Bayern Munich."}, {"Min": 78, "Txt": "A chance presents itself to Slobodan Rajkovic from Lokomotiv Moscow but his header goes wide"}, {"Min": 78, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 78, "Txt": "Anton Miranchuk sees his shot deflected off target"}, {"Min": 78, "Txt": "Could be a good chance here as Rifat Zhemaletdinov from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 77, "Txt": "Goal kick for Bayern Munich."}, {"Min": 77, "Txt": "How did he miss that? Ze Luis has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 77, "Txt": "Anton Miranchuk carves the opponent's defense open with a killer through-ball"}, {"Min": 77, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 77, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 76, "Txt": "Murilo Cerqueira clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Robert Lewandowski puts in a cross..."}, {"Min": 76, "Txt": "Corentin Tolisso from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 76, "Txt": "Vladislav Ignatiev is leaving the field to be replaced by Rifat Zhemaletdinov in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov is leaving the field to be replaced by Dmitri Rybchinskiy in a tactical substitution.", "IT": 3}, {"Min": 75, "Txt": "Fedor Smolov hand-balls."}, {"Min": 75, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 74, "Txt": "Robert Lewandowski takes the free-kick but it is blocked by the wall"}, {"Min": 73, "Txt": "Grzegorz Krychowiak is penalised for pushing Robert Lewandowski."}, {"Min": 72, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 72, "Txt": "Robert Lewandowski sends a header towards goal, but [goalkeeper] is there to comfortably save it"}, {"Min": 72, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 72, "Txt": "What a game. It's an intense and good playing game from both sides."}, {"Min": 70, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 70, "Txt": "Ze Luis provided the assist for the goal."}, {"Min": 70, "Txt": "G O O O A A A L - Anton Miranchuk with the goal!", "IT": 36}, {"Min": 70, "Txt": "Ze Luis from Lokomotiv Moscow directs a ball squarely in the box."}, {"Min": 70, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 69, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 69, "Txt": "Kingsley Coman is leaving the field to be replaced by Douglas Costa in a tactical substitution.", "IT": 3}, {"Min": 69, "Txt": "How did he miss that? Kingsley Coman has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 69, "Txt": "Some neat football here as Kingsley Coman from Bayern Munich plays a 1-2 with Joshua Kimmich."}, {"Min": 69, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 68, "Txt": "Vladislav Ignatiev volleys a shot on target, but [goalkeeper] is on hand to save it"}, {"Min": 68, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 68, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 67, "Txt": "Grzegorz Krychowiak from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 67, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Kingsley Coman from Bayern Munich is ruled offside."}, {"Min": 65, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 65, "Txt": "After VAR check, the referee changed the call and decided to revoke the penalty for Bayern Munich!"}, {"Min": 64, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 64, "Txt": "PENALTY! - Daniil Kulikov from Lokomotiv Moscow commits a penalty against Robert Lewandowski."}, {"Min": 64, "Txt": "Great skill from Robert Lewandowski as he dribbles past his opponents"}, {"Min": 63, "Txt": "Daniil Kulikov relieves the pressure with a clearance"}, {"Min": 63, "Txt": "Joshua Kimmich from Bayern Munich chips the ball into the penalty box."}, {"Min": 63, "Txt": "Bayern Munich start a counter attack."}, {"Min": 63, "Txt": "Ze Luis from Lokomotiv Moscow passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 63, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 62, "Txt": "A shot by Serge Gnabry is blocked."}, {"Min": 62, "Txt": "Joshua Kimmich of Bayern Munich passes the ball to a team mate."}, {"Min": 62, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 61, "Txt": "Ze Luis from Lokomotiv Moscow is ruled offside."}, {"Min": 61, "Txt": "Could be a good chance here as Anton Miranchuk from Lokomotiv Moscow cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 61, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 61, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 61, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 60, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 60, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 60, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 60, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 59, "Txt": "Murilo Cerqueira is penalised for pushing Robert Lewandowski."}, {"Min": 58, "Txt": "Serge Gnabry from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 57, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 57, "Txt": "Joshua Kimmich has a great chance to score, but fails to score as his effort is blocked!"}, {"Min": 57, "Txt": "Serge Gnabry from Bayern Munich directs a ball squarely in the box."}, {"Min": 57, "Txt": "Lucas Hernandez puts in a cross..."}, {"Min": 57, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 56, "Txt": "Dmitry Zhivoglyadov relieves the pressure with a clearance"}, {"Min": 56, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 55, "Txt": "Dmitry Zhivoglyadov clears the danger but is forced to give away a corner..."}, {"Min": 55, "Txt": "Benjamin Pavard from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 55, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 55, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 55, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 54, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 54, "Txt": "That's a great ball by Fedor Smolov from Lokomotiv Moscow. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 54, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 54, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 54, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 53, "Txt": "Fedor Smolov from Lokomotiv Moscow goes a bit too far there as the pulls down Javier Martinez"}, {"Min": 52, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 52, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 52, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 51, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 51, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 51, "Txt": "A chance presents itself to Javier Martinez from Bayern Munich but his header goes wide"}, {"Min": 51, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 50, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 50, "Txt": "Yellow card for Murilo Cerqueira.", "IT": 43}, {"Min": 50, "Txt": "The referee signals a free kick as Murilo Cerqueira from Lokomotiv Moscow trips Lucas Hernandez"}, {"Min": 50, "Txt": "Some neat football here as Lucas Hernandez from Bayern Munich plays a 1-2 with Kingsley Coman."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 49, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 48, "Txt": "A shot from Fedor Smolov takes a deflection but the keeper is there to cover it"}, {"Min": 48, "Txt": "Poor play by Joshua Kimmich as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 48, "Txt": "Anton Miranchuk swings in a cross from the free kick."}, {"Min": 48, "Txt": "The game is restarted."}, {"Min": 48, "Txt": "Yellow card for Lucas Hernandez.", "IT": 43}, {"Min": 47, "Txt": "Lucas Hernandez is down injured and receives medical attention on the field."}, {"Min": 47, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 47, "Txt": "The referee signals a free kick as Lucas Hernandez from Bayern Munich trips Vladislav Ignatiev"}, {"Min": 46, "Txt": "Leon Goretzka is leaving the field to be replaced by Javier Martinez in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Thomas Muller is leaving the field to be replaced by Serge Gnabry in a tactical substitution.", "IT": 3}, {"Min": 46, "Txt": "Vedran Corluka is injured and is replaced by Slobodan Rajkovic.", "IT": 3}, {"Min": 46, "Txt": "The second half is underway.", "IT": 12}, {"Min": 45, "MinEx": 2, "Txt": "It's over! The referee blows for half time", "IT": 11}, {"Min": 45, "MinEx": 2, "Txt": "Ball possession: Lokomotiv Moscow: 39%, Bayern Munich: 61%."}, {"Min": 45, "MinEx": 2, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 45, "MinEx": 1, "Txt": "A chance presents itself to Corentin Tolisso from Bayern Munich but his header goes wide"}, {"Min": 45, "MinEx": 1, "Txt": "David Alaba puts in a cross..."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 1 minute(s) of time to be added."}, {"Min": 45, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 44, "Txt": "The game is restarted."}, {"Min": 44, "Txt": "It doesn't look good here as Vedran Corluka is injured and is taken off the field to receive medical treatment."}, {"Min": 43, "Txt": "Vedran Corluka is down injured and receives medical attention on the field."}, {"Min": 43, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 43, "Txt": "Joshua Kimmich is penalised for pushing Fedor Smolov."}, {"Min": 43, "Txt": "Grzegorz Krychowiak relieves the pressure with a clearance"}, {"Min": 43, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 42, "Txt": "Safe hands from Manuel Neuer as he comes out and claims the ball"}, {"Min": 42, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 42, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 42, "Txt": "Anton Miranchuk from Lokomotiv Moscow swings in the corner from the left."}, {"Min": 41, "Txt": "Daniil Kulikov forces a good save from [goalkeeper] who turns the ball behind for a corner!"}, {"Min": 41, "Txt": "Joshua Kimmich relieves the pressure with a clearance"}, {"Min": 41, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 41, "Txt": "Leon Goretzka is penalised for pushing Grzegorz Krychowiak."}, {"Min": 41, "Txt": "Benjamin Pavard shoots from outside the box, but [goalkeeper] has it under control"}, {"Min": 41, "Txt": "Lucas Hernandez from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 40, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 40, "Txt": "Maciej Rybus puts in a cross..."}, {"Min": 40, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 39, "Txt": "Ze Luis from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 39, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 39, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 38, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 38, "Txt": "Goal kick for Bayern Munich."}, {"Min": 38, "Txt": "Grzegorz Krychowiak fails to find the target with a shot from outside the box"}, {"Min": 38, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 37, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 37, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 36, "Txt": "Corentin Tolisso from Bayern Munich tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 36, "Txt": "Poor play by Vedran Corluka as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 36, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 35, "Txt": "Lucas Hernandez from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 35, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 34, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 34, "Txt": "Grzegorz Krychowiak swings in a cross from the free kick."}, {"Min": 34, "Txt": "The referee signals a free kick as Benjamin Pavard from Bayern Munich trips Murilo Cerqueira"}, {"Min": 34, "Txt": "Leon Goretzka from Bayern Munich is ruled offside."}, {"Min": 33, "Txt": "Niklas Suele sends a long ball upfield."}, {"Min": 32, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 32, "Txt": "Joshua Kimmich goes for goal, but his effort was never close to hitting the target."}, {"Min": 32, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 31, "Txt": "Bayern Munich start a counter attack."}, {"Min": 31, "Txt": "Lucas Hernandez from Bayern Munich commits a foul by elbowing Vladislav Ignatiev"}, {"Min": 30, "Txt": "A shot by Fedor Smolov is blocked."}, {"Min": 30, "Txt": "Anton Miranchuk of Lokomotiv Moscow passes the ball to a team mate."}, {"Min": 30, "Txt": "Leon Goretzka from Bayern Munich goes a bit too far there as the pulls down Grzegorz Krychowiak"}, {"Min": 30, "Txt": "Ball possession: Lokomotiv Moscow: 36%, Bayern Munich: 64%."}, {"Min": 29, "Txt": "Kingsley Coman is penalised for pushing Dmitry Zhivoglyadov."}, {"Min": 28, "Txt": "Thomas Muller from Bayern Munich passes the ball in the box, but Guilherme comes out to smother the ball."}, {"Min": 28, "Txt": "Joshua Kimmich puts in a cross..."}, {"Min": 27, "Txt": "Great vision by Manuel Neuer from Bayern Munich as he stops a promising attack with an interception."}, {"Min": 27, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 27, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 27, "Txt": "Benjamin Pavard from Bayern Munich crosses the ball but it is nowhere near the intended target."}, {"Min": 26, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 26, "Txt": "Goal kick for Bayern Munich."}, {"Min": 25, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow sends an effort wide of target"}, {"Min": 25, "Txt": "Dmitry Zhivoglyadov puts in a cross..."}, {"Min": 25, "Txt": "Robert Lewandowski is penalised for pushing Vladislav Ignatiev."}, {"Min": 25, "Txt": "Inches! A volley from Kingsley Coman hits the post!"}, {"Min": 25, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 25, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 25, "Txt": "Ball possession: Lokomotiv Moscow: 38%, Bayern Munich: 62%."}, {"Min": 24, "Txt": "Ze Luis is penalised for pushing Leon Goretzka."}, {"Min": 24, "Txt": "The referee signals a free kick as Thomas Muller from Bayern Munich trips Maciej Rybus"}, {"Min": 23, "Txt": "Anton Miranchuk hand-balls."}, {"Min": 23, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 23, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 23, "Txt": "Great skill from Kingsley Coman as he dribbles past his opponents"}, {"Min": 22, "Txt": "Lokomotiv Moscow take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 21, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 21, "Txt": "Bayern Munich is trying to create something here."}, {"Min": 20, "Txt": "Lokomotiv Moscow is trying to create something here."}, {"Min": 20, "Txt": "Ball possession: Lokomotiv Moscow: 37%, Bayern Munich: 63%."}, {"Min": 19, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 19, "Txt": "Robert Lewandowski from Bayern Munich tries to head the ball to a team mate, but it eventually comes to nothing."}, {"Min": 19, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 19, "Txt": "A shot by Benjamin Pavard is blocked."}, {"Min": 18, "Txt": "Daniil Kulikov is penalised for pushing Leon Goretzka."}, {"Min": 18, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 18, "Txt": "Joshua Kimmich swings in a cross from the free kick."}, {"Min": 17, "Txt": "Dmitry Zhivoglyadov commits a rough foul on an opponent and goes into the referee's book.", "IT": 43}, {"Min": 17, "Txt": "Dangerous challenge by Dmitry Zhivoglyadov from Lokomotiv Moscow. Lucas Hernandez on the receiving end of that."}, {"Min": 16, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 16, "Txt": "David Alaba puts in a cross..."}, {"Min": 15, "Txt": "Lucas Hernandez relieves the pressure with a clearance"}, {"Min": 15, "Txt": "Anton Miranchuk puts in a cross..."}, {"Min": 15, "Txt": "Ball possession: Lokomotiv Moscow: 32%, Bayern Munich: 68%."}, {"Min": 13, "Txt": "Benjamin Pavard provided the assist for the goal."}, {"Min": 13, "Txt": "G O O O A A A L - Leon Goretzka from Bayern Munich heads the ball home!", "IT": 36}, {"Min": 13, "Txt": "Benjamin Pavard of Bayern Munich passes the ball to a team mate."}, {"Min": 13, "Txt": "Corentin Tolisso puts in a cross..."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 13, "Txt": "Benjamin Pavard from Bayern Munich tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 13, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 12, "Txt": "Murilo Cerqueira relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Kingsley Coman puts in a cross..."}, {"Min": 12, "Txt": "David Alaba relieves the pressure with a clearance"}, {"Min": 12, "Txt": "Vladislav Ignatiev puts in a cross..."}, {"Min": 12, "Txt": "Lokomotiv Moscow is having a good opportunity to score."}, {"Min": 11, "Txt": "Safe hands from Guilherme as he comes out and claims the ball"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vedran Corluka relieves the pressure with a clearance"}, {"Min": 11, "Txt": "Thomas Muller puts in a cross..."}, {"Min": 11, "Txt": "Vladislav Ignatiev from Lokomotiv Moscow is ruled offside."}, {"Min": 10, "Txt": "Ball possession: Lokomotiv Moscow: 30%, Bayern Munich: 70%."}, {"Min": 10, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 9, "Txt": "Lucas Hernandez fails to find the target with a shot from outside the box"}, {"Min": 9, "Txt": "Poor play by Maciej Rybus as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 9, "Txt": "Benjamin Pavard puts in a cross..."}, {"Min": 9, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 8, "Txt": "Goal kick for Lokomotiv Moscow."}, {"Min": 8, "Txt": "What a miss! Robert Lewandowski has a great opportunity to score, but sends his header wide of goal!"}, {"Min": 8, "Txt": "Poor play by Vladislav Ignatiev as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 8, "Txt": "Joshua Kimmich from Bayern Munich swings in the corner from the left."}, {"Min": 7, "Txt": "Leon Goretzka sees his shot deflected off target"}, {"Min": 7, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 7, "Txt": "Kingsley Coman from Bayern Munich passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 6, "Txt": "Guilherme relieves the pressure with a clearance"}, {"Min": 6, "Txt": "Benjamin Pavard from Bayern Munich directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 6, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 5, "Txt": "Kingsley Coman from Bayern Munich sees his pass blocked by an opponent."}, {"Min": 5, "Txt": "Bayern Munich is having a good opportunity to score."}, {"Min": 5, "Txt": "Danger averted there as Benjamin Pavard from Bayern Munich clears the danger with a good tackle"}, {"Min": 5, "Txt": "Lokomotiv Moscow start a counter attack."}, {"Min": 5, "Txt": "Ball possession: Lokomotiv Moscow: 41%, Bayern Munich: 59%."}, {"Min": 4, "Txt": "Bayern Munich is in control of the ball."}, {"Min": 3, "Txt": "So close! Fedor Smolov has a great chance to score, but his header is saved well by [goalkeeper]!"}, {"Min": 3, "Txt": "Anton Miranchuk from Lokomotiv Moscow puts in a great cross..."}, {"Min": 2, "Txt": "Bayern Munich take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 2, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 2, "Txt": "Dmitry Zhivoglyadov from Lokomotiv Moscow tries to pick out a team-mate in the area but his cross is blocked by an opponent."}, {"Min": 2, "Txt": "Niklas Suele is penalised for pushing Ze Luis."}, {"Min": 1, "Txt": "Lokomotiv Moscow take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Welcome to tonights game where the floodlight surrounds the pitch."}, {"Min": 1, "Txt": "Bayern Munich kick-off, and the game is underway."}, {"Txt": "The referee starts the match.", "IT": 10}, {"Txt": "Welcome to RZD Arena, the match will start in about 5 minutes."}], "Incs": {"1": [{"Min": 13, "Nm": 2, "Sc": [0, 1], "Sor": 5, "Incs": [{"Min": 13, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "PnumO": 0, "IT": 36, "Sc": [0, 1], "Sor": 5}, {"Min": 13, "Nm": 2, "ID": "611223", "Pnum": 0, "Pn": "Benjamin Pavard", "PnumO": 0, "IT": 63, "Sc": [0, 1], "Sor": 5}]}, {"Min": 17, "Nm": 1, "ID": "584282", "Pnum": 0, "Pn": "Dmitry Zhivoglyadov", "PnumO": 0, "IT": 43, "Sor": 1}], "2": [{"Min": 48, "Nm": 2, "ID": "504606", "Pnum": 0, "Pn": "Lucas Hernandez", "PnumO": 0, "IT": 43, "Sor": 0}, {"Min": 50, "Nm": 1, "ID": "851514", "Pnum": 0, "Pn": "Murilo Cerqueira", "PnumO": 0, "IT": 43, "Sor": 2}, {"Min": 70, "Nm": 1, "Sc": [1, 1], "Sor": 2, "Incs": [{"Min": 70, "Nm": 1, "ID": "467232", "Pnum": 0, "Pn": "Anton Miranchuk", "Psn": "Anton Miranchuk", "PnumO": 0, "IT": 36, "Sc": [1, 1], "Sor": 2}, {"Min": 70, "Nm": 1, "ID": "306167", "Pnum": 0, "Pn": "Ze Luis", "PnumO": 0, "IT": 63, "Sc": [1, 1], "Sor": 2}]}, {"Min": 79, "Nm": 2, "Sc": [1, 2], "Sor": 2, "Incs": [{"Min": 79, "Nm": 2, "ID": "460632", "Pnum": 0, "Pn": "Joshua Kimmich", "Psn": "Joshua Kimmich", "PnumO": 0, "IT": 36, "Sc": [1, 2], "Sor": 2}, {"Min": 79, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "PnumO": 0, "IT": 63, "Sc": [1, 2], "Sor": 2}]}, {"Min": 84, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "PnumO": 0, "IT": 43, "Sor": 0}]}, "Subs": {"2": [{"Min": 46, "Nm": 1, "ID": "46403", "Pnum": 0, "Pn": "Vedran Corluka", "IDo": "93064", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 1, "ID": "93064", "Pnum": 0, "Pn": "Slobodan Rajkovic", "IDo": "46403", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "116772", "Pnum": 0, "Pn": "Thomas Mueller", "IDo": "385437", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "385437", "Pnum": 0, "Pn": "Serge Gnabry", "IDo": "116772", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "343748", "Pnum": 0, "Pn": "Leon Goretzka", "IDo": "37410", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 46, "Nm": 2, "ID": "37410", "Pnum": 0, "Pn": "Javier Martinez", "IDo": "343748", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "429265", "Pnum": 0, "Pn": "Kingsley Coman", "IDo": "156726", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 69, "Nm": 2, "ID": "156726", "Pnum": 0, "Pn": "Douglas Costa", "IDo": "429265", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "118508", "Pnum": 0, "Pn": "Fedor Smolov", "IDo": "865005", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 75, "Nm": 1, "ID": "865005", "Pnum": 0, "Pn": "Dmitri Rybchinskiy", "IDo": "118508", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "79611", "Pnum": 0, "Pn": "Vladislav Ignatiev", "IDo": "726207", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 76, "Nm": 1, "ID": "726207", "Pnum": 0, "Pn": "Rifat Zhemaletdinov", "IDo": "79611", "PnumO": 0, "IT": 5, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "902790", "Pnum": 0, "Pn": "Daniil Kulikov", "IDo": "761703", "PnumO": 0, "IT": 4, "Sor": 0}, {"Min": 89, "Nm": 1, "ID": "761703", "Pnum": 0, "Pn": "Vitali Lisakovich", "IDo": "902790", "PnumO": 0, "IT": 5, "Sor": 0}]}, "Eloff": 0, "Prns": [{"Pid": "473852", "Fn": "Corentin", "Ln": "Tolisso"}, {"Pid": "37410", "Fn": "Javier", "Ln": "Martinez"}, {"Pid": "154232", "Fn": "Grzegorz", "Ln": "Krychowiak"}, {"Pid": "22794", "Fn": "Anton", "Ln": "Kochenkov"}, {"Pid": "640220", "Fn": "Marc", "Ln": "Roca"}, {"Pid": "504606", "Fn": "Lucas", "Ln": "Hernandez"}, {"Pid": "554534", "Fn": "Alexander", "Ln": "Nuebel"}, {"Pid": "278341", "Fn": "Bouna", "Ln": "Sarr"}, {"Pid": "584282", "Fn": "Dmitry", "Ln": "Zhivoglyadov"}, {"Pid": "902790", "Fn": "Daniil", "Ln": "Kulikov"}, {"Pid": "93064", "Fn": "Slobodan", "Ln": "Rajkovic"}, {"Pid": "564856", "Fn": "Francois", "Ln": "Kamano"}, {"Pid": "36183", "Fn": "Jerome", "Ln": "Boateng"}, {"Pid": "108399", "Fn": "Maciej", "Ln": "Rybus"}, {"Pid": "611223", "Fn": "Benjamin", "Ln": "Pavard"}, {"Pid": "1097775", "Fn": "Maksim", "Ln": "Mukhin"}, {"Pid": "463539", "Fn": "Marko", "Ln": "Nikolic"}, {"Pid": "953834", "Fn": "Andrey", "Ln": "Savin"}, {"Pid": "761703", "Fn": "Vitali", "Ln": "Lisakovich"}, {"Pid": "1170023", "Fn": "Alexander", "Ln": "Silyanov"}, {"Pid": "865005", "Fn": "Dmitri", "Ln": "Rybchinskiy"}, {"Pid": "530859", "Fn": "Leroy", "Ln": "Sane"}, {"Pid": "46403", "Fn": "Vedran", "Ln": "Corluka"}, {"Pid": "27299", "Fn": "Manuel", "Ln": "Neuer"}, {"Pid": "726207", "Fn": "Rifat", "Ln": "Zhemaletdinov"}, {"Pid": "460632", "Fn": "Joshua", "Ln": "Kimmich"}, {"Pid": "429265", "Fn": "Kingsley", "Ln": "Coman"}, {"Pid": "1156141", "Fn": "Jamal", "Ln": "Musiala"}, {"Pid": "79611", "Fn": "Vladislav", "Ln": "Ignatiev"}, {"Pid": "93447", "Fn": "Robert", "Ln": "Lewandowski"}, {"Pid": "306167", "Ln": "Ze Luis"}, {"Pid": "851514", "Fn": "Murilo", "Ln": "Cerqueira"}, {"Pid": "116772", "Fn": "Thomas", "Ln": "Mueller"}, {"Pid": "980345", "Fn": "Stanislav", "Ln": "Magkeev"}, {"Pid": "447084", "Fn": "Niklas", "Ln": "Suele"}, {"Pid": "19246", "Ln": "Guilherme"}, {"Pid": "385437", "Fn": "Serge", "Ln": "Gnabry"}, {"Pid": "156726", "Ln": "Douglas Costa"}, {"Pid": "95082", "Fn": "Eric Maxim", "Ln": "Choupo-Moting"}, {"Pid": "131509", "Fn": "Hans-Dieter", "Ln": "Flick"}, {"Pid": "121633", "Fn": "David", "Ln": "Alaba"}, {"Pid": "467232", "Fn": "Anton", "Ln": "Miranchuk"}, {"Pid": "407952", "Fn": "Vitali", "Ln": "Lystsov"}, {"Pid": "150026", "Ln": "Eder"}, {"Pid": "343748", "Fn": "Leon", "Ln": "Goretzka"}, {"Pid": "859752", "Fn": "Ron-Thorben", "Ln": "Hoffmann"}, {"Pid": "118508", "Fn": "Fedor", "Ln": "Smolov"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}}, "required": ["1", "6", "8"]}, "Tr1": {"type": "string"}, "Tr2": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2OR": {"type": "string"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "Shrt", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Nm": {"type": "string"}, "ID": {"type": "string"}, "tbd": {"type": "integer"}, "Img": {"type": "string"}, "Gd": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "12", "15", "28", "6", "8"]}, "CoNm": {"type": "string"}, "CoId": {"type": "string"}, "Shrt": {"type": "object", "properties": {"Bs": {"type": "string"}, "Sl": {"type": "string"}, "Nmb": {"type": "string"}, "Sq": {"type": "boolean"}, "St": {"type": "boolean"}, "Hst": {"type": "boolean"}, "Spl": {"type": "boolean"}, "Sld": {"type": "string"}}, "required": ["Bs", "Hst", "Nmb", "Sl", "Sld", "Spl", "Sq", "St"]}, "HasVideo": {"type": "boolean"}, "NewsTag": {"type": "string"}}, "required": ["CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "NewsTag", "Nm", "Pids", "Shrt", "tbd"]}}, "Eps": {"type": "string"}, "Esid": {"type": "integer"}, "Epr": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Ewt": {"type": "integer"}, "Et": {"type": "integer"}, "Esd": {"type": "integer"}, "LuUT": {"type": "integer"}, "Eds": {"type": "integer"}, "Edf": {"type": "integer"}, "Eact": {"type": "integer"}, "IncsX": {"type": "integer"}, "ComX": {"type": "integer"}, "LuX": {"type": "integer"}, "StatX": {"type": "integer"}, "SubsX": {"type": "integer"}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "EO": {"type": "integer"}, "LuC": {"type": "integer"}, "Ehid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Scu": {"type": "integer"}, "Chi": {"type": "integer"}, "Shi": {"type": "integer"}, "Sdn": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Sds", "Shi", "Sid", "Snm"]}, "Pid": {"type": "integer"}, "Spid": {"type": "integer"}, "Vnm": {"type": "string"}, "VCnm": {"type": "string"}, "Vsp": {"type": "integer"}, "Vneut": {"type": "integer"}, "Vcy": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Fls": {"type": "integer"}, "Ths": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Crs": {"type": "integer"}, "Cos": {"type": "integer"}, "Ycs": {"type": "integer"}, "Rcs": {"type": "integer"}, "YRcs": {"type": "integer"}, "Shon": {"type": "integer"}, "Shof": {"type": "integer"}, "Shwd": {"type": "integer"}, "Shbl": {"type": "integer"}, "Att": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Trt": {"type": "integer"}}, "required": ["Att", "Cos", "Crs", "Fls", "Gks", "Goa", "Ofs", "Pss", "Rcs", "Shbl", "Shof", "Shon", "Shwd", "Ths", "Tnb", "Trt", "YRcs", "Ycs"]}}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Tnb": {"type": "integer"}, "Ps": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Ln": {"type": "string"}, "Snm": {"type": "string"}, "Pos": {"type": "integer"}, "Pon": {"type": "string"}, "Snu": {"type": "integer"}, "Shnm": {"type": "string"}, "PosA": {"type": "integer"}, "Fp": {"type": "string"}, "Fn": {"type": "string"}, "Mo": {"type": "integer"}}, "required": ["Ln", "Pid", "Pon", "Pos", "PosA", "Shnm", "Snm"]}}}, "required": ["Ps", "Tnb"]}}, "Com": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "MinEx": {"type": "integer"}, "Txt": {"type": "string"}, "IT": {"type": "integer"}}, "required": ["Txt"]}}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}}, "required": ["Min", "Nm", "Sor"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Incs": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "Psn": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sc": {"type": "array", "items": {"type": "integer"}}, "Sor": {"type": "integer"}}, "required": ["ID", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sc", "Sor"]}}}, "required": ["Min", "Nm", "Sor"]}}}, "required": ["1", "2"]}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"Min": {"type": "integer"}, "Nm": {"type": "integer"}, "ID": {"type": "string"}, "Pnum": {"type": "integer"}, "Pn": {"type": "string"}, "IDo": {"type": "string"}, "PnumO": {"type": "integer"}, "IT": {"type": "integer"}, "Sor": {"type": "integer"}}, "required": ["ID", "IDo", "IT", "Min", "Nm", "Pn", "Pnum", "PnumO", "Sor"]}}}, "required": ["2"]}, "Eloff": {"type": "integer"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Pid": {"type": "string"}, "Fn": {"type": "string"}, "Ln": {"type": "string"}}, "required": ["Ln", "Pid"]}}}, "required": ["Com", "ComX", "EO", "Eact", "Ecov", "Edf", "Eds", "Ehid", "Eid", "Eloff", "Epr", "Eps", "Ern", "ErnInf", "Esd", "Esid", "Et", "Ewt", "Incs", "IncsX", "Lu", "LuC", "LuUT", "LuX", "Pid", "Pids", "Prns", "SDFowX", "SDInnX", "Sids", "Spid", "Stat", "StatX", "Stg", "Subs", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR", "Trh1", "Trh2", "VCnm", "Vcy", "Vneut", "Vnm", "Vsp"]} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/0/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-event-odds | get fancy event odds api | 201 | null | {"code": 0, "eid": "", "ps": [{"bl": "", "bo": "", "ll": "", "lo": "", "mid": "", "name": "", "pid": "", "source_dt": "", "status": ""}]} | {"type": "object", "properties": {"code": {"type": "integer"}, "eid": {"type": "string"}, "ps": {"type": "array", "items": {"type": "object", "properties": {"bl": {"description": "back line", "type": "string"}, "bo": {"description": "back odds", "type": "string"}, "ll": {"description": "lay line", "type": "string"}, "lo": {"description": "lay odds", "type": "string"}, "mid": {"type": "string"}, "name": {"type": "string"}, "pid": {"type": "string"}, "source_dt": {"type": "string"}, "status": {"description": "open supended", "type": "string"}}}}}} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/1/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-event-odds | get fancy event odds api | 400 | null | {"code": 0, "error": ""} | {"type": "object", "properties": {"code": {"type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t * INVALID_INPUT_DATA (HTTP: 400 - Bad Request) Invalid input data\n\n\t\t * UNEXPECTED_ERROR (HTTP: 400 - Bad Request) An unexpected internal error occurred that prevented successful request processing", "type": "string"}}} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/2/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-event-odds | get fancy event odds api | 401 | null | {"code": 0, "error": ""} | {"type": "object", "properties": {"code": {"description": "status code", "type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t\t* INVALID_TOKEN (HTTP: 401 - Unauthorized) Invalid token\n\n\t\t\t* INVALID_TOKEN_TYPE (HTTP: 401 - Unauthorized) Invalid token type\n\n\t\t\t* NO_TOKEN (HTTP: 401 - Unauthorized) A session token header ('authorization') has not been provided in the request", "type": "string"}}} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/0/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-re-settle-market | The data appearing here are the markets that had a resettlement within the given time frame | 400 | null | {"code": 0, "error": ""} | {"type": "object", "properties": {"code": {"type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t * INVALID_INPUT_DATA (HTTP: 400 - Bad Request) Invalid input data\n\n\t\t * UNEXPECTED_ERROR (HTTP: 400 - Bad Request) An unexpected internal error occurred that prevented successful request processing", "type": "string"}}} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/1/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-re-settle-market | The data appearing here are the markets that had a resettlement within the given time frame | 401 | null | {"code": 0, "error": ""} | {"type": "object", "properties": {"code": {"description": "status code", "type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t\t* INVALID_TOKEN (HTTP: 401 - Unauthorized) Invalid token\n\n\t\t\t* INVALID_TOKEN_TYPE (HTTP: 401 - Unauthorized) Invalid token type\n\n\t\t\t* NO_TOKEN (HTTP: 401 - Unauthorized) A session token header ('authorization') has not been provided in the request", "type": "string"}}} |
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/2/0 | OddsBeta Fancy API (Cricket + All Sports) | Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API caters to the Indian audience. Join us now to access a feature-rich API and offer an engaging betting platform to your users. Elevate your betting experience with our reliable, ... | null | get-fancy-re-settle-market | The data appearing here are the markets that had a resettlement within the given time frame | 200 | null | {"code": 0, "results": [{"eid": "", "is_re_settle": true, "mid": "", "name": "", "settle_dt": "", "sid": ""}]} | {"type": "object", "properties": {"code": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"eid": {"type": "string"}, "is_re_settle": {"type": "boolean"}, "mid": {"type": "string"}, "name": {"type": "string"}, "settle_dt": {"type": "string"}, "sid": {"type": "string"}}}}}} |
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/24acd064-870c-44f0-a5b0-4ac8d86a2188/0/0 | Tank01 NFL Live In-Game Real Time Statistics NFL | NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps.
NOW ALSO WITH BETTING / GAMBLING ODDS
Includes player news, fantasy news, and top headlines, all updated multiple times an hour. | 9.8 | Get NFL Team Schedule | This call returns the schedule of any team, using the teamID that can be found in "getNFLTeams" call.
Call needs to look like this:
/getNFLTeamSchedule?teamID=1
You can also use the team Abbreviation:
/getNFLTeamSchedule?teamAbv=CHI
That will return a list of the team's games in the body.
To get a list of appropriate team abbreviations, use the getNFLTeams call.
You can also add the "season" parameter if you want to specify season. Good for seasons 2022 and 2023. | 200 | Response | {"statusCode": 200, "body": {"team": "CHI", "schedule": [{"gameID": "20221002_CHI@NYG", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221002", "teamIDHome": "24", "gameWeek": "Week 4", "teamIDAway": "6", "home": "NYG"}, {"gameID": "20221218_PHI@CHI", "seasonType": "Regular Season", "away": "PHI", "gameTime": "1:00p", "gameDate": "20221218", "teamIDHome": "6", "gameWeek": "Week 15", "teamIDAway": "27", "home": "CHI"}, {"gameID": "20221009_CHI@MIN", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221009", "teamIDHome": "21", "gameWeek": "Week 5", "teamIDAway": "6", "home": "MIN"}, {"gameID": "20220918_CHI@GB", "seasonType": "Regular Season", "away": "CHI", "gameTime": "8:20p", "gameDate": "20220918", "teamIDHome": "12", "gameWeek": "Week 2", "teamIDAway": "6", "home": "GB"}, {"gameID": "20230101_CHI@DET", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20230101", "teamIDHome": "11", "gameWeek": "Week 17", "teamIDAway": "6", "home": "DET"}, {"gameID": "20220813_KC@CHI", "seasonType": "Preseason", "away": "KC", "gameTime": "1:00p", "gameDate": "20220813", "teamIDHome": "6", "gameWeek": "Preseason Week 1", "teamIDAway": "16", "home": "CHI"}, {"gameID": "20221127_CHI@NYJ", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221127", "teamIDHome": "25", "gameWeek": "Week 12", "teamIDAway": "6", "home": "NYJ"}, {"gameID": "20221113_DET@CHI", "seasonType": "Regular Season", "away": "DET", "gameTime": "1:00p", "gameDate": "20221113", "teamIDHome": "6", "gameWeek": "Week 10", "teamIDAway": "11", "home": "CHI"}, {"gameID": "20221024_CHI@NE", "seasonType": "Regular Season", "away": "CHI", "gameTime": "8:15p", "gameDate": "20221024", "teamIDHome": "22", "gameWeek": "Week 7", "teamIDAway": "6", "home": "NE"}, {"gameID": "20220925_HOU@CHI", "seasonType": "Regular Season", "away": "HOU", "gameTime": "1:00p", "gameDate": "20220925", "teamIDHome": "6", "gameWeek": "Week 3", "teamIDAway": "13", "home": "CHI"}, {"gameID": "20220827_CHI@CLE", "seasonType": "Preseason", "away": "CHI", "gameTime": "7:00p", "gameDate": "20220827", "teamIDHome": "8", "gameWeek": "Preseason Week 3", "teamIDAway": "6", "home": "CLE"}, {"gameID": "20221013_WSH@CHI", "seasonType": "Regular Season", "away": "WSH", "gameTime": "8:15p", "gameDate": "20221013", "teamIDHome": "6", "gameWeek": "Week 6", "teamIDAway": "32", "home": "CHI"}, {"gameID": "20221120_CHI@ATL", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221120", "teamIDHome": "2", "gameWeek": "Week 11", "teamIDAway": "6", "home": "ATL"}, {"gameID": "20230108_MIN@CHI", "seasonType": "Regular Season", "away": "MIN", "gameTime": "TBD", "gameDate": "20230108", "teamIDHome": "6", "gameWeek": "Week 18", "teamIDAway": "21", "home": "CHI"}, {"gameID": "20221106_MIA@CHI", "seasonType": "Regular Season", "away": "MIA", "gameTime": "1:00p", "gameDate": "20221106", "teamIDHome": "6", "gameWeek": "Week 9", "teamIDAway": "20", "home": "CHI"}, {"gameID": "20221204_GB@CHI", "seasonType": "Regular Season", "away": "GB", "gameTime": "1:00p", "gameDate": "20221204", "teamIDHome": "6", "gameWeek": "Week 13", "teamIDAway": "12", "home": "CHI"}, {"gameID": "20220818_CHI@SEA", "seasonType": "Preseason", "away": "CHI", "gameTime": "8:00p", "gameDate": "20220818", "teamIDHome": "29", "gameWeek": "Preseason Week 2", "teamIDAway": "6", "home": "SEA"}, {"gameID": "20221224_BUF@CHI", "seasonType": "Regular Season", "away": "BUF", "gameTime": "1:00p", "gameDate": "20221224", "teamIDHome": "6", "gameWeek": "Week 16", "teamIDAway": "4", "home": "CHI"}, {"gameID": "20220911_SF@CHI", "seasonType": "Regular Season", "away": "SF", "gameTime": "1:00p", "gameDate": "20220911", "teamIDHome": "6", "gameWeek": "Week 1", "teamIDAway": "28", "home": "CHI"}, {"gameID": "20221030_CHI@DAL", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221030", "teamIDHome": "9", "gameWeek": "Week 8", "teamIDAway": "6", "home": "DAL"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"team": {"type": "string"}, "schedule": {"type": "array", "items": {"type": "object", "properties": {"gameID": {"type": "string"}, "seasonType": {"type": "string"}, "away": {"type": "string"}, "gameTime": {"type": "string"}, "gameDate": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameWeek": {"type": "string"}, "teamIDAway": {"type": "string"}, "home": {"type": "string"}}, "required": ["away", "gameDate", "gameID", "gameTime", "gameWeek", "home", "seasonType", "teamIDAway", "teamIDHome"]}}}, "required": ["schedule", "team"]}}, "required": ["body", "statusCode"]} |
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/ec3ed143-cf53-43ce-a611-2745d9d95557/0/0 | Tank01 NFL Live In-Game Real Time Statistics NFL | NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps.
NOW ALSO WITH BETTING / GAMBLING ODDS
Includes player news, fantasy news, and top headlines, all updated multiple times an hour. | 9.8 | Get Daily NFL Schedule | Get basic information on which games are being played during a day.
call is like this:
/getNFLGamesForDate?gameDate=20221211
The above call will return all of the games from December 11th, 2022. Date must be in that format.
They come back in a list format within the body of the response. | 200 | Response | {"statusCode": 200, "body": [{"gameID": "20221211_NYJ@BUF", "seasonType": "Regular Season", "away": "NYJ", "gameDate": "20221211", "espnID": "401437889", "teamIDHome": "4", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "25", "home": "BUF", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437889", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_NYJ@BUF", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_KC@DEN", "seasonType": "Regular Season", "away": "KC", "gameDate": "20221211", "espnID": "401437899", "teamIDHome": "10", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "16", "home": "DEN", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437899", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_KC@DEN", "gameTime": "4:05p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_MIN@DET", "seasonType": "Regular Season", "away": "MIN", "gameDate": "20221211", "espnID": "401437892", "teamIDHome": "11", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "21", "home": "DET", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437892", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_MIN@DET", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_PHI@NYG", "seasonType": "Regular Season", "away": "PHI", "gameDate": "20221211", "espnID": "401437893", "teamIDHome": "24", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "27", "home": "NYG", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437893", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_PHI@NYG", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_MIA@LAC", "seasonType": "Regular Season", "away": "MIA", "gameDate": "20221211", "espnID": "401437896", "teamIDHome": "18", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "20", "home": "LAC", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437896", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_MIA@LAC", "gameTime": "8:20p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_HOU@DAL", "seasonType": "Regular Season", "away": "HOU", "gameDate": "20221211", "espnID": "401437891", "teamIDHome": "9", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "13", "home": "DAL", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437891", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_HOU@DAL", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_JAX@TEN", "seasonType": "Regular Season", "away": "JAX", "gameDate": "20221211", "espnID": "401437895", "teamIDHome": "31", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "15", "home": "TEN", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437895", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_JAC@TEN", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_TB@SF", "seasonType": "Regular Season", "away": "TB", "gameDate": "20221211", "espnID": "401437897", "teamIDHome": "28", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "30", "home": "SF", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437897", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_TB@SF", "gameTime": "4:25p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_BAL@PIT", "seasonType": "Regular Season", "away": "BAL", "gameDate": "20221211", "espnID": "401437894", "teamIDHome": "26", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "3", "home": "PIT", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437894", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_BAL@PIT", "gameTime": "1:00p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_CAR@SEA", "seasonType": "Regular Season", "away": "CAR", "gameDate": "20221211", "espnID": "401437898", "teamIDHome": "29", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "5", "home": "SEA", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437898", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_CAR@SEA", "gameTime": "4:25p", "season": "2022", "neutralSite": false}, {"gameID": "20221211_CLE@CIN", "seasonType": "Regular Season", "away": "CLE", "gameDate": "20221211", "espnID": "401437890", "teamIDHome": "7", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "8", "home": "CIN", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437890", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221211_CLE@CIN", "gameTime": "1:00p", "season": "2022", "neutralSite": false}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "array", "items": {"type": "object", "properties": {"gameID": {"type": "string"}, "seasonType": {"type": "string"}, "away": {"type": "string"}, "gameDate": {"type": "string"}, "espnID": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameStatus": {"type": "string"}, "gameWeek": {"type": "string"}, "teamIDAway": {"type": "string"}, "home": {"type": "string"}, "espnLink": {"type": "string"}, "cbsLink": {"type": "string"}, "gameTime": {"type": "string"}, "season": {"type": "string"}, "neutralSite": {"type": "boolean"}}, "required": ["away", "cbsLink", "espnID", "espnLink", "gameDate", "gameID", "gameStatus", "gameTime", "gameWeek", "home", "neutralSite", "season", "seasonType", "teamIDAway", "teamIDHome"]}}}, "required": ["body", "statusCode"]} |
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/e5b27ceb-bb95-4409-b088-354f124b21f0/0/0 | Tank01 NFL Live In-Game Real Time Statistics NFL | NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps.
NOW ALSO WITH BETTING / GAMBLING ODDS
Includes player news, fantasy news, and top headlines, all updated multiple times an hour. | 9.8 | Get General Game Information | This call pulls back the most general information for a game: away team, home team, game date, and game start time. All times are in Eastern (ET) time zone.
gameID is needed. You can retrieve gameID from a few different calls. The "getNFLGamesForDate" call or the "getNFLTeamSchedule" call will be the best ways to get the gameID's.
Call should look like this:
/getNFLGameInfo?gameID=20221212_NE@ARI | 200 | Response | {"statusCode": 200, "body": {"espnID": "401437900", "gameStatus": "Final", "season": "2022", "gameDate": "20221212", "neutralSite": "False", "teamIDHome": "1", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221212_NE@ARI", "gameTime": "8:15p", "teamIDAway": "22", "away": "NE", "gameWeek": "Week 14", "gameID": "20221212_NE@ARI", "seasonType": "Regular Season", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437900", "home": "ARI"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"espnID": {"type": "string"}, "gameStatus": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "neutralSite": {"type": "string"}, "teamIDHome": {"type": "string"}, "cbsLink": {"type": "string"}, "gameTime": {"type": "string"}, "teamIDAway": {"type": "string"}, "away": {"type": "string"}, "gameWeek": {"type": "string"}, "gameID": {"type": "string"}, "seasonType": {"type": "string"}, "espnLink": {"type": "string"}, "home": {"type": "string"}}, "required": ["away", "cbsLink", "espnID", "espnLink", "gameDate", "gameID", "gameStatus", "gameTime", "gameWeek", "home", "neutralSite", "season", "seasonType", "teamIDAway", "teamIDHome"]}}, "required": ["body", "statusCode"]} |
a9d54d83-afc8-444d-94da-8dc6fea5897b/1bc20b1a-5f7a-4dab-b0a3-9aef2764b1a0/0/0 | Padelquest | A simple API to get information of the biggest PADEL competitions. | 8.1 | Competitions | This endpoint returns a list of all competitions.
Request
Method: GET
Response
Status code: 200 OK
Content type: application/json | 200 | Ok | {"data": [{"id": 1, "last_update": "2023-06-18", "name": "A1 Padel Global", "url": "https://www.a1padelglobal.com/"}, {"id": 2, "last_update": "2023-06-18", "name": "Premier Padel", "url": "https://premierpadel.com/"}, {"id": 3, "last_update": "2023-06-18", "name": "World Padel Tour", "url": "https://worldpadeltour.com/"}], "status": "success"} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "last_update": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}}}, "status": {"type": "string"}}} |
e3ff6105-fee2-4d83-b67a-22b9c5d61f38/4d4346cf-2efd-4f1d-978d-75fc1e8112a0/0/0 | Tank01 MLB Live In-Game Real Time Statistics | Tank01 back with an API providing you with MLB (Major League Baseball) STATS!!
LIVE, IN-GAME, REAL TIME, statistics.
WITH BETTING / GAMBLING ODDS AND PLAYER PROP BETS
Game schedules, game times, and rosters are updated every hour as well.
Includes player news, fantasy news, and top headlines, all updated multiple times an hour.
Perfect to support your fantasy site or any application that needs MLB data in real time. | 9.5 | Get Daily Scoreboard - Live - Real Time | Use this if you want basic game data returned. It's lighter/quicker than getting the full boxscore, for applications that do not need anything but basic data like line score, away/home, etc.
/getMLBScoresOnly
This can be called using ?gameDate (returns all games for a date, format YYYYMMDD) or ?gameID (returns one game, format YYYYMMDD_AWAY@HOME)
Also can be called with topPerformers=true to get a list of stat leaders in each category, per team. | 200 | Response | {"statusCode": 200, "body": {"20230410_NYY@CLE": {"away": "NYY", "home": "CLE", "teamIDAway": "19", "teamIDHome": "8", "gameTime": "6:10p", "gameTime_epoch": "1681164600.0", "lineScore": {"away": {"H": "6", "R": "2", "team": "NYY", "scoresByInning": {"1": "2", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "1"}, "home": {"H": "4", "R": "3", "team": "CLE", "scoresByInning": {"1": "0", "2": "1", "3": "0", "4": "1", "5": "0", "6": "0", "7": "1", "8": "0", "9": "x"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"NYY": {"Hitting": {"2B": {"playerID": ["641432", "650402", "519317"], "total": "1"}, "3B": {"playerID": ["650402"], "total": "1"}, "AB": {"playerID": ["519203", "641432", "519317"], "total": "4"}, "BB": {"playerID": ["650402", "614173", "592450"], "total": "1"}, "GIDP": {"playerID": ["643396"], "total": "1"}, "H": {"playerID": ["650402"], "total": "2"}, "R": {"playerID": ["650402", "592450"], "total": "1"}, "RBI": {"playerID": ["519317"], "total": "2"}, "SO": {"playerID": ["614173", "592450"], "total": "2"}, "TB": {"playerID": ["650402"], "total": "5"}}, "Fielding": {"E": {"playerID": ["593334"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["593334"], "total": "17"}, "BB": {"playerID": ["593334"], "total": "5"}, "ER": {"playerID": ["593334", "641656"], "total": "1"}, "Flyouts": {"playerID": ["593334"], "total": "3"}, "Groundouts": {"playerID": ["605155"], "total": "7"}, "H": {"playerID": ["593334"], "total": "2"}, "Pitches": {"playerID": ["593334"], "total": "87"}, "R": {"playerID": ["593334"], "total": "2"}, "SO": {"playerID": ["641656"], "total": "3"}, "Strikes": {"playerID": ["593334"], "total": "49"}}, "BaseRunning": {"SB": {"playerID": ["643396"], "total": "1"}}}, "CLE": {"Hitting": {"2B": {"playerID": ["572287"], "total": "3"}, "AB": {"playerID": ["665926", "608070"], "total": "4"}, "BB": {"playerID": ["642708", "686823", "680757"], "total": "2"}, "GIDP": {"playerID": ["642708"], "total": "1"}, "H": {"playerID": ["572287"], "total": "3"}, "R": {"playerID": ["605137", "665926", "680757"], "total": "1"}, "RBI": {"playerID": ["647304", "686823", "572287"], "total": "1"}, "SF": {"playerID": ["647304", "686823"], "total": "1"}, "SO": {"playerID": ["665926"], "total": "2"}, "TB": {"playerID": ["572287"], "total": "6"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["669456"], "total": "27"}, "BB": {"playerID": ["669456"], "total": "3"}, "ER": {"playerID": ["669456"], "total": "2"}, "Flyouts": {"playerID": ["669456"], "total": "3"}, "Groundouts": {"playerID": ["669456"], "total": "8"}, "H": {"playerID": ["669456"], "total": "5"}, "Pitches": {"playerID": ["669456"], "total": "99"}, "R": {"playerID": ["669456"], "total": "2"}, "SO": {"playerID": ["669456"], "total": "4"}, "Strikes": {"playerID": ["669456"], "total": "56"}}, "BaseRunning": {"SB": {"playerID": ["642708", "665926", "608070", "680757"], "total": "1"}}}}, "gameID": "20230410_NYY@CLE", "gameStatus": "Completed"}, "20230410_STL@COL": {"away": "STL", "home": "COL", "teamIDAway": "26", "teamIDHome": "9", "gameTime": "6:41p", "gameTime_epoch": "1681166460.0", "lineScore": {"away": {"H": "6", "R": "4", "team": "STL", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "2", "5": "0", "6": "1", "7": "0", "8": "0", "9": "1"}, "E": "2"}, "home": {"H": "13", "R": "7", "team": "COL", "scoresByInning": {"1": "0", "2": "0", "3": "2", "4": "2", "5": "0", "6": "2", "7": "1", "8": "0", "9": "x"}, "E": "1"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"STL": {"Hitting": {"2B": {"playerID": ["669357"], "total": "1"}, "3B": {"playerID": ["676475"], "total": "1"}, "AB": {"playerID": ["669357", "571448", "676475", "575929", "680977", "691023"], "total": "4"}, "BB": {"playerID": ["502671", "669242"], "total": "1"}, "GIDP": {"playerID": ["571448", "676475"], "total": "1"}, "H": {"playerID": ["502671"], "total": "2"}, "R": {"playerID": ["680977"], "total": "2"}, "RBI": {"playerID": ["502671"], "total": "2"}, "SO": {"playerID": ["575929"], "total": "2"}, "TB": {"playerID": ["676475"], "total": "3"}}, "Fielding": {"E": {"playerID": ["669357", "669242"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["571927"], "total": "26"}, "BB": {"playerID": ["571927"], "total": "2"}, "ER": {"playerID": ["571927"], "total": "6"}, "Flyouts": {"playerID": ["571927"], "total": "3"}, "Groundouts": {"playerID": ["571927"], "total": "6"}, "H": {"playerID": ["571927"], "total": "9"}, "Pitches": {"playerID": ["571927"], "total": "92"}, "R": {"playerID": ["571927"], "total": "6"}, "SO": {"playerID": ["571927"], "total": "4"}, "Strikes": {"playerID": ["571927"], "total": "60"}}, "BaseRunning": {}}, "COL": {"Hitting": {"2B": {"playerID": ["678662"], "total": "2"}, "AB": {"playerID": ["676701", "595777", "453568", "543068", "592178", "602074", "660707", "678662"], "total": "4"}, "BB": {"playerID": ["453568", "553869"], "total": "1"}, "GIDP": {"playerID": ["453568", "553869"], "total": "1"}, "H": {"playerID": ["676701"], "total": "3"}, "R": {"playerID": ["553869", "660707"], "total": "2"}, "RBI": {"playerID": ["676701"], "total": "2"}, "SF": {"playerID": ["595777"], "total": "1"}, "SO": {"playerID": ["543068"], "total": "3"}, "TB": {"playerID": ["678662"], "total": "4"}}, "Fielding": {"E": {"playerID": ["595777"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["608566"], "total": "18"}, "BB": {"playerID": ["664875"], "total": "2"}, "ER": {"playerID": ["608566"], "total": "2"}, "Flyouts": {"playerID": ["608718", "664875"], "total": "2"}, "Groundouts": {"playerID": ["608566"], "total": "9"}, "H": {"playerID": ["608566"], "total": "3"}, "Pitches": {"playerID": ["608566"], "total": "62"}, "R": {"playerID": ["608566"], "total": "2"}, "SO": {"playerID": ["608566"], "total": "4"}, "Strikes": {"playerID": ["608566"], "total": "42"}}, "BaseRunning": {"CS": {"playerID": ["453568"], "total": "1"}}}}, "gameID": "20230410_STL@COL", "gameStatus": "Completed"}, "20230410_WAS@LAA": {"away": "WAS", "home": "LAA", "teamIDAway": "30", "teamIDHome": "13", "gameTime": "6:38p", "gameTime_epoch": "1681166280.0", "lineScore": {"away": {"H": "14", "R": "6", "team": "WAS", "scoresByInning": {"1": "0", "2": "1", "3": "0", "4": "3", "5": "1", "6": "0", "7": "1", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "7", "R": "4", "team": "LAA", "scoresByInning": {"1": "2", "2": "0", "3": "2", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "1"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "W", "homeResult": "L", "topPerformers": {"WAS": {"Hitting": {"2B": {"playerID": ["608841", "660688"], "total": "1"}, "AB": {"playerID": ["608841", "669743", "600869", "660688", "657041"], "total": "5"}, "BB": {"playerID": ["642086", "656308"], "total": "1"}, "H": {"playerID": ["645302", "608841", "642086", "669743", "600869"], "total": "2"}, "R": {"playerID": ["642086"], "total": "2"}, "RBI": {"playerID": ["682928", "600869"], "total": "2"}, "SAC": {"playerID": ["645302"], "total": "1"}, "SO": {"playerID": ["656308", "657041"], "total": "2"}, "TB": {"playerID": ["608841"], "total": "3"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["571578"], "total": "25"}, "BB": {"playerID": ["571578"], "total": "3"}, "ER": {"playerID": ["571578"], "total": "4"}, "Flyouts": {"playerID": ["666168", "605218", "640448", "571578"], "total": "1"}, "Groundouts": {"playerID": ["571578"], "total": "9"}, "H": {"playerID": ["571578"], "total": "7"}, "HR": {"playerID": ["571578"], "total": "1"}, "Pitches": {"playerID": ["571578"], "total": "86"}, "R": {"playerID": ["571578"], "total": "4"}, "SO": {"playerID": ["571578"], "total": "3"}, "Strikes": {"playerID": ["571578"], "total": "53"}}, "BaseRunning": {"SB": {"playerID": ["645302", "682928"], "total": "1"}}}, "LAA": {"Hitting": {"2B": {"playerID": ["570482"], "total": "1"}, "AB": {"playerID": ["545361"], "total": "5"}, "BB": {"playerID": ["592669", "621493", "660271", "592273"], "total": "1"}, "GIDP": {"playerID": ["592273"], "total": "1"}, "H": {"playerID": ["592669", "650859"], "total": "2"}, "HBP": {"playerID": ["681351"], "total": "1"}, "HR": {"playerID": ["592669"], "total": "1"}, "R": {"playerID": ["592669"], "total": "2"}, "RBI": {"playerID": ["650859"], "total": "2"}, "SO": {"playerID": ["545361"], "total": "3"}, "TB": {"playerID": ["592669"], "total": "5"}}, "Fielding": {"E": {"playerID": ["650859"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["660761"], "total": "23"}, "BB": {"playerID": ["519043", "660761"], "total": "1"}, "ER": {"playerID": ["660761"], "total": "4"}, "Flyouts": {"playerID": ["660761"], "total": "4"}, "Groundouts": {"playerID": ["656353"], "total": "4"}, "H": {"playerID": ["660761"], "total": "10"}, "Pitches": {"playerID": ["660761"], "total": "80"}, "R": {"playerID": ["660761"], "total": "4"}, "SO": {"playerID": ["656353"], "total": "3"}, "Strikes": {"playerID": ["660761"], "total": "52"}}, "BaseRunning": {}}}, "gameID": "20230410_WAS@LAA", "gameStatus": "Completed"}, "20230410_SD@NYM": {"away": "SD", "home": "NYM", "teamIDAway": "23", "teamIDHome": "18", "gameTime": "7:10p", "gameTime_epoch": "1681168200.0", "lineScore": {"away": {"H": "2", "R": "0", "team": "SD", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "7", "R": "5", "team": "NYM", "scoresByInning": {"1": "0", "2": "0", "3": "2", "4": "0", "5": "0", "6": "0", "7": "3", "8": "0", "9": "x"}, "E": "1"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"SD": {"Hitting": {"AB": {"playerID": ["630105", "592518", "572761"], "total": "4"}, "BB": {"playerID": ["665742"], "total": "2"}, "GIDP": {"playerID": ["593428"], "total": "1"}, "H": {"playerID": ["593428", "673490"], "total": "1"}, "SO": {"playerID": ["572761"], "total": "4"}, "TB": {"playerID": ["593428", "673490"], "total": "1"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["506433"], "total": "27"}, "BB": {"playerID": ["506433"], "total": "1"}, "ER": {"playerID": ["506433"], "total": "5"}, "Flyouts": {"playerID": ["506433"], "total": "5"}, "Groundouts": {"playerID": ["506433"], "total": "6"}, "H": {"playerID": ["506433"], "total": "6"}, "Pitches": {"playerID": ["506433"], "total": "104"}, "R": {"playerID": ["506433"], "total": "5"}, "SO": {"playerID": ["506433"], "total": "5"}, "Strikes": {"playerID": ["506433"], "total": "67"}}, "BaseRunning": {"SB": {"playerID": ["593428"], "total": "1"}}}, "NYM": {"Hitting": {"2B": {"playerID": ["592192", "596019", "643446"], "total": "1"}, "AB": {"playerID": ["592192", "624413", "607043", "643446"], "total": "4"}, "BB": {"playerID": ["596129"], "total": "1"}, "H": {"playerID": ["596129", "592192", "596019", "607043", "643446", "621512", "641645"], "total": "1"}, "HBP": {"playerID": ["596019"], "total": "1"}, "R": {"playerID": ["607043"], "total": "2"}, "RBI": {"playerID": ["596019", "643446"], "total": "2"}, "SF": {"playerID": ["500871"], "total": "1"}, "SO": {"playerID": ["596019"], "total": "2"}, "TB": {"playerID": ["592192", "596019", "643446"], "total": "2"}}, "Fielding": {"E": {"playerID": ["621512"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["453286"], "total": "18"}, "BB": {"playerID": ["453286"], "total": "3"}, "Flyouts": {"playerID": ["453286"], "total": "2"}, "Groundouts": {"playerID": ["453286", "595928"], "total": "2"}, "H": {"playerID": ["493603", "453286"], "total": "1"}, "Pitches": {"playerID": ["453286"], "total": "97"}, "SO": {"playerID": ["453286"], "total": "6"}, "Strikes": {"playerID": ["453286"], "total": "61"}}, "BaseRunning": {"SB": {"playerID": ["607043"], "total": "1"}}}}, "gameID": "20230410_SD@NYM", "gameStatus": "Completed"}, "20230410_MIL@ARI": {"away": "MIL", "home": "ARI", "teamIDAway": "16", "teamIDHome": "1", "gameTime": "6:41p", "gameTime_epoch": "1681166460.0", "lineScore": {"away": {"H": "3", "R": "0", "team": "MIL", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "1"}, "home": {"H": "8", "R": "3", "team": "ARI", "scoresByInning": {"1": "1", "2": "0", "3": "0", "4": "0", "5": "2", "6": "0", "7": "0", "8": "0", "9": "x"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"MIL": {"Hitting": {"AB": {"playerID": ["592885", "642715"], "total": "4"}, "BB": {"playerID": ["669003"], "total": "1"}, "GIDP": {"playerID": ["572228"], "total": "1"}, "H": {"playerID": ["661388", "669003", "668930"], "total": "1"}, "SO": {"playerID": ["686894", "592885"], "total": "3"}, "TB": {"playerID": ["661388", "669003", "668930"], "total": "1"}}, "Fielding": {"E": {"playerID": ["642715"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["489119"], "total": "23"}, "BB": {"playerID": ["489119"], "total": "3"}, "ER": {"playerID": ["489119"], "total": "3"}, "Flyouts": {"playerID": ["489119"], "total": "3"}, "Groundouts": {"playerID": ["489119"], "total": "8"}, "H": {"playerID": ["489119"], "total": "5"}, "HR": {"playerID": ["489119"], "total": "1"}, "Pitches": {"playerID": ["489119"], "total": "90"}, "R": {"playerID": ["489119"], "total": "3"}, "SO": {"playerID": ["669060", "489119"], "total": "3"}, "Strikes": {"playerID": ["489119"], "total": "58"}}, "BaseRunning": {"CS": {"playerID": ["668930"], "total": "1"}}}, "ARI": {"Hitting": {"2B": {"playerID": ["605113", "606466"], "total": "1"}, "AB": {"playerID": ["572233", "605113", "666971", "672515", "664983"], "total": "4"}, "BB": {"playerID": ["668942", "606466", "446334"], "total": "1"}, "GIDP": {"playerID": ["572233"], "total": "1"}, "H": {"playerID": ["605113"], "total": "3"}, "HR": {"playerID": ["572233"], "total": "1"}, "R": {"playerID": ["606466"], "total": "2"}, "RBI": {"playerID": ["572233"], "total": "2"}, "SO": {"playerID": ["668942", "664983"], "total": "2"}, "TB": {"playerID": ["572233", "605113"], "total": "4"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["668678"], "total": "23"}, "BB": {"playerID": ["668678"], "total": "1"}, "Flyouts": {"playerID": ["668678"], "total": "2"}, "Groundouts": {"playerID": ["668678"], "total": "5"}, "H": {"playerID": ["668678"], "total": "3"}, "Pitches": {"playerID": ["668678"], "total": "96"}, "SO": {"playerID": ["668678"], "total": "11"}, "Strikes": {"playerID": ["668678"], "total": "62"}}, "BaseRunning": {}}}, "gameID": "20230410_MIL@ARI", "gameStatus": "Completed"}, "20230410_SEA@CHC": {"away": "SEA", "home": "CHC", "teamIDAway": "25", "teamIDHome": "5", "gameTime": "6:39p", "gameTime_epoch": "1681166340.0", "lineScore": {"away": {"H": "6", "R": "2", "team": "SEA", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "1", "5": "0", "6": "0", "7": "0", "8": "0", "9": "1", "10": "0"}, "E": "1"}, "home": {"H": "8", "R": "3", "team": "CHC", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "2", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0", "10": "1"}, "E": "0"}}, "currentInning": "Final/10", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"SEA": {"Hitting": {"2B": {"playerID": ["669450", "664034"], "total": "1"}, "AB": {"playerID": ["664034"], "total": "5"}, "BB": {"playerID": ["669450", "553993", "677594"], "total": "1"}, "H": {"playerID": ["543939"], "total": "2"}, "HBP": {"playerID": ["677594"], "total": "1"}, "HR": {"playerID": ["672284"], "total": "1"}, "R": {"playerID": ["664034", "672284"], "total": "1"}, "RBI": {"playerID": ["572041", "672284"], "total": "1"}, "SF": {"playerID": ["572041"], "total": "1"}, "SO": {"playerID": ["664034", "677594"], "total": "2"}, "TB": {"playerID": ["672284"], "total": "4"}}, "Fielding": {"E": {"playerID": ["608596"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["622491"], "total": "25"}, "BB": {"playerID": ["622491"], "total": "2"}, "ER": {"playerID": ["622491"], "total": "2"}, "Flyouts": {"playerID": ["622491"], "total": "4"}, "Groundouts": {"playerID": ["622491"], "total": "5"}, "H": {"playerID": ["622491"], "total": "6"}, "Pitches": {"playerID": ["622491"], "total": "93"}, "R": {"playerID": ["622491"], "total": "2"}, "SO": {"playerID": ["622491"], "total": "5"}, "Strikes": {"playerID": ["622491"], "total": "61"}}, "BaseRunning": {"CS": {"playerID": ["543939"], "total": "1"}}}, "CHC": {"Hitting": {"2B": {"playerID": ["641355", "670156"], "total": "1"}, "AB": {"playerID": ["663538"], "total": "5"}, "BB": {"playerID": ["664023", "543333"], "total": "1"}, "H": {"playerID": ["663538"], "total": "3"}, "R": {"playerID": ["664023", "641355", "663611"], "total": "1"}, "RBI": {"playerID": ["641355", "663538", "543333"], "total": "1"}, "SO": {"playerID": ["621020"], "total": "2"}, "TB": {"playerID": ["663538"], "total": "3"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["592767"], "total": "18"}, "BB": {"playerID": ["624522"], "total": "2"}, "ER": {"playerID": ["592767", "605242"], "total": "1"}, "Flyouts": {"playerID": ["592767"], "total": "3"}, "Groundouts": {"playerID": ["592767", "640470", "502202"], "total": "2"}, "H": {"playerID": ["592767", "605242"], "total": "2"}, "HR": {"playerID": ["605242"], "total": "1"}, "Pitches": {"playerID": ["592767"], "total": "76"}, "R": {"playerID": ["592767", "605242"], "total": "1"}, "SO": {"playerID": ["592767"], "total": "7"}, "Strikes": {"playerID": ["592767"], "total": "45"}}, "BaseRunning": {"SB": {"playerID": ["664023", "663538", "663611"], "total": "1"}}}}, "gameID": "20230410_SEA@CHC", "gameStatus": "Completed"}, "20230410_CHW@MIN": {"away": "CHW", "home": "MIN", "teamIDAway": "6", "teamIDHome": "17", "gameTime": "1:12p", "gameTime_epoch": "1681146720.0", "lineScore": {"away": {"H": "8", "R": "4", "team": "CHW", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "4", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "3"}, "home": {"H": "4", "R": "3", "team": "MIN", "scoresByInning": {"1": "0", "2": "0", "3": "1", "4": "1", "5": "1", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "W", "homeResult": "L", "topPerformers": {"CHW": {"Hitting": {"2B": {"playerID": ["518735", "683734"], "total": "1"}, "AB": {"playerID": ["518735", "673357", "462101", "683734", "643217", "593643"], "total": "4"}, "BB": {"playerID": ["693049", "669394"], "total": "1"}, "H": {"playerID": ["518735"], "total": "2"}, "HR": {"playerID": ["593643"], "total": "1"}, "R": {"playerID": ["518735", "643217", "593643", "657757"], "total": "1"}, "RBI": {"playerID": ["593643"], "total": "3"}, "SO": {"playerID": ["663853"], "total": "2"}, "TB": {"playerID": ["593643"], "total": "4"}}, "Fielding": {"E": {"playerID": ["462101", "593643", "657757"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["656302"], "total": "25"}, "BB": {"playerID": ["656302"], "total": "2"}, "ER": {"playerID": ["656302"], "total": "1"}, "Flyouts": {"playerID": ["656302"], "total": "2"}, "Groundouts": {"playerID": ["656302"], "total": "9"}, "H": {"playerID": ["656302"], "total": "3"}, "Pitches": {"playerID": ["656302"], "total": "98"}, "R": {"playerID": ["656302"], "total": "3"}, "SO": {"playerID": ["656302"], "total": "6"}, "Strikes": {"playerID": ["656302"], "total": "62"}}, "BaseRunning": {}}, "MIN": {"Hitting": {"AB": {"playerID": ["669304", "663616"], "total": "5"}, "BB": {"playerID": ["543877", "670242"], "total": "1"}, "H": {"playerID": ["543877", "669304", "456781", "663616"], "total": "1"}, "HBP": {"playerID": ["670242", "650489", "456781"], "total": "1"}, "R": {"playerID": ["670242", "572191", "624503"], "total": "1"}, "RBI": {"playerID": ["663616"], "total": "1"}, "SO": {"playerID": ["571657", "663616"], "total": "3"}, "TB": {"playerID": ["543877", "669304", "456781", "663616"], "total": "1"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["628317"], "total": "26"}, "BB": {"playerID": ["663558"], "total": "2"}, "ER": {"playerID": ["628317"], "total": "4"}, "Flyouts": {"playerID": ["628317"], "total": "7"}, "Groundouts": {"playerID": ["628317"], "total": "5"}, "H": {"playerID": ["628317"], "total": "8"}, "HR": {"playerID": ["628317"], "total": "1"}, "Pitches": {"playerID": ["628317"], "total": "83"}, "R": {"playerID": ["628317"], "total": "4"}, "SO": {"playerID": ["628317"], "total": "3"}, "Strikes": {"playerID": ["628317"], "total": "55"}}, "BaseRunning": {}}}, "gameID": "20230410_CHW@MIN", "gameStatus": "Completed"}, "20230410_OAK@BAL": {"away": "OAK", "home": "BAL", "teamIDAway": "20", "teamIDHome": "3", "gameTime": "6:36p", "gameTime_epoch": "1681166160.0", "lineScore": {"away": {"H": "8", "R": "1", "team": "OAK", "scoresByInning": {"1": "1", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "1"}, "home": {"H": "6", "R": "5", "team": "BAL", "scoresByInning": {"1": "2", "2": "0", "3": "1", "4": "0", "5": "0", "6": "1", "7": "0", "8": "1", "9": "x"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"OAK": {"Hitting": {"2B": {"playerID": ["668843", "607054"], "total": "1"}, "3B": {"playerID": ["657656"], "total": "1"}, "AB": {"playerID": ["675656", "668843", "607054", "657656", "643393", "669127"], "total": "4"}, "BB": {"playerID": ["676116"], "total": "2"}, "GIDP": {"playerID": ["649557", "643393"], "total": "1"}, "H": {"playerID": ["607054"], "total": "2"}, "R": {"playerID": ["649557"], "total": "1"}, "RBI": {"playerID": ["657656"], "total": "1"}, "SO": {"playerID": ["675656", "668843"], "total": "3"}, "TB": {"playerID": ["607054", "657656"], "total": "3"}}, "Fielding": {"E": {"playerID": ["669127"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["676664"], "total": "20"}, "BB": {"playerID": ["544727", "594580", "676664"], "total": "1"}, "ER": {"playerID": ["676664"], "total": "3"}, "Flyouts": {"playerID": ["676664"], "total": "5"}, "Groundouts": {"playerID": ["676664"], "total": "3"}, "H": {"playerID": ["676664"], "total": "3"}, "HR": {"playerID": ["676664"], "total": "2"}, "Pitches": {"playerID": ["676664"], "total": "90"}, "R": {"playerID": ["676664"], "total": "3"}, "SO": {"playerID": ["676664"], "total": "4"}, "Strikes": {"playerID": ["676664"], "total": "55"}}, "BaseRunning": {"PO": {"playerID": ["676116"], "total": "1"}}}, "BAL": {"Hitting": {"2B": {"playerID": ["669720"], "total": "1"}, "AB": {"playerID": ["623993", "663624", "668939", "669720"], "total": "4"}, "BB": {"playerID": ["602104", "656775", "624428"], "total": "1"}, "H": {"playerID": ["669720"], "total": "2"}, "HBP": {"playerID": ["602104"], "total": "1"}, "HR": {"playerID": ["663624", "668939", "669720"], "total": "1"}, "R": {"playerID": ["669720"], "total": "2"}, "RBI": {"playerID": ["663624"], "total": "2"}, "SO": {"playerID": ["668939", "663630"], "total": "2"}, "TB": {"playerID": ["669720"], "total": "6"}}, "Fielding": {"Pickoffs": {"playerID": ["502043"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["502043"], "total": "24"}, "BB": {"playerID": ["502043"], "total": "3"}, "ER": {"playerID": ["502043"], "total": "1"}, "Flyouts": {"playerID": ["502043"], "total": "3"}, "Groundouts": {"playerID": ["502043"], "total": "5"}, "H": {"playerID": ["502043"], "total": "5"}, "Pitches": {"playerID": ["502043"], "total": "92"}, "R": {"playerID": ["502043"], "total": "1"}, "SO": {"playerID": ["502043"], "total": "4"}, "Strikes": {"playerID": ["502043"], "total": "57"}}, "BaseRunning": {"SB": {"playerID": ["656775"], "total": "1"}}}}, "gameID": "20230410_OAK@BAL", "gameStatus": "Completed"}, "20230410_HOU@PIT": {"away": "HOU", "home": "PIT", "teamIDAway": "11", "teamIDHome": "22", "gameTime": "6:40p", "gameTime_epoch": "1681166400.0", "lineScore": {"away": {"H": "13", "R": "8", "team": "HOU", "scoresByInning": {"1": "1", "2": "3", "3": "1", "4": "2", "5": "0", "6": "0", "7": "1", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "3", "R": "2", "team": "PIT", "scoresByInning": {"1": "0", "2": "1", "3": "0", "4": "1", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "1"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "W", "homeResult": "L", "topPerformers": {"HOU": {"Hitting": {"2B": {"playerID": ["670541", "676801", "665161"], "total": "1"}, "AB": {"playerID": ["667452", "643289", "665161"], "total": "5"}, "BB": {"playerID": ["608324"], "total": "3"}, "H": {"playerID": ["670541", "643289"], "total": "3"}, "HBP": {"playerID": ["670541"], "total": "1"}, "IBB": {"playerID": ["547989"], "total": "1"}, "R": {"playerID": ["608324"], "total": "2"}, "RBI": {"playerID": ["663656"], "total": "3"}, "SAC": {"playerID": ["676801"], "total": "1"}, "SO": {"playerID": ["676801", "455117"], "total": "2"}, "TB": {"playerID": ["670541"], "total": "4"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["664285"], "total": "27"}, "BB": {"playerID": ["664285"], "total": "5"}, "ER": {"playerID": ["664285"], "total": "2"}, "Flyouts": {"playerID": ["664285", "661527"], "total": "1"}, "Groundouts": {"playerID": ["664285"], "total": "11"}, "H": {"playerID": ["664285"], "total": "3"}, "HR": {"playerID": ["664285"], "total": "1"}, "Pitches": {"playerID": ["664285"], "total": "107"}, "R": {"playerID": ["664285"], "total": "2"}, "SO": {"playerID": ["664285"], "total": "5"}, "Strikes": {"playerID": ["664285"], "total": "64"}}, "BaseRunning": {}}, "PIT": {"Hitting": {"2B": {"playerID": ["467793"], "total": "1"}, "AB": {"playerID": ["596847", "663647", "467793", "668804"], "total": "4"}, "BB": {"playerID": ["656582"], "total": "2"}, "GIDP": {"playerID": ["596847", "641511"], "total": "1"}, "H": {"playerID": ["596847", "467793", "666801"], "total": "1"}, "HBP": {"playerID": ["666801"], "total": "1"}, "HR": {"playerID": ["596847"], "total": "1"}, "R": {"playerID": ["596847", "467793"], "total": "1"}, "RBI": {"playerID": ["596847", "666801"], "total": "1"}, "SO": {"playerID": ["596847"], "total": "2"}, "TB": {"playerID": ["596847"], "total": "4"}}, "Fielding": {"E": {"playerID": ["666801"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["672710"], "total": "23"}, "BB": {"playerID": ["672710"], "total": "4"}, "ER": {"playerID": ["672710"], "total": "7"}, "Flyouts": {"playerID": ["672710"], "total": "2"}, "Groundouts": {"playerID": ["640444"], "total": "4"}, "H": {"playerID": ["672710"], "total": "9"}, "Pitches": {"playerID": ["672710"], "total": "83"}, "R": {"playerID": ["672710"], "total": "7"}, "SO": {"playerID": ["640444", "672710"], "total": "3"}, "Strikes": {"playerID": ["672710"], "total": "44"}}, "BaseRunning": {}}}, "gameID": "20230410_HOU@PIT", "gameStatus": "Completed"}, "20230410_CIN@ATL": {"away": "CIN", "home": "ATL", "teamIDAway": "7", "teamIDHome": "2", "gameTime": "7:20p", "gameTime_epoch": "1681168800.0", "lineScore": {"away": {"H": "12", "R": "4", "team": "CIN", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "1", "9": "2", "10": "1"}, "E": "0"}, "home": {"H": "10", "R": "5", "team": "ATL", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "1", "7": "1", "8": "1", "9": "0", "10": "2"}, "E": "0"}}, "currentInning": "Final/10", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"CIN": {"Hitting": {"2B": {"playerID": ["668715", "663697"], "total": "1"}, "3B": {"playerID": ["656413"], "total": "1"}, "AB": {"playerID": ["641584", "663886", "663697"], "total": "5"}, "BB": {"playerID": ["670770"], "total": "1"}, "GIDP": {"playerID": ["641584", "621028", "663697"], "total": "1"}, "H": {"playerID": ["663697"], "total": "3"}, "R": {"playerID": ["571976", "676480", "656413", "663697"], "total": "1"}, "RBI": {"playerID": ["641584", "668715", "656413", "663697"], "total": "1"}, "SAC": {"playerID": ["670770"], "total": "1"}, "SO": {"playerID": ["663886"], "total": "2"}, "TB": {"playerID": ["663697"], "total": "4"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["668933"], "total": "25"}, "BB": {"playerID": ["668933"], "total": "3"}, "ER": {"playerID": ["668933"], "total": "2"}, "Flyouts": {"playerID": ["668933"], "total": "2"}, "Groundouts": {"playerID": ["668933"], "total": "5"}, "H": {"playerID": ["668933"], "total": "6"}, "HR": {"playerID": ["571882"], "total": "1"}, "Pitches": {"playerID": ["668933"], "total": "97"}, "R": {"playerID": ["571882", "668933"], "total": "2"}, "SO": {"playerID": ["668933"], "total": "7"}, "Strikes": {"playerID": ["668933"], "total": "63"}}, "BaseRunning": {}}, "ATL": {"Hitting": {"2B": {"playerID": ["669221"], "total": "2"}, "AB": {"playerID": ["663586", "669221", "660670"], "total": "5"}, "BB": {"playerID": ["621566"], "total": "3"}, "GIDP": {"playerID": ["663586", "621566"], "total": "1"}, "H": {"playerID": ["669221", "660670"], "total": "3"}, "HR": {"playerID": ["669221"], "total": "1"}, "R": {"playerID": ["663586"], "total": "2"}, "RBI": {"playerID": ["669221"], "total": "3"}, "SO": {"playerID": ["663586", "645277", "669221", "642201"], "total": "2"}, "TB": {"playerID": ["669221"], "total": "8"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["693821"], "total": "24"}, "BB": {"playerID": ["693821"], "total": "1"}, "ER": {"playerID": ["621345"], "total": "2"}, "Flyouts": {"playerID": ["693821"], "total": "2"}, "Groundouts": {"playerID": ["693821"], "total": "6"}, "H": {"playerID": ["693821"], "total": "6"}, "Pitches": {"playerID": ["693821"], "total": "103"}, "R": {"playerID": ["621345"], "total": "2"}, "SO": {"playerID": ["693821"], "total": "7"}, "Strikes": {"playerID": ["693821"], "total": "70"}}, "BaseRunning": {}}}, "gameID": "20230410_CIN@ATL", "gameStatus": "Completed"}, "20230410_BOS@TB": {"away": "BOS", "home": "TB", "teamIDAway": "4", "teamIDHome": "27", "gameTime": "6:40p", "gameTime_epoch": "1681166400.0", "lineScore": {"away": {"H": "3", "R": "0", "team": "BOS", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "5", "R": "1", "team": "TB", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0", "8": "1", "9": "x"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"BOS": {"Hitting": {"AB": {"playerID": ["457759", "646240", "807799"], "total": "4"}, "BB": {"playerID": ["657077", "571771"], "total": "1"}, "H": {"playerID": ["666915", "624414", "807799"], "total": "1"}, "SO": {"playerID": ["646240"], "total": "3"}, "TB": {"playerID": ["666915", "624414", "807799"], "total": "1"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["601713"], "total": "20"}, "BB": {"playerID": ["601713"], "total": "2"}, "ER": {"playerID": ["455119"], "total": "1"}, "Flyouts": {"playerID": ["601713"], "total": "4"}, "Groundouts": {"playerID": ["670174"], "total": "4"}, "H": {"playerID": ["601713"], "total": "3"}, "HR": {"playerID": ["455119"], "total": "1"}, "Pitches": {"playerID": ["601713"], "total": "83"}, "R": {"playerID": ["455119"], "total": "1"}, "SO": {"playerID": ["601713"], "total": "6"}, "Strikes": {"playerID": ["601713"], "total": "53"}}, "BaseRunning": {}}, "TB": {"Hitting": {"2B": {"playerID": ["670042"], "total": "1"}, "AB": {"playerID": ["668227", "677551"], "total": "4"}, "BB": {"playerID": ["664040", "650490"], "total": "1"}, "H": {"playerID": ["668227", "670623", "664040", "670042", "650490"], "total": "1"}, "HR": {"playerID": ["664040"], "total": "1"}, "R": {"playerID": ["664040"], "total": "1"}, "RBI": {"playerID": ["664040"], "total": "1"}, "SO": {"playerID": ["670042"], "total": "2"}, "TB": {"playerID": ["664040"], "total": "4"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["676596"], "total": "13"}, "BB": {"playerID": ["621363"], "total": "2"}, "Flyouts": {"playerID": ["656222"], "total": "3"}, "Groundouts": {"playerID": ["676596"], "total": "4"}, "H": {"playerID": ["656222", "676596", "621363"], "total": "1"}, "Pitches": {"playerID": ["676596"], "total": "47"}, "SO": {"playerID": ["676596"], "total": "5"}, "Strikes": {"playerID": ["676596"], "total": "31"}}, "BaseRunning": {"SB": {"playerID": ["668227"], "total": "1"}}}}, "gameID": "20230410_BOS@TB", "gameStatus": "Completed"}, "20230410_MIA@PHI": {"away": "MIA", "home": "PHI", "teamIDAway": "15", "teamIDHome": "21", "gameTime": "6:42p", "gameTime_epoch": "1681166520.0", "lineScore": {"away": {"H": "9", "R": "3", "team": "MIA", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "3", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "20", "R": "15", "team": "PHI", "scoresByInning": {"1": "0", "2": "0", "3": "5", "4": "0", "5": "4", "6": "4", "7": "1", "8": "1", "9": "x"}, "E": "0"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"MIA": {"Hitting": {"AB": {"playerID": ["665862"], "total": "5"}, "BB": {"playerID": ["516416", "650333", "643265", "607732"], "total": "1"}, "GIDP": {"playerID": ["624585"], "total": "1"}, "H": {"playerID": ["643265"], "total": "3"}, "HBP": {"playerID": ["624585"], "total": "1"}, "HR": {"playerID": ["493329"], "total": "1"}, "R": {"playerID": ["516416", "493329", "542932"], "total": "1"}, "RBI": {"playerID": ["643265", "493329"], "total": "1"}, "SO": {"playerID": ["516416", "643265", "650559", "607732", "641658", "542932", "665862"], "total": "1"}, "TB": {"playerID": ["493329"], "total": "5"}}, "Fielding": {"Passed Ball": {"playerID": ["607732"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["645261", "656970"], "total": "23"}, "BB": {"playerID": ["645261", "656970"], "total": "1"}, "ER": {"playerID": ["645261"], "total": "9"}, "Flyouts": {"playerID": ["645261", "656970"], "total": "3"}, "Groundouts": {"playerID": ["656970"], "total": "5"}, "H": {"playerID": ["645261", "656970"], "total": "10"}, "HR": {"playerID": ["656970"], "total": "2"}, "Pitches": {"playerID": ["645261"], "total": "77"}, "R": {"playerID": ["645261"], "total": "9"}, "SO": {"playerID": ["645261"], "total": "4"}, "Strikes": {"playerID": ["645261"], "total": "50"}}, "BaseRunning": {}}, "PHI": {"Hitting": {"2B": {"playerID": ["669016"], "total": "2"}, "AB": {"playerID": ["681082"], "total": "6"}, "BB": {"playerID": ["656941", "596117"], "total": "1"}, "H": {"playerID": ["592206", "669016", "664761", "607208"], "total": "3"}, "HR": {"playerID": ["669016", "664761", "595909"], "total": "1"}, "R": {"playerID": ["592206", "656941", "607208"], "total": "3"}, "RBI": {"playerID": ["664761"], "total": "6"}, "SO": {"playerID": ["592206", "664761", "681082", "656941", "596117", "665019"], "total": "1"}, "TB": {"playerID": ["669016"], "total": "8"}}, "Fielding": {}, "Pitching": {"Batters Faced": {"playerID": ["621381"], "total": "20"}, "BB": {"playerID": ["686842"], "total": "3"}, "ER": {"playerID": ["686842"], "total": "3"}, "Flyouts": {"playerID": ["621381"], "total": "4"}, "Groundouts": {"playerID": ["607755"], "total": "4"}, "H": {"playerID": ["607755", "621381"], "total": "4"}, "HR": {"playerID": ["686842"], "total": "1"}, "Pitches": {"playerID": ["621381"], "total": "59"}, "R": {"playerID": ["686842"], "total": "3"}, "SO": {"playerID": ["621381"], "total": "6"}, "Strikes": {"playerID": ["621381"], "total": "42"}}, "BaseRunning": {"SB": {"playerID": ["681082", "607208"], "total": "1"}}}}, "gameID": "20230410_MIA@PHI", "gameStatus": "Completed"}, "20230410_KC@TEX": {"away": "KC", "home": "TEX", "teamIDAway": "12", "teamIDHome": "28", "gameTime": "7:07p", "gameTime_epoch": "1681168020.0", "lineScore": {"away": {"H": "4", "R": "2", "team": "KC", "scoresByInning": {"1": "1", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "1", "8": "0", "9": "0"}, "E": "1"}, "home": {"H": "11", "R": "11", "team": "TEX", "scoresByInning": {"1": "1", "2": "0", "3": "2", "4": "1", "5": "0", "6": "7", "7": "0", "8": "0", "9": "x"}, "E": "1"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "L", "homeResult": "W", "topPerformers": {"KC": {"Hitting": {"AB": {"playerID": ["521692", "658668", "641531", "670032"], "total": "4"}, "BB": {"playerID": ["686469", "677951"], "total": "1"}, "H": {"playerID": ["658668", "641531", "681987", "677951"], "total": "1"}, "HR": {"playerID": ["641531"], "total": "1"}, "R": {"playerID": ["641531", "677951"], "total": "1"}, "RBI": {"playerID": ["641531"], "total": "1"}, "SO": {"playerID": ["658668", "686469", "670032", "681987"], "total": "2"}, "TB": {"playerID": ["641531"], "total": "4"}}, "Fielding": {"E": {"playerID": ["677951"], "total": "1"}, "Outfield assists": {"playerID": ["598265", "681987"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["425844"], "total": "22"}, "BB": {"playerID": ["669395"], "total": "4"}, "ER": {"playerID": ["669395"], "total": "6"}, "Flyouts": {"playerID": ["425844"], "total": "3"}, "Groundouts": {"playerID": ["425844"], "total": "8"}, "H": {"playerID": ["425844"], "total": "6"}, "HR": {"playerID": ["425844"], "total": "2"}, "Pitches": {"playerID": ["425844"], "total": "89"}, "R": {"playerID": ["669395"], "total": "6"}, "SO": {"playerID": ["425844"], "total": "3"}, "Strikes": {"playerID": ["425844"], "total": "59"}}, "BaseRunning": {"SB": {"playerID": ["677951"], "total": "1"}}}, "TEX": {"Hitting": {"2B": {"playerID": ["669352", "663993", "608671"], "total": "1"}, "AB": {"playerID": ["666969"], "total": "5"}, "BB": {"playerID": ["641680", "543257", "608369", "663993", "608671"], "total": "1"}, "H": {"playerID": ["608369"], "total": "3"}, "HR": {"playerID": ["641680", "608369", "666969"], "total": "1"}, "R": {"playerID": ["641680", "608369", "608671"], "total": "2"}, "RBI": {"playerID": ["666969"], "total": "4"}, "SO": {"playerID": ["543257", "666969"], "total": "2"}, "TB": {"playerID": ["608369"], "total": "6"}}, "Fielding": {"E": {"playerID": ["666969"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["571760"], "total": "20"}, "BB": {"playerID": ["571760"], "total": "2"}, "ER": {"playerID": ["656271"], "total": "1"}, "Flyouts": {"playerID": ["641540"], "total": "3"}, "Groundouts": {"playerID": ["656271"], "total": "2"}, "H": {"playerID": ["571760"], "total": "2"}, "HR": {"playerID": ["656271"], "total": "1"}, "Pitches": {"playerID": ["571760"], "total": "93"}, "R": {"playerID": ["571760", "656271"], "total": "1"}, "SO": {"playerID": ["571760"], "total": "10"}, "Strikes": {"playerID": ["571760"], "total": "56"}}, "BaseRunning": {"SB": {"playerID": ["608671"], "total": "1"}}}}, "gameID": "20230410_KC@TEX", "gameStatus": "Completed"}, "20230410_LAD@SF": {"away": "LAD", "home": "SF", "teamIDAway": "14", "teamIDHome": "24", "gameTime": "6:45p", "gameTime_epoch": "1681166700.0", "lineScore": {"away": {"H": "9", "R": "9", "team": "LAD", "scoresByInning": {"1": "1", "2": "0", "3": "3", "4": "0", "5": "0", "6": "0", "7": "5", "8": "0", "9": "0"}, "E": "0"}, "home": {"H": "7", "R": "1", "team": "SF", "scoresByInning": {"1": "0", "2": "0", "3": "0", "4": "1", "5": "0", "6": "0", "7": "0", "8": "0", "9": "0"}, "E": "2"}}, "currentInning": "Final", "currentCount": "", "currentOuts": "", "awayResult": "W", "homeResult": "L", "topPerformers": {"LAD": {"Hitting": {"3B": {"playerID": ["681546"], "total": "1"}, "AB": {"playerID": ["518692", "605141"], "total": "5"}, "BB": {"playerID": ["571970", "681546"], "total": "1"}, "GIDP": {"playerID": ["518792"], "total": "1"}, "H": {"playerID": ["571970", "605141"], "total": "3"}, "HR": {"playerID": ["571970"], "total": "2"}, "R": {"playerID": ["605141"], "total": "3"}, "RBI": {"playerID": ["571970"], "total": "7"}, "SO": {"playerID": ["502110"], "total": "3"}, "TB": {"playerID": ["571970"], "total": "9"}}, "Fielding": {"Pickoffs": {"playerID": ["628711"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["628711"], "total": "23"}, "BB": {"playerID": ["628711"], "total": "2"}, "ER": {"playerID": ["628711"], "total": "1"}, "Flyouts": {"playerID": ["628711"], "total": "6"}, "Groundouts": {"playerID": ["628711"], "total": "3"}, "H": {"playerID": ["628711"], "total": "4"}, "HR": {"playerID": ["628711"], "total": "1"}, "Pitches": {"playerID": ["628711"], "total": "96"}, "R": {"playerID": ["628711"], "total": "1"}, "SO": {"playerID": ["628711"], "total": "8"}, "Strikes": {"playerID": ["628711"], "total": "62"}}, "BaseRunning": {"SB": {"playerID": ["681546"], "total": "1"}}}, "SF": {"Hitting": {"AB": {"playerID": ["671218", "527038", "669369", "573262", "663698", "605204", "642731"], "total": "4"}, "BB": {"playerID": ["543063", "681584"], "total": "1"}, "H": {"playerID": ["605204"], "total": "2"}, "HBP": {"playerID": ["681584"], "total": "1"}, "HR": {"playerID": ["527038"], "total": "1"}, "R": {"playerID": ["527038"], "total": "1"}, "RBI": {"playerID": ["527038"], "total": "1"}, "SO": {"playerID": ["669369"], "total": "3"}, "TB": {"playerID": ["527038"], "total": "4"}}, "Fielding": {"E": {"playerID": ["657277", "543063"], "total": "1"}}, "Pitching": {"Batters Faced": {"playerID": ["657277"], "total": "24"}, "BB": {"playerID": ["573124", "657277"], "total": "1"}, "ER": {"playerID": ["663546"], "total": "4"}, "Flyouts": {"playerID": ["657277"], "total": "2"}, "Groundouts": {"playerID": ["657277"], "total": "9"}, "H": {"playerID": ["657277"], "total": "5"}, "HR": {"playerID": ["657277"], "total": "2"}, "Pitches": {"playerID": ["657277"], "total": "94"}, "R": {"playerID": ["657277", "663546"], "total": "4"}, "SO": {"playerID": ["657277"], "total": "6"}, "Strikes": {"playerID": ["657277"], "total": "56"}}, "BaseRunning": {"CS": {"playerID": ["573262"], "total": "1"}, "PO": {"playerID": ["573262"], "total": "1"}, "SB": {"playerID": ["681584"], "total": "1"}}}}, "gameID": "20230410_LAD@SF", "gameStatus": "Completed"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"20230410_NYY@CLE": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"NYY": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "3B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "3B", "AB", "BB", "GIDP", "H", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "CLE": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SF": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "R", "RBI", "SF", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["CLE", "NYY"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_STL@COL": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"STL": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "3B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "3B", "AB", "BB", "GIDP", "H", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "COL": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SF": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "R", "RBI", "SF", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"CS": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["CS"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["COL", "STL"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_WAS@LAA": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"WAS": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SAC": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "R", "RBI", "SAC", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "LAA": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "HBP", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["LAA", "WAS"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_SD@NYM": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"SD": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "GIDP", "H", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "NYM": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SF": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HBP", "R", "RBI", "SF", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "Flyouts", "Groundouts", "H", "Pitches", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["NYM", "SD"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_MIL@ARI": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"MIL": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "GIDP", "H", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"CS": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["CS"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "ARI": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "Flyouts", "Groundouts", "H", "Pitches", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["ARI", "MIL"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_SEA@CHC": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}}, "required": ["1", "10", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}}, "required": ["1", "10", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"SEA": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SF": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HBP", "HR", "R", "RBI", "SF", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"CS": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["CS"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "CHC": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["CHC", "SEA"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_CHW@MIN": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"CHW": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "MIN": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "H", "HBP", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["CHW", "MIN"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_OAK@BAL": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"OAK": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "3B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "3B", "AB", "BB", "GIDP", "H", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"PO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["PO"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "BAL": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HBP", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"Pickoffs": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["Pickoffs"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["BAL", "OAK"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_HOU@PIT": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"HOU": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "IBB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SAC": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HBP", "IBB", "R", "RBI", "SAC", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "PIT": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "HBP", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["HOU", "PIT"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_CIN@ATL": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}}, "required": ["1", "10", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}}, "required": ["1", "10", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"CIN": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "3B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SAC": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "3B", "AB", "BB", "GIDP", "H", "R", "RBI", "SAC", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "ATL": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "GIDP", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["ATL", "CIN"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_BOS@TB": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"BOS": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "H", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "TB": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "Flyouts", "Groundouts", "H", "Pitches", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["BOS", "TB"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_MIA@PHI": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"MIA": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "GIDP", "H", "HBP", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"Passed Ball": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["Passed Ball"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object"}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "PHI": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object"}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["MIA", "PHI"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_KC@TEX": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"KC": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Outfield assists": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E", "Outfield assists"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "TEX": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"2B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["2B", "AB", "BB", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["KC", "TEX"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}, "20230410_LAD@SF": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type": "string"}, "gameTime": {"type": "string"}, "gameTime_epoch": {"type": "string"}, "lineScore": {"type": "object", "properties": {"away": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}, "home": {"type": "object", "properties": {"H": {"type": "string"}, "R": {"type": "string"}, "team": {"type": "string"}, "scoresByInning": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9"]}, "E": {"type": "string"}}, "required": ["E", "H", "R", "scoresByInning", "team"]}}, "required": ["away", "home"]}, "currentInning": {"type": "string"}, "currentCount": {"type": "string"}, "currentOuts": {"type": "string"}, "awayResult": {"type": "string"}, "homeResult": {"type": "string"}, "topPerformers": {"type": "object", "properties": {"LAD": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"3B": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "GIDP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["3B", "AB", "BB", "GIDP", "H", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"Pickoffs": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["Pickoffs"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}, "SF": {"type": "object", "properties": {"Hitting": {"type": "object", "properties": {"AB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HBP": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "RBI": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "TB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["AB", "BB", "H", "HBP", "HR", "R", "RBI", "SO", "TB"]}, "Fielding": {"type": "object", "properties": {"E": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["E"]}, "Pitching": {"type": "object", "properties": {"Batters Faced": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "BB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "ER": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Flyouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Groundouts": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "H": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "HR": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Pitches": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "R": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "Strikes": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["BB", "Batters Faced", "ER", "Flyouts", "Groundouts", "H", "HR", "Pitches", "R", "SO", "Strikes"]}, "BaseRunning": {"type": "object", "properties": {"CS": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "PO": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}, "SB": {"type": "object", "properties": {"playerID": {"type": "array", "items": {"type": "string"}}, "total": {"type": "string"}}, "required": ["playerID", "total"]}}, "required": ["CS", "PO", "SB"]}}, "required": ["BaseRunning", "Fielding", "Hitting", "Pitching"]}}, "required": ["LAD", "SF"]}, "gameID": {"type": "string"}, "gameStatus": {"type": "string"}}, "required": ["away", "awayResult", "currentCount", "currentInning", "currentOuts", "gameID", "gameStatus", "gameTime", "gameTime_epoch", "home", "homeResult", "lineScore", "teamIDAway", "teamIDHome", "topPerformers"]}}, "required": ["20230410_BOS@TB", "20230410_CHW@MIN", "20230410_CIN@ATL", "20230410_HOU@PIT", "20230410_KC@TEX", "20230410_LAD@SF", "20230410_MIA@PHI", "20230410_MIL@ARI", "20230410_NYY@CLE", "20230410_OAK@BAL", "20230410_SD@NYM", "20230410_SEA@CHC", "20230410_STL@COL", "20230410_WAS@LAA"]}}, "required": ["body", "statusCode"]} |
e4dfebb8-7ab6-4af9-9fa2-fa532cb4eca1/beee5817-0378-4ec6-9fc7-a3ed9bd6310a/0/0 | Sport News Live | An API showing all the latest sport news around the world with various links to each respective articles in the api | 0.2 | Get Individual Sport News Source | This endpoint returns Sport News From Specific source | 200 | New Example | [{"title": "Leicester v Man Utd, Man City v Burnley \u2013 clockwatch!", "url": "https://www.theguardian.com/football/live/2021/oct/16/leicester-v-manchester-united-manchester-city-v-burnley-and-more-premier-league-football-live", "source": "theguardian"}, {"title": "Firmino\u2019s hat-trick and Salah\u2019s scorcher lead rout of Ranieri", "url": "https://www.theguardian.com/football/2021/oct/16/watford-liverpool-premier-league-match-report", "source": "theguardian"}, {"title": "Champions Day 2021 \u2013 latest racing news from the Ascot finale!", "url": "https://www.theguardian.com/sport/live/2021/oct/16/champions-day-2021-racing-updates-from-ascot-live", "source": "theguardian"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
e4dfebb8-7ab6-4af9-9fa2-fa532cb4eca1/26f5d1ba-8b5b-44e1-b46b-dc9be1e2cdea/0/0 | Sport News Live | An API showing all the latest sport news around the world with various links to each respective articles in the api | 0.2 | Get All Sport News | This endpoint will return all Sports news from all over the world | 200 | New Example | [{"title": "Leicester v Man Utd, Man City v Burnley \u2013 clockwatch!", "url": "https://www.theguardian.com/football/live/2021/oct/16/leicester-v-manchester-united-manchester-city-v-burnley-and-more-premier-league-football-live", "source": "theguardian"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
45563a38-2b99-43e0-8562-ac58c8efdf21/9d68d356-ee2c-407f-8db6-605a2fb4905b/0/0 | Multi-Market Calculator | The perfect betting calculator | 8.4 | Calculator | Multi-market calculator | 200 | New Example | {"wager_limit": 1000, "wager_precision": 10, "profit": [147.78, 432.78], "bookmakers": [{"commission": 0.05, "ignore_wager_precision": true, "id": 1}, {"id": 2}], "bets": [{"bet_type": "Goals_OverUnder", "value": "over 2.5", "odds": 3.5, "bookmaker": 1, "volume": 1027.39, "wager": 422.22}, {"bet_type": "Goals_OverUnder", "value": "under 2.5", "odds": 2.5, "bookmaker": 2}, {"bet_type": "Goals_OverUnder", "value": "under 2.75", "odds": 2.5, "bookmaker": 2, "wager": 570}]} | {"type": "object", "properties": {"wager_limit": {"type": "integer"}, "wager_precision": {"type": "integer"}, "profit": {"type": "array", "items": {"type": "number"}}, "bookmakers": {"type": "array", "items": {"type": "object"}}, "bets": {"type": "array", "items": {"type": "object"}}}} |
ed1719a2-8f0d-43fc-822a-56e9e889f9db/f8a404ba-adde-4e76-9caf-edca6638a59d/0/0 | Betbro Sportbook | Betbro Soccer SportBook
Complete Football sportbook with InPlay and PreGame 114 markets, updated in realtime. | 0.1 | /fixture/{fixture_id} | Get full fixture SportBook
what the fuck is going on ! | 200 | null | {"id": 0, "external_id": 0, "sport": {}, "region": {}, "competition": {}, "start_datetime": "2022-11-17T00:00:00.000Z", "participants": [], "status": 0, "statistics": {"clock": {"status": "stopped", "direction": "up", "seconds": 0}, "scoreboard": {"score": [], "score_period_1": [], "score_period_2": [], "corner": [], "card_yellow": [], "card_red": [], "attack": [], "attack_dangerous": [], "ball_safe": [], "throw_in": [], "offside": [], "substitution": [], "shot_on_target": [], "goal_kick": [], "kick_off": [], "free_kick": [], "penalty": [], "penalty_missed": [], "shot_off_target": [], "foul": [], "passes": [], "injury_break": [], "goalkeeper_save": []}}, "markets": [{"id": "", "slug": "", "name": "", "sort": 0, "cols": 0, "group": "", "odds": [{"price": 0, "name": "", "col": 0, "sort": 0}]}]} | {"description": "Full fixture sportbook with markets and statistics", "type": "object", "properties": {"id": {"type": "integer"}, "external_id": {"type": "integer"}, "sport": {"type": "object"}, "region": {"type": "object"}, "competition": {"type": "object"}, "start_datetime": {"type": "string", "format": "date-time"}, "participants": {"type": "array", "items": {"type": "string"}}, "status": {"type": "integer"}, "statistics": {"type": "object", "properties": {"clock": {"type": "object", "properties": {"status": {"type": "string", "enum": ["stopped", "running"]}, "direction": {"type": "string", "enum": ["up", "down"]}, "seconds": {"type": "integer"}}}, "scoreboard": {"description": "Soccer specific scoreboard", "type": "object", "properties": {"score": {"type": "array", "items": {"type": "number"}}, "score_period_1": {"type": "array", "items": {"type": "number"}}, "score_period_2": {"type": "array", "items": {"type": "number"}}, "corner": {"type": "array", "items": {"type": "number"}}, "card_yellow": {"type": "array", "items": {"type": "number"}}, "card_red": {"type": "array", "items": {"type": "number"}}, "attack": {"type": "array", "items": {"type": "number"}}, "attack_dangerous": {"type": "array", "items": {"type": "number"}}, "ball_safe": {"type": "array", "items": {"type": "number"}}, "throw_in": {"type": "array", "items": {"type": "number"}}, "offside": {"type": "array", "items": {"type": "number"}}, "substitution": {"type": "array", "items": {"type": "number"}}, "shot_on_target": {"type": "array", "items": {"type": "number"}}, "goal_kick": {"type": "array", "items": {"type": "number"}}, "kick_off": {"type": "array", "items": {"type": "number"}}, "free_kick": {"type": "array", "items": {"type": "number"}}, "penalty": {"type": "array", "items": {"type": "number"}}, "penalty_missed": {"type": "array", "items": {"type": "number"}}, "shot_off_target": {"type": "array", "items": {"type": "number"}}, "foul": {"type": "array", "items": {"type": "number"}}, "passes": {"type": "array", "items": {"type": "number"}}, "injury_break": {"type": "array", "items": {"type": "number"}}, "goalkeeper_save": {"type": "array", "items": {"type": "number"}}}}}}, "markets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "slug": {"type": "string"}, "name": {"type": "string"}, "sort": {"type": "integer"}, "cols": {"type": "integer"}, "group": {"type": "string"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "number"}, "name": {"type": "string"}, "col": {"type": "integer"}, "sort": {"type": "integer"}}}}}}}}} |
6f209092-7304-4242-9b35-442799939621/9a5d7fa3-1ebf-4e09-b564-841969fe0c88/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Detailed News | Get news with proper body with specific news id. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
6f209092-7304-4242-9b35-442799939621/9a5d7fa3-1ebf-4e09-b564-841969fe0c88/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Detailed News | Get news with proper body with specific news id. | 200 | Example_1 | {"id": 0, "title": "", "details": "", "main_image": "", "main_thumb": "", "images": "", "thumbnails": "", "category": "", "tags": "", "created_at": ""} | {"title": "NewsDetails", "required": ["id", "title", "details"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "details": {"title": "Details", "type": "string"}, "main_image": {"title": "Main Image", "type": "string"}, "main_thumb": {"title": "Main Thumb", "type": "string"}, "images": {"title": "Images", "type": "string"}, "thumbnails": {"title": "Thumbnails", "type": "string"}, "category": {"title": "Category", "type": "string"}, "tags": {"title": "Tags", "type": "string"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}}} |
6f209092-7304-4242-9b35-442799939621/04abed4a-9ec1-41cb-b1c7-1fcd73e9378a/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get List of News | Get list of news.
If you want to filter using tags or category, Please pass the category string or tag string.
Page no is required for pagination. Default page no is 1. | 200 | Example_1 | {"news": [{"id": 0, "title": "", "details": "", "main_image": "", "main_thumb": "", "category": "", "tags": "", "created_at": ""}], "next": 0, "previous": 0, "first": 0, "last": 0, "current": 0} | {"title": "NewsListPage", "required": ["news", "current"], "type": "object", "properties": {"news": {"title": "News", "type": "array", "items": {"title": "NewsShort", "required": ["id", "title", "details"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "details": {"title": "Details", "type": "string"}, "main_image": {"title": "Main Image", "type": "string"}, "main_thumb": {"title": "Main Thumb", "type": "string"}, "category": {"title": "Category", "type": "string"}, "tags": {"title": "Tags", "type": "string"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}}}}, "next": {"title": "Next", "type": "integer"}, "previous": {"title": "Previous", "type": "integer"}, "first": {"title": "First", "type": "integer"}, "last": {"title": "Last", "type": "integer"}, "current": {"title": "Current", "type": "integer"}}} |
6f209092-7304-4242-9b35-442799939621/04abed4a-9ec1-41cb-b1c7-1fcd73e9378a/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get List of News | Get list of news.
If you want to filter using tags or category, Please pass the category string or tag string.
Page no is required for pagination. Default page no is 1. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
6f209092-7304-4242-9b35-442799939621/247b0c80-6e7a-4702-affe-d384bf29d89a/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Latest News Headlines | Get Hot News headlines. This is perfect for your homepage.
limit is the number of headlines you want to have in the response. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
6f209092-7304-4242-9b35-442799939621/247b0c80-6e7a-4702-affe-d384bf29d89a/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Latest News Headlines | Get Hot News headlines. This is perfect for your homepage.
limit is the number of headlines you want to have in the response. | 200 | Example_1 | [{"id": 0, "title": "", "created_at": ""}] | {"title": "Response Get News List News Headlines Get", "type": "array", "items": {"title": "HeadLine", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "created_at": {"title": "Created At", "type": "string", "format": "date-time"}}}} |
6f209092-7304-4242-9b35-442799939621/dc1294dd-87b2-4c8c-abbd-35c43cc54e6b/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Upcoming and Current Match List | get match lists
Args:
game_type (str, optional): football/cricket
result_type (str, optional): current | 200 | Example_1 | [{"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}] | {"title": "Response Get Matches Sports Matches Get", "type": "array", "items": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tournament", "type": "string"}, "tournament_logo": {"title": "Tournament Logo", "type": "string"}, "team1_id": {"title": "Team1 Id", "type": "integer"}, "team2_id": {"title": "Team2 Id", "type": "integer"}, "team1": {"title": "Team1", "type": "string"}, "team2": {"title": "Team2", "type": "string"}, "team1_logo": {"title": "Team1 Logo", "type": "string"}, "team2_logo": {"title": "Team2 Logo", "type": "string"}, "start_time": {"title": "Start Time", "type": "string", "format": "date-time"}, "priority": {"title": "Priority", "type": "integer", "default": 0}}}} |
6f209092-7304-4242-9b35-442799939621/dc1294dd-87b2-4c8c-abbd-35c43cc54e6b/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Upcoming and Current Match List | get match lists
Args:
game_type (str, optional): football/cricket
result_type (str, optional): current | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
6f209092-7304-4242-9b35-442799939621/963f407d-2e57-42cb-a25e-e548aff579ac/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Live Links for a Game | Get Live Links for a Specific Game.
Iframe links can be embedded on your website or mobile app. | 200 | Example_1 | {"game": {"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}, "links": [{"title": "", "link_title": "", "link": "", "iframe_link": "", "mobile_supported": "", "quality": "", "ad_count": "", "language": "", "is_verified": "", "is_active": ""}], "data_found": true} | {"title": "LinkResponse", "type": "object", "properties": {"game": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tournament", "type": "string"}, "tournament_logo": {"title": "Tournament Logo", "type": "string"}, "team1_id": {"title": "Team1 Id", "type": "integer"}, "team2_id": {"title": "Team2 Id", "type": "integer"}, "team1": {"title": "Team1", "type": "string"}, "team2": {"title": "Team2", "type": "string"}, "team1_logo": {"title": "Team1 Logo", "type": "string"}, "team2_logo": {"title": "Team2 Logo", "type": "string"}, "start_time": {"title": "Start Time", "type": "string", "format": "date-time"}, "priority": {"title": "Priority", "type": "integer", "default": 0}}}, "links": {"title": "Links", "type": "array", "items": {"title": "SingleLink", "type": "object", "properties": {"title": {"title": "Title", "type": "string"}, "link_title": {"title": "Link Title", "type": "string"}, "link": {"title": "Link", "type": "string"}, "iframe_link": {"title": "Iframe Link", "type": "string"}, "mobile_supported": {"title": "Mobile Supported", "type": "string"}, "quality": {"title": "Quality", "type": "string"}, "ad_count": {"title": "Ad Count", "type": "string"}, "language": {"title": "Language", "type": "string"}, "is_verified": {"title": "Is Verified", "type": "string"}, "is_active": {"title": "Is Active", "type": "string"}}}, "default": []}, "data_found": {"title": "Data Found", "type": "boolean"}}} |
6f209092-7304-4242-9b35-442799939621/963f407d-2e57-42cb-a25e-e548aff579ac/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Live Links for a Game | Get Live Links for a Specific Game.
Iframe links can be embedded on your website or mobile app. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
6f209092-7304-4242-9b35-442799939621/4b1acb7f-60d8-4a11-8c13-d7b5ec3b7ecf/0/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Top Upcoming/Current Match List | Get Top Upcoming/Current Match List for your homepage.
Args:
game_type (str, optional): football/cricket
result_type (str, optional): current | 200 | Example_1 | [{"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}] | {"title": "Response Get Top Matches Sports Top Matches Get", "type": "array", "items": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tournament", "type": "string"}, "tournament_logo": {"title": "Tournament Logo", "type": "string"}, "team1_id": {"title": "Team1 Id", "type": "integer"}, "team2_id": {"title": "Team2 Id", "type": "integer"}, "team1": {"title": "Team1", "type": "string"}, "team2": {"title": "Team2", "type": "string"}, "team1_logo": {"title": "Team1 Logo", "type": "string"}, "team2_logo": {"title": "Team2 Logo", "type": "string"}, "start_time": {"title": "Start Time", "type": "string", "format": "date-time"}, "priority": {"title": "Priority", "type": "integer", "default": 0}}}} |
6f209092-7304-4242-9b35-442799939621/4b1acb7f-60d8-4a11-8c13-d7b5ec3b7ecf/1/0 | live sports | Live Football and Cricket Streaming. Get 20+ streaming for each game. | null | Get Top Upcoming/Current Match List | Get Top Upcoming/Current Match List for your homepage.
Args:
game_type (str, optional): football/cricket
result_type (str, optional): current | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
e4d6727b-6688-413a-b20b-fb8198e71071/fdb7d6ea-106c-4d98-8380-f287024efcbe/1/0 | FlashLive Sports | FlashLive Sports provides the fastest live scores, standings and detailed stats. FlashLive covers thousands of competitions in 30+ sports. Soccer, football, baseball, tennis, basketball, hockey, golf mma, cricket, darts. Translation of players, teams and leagues (25 languages). You can make a website like: flashscore.com, tipsscore.com, livescore.com Support: [email protected] / t.me/api_tipsters | 9.9 | Event Odds | Get odds by event ID | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
e4d6727b-6688-413a-b20b-fb8198e71071/a033b260-02d5-47f1-9c19-31df83d841f1/0/0 | FlashLive Sports | FlashLive Sports provides the fastest live scores, standings and detailed stats. FlashLive covers thousands of competitions in 30+ sports. Soccer, football, baseball, tennis, basketball, hockey, golf mma, cricket, darts. Translation of players, teams and leagues (25 languages). You can make a website like: flashscore.com, tipsscore.com, livescore.com Support: [email protected] / t.me/api_tipsters | 9.9 | List of events | Get a list of events by sport_id. STAGE_TYPE - main event status, STAGE - more event status. List of object statuses: | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.