STARLINK-30264 - AOE轨道数据

13小时前 2025-07-25T22:26:13+0000 2025-07-25T22:26:13+0000
STARLINK-30264
1 57534U 23115P   25206.93487152  .00024031  00000-0  92661-3 0  9997
2 57534  43.0014  48.9445 0001930 227.0693 132.9996 15.25869455110689
1天前 2025-07-24T21:18:03+0000 2025-07-24T21:18:03+0000
STARLINK-30264
1 57534U 23115P   25205.88753155 -.00004057  00000-0 -14544-3 0  9991
2 57534  43.0012  54.8465 0000960 242.1657 117.9097 15.25890572110527
2天前 2025-07-23T21:44:08+0000 2025-07-23T21:44:08+0000
STARLINK-30264
1 57534U 23115P   25204.90564294  .00002806  00000-0  11702-3 0  9998
2 57534  43.0030  60.3767 0001326 267.1008  92.9691 15.25920281110374

              
import requests

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

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

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

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