List Address Suggestions

Beta
GET/v1/core/addresses/suggestions

This endpoint is idempotent. Learn more

Returns address suggestions based on input text.

inputstring

Autocomplete input text.

session_tokenoptional string

Session token for grouping autocomplete requests.

objectstringenumValues:list

Object type for AddressSuggestion list

page_infoobject

Pagination metadata for AddressSuggestion list

next_cursorstringnullable

Cursor to fetch the next page, null if no more pages.

prev_cursorstringnullable

Cursor to fetch the previous page, null if on the first page.

has_next_pageboolean

Whether more results exist after this page.

has_prev_pageboolean

Whether results exist before this page.

dataarray of object

Array of AddressSuggestion resources in this page

idstring

Google Places ID.

objectstringenumValues:address_suggestion

Resource type identifier.

descriptionstring

Full description.

main_textstring

Main text (typically the street address).

secondary_textstring

Secondary text (typically city, state, country).

Responses

200

Successful response for List Address Suggestions