STARLINK-6287 - AOE轨道数据

1天前 2025-07-25T17:38:51+0000 2025-07-25T17:38:51+0000
STARLINK-6287
1 56404U 23061AG  25206.73530776 -.00000581  00000-0 -27913-4 0  9996
2 56404  43.0044 337.7760 0001126 274.0807  85.9907 15.02532992123054
2天前 2025-07-24T19:18:39+0000 2025-07-24T19:18:39+0000
STARLINK-6287
1 56404U 23061AG  25205.80462156 -.00001620  00000-0 -10490-3 0  9995
2 56404  43.0044 342.8330 0001114 277.1333  82.9383 15.02525422122918
3天前 2025-07-23T17:47:00+0000 2025-07-23T17:47:00+0000
STARLINK-6287
1 56404U 23061AG  25204.74096679  .00000897  00000-0  81444-4 0  9991
2 56404  43.0041 348.6137 0001154 272.4534  87.6176 15.02538285122754

              
import requests

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

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

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

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