STARLINK-32722 - AOE轨道数据

1天前 2025-07-25T13:05:02+0000 2025-07-25T13:05:02+0000
STARLINK-32722
1 62450U 24251U   25206.54516022  .00015062  00000-0  51974-3 0  9994
2 62450  53.1604 310.2186 0001280  92.1280 267.9868 15.30192339 32795
2天前 2025-07-24T16:42:20+0000 2025-07-24T16:42:20+0000
STARLINK-32722
1 62450U 24251U   25205.69606443  .00034152  00000-0  11602-2 0  9990
2 62450  53.1603 314.1649 0001358  90.8517 269.2639 15.30191698 32669
3天前 2025-07-23T14:03:25+0000 2025-07-23T14:03:25+0000
STARLINK-32722
1 62450U 24251U   25204.58570482  .00016243  00000-0  55916-3 0  9998
2 62450  53.1605 319.3195 0001190  95.8315 264.2821 15.30210314 32507

              
import requests

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

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

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

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