STARLINK-5298 - AOE轨道数据

23小时前 2025-07-26T13:19:47+0000 2025-07-26T13:19:47+0000
STARLINK-5298
1 55281U 23010N   25207.55540052  .00000324  00000-0  34949-4 0  9991
2 55281  69.9981 254.6021 0003948 268.0540  92.0167 14.98330073138605
2天前 2025-07-25T11:41:38+0000 2025-07-25T11:41:38+0000
STARLINK-5298
1 55281U 23010N   25206.48724037 -.00000062  00000-0  26363-5 0  9991
2 55281  69.9982 257.2954 0003946 268.2508  91.8199 14.98332897138747
2天前 2025-07-24T21:16:25+0000 2025-07-24T21:16:25+0000
STARLINK-5298
1 55281U 23010N   25205.88640293  .00000129  00000-0  18611-4 0  9994
2 55281  69.9983 258.8105 0003934 268.3862  91.6847 14.98329309138656

              
import requests

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

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

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

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