STARLINK-5667 - AOE轨道数据

1天前 2025-07-26T10:00:00+0000 2025-07-26T10:00:00+0000
STARLINK-5667
1 55337U 23013G   25207.41666667  .00000000  00000-0  30719-4 0 00000
2 55337 043.0035 076.8256 0001538 244.8398 043.0539 15.02574996000000
51天前 2025-06-06T00:00:00+0000 2025-06-06T00:00:00+0000
STARLINK-5667
1 55337U 23013G   25157.00000000  .00000000  00000-0  13081-3 0 00000
2 55337 043.0054 350.7667 0001541 265.3624 239.3253 15.02537992000000
54天前 2025-06-03T09:00:00+0000 2025-06-03T09:00:00+0000
STARLINK-5667
1 55337U 23013G   25154.37500000  .00000000  00000-0 -10638-5 0 00000
2 55337 043.0105 005.0279 0002485 262.0178 067.3962 15.02528981000000

              
import requests

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

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

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

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