---
title: "Get Boundary Group"
method: GET
path: "/admin/boundaries/group/{lookup_key}"
tags: ["admin"]
---

# Get Boundary Group

`GET /admin/boundaries/group/{lookup_key}`

Return every polygon in a neighborhood group, keyed by ``lookup_key``.

The path captures slashes so callers can pass the raw lookup_key
(e.g. ``japan/tokyo/minato-ku/minato-ku``).

## Path parameters

- `lookup_key` string, required

## Response `200`

Successful Response

- BoundaryGroupDetail — A neighborhood group with all its polygons.
  - `lookup_key` string, required
  - `country` string, required
  - `state` string, nullable, required
  - `city` string, required
  - `neighborhood` string, required
  - `source` string, nullable, required
  - `polygons` BoundaryDetail[], required
    - `id` integer, required
    - `country` string, required
    - `state` string, nullable, required
    - `city` string, required
    - `neighborhood` string, required
    - `lookup_key` string, required
    - `source` string, nullable, required
    - `verified_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `boundary_geojson` object, required
    - `boundary_encoded` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
