STARLINK-1531 - AOE轨道数据

21小时前 2025-05-12T10:12:20+0800 2025-05-12T02:12:20+0000
STARLINK-1531
1 46572U 20070AS  25132.09189288  .00000969  00000-0  83934-4 0  9996
2 46572  53.0543  90.5306 0001358  83.5873 276.5271 15.06400834254068
1天前 2025-05-11T23:03:33+0800 2025-05-11T15:03:33+0000
STARLINK-1531
1 46572U 20070AS  25131.62746186  .00002087  00000-0  15896-3 0  9994
2 46572  53.0539  92.6154 0001311  82.5478 277.5660 15.06404799253972
2天前 2025-05-11T05:32:37+0800 2025-05-10T21:32:37+0000
STARLINK-1531
1 46572U 20070AS  25130.89764957  .00002224  00000-0  16814-3 0  9992
2 46572  53.0540  95.8913 0001311  83.6188 276.4950 15.06402375253868

              
import requests

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

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

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

print(response.text)
          
3D轨道图
2D轨道图