STARLINK-2495 - AOE轨道数据

1天前 2025-07-26T18:55:40+0000 2025-07-26T18:55:40+0000
STARLINK-2495
1 48325U 21036BB  25207.78866022 -.00000512  00000-0 -15494-4 0  9996
2 48325  53.0560  35.7305 0001520  81.5757 278.5405 15.06399796233988
2天前 2025-07-25T22:13:40+0000 2025-07-25T22:13:40+0000
STARLINK-2495
1 48325U 21036BB  25206.92615787 -.00000754  00000-0 -31756-4 0  9998
2 48325  53.0567  39.6024 0001571  87.7505 272.3664 15.06389243234448
3天前 2025-07-24T20:45:01+0000 2025-07-24T20:45:01+0000
STARLINK-2495
1 48325U 21036BB  25205.86458929  .00001632  00000-0  12839-3 0  9997
2 48325  53.0554  44.3665 0001362  84.9736 275.1408 15.06410577233699

              
import requests

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

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

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

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