Sample Response
Tournament endpoint an example JSON response made for Roland Garros 2024
https://dde-api.data.imgarenna.com/tournaments
https://dde-api.data.imgarenna.com/tournaments
```json
{
"city": "Paris",
"location": "France",
"endDate": "2024-06-09",
"surface": "Clay",
"identifier": 11904,
"year": 2024,
"numberOfMatchesBookedToday": 0,
"numberOfMatches": 632,
"eventsResource": "/tennis/tournaments/11904/events",
"sport": "Tennis",
"countryCode": "FRA",
"status": "Confirmed",
"comment": "OOP update:<br>2 match updates",
"environment": "Outdoor",
"tournamentName": "Roland Garros",
"eventsSummary": {
"2024-06-09": {
"MS": 1,
"LD": 1
},
"2024-05-23": {
"QLS": 8,
"QMS": 8
},
"2024-06-05": {
"LD": 4,
"MD": 4,
"LS": 2,
"XD": 3,
"MS": 1
},
"2024-06-04": {
"LD": 7,
"MD": 1,
"LS": 2,
"XD": 4,
"MS": 2
},
"2024-05-22": {
"QMS": 32,
"QLS": 32
},
"2024-05-30": {
"MS": 27,
"LS": 28
},
"2024-05-27": {
"MS": 24,
"LS": 24
},
"2024-05-31": {
"LD": 23,
"MD": 28,
"LS": 8,
"XD": 2,
"MS": 5
},
"2024-05-21": {
"QLS": 32,
"QMS": 32
},
"2024-06-03": {
"LD": 7,
"MD": 9,
"LS": 4,
"XD": 8,
"MS": 4
},
"2024-05-26": {
"MS": 20,
"LS": 20
},
"2024-05-20": {
"QLS": 32,
"QMS": 32
},
"2024-05-28": {
"LS": 20,
"MS": 20
},
"2024-06-07": {
"MD": 1,
"MS": 2,
"LD": 2
},
"2024-06-02": {
"LD": 16,
"MD": 11,
"LS": 4,
"XD": 13,
"MS": 4
},
"2024-06-08": {
"MD": 1,
"LS": 1
},
"2024-05-29": {
"MS": 5,
"LS": 4
},
"2024-06-06": {
"LS": 2,
"XD": 1,
"MD": 2
},
"2024-06-01": {
"LD": 3,
"LS": 8,
"MD": 4,
"MS": 11
},
"2024-05-24": {
"QLS": 8,
"QMS": 8
}
},
"utcOffset": 2.0,
"startDate": "2024-05-20",
"venues": [],
"competitions": [
{
"organisation": "FFT",
"externalId": "0903",
"endDate": "2024-06-09",
"competitionType": "GrandSlamLadies",
"singlesDrawSize": 128,
"singlesQualifyingDrawSize": 128,
"doublesDrawSize": 64,
"doublesQualifyingDrawSize": 0,
"competitionId": "2024-0903",
"licencingProperty": "TENNIS_FROPEN",
"startDate": "2024-05-20"
},
{
"organisation": "FFT",
"externalId": "0520",
"endDate": "2024-06-09",
"competitionType": "GrandSlamMens",
"singlesDrawSize": 128,
"singlesQualifyingDrawSize": 128,
"doublesDrawSize": 64,
"doublesQualifyingDrawSize": 0,
"competitionId": "2024-0520",
"licencingProperty": "TENNIS_FROPEN",
"startDate": "2024-05-20"
},
{
"organisation": "FFT",
"externalId": "0004",
"endDate": "2024-06-09",
"competitionType": "GrandSlamMixed",
"singlesDrawSize": 0,
"singlesQualifyingDrawSize": 0,
"doublesDrawSize": 32,
"doublesQualifyingDrawSize": 0,
"competitionId": "2024-0004",
"licencingProperty": "TENNIS_FROPEN",
"startDate": "2024-05-20"
}
],
"comments": [
"OOP update:<br>2 match updates"
]
}
```
Last updated