STARLINK-5376 - AOE轨道数据

1天前 2025-07-26T00:00:00+0000 2025-07-26T00:00:00+0000
STARLINK-5376
1 56142U 23046BC  25207.00000000  .00000000  00000-0 -39945-7 0 00000
2 56142 043.0028 297.6065 0000037 182.2819 172.8375 15.02541659000000
17天前 2025-07-10T09:00:00+0000 2025-07-10T09:00:00+0000
STARLINK-5376
1 56142U 23046BC  25191.37500000  .00000000  00000-0 -89628-5 0 00000
2 56142 043.0057 022.5089 0001226 228.2420 112.2121 15.02541603000000
40天前 2025-06-17T10:00:00+0000 2025-06-17T10:00:00+0000
STARLINK-5376
1 56142U 23046BC  25168.41666667  .00000000  00000-0 -26973-3 0 00000
2 56142 043.0049 147.2423 0002371 281.0621 292.3386 15.02546101000000

              
import requests

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

params = {
    'catId': 56142,
    'channel': 'KY',
    'format': 'TLE'
}

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

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