STARLINK-31757 - AOE轨道数据

1天前 2025-07-26T17:00:00+0000 2025-07-26T17:00:00+0000
STARLINK-31757
1 59427U 24065G   25207.70833333  .00000000  00000-0  36786-4 0 00000
2 59427 053.1582 251.3111 0001350 072.1566 199.6029 15.30199047000000
50天前 2025-06-07T17:00:00+0000 2025-06-07T17:00:00+0000
STARLINK-31757
1 59427U 24065G   25158.70833333  .00000000  00000-0  30558-4 0 00000
2 59427 053.1601 118.9104 0001285 097.4947 097.5409 15.30202483000000

              
import requests

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

params = {
    'catId': 59427,
    'channel': 'KY',
    'format': 'TLE'
}

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

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