STARLINK-31260 - AOE轨道数据

1天前 2025-07-26T12:13:46+0000 2025-07-26T12:13:46+0000
STARLINK-31260
1 58881U 24020F   25207.50956323  .00000861  00000-0  41210-4 0  9994
2 58881  53.1598 292.8850 0001199  77.9741 282.1395 15.30193465 84618
1天前 2025-07-25T15:51:05+0000 2025-07-25T15:51:05+0000
STARLINK-31260
1 58881U 24020F   25206.66047796  .00001360  00000-0  58079-4 0  9991
2 58881  53.1596 296.8286 0001259  90.0173 270.0972 15.30179652 84489
3天前 2025-07-24T13:12:11+0000 2025-07-24T13:12:11+0000
STARLINK-31260
1 58881U 24020F   25205.55012356  .00000083  00000-0  14922-4 0  9992
2 58881  53.1598 301.9856 0001223  75.7703 284.3434 15.30190396 83143

              
import requests

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

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

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

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