Moon Walker
  1. Julian Time
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. Julian Time

Get Civil Time by Julian Time

GET
/v1/fromJulianTime

Request

Query Params

Responses

🟢200fromJulianTime
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://moonwalker.world/api/v1/fromJulianTime?precision=5&jtime=2460676.5423726854&timeFormat=Mon, 02 Jan 2006 15:04:05'
Response Response Example
{
    "CivilDate": "2025-01-01T01:01:01Z",
    "JulianDate": 2460676.54237
}
Modified at 2025-11-17 04:37:25
Previous
Get Julian Time by timestamp
Next
Next moon phase
Built with