STARLINK-3120 - AOE轨道数据

1天前 2025-07-26T03:39:34+0000 2025-07-26T03:39:34+0000
STARLINK-3120
1 49419U 21104M   25207.15248048 -.00000329  00000-0 -25511-5 0  9998
2 49419  53.2163 166.0849 0001549  80.6361 279.4807 15.08840439205518
2天前 2025-07-25T05:24:10+0000 2025-07-25T05:24:10+0000
STARLINK-3120
1 49419U 21104M   25206.22512114  .00000002  00000-0  18231-4 0  9999
2 49419  53.2163 170.2481 0001533  79.6066 280.5098 15.08838266204283
2天前 2025-07-24T21:27:15+0000 2025-07-24T21:27:15+0000
STARLINK-3120
1 49419U 21104M   25205.89392070  .00000289  00000-0  36225-4 0  9998
2 49419  53.2158 171.7349 0001532  79.4230 280.6935 15.08837129204239

              
import requests

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

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

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

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