ToolAssay

Moment Essentials

Moment Essentials: deterministic apparent tropical ephemeris for one exact UTC instant—10 bodies, signs, motion, lunar phase, major aspects, provenance, and audited error bounds.

Not answeringour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.04listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://ephemeris.561.group/v1/ephemeris/moment/:date

CategoryEverything else
Provider hostephemeris.561.group
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no answer

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "date": "2026-08-28"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "date": {
              "description": "Exact ISO-8601 UTC date or instant, e.g. 2026-07-21T00:00:00Z.",
              "type": "string"
            }
          },
          "required": [
            "date"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "accuracy": {
              "type": "object"
            },
            "aspects": {
              "type": "array"
            },
            "bodies": {
              "type": "object"
            },
            "frame": {
              "type": "string"
            },
            "lunarPhase": {
              "type": "object"
            },
            "provenance": {
              "type": "object"
            },
            "time": {
              "type": "string"
            }
          },
          "required": [
            "time",
            "frame",
            "bodies",
            "lunarPhase",
            "aspects",
            "provenance",
            "accuracy"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON