---
title: "Create a Log"
method: POST
path: "/climate_logs"
tags: ["Climate > Logs"]
---

# Create a Log

`POST /climate_logs`

Create a climate log record

### Parameters

**co2** `OPTIONAL`

Numeric value for CO2 level measured

---

**date** `OPTIONAL`

The date the note was captured. Defaults to today.

---

**description** `OPTIONAL`

A note or summary for the measurement, if applicable

---

**gauge_id** `OPTIONAL`

The Farmbrite Climate Gauge ID that this measurement is associated with. If not provided the Climate Log is assume to be a general measurement for your location.

---

**humidity** `OPTIONAL`

Numeric value for humidity level measured

---

**light_level** `OPTIONAL`

Numeric value for light_level (lux/lumens) level measured

---

**moisture** `OPTIONAL`

Numeric value for moisture level measured

---

**prcp** `OPTIONAL`

Numeric value for precipitation level measured

---

**soil_temp** `OPTIONAL`

Numeric value for soil temperature level measured

---

**temp** `OPTIONAL`

Numeric value for air temperature level measured

---

**min_temp** `OPTIONAL`

Numeric value for minimum temperature measured

---

**max_temp** `OPTIONAL`

Numeric value for maximum temperature measured

---

**wind** `OPTIONAL`

Numeric value for wind speed level measured typically in mph or mps

---

## Headers

- `Content-Type` string

## Request body

- object

## Response `200`

Successful response

---

[API](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation.md) · [All operations](https://skmtc.net/farmbrite/apis/farmbrite-api-developers-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/farmbrite/farmbrite-api-developers-documentation/revisions/b33a389fa2c0/schema)
