Skip to main content
GET
/
land
/
search
Search Land Description
curl --request GET \
  --url https://v1.api.flux-os.com/land/search \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "data": [
    {
      "description": "16-7-W5",
      "latitude": 50.389866046,
      "longitude": -114.861164194,
      "survey_system": "DLS",
      "survey_system_unit": "Township"
    }
  ]
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Query Parameters

lsd
string
required

Land description to search for (e.g. "1-2-23")

Response

A list of land descriptions with geographic coordinates.

data
object[]