STARLINK-6051 - AOE轨道数据

6小时前 2025-07-26T13:45:30+0000 2025-07-26T13:45:30+0000
STARLINK-6051
1 56463U 23064R   25207.57326016  .00000867  00000-0  80458-4 0  9995
2 56463  70.0009 354.6642 0002767 265.2563  94.8281 14.98329813121737
1天前 2025-07-25T18:31:53+0000 2025-07-25T18:31:53+0000
STARLINK-6051
1 56463U 23064R   25206.77213972 -.00000390  00000-0 -24859-4 0  9998
2 56463  70.0007 356.6840 0002770 264.0763  96.0080 14.98336400121258
1天前 2025-07-24T21:42:08+0000 2025-07-24T21:42:08+0000
STARLINK-6051
1 56463U 23064R   25205.90426383 -.00000414  00000-0 -26908-4 0  9998
2 56463  70.0006 358.8721 0002756 263.1838  96.9007 14.98335192121127

              
import requests

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

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

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

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