Utility
/pluscode
Get a pluscode (Open Location Code)
Query Parameters
lat*number
The latitude
Range
-90 <= value <= 90lon*number
The longitude
Range
-180 <= value <= 180code_length?||||||||
Response Body
application/json
application/json
application/json
curl -X GET "https://plume.sodiumlabs.xyz/api/pluscode?lat=-90&lon=-180"{
"code": "string",
"length": 0
}{
"message": "string",
"errors": [
{
"message": "string"
}
]
}{
"message": "string"
}