should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"info": {
"balls_per_over": 6,
"city": "Nottingham",
"dates": [
"2025-06-28"
],
"outcome": {
"winner": "India",
"by": {
"runs": 97
}
},
"overs": 20,
"player_of_match": [
"S Mandhana"
]
}
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"balls_per_over": 6,
"city": "London",
"dates": ["2025-07-15"],
"event": {
"name": "Australia Men tour of England",
"match_number": 2
},
"outcome": {
"winner": "Australia",
"by": {
"wickets": 5
}
},
"overs": 50,
"player_of_match": ["G Maxwell"]
}
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"balls_per_over": 6,
"city": "Cape Town",
"dates": ["2025-08-03"],
"event": {
"name": "Pakistan Men tour of South Africa",
"match_number": 3
},
"outcome": {
"winner": "South Africa",
"by": {
"runs": 28
}
},
"overs": 20,
"player_of_match": ["Q de Kock"]
}
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"balls_per_over": 6,
"city": "London",
"dates": ["2025-07-15"],
"event": {
"name": "Australia Men tour of England",
"match_number": 2
},
"outcome": {
"winner": "Australia",
"by": {
"wickets": 5
}
},
"overs": 50,
"player_of_match": ["G Maxwell"]
}
}

View File

@@ -0,0 +1,26 @@
{
"info": {
"balls_per_over": 6,
"city": "Colombo",
"dates": [
"2025-11-10",
"2025-11-11",
"2025-11-12",
"2025-11-13"
],
"event": {
"name": "Bangladesh Men tour of Sri Lanka (Test Series)",
"match_number": 1
},
"outcome": {
"winner": "Sri Lanka",
"by": {
"innings": 1,
"runs": 175
}
},
"player_of_match": [
"D Karunaratne"
]
}
}