GET LotteryTK/TKGiaiDBNgayMai/{lotteryId}/{date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lotteryId | integer |
Required |
|
| date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseObjectOfTomorrowSpecialReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| RowsCounter | integer |
None. |
|
| Data | TomorrowSpecialReport |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"RowsCounter": 3,
"Data": {
"LastResult": {
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
},
"Specials": [
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
},
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
}
],
"NextSpecials": [
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
},
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
}
],
"ThisDayInThePast": [
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
},
{
"LotteryHistoryId": 1,
"LotteryNumber": "sample string 2",
"CrDateTime": "2025-12-26T09:01:49.1135546+07:00"
}
]
}
}