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.

There is no financial or loss data in this Essential endpoint.


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,
    "wb_window": 5
  }
}

Location fields

Field Required Notes
longitude Yes Between -180 and 180
latitude Yes Between -90 and 90
wb_window No 1, 3, 5, or 7. Default 5. See Waterbody search (wb_window).

Only the location object is allowed at the top level.


Successful response

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