STARLINK-31199 - AOE轨道数据

14小时前 2025-07-26T09:18:10+0000 2025-07-26T09:18:10+0000
STARLINK-31199
1 58861U 24019J   25207.38761523 -.00002862  00000-0 -94456-4 0  9997
2 58861  43.0043  86.8584 0001736 261.1493  98.9163 15.27593514 84477
1天前 2025-07-25T22:19:05+0000 2025-07-25T22:19:05+0000
STARLINK-31199
1 58861U 24019J   25206.92992076 -.00001203  00000-0 -34212-4 0  9997
2 58861  43.0039  89.4431 0001173 259.6666 100.4054 15.27575789 84406
2天前 2025-07-24T10:13:29+0000 2025-07-24T10:13:29+0000
STARLINK-31199
1 58861U 24019J   25205.42602905 -.00000748  00000-0 -17684-4 0  9997
2 58861  43.0033  97.9343 0001064 259.5417 100.5315 15.27571451 84175

              
import requests

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

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

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

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