STARLINK-1665 - AOE轨道数据

8小时前 2025-07-26T13:03:22+0000 2025-07-26T13:03:22+0000
STARLINK-1665
1 46356U 20062AH  25207.54400001  .00001121  00000-0  94097-4 0  9992
2 46356  53.0573 311.8652 0001525  95.7670 264.3493 15.06406093270400
1天前 2025-07-25T17:56:54+0000 2025-07-25T17:56:54+0000
STARLINK-1665
1 46356U 20062AH  25206.74784833  .00000581  00000-0  57900-4 0  9992
2 46356  53.0569 315.4395 0001385  82.7053 277.4094 15.06391205270280
2天前 2025-07-24T14:52:42+0000 2025-07-24T14:52:42+0000
STARLINK-1665
1 46356U 20062AH  25205.61993040  .00001282  00000-0  10489-3 0  9998
2 46356  53.0573 320.5038 0001228  87.7079 272.4050 15.06415741269934

              
import requests

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

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

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

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