Skip to main content
GET
Get Place

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

placeId
string
required

Google Place identifier

Example:

"ChIJN1t_tDeuEmsRUsoyG83frY4"

Query Parameters

sessionToken
string

Same UUID used for autocomplete in this session

Example:

"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"

fields
string

Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.

Response

OK

Place ready to seed a Point

placeId
string
required

Google Place identifier

Example:

"ChIJN1t_tDeuEmsRUsoyG83frY4"

name
string
required

Composed place name

Example:

"Terminal Rodoviário Tietê"

description
string | null
required

Composed place description (full address)

Example:

"Av. Cruzeiro do Sul, 1800 - Santana, São Paulo - SP"

lat
number
required

Latitude

Example:

-23.5155

lng
number
required

Longitude

Example:

-46.6254