---
title: Get Location Group
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-location-group-by-id
---

# Get Location Group

Retrieve a single location group by its unique identifier.

## URL

GET https://api.ads.apple.com/v1/location-groups/{id}

## Path Parameters

id:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint returns the full state of a location group, including its membership definition, current systemStatus, groupTotal, and eligibility. To confirm a group was created correctly, or to inspect its current membership before attaching it to an ad group’s targeting configuration, use this endpoint. The response’s systemStatus field can take any of the following values:  |   |   |   |   |  The PENDING status appears immediately after a DYNAMIC group is created or after its rules are updated. The STATIC groups transition directly to VALID because membership is explicit and requires no evaluation. Fetching a group by ID differs from a bulk query in a couple of ways:  |   |   |  Payload Examples

## See Also

- [Create Location Group](apple-ads-platform-api/create-location-group.md)
- [Query Location Groups](apple-ads-platform-api/query-location-groups.md)
- [Update Location Group](apple-ads-platform-api/update-location-group.md)
- [Delete Location Group](apple-ads-platform-api/delete-location-group.md)
