STARLINK-2579 - AOE轨道数据

6小时前 2025-07-26T04:37:51+0000 2025-07-26T04:37:51+0000
STARLINK-2579
1 48459U 21040AH  25207.19295341  .00000435  00000-0  48113-4 0  9990
2 48459  53.0552 123.7583 0001552  90.9858 269.1309 15.06402258233026
1天前 2025-07-25T01:33:40+0000 2025-07-25T01:33:40+0000
STARLINK-2579
1 48459U 21040AH  25206.06504681  .00001350  00000-0  10948-3 0  9996
2 48459  53.0549 128.8231 0001546  92.7025 267.4141 15.06413756232251
1天前 2025-07-24T22:22:36+0000 2025-07-24T22:22:36+0000
STARLINK-2579
1 48459U 21040AH  25205.93235716  .00001182  00000-0  98246-4 0  9992
2 48459  53.0551 129.4208 0001675  81.6166 278.5013 15.06410903232231

              
import requests

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

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

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

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