Golden Hour Calculator

Calculate golden hour times - the best time for photography with soft, warm light

Key Facts

Category
Geography & Science
Input Types
number, date
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Golden Hour Calculator determines the optimal times for photography with soft, warm light during sunrise and sunset. By inputting your location's latitude, longitude, and a specific date, you can quickly find the golden hour periods for that day.

When to Use

  • When planning outdoor photography sessions to capture the best natural lighting.
  • For scheduling portrait or landscape shoots during the most flattering light conditions.
  • To avoid harsh midday sun and ensure photos have a warm, golden glow.

How It Works

  • Enter the latitude and longitude of your shooting location within the specified ranges.
  • Select the date for which you want to calculate the golden hour.
  • The tool computes sunrise and sunset times based on astronomical algorithms.
  • Results are provided in JSON format, detailing the start and end times for morning and evening golden hours.

Use Cases

A wedding photographer scheduling an outdoor ceremony to capture romantic sunset shots.
A landscape photographer planning a hike to photograph mountains during the golden hour.
A real estate agent timing property photos to showcase homes in the best light.

Examples

1. Planning a Sunrise Portrait Session

Portrait Photographer
Background
A photographer wants to schedule a portrait session in Central Park, New York, for a client.
Problem
Need to find the exact golden hour time to ensure soft, flattering light for the photos.
How to Use
Input latitude 40.785091, longitude -73.968285, and the desired date into the calculator.
Outcome
The tool returns the morning golden hour start and end times, allowing the photographer to plan the session accordingly.

2. Capturing Landscape at Dusk

Background
A travel blogger is visiting the Grand Canyon and wants to photograph it during the golden hour.
Problem
Uncertain about the best time to shoot to avoid crowds and get the perfect light.
How to Use
Use the calculator with coordinates for the Grand Canyon (latitude 36.1069, longitude -112.1129) and the trip date.
Outcome
The blogger receives the evening golden hour times, enabling them to plan their visit for optimal photography conditions.

Try with Samples

astronomy

FAQ

What is golden hour?

Golden hour is the period shortly after sunrise or before sunset when the light is soft, warm, and ideal for photography.

How accurate is the calculator?

The calculator uses standard astronomical algorithms based on your provided coordinates and date for accurate timing.

Can I use this for any location?

Yes, as long as you provide valid latitude and longitude coordinates within the specified ranges.

What if I don't know my exact coordinates?

You can use online maps or GPS tools to find the latitude and longitude of your location.

Does the tool account for time zones?

The output times are in local solar time based on the coordinates; you may need to adjust for your time zone.

API Documentation

Request Endpoint

POST /en/api/tools/golden-hour

Request Parameters

Parameter Name Type Required Description
latitude number Yes -
longitude number Yes -
date date Yes -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-golden-hour": {
      "name": "golden-hour",
      "description": "Calculate golden hour times - the best time for photography with soft, warm light",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=golden-hour",
      "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]