---
title: "List Eclipses"
method: GET
path: "/eclipse/eclipses"
tags: ["eclipse"]
---

# List Eclipses

`GET /eclipse/eclipses`

Every central eclipse the engine can solve, with metadata for the picker.

## Response `200`

Successful Response

- EclipsesResponse
  - `eclipses` EclipseListItem[], required
    - `eclipse_date` string, required
    - `eclipse_type` string, required — total / annular / hybrid
    - `label` string, required
    - `greatest_eclipse` GreatestEclipseOut
      - `ut` string, required — Instant of greatest eclipse (UT, HH:MM:SS.s)
      - `lat` number, required
      - `lon` number, required
  - `attribution` string

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
