STARLINK-30120 - AOE轨道数据

3小时前 2025-07-26T04:51:20+0000 2025-07-26T04:51:20+0000
STARLINK-30120
1 56824U 23079B   25207.20231669  .00000459  00000-0  49034-4 0  9993
2 56824  43.0027 258.1457 0001527 281.9197  78.1474 15.02534126118490
1天前 2025-07-25T03:19:41+0000 2025-07-25T03:19:41+0000
STARLINK-30120
1 56824U 23079B   25206.13867162 -.00000259  00000-0 -40971-5 0  9999
2 56824  43.0022 263.9256 0001511 280.9024  79.1648 15.02535456118971
1天前 2025-07-24T12:58:08+0000 2025-07-24T12:58:08+0000
STARLINK-30120
1 56824U 23079B   25205.54037270 -.00000507  00000-0 -22451-4 0  9990
2 56824  43.0030 267.1766 0001554 281.3625  78.7042 15.02534567118886

              
import requests

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

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

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

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