---
title: "Get Plain Text Data"
method: HEAD
path: "/plain-text"
---

# Get Plain Text Data

`HEAD /plain-text`

Plain text endpoint - Returns just the moon phase name as plain text.
Backwards compatible: lat/lon are optional, defaults to London coordinates.

## Query parameters

- `lat` number, nullable — Latitude (default: 51.5074 - London)
- `lon` number, nullable — Longitude (default: -0.1278 - London)
- `timestamp` integer, nullable — Unix timestamp (default: current time)
- `planoverride` string, nullable

## Headers

- `plan` string, nullable
- `x-rapidapi-user` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/moon-api/apis/moon-api-com.md) · [All operations](https://skmtc.dev/moon-api/apis/moon-api-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/moon-api/moon-api-com/revisions/8c1222a75235/schema)
