STARLINK-6262 - AOE轨道数据

1天前 2025-07-25T11:36:13+0000 2025-07-25T11:36:13+0000
STARLINK-6262
1 57091U 23088AV  25206.48348738 -.00000992  00000-0 -58347-4 0  9996
2 57091  43.0031 248.8949 0001212 272.7907  87.2796 15.02535321115439
2天前 2025-07-24T10:04:34+0000 2025-07-24T10:04:34+0000
STARLINK-6262
1 57091U 23088AV  25205.41984088 -.00000866  00000-0 -49047-4 0  9999
2 57091  43.0033 254.6746 0001271 273.1454  86.9243 15.02541745116181
3天前 2025-07-23T11:44:23+0000 2025-07-23T11:44:23+0000
STARLINK-6262
1 57091U 23088AV  25204.48914934  .00000422  00000-0  46296-4 0  9997
2 57091  43.0035 259.7319 0001327 272.5817  87.4873 15.02549865116044

              
import requests

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

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

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

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