> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theculpernetwork.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Outdoor

> Read your campaign's yard signs and outdoor placements (coming soon).

<Warning>
  **Coming soon.** These endpoints are planned but not yet active. The shapes below may change before
  launch. Today only the [Walks](/api-reference/walks) endpoints are live.
</Warning>

**Outdoor** covers yard signs and other physical placements dropped on the map in the app. The read
API will let you pull sign locations and their status into mapping or reporting tools.

## Planned endpoints

```http theme={null}
GET /api/v1/signs
GET /api/v1/signs/{id}
```

### List signs — planned response

<ResponseField name="id" type="string">The sign's unique id.</ResponseField>
<ResponseField name="lat" type="number">Placement latitude.</ResponseField>
<ResponseField name="lng" type="number">Placement longitude.</ResponseField>
<ResponseField name="size" type="string">Sign size (e.g. `24x18`, `4x4`, `4x8`, or `other`).</ResponseField>
<ResponseField name="status" type="string">Placement status — e.g. placed, needs replacement, removed.</ResponseField>
<ResponseField name="photo_url" type="string | null">Photo of the placement, if one was taken.</ResponseField>
<ResponseField name="placed_by" type="string">Name of the team member who placed it.</ResponseField>
<ResponseField name="placed_at" type="string">ISO-8601 timestamp.</ResponseField>

Requires the `outdoor:read` scope. Want early access? Let the Culper team know.
