STARLINK-4155 - AOE轨道数据

1天前 2025-07-24T21:08:02+0000 2025-07-24T21:08:02+0000
STARLINK-4155
1 53036U 22076BC  25205.88058297 -.00000510  00000-0 -13961-4 0  9997
2 53036  53.2189  16.7956 0001400  97.4184 262.6967 15.08838616168738
3天前 2025-07-23T18:06:29+0000 2025-07-23T18:06:29+0000
STARLINK-4155
1 53036U 22076BC  25204.75450137  .00000577  00000-0  54365-4 0  9995
2 53036  53.2183  21.8522 0001260  87.8503 272.2634 15.08838230169023
4天前 2025-07-22T11:54:09+0000 2025-07-22T11:54:09+0000
STARLINK-4155
1 53036U 22076BC  25203.49594182  .00000485  00000-0  48595-4 0  9990
2 53036  53.2196  27.5018 0001440  85.2778 274.8379 15.08837529168838

              
import requests

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

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

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

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