---
title: "Read Geostore By Id"
method: GET
path: "/api/v1/config/geostores/{id}"
tags: ["Geostores"]
---

# Read Geostore By Id

`GET /api/v1/config/geostores/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- Geostore
  - `id` integer
  - `name` string, required
  - `type` 'geoadmin' | 'other', required — An enumeration.
  - `url` string, required
  - `configuration` object
  - `attribution` string, required
  - `thumbnail_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
