Matches By Date League
This endpoint allows you to retrieve the matches from a specific date and league. The date has a format of YYYY-DD-MM.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get matches from a specific date and league_idhttps://futsal.sportdevs.com/matches-by-date-league?date=eq.{date}&league_id=eq.{league_id}
Query Parameters
- date text
Default value:
eq.2008-08-26
The date
- league_id integer
Default value:
eq.3513
The id of the league
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- date text
The date
- league_id integer
The id of the league
- league_name text
The name of the league
- league_hash_image character varying
Possible values:
<= 64 characters
The hash image of the league
- matches jsonb
The matches
[
{
"date": "2008-08-26",
"league_id": 3513,
"league_name": "Primera División",
"league_hash_image": "8e24ae7c594e5ebb1b32dbac38a4ee4e8cecdb73b4e7d81a17919c32a19107e8",
"matches": [
{
"id": 51493,
"name": "Industrias Santa Coloma vs Playas de Castellon",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T18:00:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 50324,
"home_team_id": 48843,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "Playas de Castellon",
"home_team_name": "Industrias Santa Coloma",
"away_team_score": 1,
"home_team_score": 1,
"tournament_name": "Primera Division",
"away_team_hash_image": "6eb8013eceb43e13f0116b44aa73671b55bf60ed60d21a5d6c3fd0e65ba8c2f1",
"home_team_hash_image": "b283ec1b40a99ad7127d3e9b031fb6ebb6da2b9903e886299c35c947e3e5d1a8",
"tournament_importance": 9,
"away_team_period_1_score": 0,
"home_team_period_1_score": 0
},
{
"id": 51495,
"name": "ElPozo Murcia FS vs Cartagena FS",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T19:00:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 48689,
"home_team_id": 48458,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "Cartagena FS",
"home_team_name": "ElPozo Murcia FS",
"away_team_score": 2,
"home_team_score": 5,
"tournament_name": "Primera Division",
"away_team_hash_image": "2dbe6379476d63f6e553f0a30cd7bb66f93877d313be4c17cd0a7bc5043a3f22",
"home_team_hash_image": "1974f94e3077eb1a3373a7579a411e8031592df87d74479baf0529512e89cf9f",
"tournament_importance": 9,
"away_team_period_1_score": 1,
"home_team_period_1_score": 4
},
{
"id": 51496,
"name": "Azkar Lugo FS vs Osasuna Magna",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T19:00:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 48617,
"home_team_id": 50258,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "Osasuna Magna",
"home_team_name": "Azkar Lugo FS",
"away_team_score": 1,
"home_team_score": 4,
"tournament_name": "Primera Division",
"away_team_hash_image": "221b7c805c0c7f76fe6d004f5b2998ca1558aa9c00138bf62f6d8b94ffc756d3",
"home_team_hash_image": "a81761d0adc3442f922802a276174962ec27899122b244ca53daea6c0afce675",
"tournament_importance": 9,
"away_team_period_1_score": 1,
"home_team_period_1_score": 1
},
{
"id": 51497,
"name": "Benicarlo FS vs FC Barcelona",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T19:00:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 2224,
"home_team_id": 50284,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "FC Barcelona",
"home_team_name": "Benicarlo FS",
"away_team_score": 2,
"home_team_score": 2,
"tournament_name": "Primera Division",
"away_team_hash_image": "ae4ac1726c7beef9e9e9623060a7ee5c41db2be48aa1a1ab22a21e53708f43da",
"home_team_hash_image": "67eb0ae9bc88f726fd084fa6d1f876627146ba6ebadfbea58598335854f5cd1d",
"tournament_importance": 9,
"away_team_period_1_score": 0,
"home_team_period_1_score": 1
},
{
"id": 51498,
"name": "Naturpellet Segovia vs Santiago Futsal",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T18:30:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 49906,
"home_team_id": 50034,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "Santiago Futsal",
"home_team_name": "Naturpellet Segovia",
"away_team_score": 2,
"home_team_score": 2,
"tournament_name": "Primera Division",
"away_team_hash_image": "ebdcc838fbb4ab3f52a937c0ae02a09bdd218a5834f12a10bb700e6c0388be66",
"home_team_hash_image": "1c39fe7fa137dffdf41c83f782e595aedd9416b745d527c943b21450bcd93832",
"tournament_importance": 9,
"away_team_period_1_score": 1,
"home_team_period_1_score": 0
},
{
"id": 51499,
"name": "Gestesa Guadalajara vs Carnicer Torrejón",
"status": "finished",
"duration": 9000,
"season_id": 23229,
"start_time": "2008-08-26T19:00:00+00:00",
"season_name": "Division de Honor 08/09",
"away_team_id": 50285,
"home_team_id": 50306,
"status_reason": "Ended",
"tournament_id": 1169,
"away_team_name": "Carnicer Torrejón",
"home_team_name": "Gestesa Guadalajara",
"away_team_score": 2,
"home_team_score": 4,
"tournament_name": "Primera Division",
"away_team_hash_image": "793ebf18c343ffe61e662e934b40faf0e466f438cd32012fa935b54f672bba3b",
"home_team_hash_image": "7bb5dcdd02a65299a27426505ff37546396c3467f10f0024ad3e7a7f1e39edc7",
"tournament_importance": 9,
"away_team_period_1_score": 0,
"home_team_period_1_score": 2
}
]
}
]