STARLINK-1301 - AOE轨道数据

3天前 2025-07-23T18:00:00+0000 2025-07-23T18:00:00+0000
STARLINK-1301
1 45361U 20019B   25204.75000000  .00000000  00000-0  30931-4 0 00000
2 45361 053.0555 094.3728 0001479 072.8776 211.9150 15.06404996000000
7天前 2025-07-19T16:00:00+0000 2025-07-19T16:00:00+0000
STARLINK-1301
1 45361U 20019B   25200.66666667  .00000000  00000-0 -72467-4 0 00000
2 45361 053.0535 112.6995 0001771 049.5700 038.8046 15.06434341000000
19天前 2025-07-07T02:00:00+0000 2025-07-07T02:00:00+0000
STARLINK-1301
1 45361U 20019B   25188.08333333  .00000000  00000-0  69749-4 0 00000
2 45361 053.0553 169.1921 0001145 069.3689 141.6148 15.06414447000000

              
import requests

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

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

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

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