Skip to content

Location

Search places by name

Requires Authorization.

GET /v3/places/search

Query:

  • placeName — string, e.g. Paris

Response:

  • places — array of Place

Update location

Requires Authorization.

PUT /v4/location

Body:

Response:

Empty.

Geohash

Grindr requires geohash to be exactly 12 characters long. https://en.wikipedia.org/wiki/Geohash

Example: ezjmgyern222 (Madrid, Spain)

WARNING

Setting geohash inside of United Kingdom will lead to the account being locked and resetting geohash being impossible until you submit legal documents for age verification.

Geohash explorer: https://geohash.softeng.co/

Place

  • name — string
  • address — string or null
  • lat — number
  • lon — number
  • placeId — string with number
  • importance — float

Open Grind is not affiliated with Grindr in any way.