GET
/
v1
/
geo
/
geohash

Query

lat
string
required

The latitude to encode

lng
string
required

The longitude to encode

precision
string
default: "9"

The precision of the geohash. A higher precision value results in a shorter geohash string but represents a smaller area with more precision, while a lower precision value results in a longer geohash string but represents a larger area with less precision.

x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.