Moon Walker
  1. Nearest events
Moon Walker
  • Moon Phase — Detailed information for day (phase, rise, zodiac)
    • Get moon plase by specified date
      GET
    • Get moon phase by current date
      GET
    • Get moon phase by timestamp
      GET
  • Moon Phase — Core information for year (phase)
    • Get moon phases table by specified year
      GET
    • Get moon phases table by current year
      GET
  • Moon — Detailed information for month
    • Get moon rises, moon sets and meridians monthly
      GET
  • Julian Time
    • Get Julian Time by specified/current date
      GET
    • Get Julian Time by timestamp
      GET
    • Get Civil Time by Julian Time
      GET
  • Nearest events
    • Next moon phase
      GET
  1. Nearest events

Next moon phase

GET
/v1/nextMoonPhase

Request

Query Params

Responses

🟢200nextMoonPhase — custom format
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://moonwalker.world/api/v1/nextMoonPhase?utc=5&timeFormat=Mon, 02 Jan 2006 15:04:05' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
    "NewMoon": "Thu, 20 Nov 2025 11:48:16",
    "FirstQuarter": "Fri, 28 Nov 2025 11:44:00",
    "FullMoon": "Fri, 05 Dec 2025 04:15:18",
    "LastQuarter": "Fri, 12 Dec 2025 02:04:31"
}
Modified at 2025-11-16 18:53:25
Previous
Get Civil Time by Julian Time
Built with