cURL
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" } ] }
Search for a land description.
Land description to search for (e.g. "1-2-23")
A list of land descriptions with geographic coordinates.
Show child attributes
"16-7-W5"
50.389866046
-114.861164194
"DLS"
"Township"