STARLINK-3700 - AOE轨道数据

1天前 2025-07-25T11:40:41+0000 2025-07-25T11:40:41+0000
STARLINK-3700
1 51956U 22025A   25206.48658105 -.00001305  00000-0 -68742-4 0  9991
2 51956  53.0566 321.5782 0001292  95.9403 264.1733 15.06399276186802
1天前 2025-07-24T14:58:40+0000 2025-07-24T14:58:40+0000
STARLINK-3700
1 51956U 22025A   25205.62407195  .00000153  00000-0  29136-4 0  9999
2 51956  53.0569 325.4498 0001262  95.3090 264.8043 15.06392451186679
2天前 2025-07-23T15:05:33+0000 2025-07-23T15:05:33+0000
STARLINK-3700
1 51956U 22025A   25204.62885615  .00001237  00000-0  10193-3 0  9991
2 51956  53.0565 329.9169 0001337  89.6071 270.5072 15.06408911186526

              
import requests

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

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

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

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