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 Julian Time by timestamp

GET
/v1/toJulianTimeByTimestamp

Request

Query Params

Responses

🟢200toJulianTimeByTimestamp
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://moonwalker.world/api/v1/toJulianTimeByTimestamp?precision=10&timestamp=1735693261&timeFormat=Mon, 02 Jan 2006 15:04:05' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
    "CivilDate": "2025-01-01T01:01:01Z",
    "JulianDate": 2460676.5423726854
}
Modified at 2025-11-17 04:37:25
Previous
Get Julian Time by specified/current date
Next
Get Civil Time by Julian Time
Built with