Real-time Streaming

Stream Planetary Hour Changes

Current planetary hour + next 24.

post/stream/planetary-hour-changes

Request body

latitudenumber nullable required
longitudenumber nullable required
timezoneOffsetnumber nullable

Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 2 of the 13 revisions of this API.2213

  • 8ab5a768b521213See the full diff
    • the response property data/next24Hours/items/ became nullable for the status 200

      response-property-became-nullable

    • the data/next24Hours/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property data/current/kind to the response with the 200 status

      response-optional-property-added

    • added the optional property data/current/ruler to the response with the 200 status

      response-optional-property-added

    • added the optional property data/current/startAt to the response with the 200 status

      response-optional-property-added

    • added the optional property data/next to the response with the 200 status

      response-optional-property-added

    • added the optional property data/next24Hours/items/kind to the response with the 200 status

      response-optional-property-added

    • added the optional property data/next24Hours/items/ruler to the response with the 200 status

      response-optional-property-added

    • added the optional property data/next24Hours/items/startAt to the response with the 200 status

      response-optional-property-added

    • added the optional property data/nextEventAt to the response with the 200 status

      response-optional-property-added

    • added the optional property data/pricing to the response with the 200 status

      response-optional-property-added

    • added the optional property data/sseUpgrade to the response with the 200 status

      response-optional-property-added

    • added the optional property data/tickSeconds to the response with the 200 status

      response-optional-property-added

    • added the optional property data/timestamp to the response with the 200 status

      response-optional-property-added

    • added the optional property data/transport to the response with the 200 status

      response-optional-property-added

    • the timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the timezoneOffset request property's min was set to -14.00

      request-property-min-set