Query Home

Last Updated on : 2023-11-10 07:21:37download

Based on the home ID, query the basic information about the specified home.

API address

GET: /v1.0/homes/{home_id}

Request parameter

Parameter nameTypeINRequiredDescription
home_idLonguritrueThe home ID.

Return parameter

Parameter nameTypeDescription
resultHomeResThe returned result.

Description of result

Parameter nameTypeDescription
home_idLongThe home ID.
nameStringThe name of the specified home.
lonDoubleThe longitude.
latDoubleThe latitude.
geo_nameStringThe detailed address.

Request example

GET: /v1.0/homes/157913***

Return example

{
    "tid": "b504ee827d3911eeaf40161d72836dc2",
    "result": {
        "lon": 120.06379847441336,
        "name": "My Home",
        "home_id": 16900015,
        "lat": 30.302736025227816,
        "geo_name": "Hangzhou Grand Center"
    },
    "t": 1699339729904,
    "success": true
}

Error code

For more information, see error code.