---
title: Search for places using mulitple identifiers
framework: applemapsserverapi
role: symbol
role_heading: Web Service Endpoint
path: applemapsserverapi/-v1-place
---

# Search for places using mulitple identifiers

Obtain a set of Place objects for a given set of Place IDs.

## URL

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

## Query Parameters

ids: A comma separated list of Place IDs. lang: The language code for the response.

## Response Codes

200 OK: A list of PlacesResponse results. 400 Bad Request: An ErrorResponse object that contains an error message and an array of strings that contain additional details about the error. 401 Unauthorized: 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. 500 Internal Server Error: An ErrorResponse object that contains a server error message and an array of strings that describe additional details about the error.

## See Also

### Searching

- [AddressCategory](applemapsserverapi/addresscategory.md)
- [SearchACResultType](applemapsserverapi/searchacresulttype.md)
- [SearchResultType](applemapsserverapi/searchresulttype.md)
- [AlternateIdsResponse](applemapsserverapi/alternateidsresponse.md)
- [AlternateIdsResponse.AlternateIds](applemapsserverapi/alternateidsresponse/alternateids.md)
- [PlacesResponse](applemapsserverapi/placesresponse.md)
- [PlacesResponse.PlaceLookupError](applemapsserverapi/placesresponse/placelookuperror.md)
- [Search for places that match specific criteria](applemapsserverapi/-v1-search.md)
- [Search for places that meet specific criteria to autocomplete a place search](applemapsserverapi/-v1-searchautocomplete.md)
- [Search for a place using an identifier](applemapsserverapi/-v1-place-:id.md)
- [Obtain a list of alternate place identifiers](applemapsserverapi/-v1-place-alternateids.md)
