Google Maps

Use Google Maps API to turn an address into geo coordinates

get
Query parameters
addressstringRequired

The address to geodode. Specify addresses in accordance with the format used by the national postal service of the country concerned.

Example: 24 Sussex Drive, Ottawa, ON
Header parameters
Acceptstring · enumOptional

The content-type to respond with

Example: application/jsonPossible values:
Accept-LanguagestringOptional

The language to return the results in

Responses
chevron-right
200

Success

anyOptional
get
/google-maps/v1/geocode

No content

Use the Google Maps API to search for places with a query, returning basic details

get
Query parameters
querystringRequired

The search query used to search for a place

Example: Restaurants in Ottawa
pageSizeinteger · min: 1 · max: 20Optional

The amount of results to return per page

Example: 5
pageTokenstringOptional

If another page is available, this token signifies the start of the next page.

Header parameters
Accept-LanguagestringOptional

The language to return the results in

Responses
chevron-right
200

Success

application/json
anyOptional
get
/google-maps/v1/search/basic

No content

Use the Google Maps API to search for places with a query, returning all available details

get
Query parameters
querystringRequired

The search query used to search for a place

Example: Restaurants in Ottawa
pageSizeinteger · min: 1 · max: 20Optional

The amount of results to return per page

Example: 5
pageTokenstringOptional

If another page is available, this token signifies the start of the next page.

Header parameters
Accept-LanguagestringOptional

The language to return the results in

Responses
chevron-right
200

Success

application/json
anyOptional
get
/google-maps/v1/search/full

No content

Use the Google Maps API to get basic details about a place

get
Query parameters
placeIdstringRequired

The unique identifier of a place, obtained via the /google-maps/v1/search endpoint.

Example: ChIJj61dQgK6j4AR4GeTYWZsKWw
Responses
chevron-right
200

Success

application/json
anyOptional
get
/google-maps/v1/details/basic

No content

Use the Google Maps API to get all available details about a place

get
Query parameters
placeIdstringRequired

The unique identifier of a place, obtained via the /google-maps/v1/search endpoint.

Example: ChIJj61dQgK6j4AR4GeTYWZsKWw
Responses
chevron-right
200

Success

application/json
anyOptional
get
/google-maps/v1/details/full

No content

Last updated