STARLINK-31479 - AOE轨道数据

13小时前 2025-07-27T00:25:32+0000 2025-07-27T00:25:32+0000
STARLINK-31479
1 59316U 24056W   25208.01773595  .00002677  00000-0  10676-3 0  9990
2 59316  43.0031  69.2491 0001468 265.9202  94.1482 15.27582320 76605
16小时前 2025-07-26T21:17:14+0000 2025-07-26T21:17:14+0000
STARLINK-31479
1 59316U 24056W   25207.88696628  .00002354  00000-0  95055-4 0  9992
2 59316  43.0028  69.9869 0001646 260.4995  99.5671 15.27577740 76579
2天前 2025-07-25T01:20:52+0000 2025-07-25T01:20:52+0000
STARLINK-31479
1 59316U 24056W   25206.05615468 -.00002118  00000-0 -67462-4 0  9994
2 59316  43.0022  80.3266 0001632 258.2385 101.8284 15.27571271 76293

              
import requests

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

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

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

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