STARLINK-5975 - AOE轨道数据

8小时前 2025-07-26T13:22:37+0000 2025-07-26T13:22:37+0000
STARLINK-5975
1 57372U 23099AW  25207.55737002  .00000998  00000-0  88932-4 0  9992
2 57372  43.0043  24.3882 0001186 268.9840  91.0866 15.02532193112780
23小时前 2025-07-25T23:01:03+0000 2025-07-25T23:01:03+0000
STARLINK-5975
1 57372U 23099AW  25206.95906524  .00000531  00000-0  54354-4 0  9996
2 57372  43.0042  27.6404 0001110 265.9287  94.1429 15.02540144112698
2天前 2025-07-24T21:29:25+0000 2025-07-24T21:29:25+0000
STARLINK-5975
1 57372U 23099AW  25205.89542808 -.00000215  00000-0 -83034-6 0  9999
2 57372  43.0046  33.4196 0001050 264.7020  95.3703 15.02530018112002

              
import requests

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

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

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

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