STARLINK-31450 - AOE轨道数据

19小时前 2025-07-26T19:42:32+0000 2025-07-26T19:42:32+0000
STARLINK-31450
1 59006U 24036J   25207.82120207 -.00000287  00000-0  24249-5 0  9997
2 59006  53.1623  47.1307 0001453  96.3098 263.8069 15.30186633 80752
1天前 2025-07-25T18:37:40+0000 2025-07-25T18:37:40+0000
STARLINK-31450
1 59006U 24036J   25206.77616162 -.00000385  00000-0 -86376-6 0  9990
2 59006  53.1609  51.9828 0001302 103.5934 256.5212 15.30195114 80584
2天前 2025-07-24T23:49:02+0000 2025-07-24T23:49:02+0000
STARLINK-31450
1 59006U 24036J   25205.99238598 -.00000132  00000-0  76582-5 0  9992
2 59006  53.1611  55.6255 0001237  76.4438 283.6701 15.30193766 80479

              
import requests

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

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

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

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