STARLINK-31463 - AOE轨道数据

16小时前 2025-07-26T22:24:49+0000 2025-07-26T22:24:49+0000
STARLINK-31463
1 59296U 24056A   25207.93390467  .00001085  00000-0  48930-4 0  9997
2 59296  43.0013  61.7054 0001073 273.2320  86.8409 15.27585284 76675
2天前 2025-07-25T00:54:20+0000 2025-07-25T00:54:20+0000
STARLINK-31463
1 59296U 24056A   25206.03772975  .00008999  00000-0  33682-3 0  9993
2 59296  43.0008  72.4160 0000534 357.2939   2.7910 15.27513938 76396
3天前 2025-07-24T01:21:56+0000 2025-07-24T01:21:56+0000
STARLINK-31463
1 59296U 24056A   25205.05690096  .00000518  00000-0  28320-4 0  9990
2 59296  42.9987  77.9564 0000792 315.0388  45.0399 15.27581891 76231

              
import requests

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

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

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

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