---
title: "Details about a single Renewable Energy Planning DB site"
method: GET
path: "/renewable_energy_planning_db/{repd_id}"
tags: ["Renewable Energy Planning DB"]
---

# Details about a single Renewable Energy Planning DB site

`GET /renewable_energy_planning_db/{repd_id}`

Given a Renewable Energy Planning DB ID, get details about a single Renewable Energy Planning DB site

## Path parameters

- `repd_id` string, uuid, required — A REPD ID in the form of a UUID.

## Response `200`

Details about a single site from the Renewable Energy Planning DB

- RepdFeature
  - `data` object
    - `feature` object
      - `id` string, uuid — A REPD ID in the form of a UUID.
      - `name` string, nullable
      - `type` string
      - `attributes` object[] — Attributes containing any additional details about the feature
        - `key` string
        - `value` string
      - `geometries` object[] — Array of geometries relating to the feature
        - `area_hectares` number, float, nullable
        - `geometry` union — GeoJSON of the feature.
          - object
            - `type` 'Polygon', required — the geometry type
            - `coordinates` LinearRingCoordinates[], required
              - …
          - object — GeoJSON MultiPolygon
            - `type` 'MultiPolygon', required — the geometry type
            - `coordinates` PolygonCoordinates[], required
              - …

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/land/apis/landtech-api.md) · [All operations](https://skmtc.net/land/apis/landtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/land/landtech-api/versions/4608786ac394/schema)
