STARLINK-4120 - AOE轨道数据

20小时前 2025-07-26T20:24:29+0000 2025-07-26T20:24:29+0000
STARLINK-4120
1 53537U 22101L   25207.85033684  .00001403  00000-0  10623-3 0  9995
2 53537  53.2186   7.9236 0001409  90.6668 269.4486 15.08841862162074
1天前 2025-07-25T17:22:56+0000 2025-07-25T17:22:56+0000
STARLINK-4120
1 53537U 22101L   25206.72425641  .00002776  00000-0  19242-3 0  9998
2 53537  53.2179  12.9785 0001323  92.2597 267.8547 15.08838419161900
2天前 2025-07-24T19:07:32+0000 2025-07-24T19:07:32+0000
STARLINK-4120
1 53537U 22101L   25205.79689493  .00004218  00000-0  28302-3 0  9991
2 53537  53.2181  17.1422 0001366  82.3441 277.7706 15.08832723161766

              
import requests

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

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

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

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