STARLINK-32094 - AOE轨道数据

20小时前 2025-07-27T03:20:52+0000 2025-07-27T03:20:52+0000
STARLINK-32094
1 59696U 24086Q   25208.13949193  .00001892  00000-0  78265-4 0  9993
2 59696  43.0014 253.9837 0001106 266.6699  93.4026 15.27582990 69320
1天前 2025-07-26T10:05:10+0000 2025-07-26T10:05:10+0000
STARLINK-32094
1 59696U 24086Q   25207.42025225 -.00000064  00000-0  71843-5 0  9992
2 59696  43.0002 258.0446 0001073 264.2715  95.8014 15.27575304 69217
2天前 2025-07-25T08:58:40+0000 2025-07-25T08:58:40+0000
STARLINK-32094
1 59696U 24086Q   25206.37406994 -.00001429  00000-0 -42428-4 0  9994
2 59696  43.0011 263.9544 0001032 271.9302  88.1432 15.27583718 69344

              
import requests

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

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

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

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