Contents

Obtain a list of alternate place identifiers

Get a list of alternate Place IDs given one or more Place IDs.

URL

GET https://maps-api.apple.com/v1/place/alternateIds

Query Parameters

NameTypeDescription
ids Requiredstring

A list of alternate Place IDs.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AlternateIdsResponse

A list of AlternateIdsResponse results.

400Bad Request
Content-Type: application/json
ErrorResponse

An ErrorResponse object that contains an error message and an array of strings that contain additional details about the error.

401Unauthorized
Content-Type: application/json
ErrorResponse

An ErrorResponse object that contains an error message that indicates the Maps access token is missing or invalid, and an array of strings that contains additional details about the error.

500Internal Server Error
Content-Type: application/json
ErrorResponse

An ErrorResponse object that contains a server error message and an array of strings that describe additional details about the error.

See Also

Searching