---
title: "Bulk - Details about Renewable Energy Planning DB sites (without geometry)"
method: POST
path: "/renewable_energy_planning_db/lite"
tags: ["Renewable Energy Planning DB"]
---

# Bulk - Details about Renewable Energy Planning DB sites (without geometry)

`POST /renewable_energy_planning_db/lite`

Given a set of Renewable Energy Planning DB IDs, get details about Renewable Energy Planning DB sites in bulk without geometry data

## Request body

- object
  - `ids` string[], required — List of Renewable Energy Planning DB IDs (max 50)

## Response `200`

Details about Renewable Energy Planning DB sites (without geometry)

- RepdFeatureCollectionLite
  - `data` object
    - `features` 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

## 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/revisions/4608786ac394/schema)
