GET LotteryTK/TKKenoItNhieu?rollingNos={rollingNos}&dateFrom={dateFrom}&dateTo={dateTo}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
rollingNos
No documentation available.

Define this parameter in the request URI.

dateFrom
No documentation available.

Define this parameter in the request URI.

dateTo
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "RowsCounter": 3,
  "Data": {
    "MostAppear": [
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      }
    ],
    "LeastAppear": [
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      }
    ],
    "NotAppear": [
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      }
    ],
    "AllAppear": [
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      },
      {
        "LotteryKenoNumber": "sample string 1",
        "LotteryKenoNumberInt": 2,
        "AppearCounter": 3,
        "ColorCode": "sample string 4"
      }
    ]
  }
}