---
title: LocationResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/locationresponse
---

# LocationResponse

The response object returned by the Get a Location endpoint.

## Declaration

```data
object LocationResponse
```

## Properties

result: The retrieved Location object. Omitted from the response entirely if no location was found (see the 404 case above), rather than being present as null. Read-only. error: Error details if the request failed. Absent on success. See Error. Read-only.

## Discussion

Discussion The LocationResponse object is the top-level envelope returned by Get a Location. On success, result contains a single Location object representing a physical brand location sourced from Apple Maps. On failure (for example, 404 Not Found), the response contains only the error object. The response omits the result key entirely rather than setting it to null. Example {   "result": {     "id": "7205759403792794",     "name": "AwayFinder - Downtown SF",     "brandId": "9151314442816847872",     "status": "OPEN",     "countryOrRegion": "US",     "categories": [       "travel",       "tourism"     ],     "address": {       "subThoroughfare": "123",       "thoroughfare": "Market Street",       "locality": "San Francisco",       "adminArea": "California",       "postalCode": "94105",       "countryOrRegion": "US",       "fullThoroughfare": "123 Market Street",       "fullAddress": "123 Market Street, San Francisco, California 94105, US"     },     "displayPoint": {       "latitude": "37.7749",       "longitude": "-122.4194"     },     "creationTime": "2025-01-15T10:00:00.000",     "modificationTime": "2026-03-20T14:45:00.000",     "eligibility": {       "status": "ELIGIBLE"     }   } }

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandResponse](apple-ads-platform-api/brandresponse.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BrandRejectionReasonResponse](apple-ads-platform-api/brandrejectionreasonresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
- [Eligibility](apple-ads-platform-api/eligibility.md)
