Skip to content

Single location — coordinates query

Send longitude and latitude (decimal degrees). Scoring uses the same models as the address endpoint, but no geocoding step.


Request

HTTP method: POST

Path: /mediator/single_location_x_y_coordinates_query

Headers

  • Content-Type: application/json
  • Authorization: Bearer <your JWT> — see Authentication

Body example

{
  "location": {
    "longitude": -113.47011450366719,
    "latitude": 53.5445680904278
  }
}

Location fields

Field Required Notes
longitude Yes Between -180 and 180
latitude Yes Between -90 and 90

Successful response

Same seven scores as the address endpoint. See Output values.