STARLINK-31949 - AOE轨道数据

13小时前 2025-07-25T18:33:55+0000 2025-07-25T18:33:55+0000
STARLINK-31949
1 59891U 24100G   25206.77354860 -.00005170  00000-0 -17840-3 0  9992
2 59891  42.9990 326.8425 0001298 255.3483 104.7225 15.27596923 66335
1天前 2025-07-24T17:27:25+0000 2025-07-24T17:27:25+0000
STARLINK-31949
1 59891U 24100G   25205.72736769 -.00000923  00000-0 -24019-4 0  9996
2 59891  43.0014 332.7497 0001100 262.6194  97.4533 15.27578926 66176
2天前 2025-07-23T16:20:54+0000 2025-07-23T16:20:54+0000
STARLINK-31949
1 59891U 24100G   25204.68117611  .00001424  00000-0  61238-4 0  9998
2 59891  43.0009 338.6574 0000767 268.1263  91.9501 15.27588040 66034

              
import requests

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

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

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

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