OPEN API

Home OPEN API
/visitors/search/

Service Description

Obtain the number of visitors for each year

Parameters

limit
integer, limits the maximum number of data that may be returned (a maximum of 50)

offset
integer, specifies the starting point (i.e., data number) after which data will be sent back

sdate
string, specifies the "start year" of the statistical data returned, format: yyyy

edate
string, specifies the "end year" of the statistical data returned, format: yyyy

Example

{
    "status": 200,
    "result": [
        {
            "Serial_No": "1",
            "Year": "2015",
            "Month": "1",
            "TotalVistors": "482236"
        },
        {
            "Serial_No": "2",
            "Year": "2015",
            "Month": "2",
            "TotalVistors": "533567"
        },
        {
            "Serial_No": "3",
            "Year": "2015",
            "Month": "3",
            "TotalVistors": "441972"
        },
        {
            "Serial_No": "4",
            "Year": "2015",
            "Month": "4",
            "TotalVistors": "406013"
        },
        {
            "Serial_No": "5",
            "Year": "2015",
            "Month": "5",
            "TotalVistors": "459271"
        }
    ],
    "error": null
}

Return

Serial_No:List number

Year:Year of data

Month:Month of data

TotalVistors:Total number of visitors