STARLINK-4778 - AOE轨道数据

19小时前 2025-07-26T18:39:49+0000 2025-07-26T18:39:49+0000
STARLINK-4778
1 53836U 22114U   25207.77765289 -.00000311  00000-0 -14470-5 0  9990
2 53836  53.2166 228.4844 0001197  80.9200 279.1928 15.08835505158865
2天前 2025-07-25T07:41:20+0000 2025-07-25T07:41:20+0000
STARLINK-4778
1 53836U 22114U   25206.32036497  .00000811  00000-0  69009-4 0  9992
2 53836  53.2163 235.0261 0001101  82.9742 277.1375 15.08837324158648
2天前 2025-07-24T18:58:14+0000 2025-07-24T18:58:14+0000
STARLINK-4778
1 53836U 22114U   25205.79044521  .00000255  00000-0  34110-4 0  9996
2 53836  53.2161 237.4045 0001089  79.4868 280.6247 15.08837267158022

              
import requests

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

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

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

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