STARLINK-4259 - AOE轨道数据

9小时前 2025-07-26T12:59:18+0000 2025-07-26T12:59:18+0000
STARLINK-4259
1 52987U 22076B   25207.54118381  .00000492  00000-0  49014-4 0  9992
2 52987  53.2185  39.3423 0001405  90.0044 270.1109 15.08835364169030
1天前 2025-07-25T17:54:40+0000 2025-07-25T17:54:40+0000
STARLINK-4259
1 52987U 22076B   25206.74630138  .00000826  00000-0  70012-4 0  9995
2 52987  53.2185  42.9108 0001366  87.5930 272.5219 15.08839370168444
2天前 2025-07-24T21:14:40+0000 2025-07-24T21:14:40+0000
STARLINK-4259
1 52987U 22076B   25205.88518482 -.00000294  00000-0 -37289-6 0  9998
2 52987  53.2184  46.7769 0001395  86.7046 273.4106 15.08838188168316

              
import requests

headers = {
    'Authorization': 'Bearer YOUR_API_TOKEN'
}

params = {
    'catId': 52987,
    'channel': 'INTERNATIONAL',
    'format': 'TLE'
}

response = requests.get('https://spacemapper.cn/cgi/orbital/aoe/list',
headers=headers, params=params)

print(response.text)
          
3D轨道图
2D轨道图
查看目标详情