Links

Results

Stay up-to-date on the latest results with Crypt2 Esports Results API. Our API provides real-time updates on the results of sporting events and matches, so you can keep your users informed on the latest scores. Whether you're developing a sports news website, or simply want to keep track of your favorite teams, our API is the perfect solution.

Example Response:

{
"status": "success",
"data": [
{
"match_id": 12345,
"home_team": "Warriors",
"away_team": "Lakers",
"home_score": 80,
"away_score": 90,
"match_date": "2023-02-06"
},
{
"match_id": 56789,
"home_team": "Bulls",
"away_team": "Celtics",
"home_score": 75,
"away_score": 85,
"match_date": "2023-02-06"
}
]
}