api.radiantdrift.com
  • Radiant Drift API
    • Subscription Plans
    • Educational Use and Research
    • API End Points
  • Getting Started
    • About your account
    • Request Authentication
    • Managing API Keys
    • OpenAPI Specification
    • Date/Time Format
    • Validity, Accuracy, and Precision
  • Usage Guidelines
    • Acceptable Use Policy
    • Usage Credits and Call Costs
    • Attribution
    • Rate Limits
  • Julian Day
  • Delta-T
  • Rise, Transit, Set Times
  • Body Position
    • Request Parameters
    • Position at a given time
    • Positions for a time range
    • Observer location
  • Solar Eclipses
    • Embeddable Web Widgets
      • Eclipse Map
      • Eclipse Simulator
    • Besselian Elements
    • Local Circumstances
    • Eclipse Paths
    • Five Millennium Canon of Solar Eclipses
  • The Moon
    • Lunar Libration
    • Lunar Limb Profile
  • Geospatial
    • Geodesic
    • Elevation
  • Reference
    • Definitions
    • Errors
Powered by GitBook
On this page

Delta-T

The Delta-T end point obtains an estimated Delta-T value in seconds for the given date.

PreviousJulian DayNextRise, Transit, Set Times

Last updated 3 months ago

The returned values are from the following sources:

  • Up to year 2004: Meeus, Astronomical Algorithms, 2nd Ed. p.79 Table 10.A.

  • 2006 - 2024:

  • 2024 - 2034:

  • After 2034: we implement expressions

For further context, see .

source
source
these
Delta T

Return estimated delta-T for the given date

get
Authorizations
Path parameters
datestringRequired

The input date/time.

Example: 2024-10-15T22:00:00.000Z
Responses
200Success
application/json
4XX
Not Found
application/json
get
GET /delta-t/{date} HTTP/1.1
Host: api.radiantdrift.com
Accept: */*
{
  "query": {
    "name": "delta-t",
    "date": "2024-10-15T22:00:00.000Z",
    "cost": 1
  },
  "response": {
    "deltaT": 69.08631831
  }
}