STARLINK-11411 - AOE轨道数据

20小时前 2025-05-10T10:30:25+0800 2025-05-10T02:30:25+0000
STARLINK-11411
1 62018U 24213L   25130.10445635 -.00002747  00000-0 -17811-4 0  9992
2 62018  53.1595  97.8359 0001150  79.8200 280.2947 15.69719661 28431
2天前 2025-05-09T07:00:06+0800 2025-05-08T23:00:06+0000
STARLINK-11411
1 62018U 24213L   25128.95840537  .00001435  00000-0  16703-4 0  9992
2 62018  53.1586 103.4765 0001080 118.3109 241.8018 15.69711826 27059
3天前 2025-05-08T06:33:10+0800 2025-05-07T22:33:10+0000
STARLINK-11411
1 62018U 24213L   25127.93969978  .00001524  00000-0  17440-4 0  9998
2 62018  53.1578 108.5055 0001457  80.2383 279.8800 15.69708677 26898

              
import requests

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

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

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

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