STARLINK-31804 - AOE轨道数据

1天前 2025-07-26T16:53:25+0000 2025-07-26T16:53:25+0000
STARLINK-31804
1 59641U 24082L   25207.70375602  .00001618  00000-0  68304-4 0  9998
2 59641  43.0006 335.7758 0001196 261.3536  98.7180 15.27577225 70251
2天前 2025-07-25T18:55:13+0000 2025-07-25T18:55:13+0000
STARLINK-31804
1 59641U 24082L   25206.78834873 -.00002802  00000-0 -92347-4 0  9997
2 59641  43.0005 340.9443 0001369 268.0508  92.0186 15.27578841 70117
3天前 2025-07-24T19:22:52+0000 2025-07-24T19:22:52+0000
STARLINK-31804
1 59641U 24082L   25205.80754454  .00000134  00000-0  14406-4 0  9999
2 59641  43.0018 346.4832 0001484 258.1478 101.9207 15.27580907 69969

              
import requests

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

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

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

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