STARLINK-31201 - AOE轨道数据

15小时前 2025-07-26T22:52:17+0000 2025-07-26T22:52:17+0000
STARLINK-31201
1 58870U 24019T   25207.95296964  .00003152  00000-0  12404-3 0  9995
2 58870  43.0011  83.3515 0000984 291.3679  68.7068 15.27575671 84544
2天前 2025-07-25T09:12:32+0000 2025-07-25T09:12:32+0000
STARLINK-31201
1 58870U 24019T   25206.38370202 -.00001287  00000-0 -37242-4 0  9996
2 58870  43.0048  92.2141 0002146 273.9147  86.1460 15.27569197 84115
2天前 2025-07-24T17:30:59+0000 2025-07-24T17:30:59+0000
STARLINK-31201
1 58870U 24019T   25205.72984812 -.00002373  00000-0 -76802-4 0  9993
2 58870  42.9959  95.9091 0000617 358.4650   1.6199 15.27559607 84012

              
import requests

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

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

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

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