Lunar Eclipse Calculator

Calculate lunar eclipse dates and types for any year

Show the next upcoming lunar eclipse

Key Facts

Category
Geography & Science
Input Types
number, checkbox
Output Type
text
Sample Coverage
1
API Ready
Yes

Overview

The Lunar Eclipse Calculator provides precise dates and classifications for lunar eclipses occurring between 1900 and 2100. Whether you are planning an observation or researching historical astronomical events, this tool delivers accurate data for any selected year.

When to Use

  • When planning stargazing trips or photography sessions for specific lunar events.
  • When researching the frequency and types of lunar eclipses over a multi-year period.
  • When verifying the dates of historical or future celestial occurrences.

How It Works

  • Enter the target year between 1900 and 2100 into the input field.
  • Toggle the 'Show Next Eclipse' option if you want to identify the immediate upcoming event.
  • Click the calculate button to generate a list of eclipse dates and their specific types for that year.

Use Cases

Astronomy enthusiasts planning their observation schedule for the upcoming year.
Educators creating lesson plans about lunar cycles and celestial mechanics.
Photographers tracking 'blood moon' events to prepare equipment and travel.

Examples

1. Planning Annual Observations

Amateur Astronomer
Background
An amateur astronomer wants to organize their observation calendar for the year 2026.
Problem
Needs to identify all lunar eclipse dates to avoid scheduling conflicts.
How to Use
Set the year to 2026 and run the calculation.
Example Config
year: 2026, showNext: false
Outcome
A complete list of all lunar eclipses occurring in 2026, including their specific types.

2. Tracking the Next Event

Stargazing Hobbyist
Background
A hobbyist wants to know when the next lunar eclipse will occur to prepare their telescope.
Problem
Does not want to manually search through a calendar for the next event.
How to Use
Enable the 'Show Next Eclipse' checkbox and run the tool.
Example Config
showNext: true
Outcome
The tool displays the date and type of the very next lunar eclipse relative to the current date.

Try with Samples

barcode

Related Hubs

FAQ

What range of years does this calculator support?

The calculator supports any year from 1900 to 2100.

Does it distinguish between total and partial eclipses?

Yes, the output specifies the type of lunar eclipse for each date provided.

Can I find out when the next lunar eclipse happens?

Yes, by enabling the 'Show Next Eclipse' option, the tool will display the date of the next upcoming event.

Is the data accurate for all locations?

The dates provided are based on universal astronomical calculations; visibility depends on your specific geographic location.

Does the tool require an internet connection?

Yes, the calculator processes requests through our server to ensure the most accurate astronomical data.

API Documentation

Request Endpoint

POST /en/api/tools/lunar-eclipse-calculator

Request Parameters

Parameter Name Type Required Description
year number No -
showNext checkbox No Show the next upcoming lunar eclipse

Response Format

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-lunar-eclipse-calculator": {
      "name": "lunar-eclipse-calculator",
      "description": "Calculate lunar eclipse dates and types for any year",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=lunar-eclipse-calculator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]