// request reference
Apple Maps Places parameters
Send query parameters with GET /api/apple/maps/places. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Places
Fetch one or more places by their Apple Maps unique identifiers.
muidOne to 50 unsigned decimal Apple Maps MUIDs, separated by commas.
Example / input hint: 4372355869446211302
Localization
Choose the language and regional formatting returned by Apple Maps.
localeAn Apple Maps locale such as en-US, fr-FR, ja-JP, or zh-TW.
Example / input hint: en-US
// response
Work with the complete JSON response
Response groups include place_results. Groups and fields depend on the upstream result.
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.