COSMOS 2509 - AOE轨道数据

7小时前 2025-07-26T04:49:41+0000 2025-07-26T04:49:41+0000
COSMOS 2509
1 40922U 15050C   25207.20117434  .00000035  00000-0  18279-3 0  9994
2 40922  82.4877 281.3145 0014758  39.2096 321.0050 12.42920724446382
1天前 2025-07-25T11:26:29+0000 2025-07-25T11:26:29+0000
COSMOS 2509
1 40922U 15050C   25206.47672119  .00000053  00000-0  30908-3 0  9991
2 40922  82.4878 281.7657 0014784  40.7395 319.4788 12.42920736446295
1天前 2025-07-24T21:55:05+0000 2025-07-24T21:55:05+0000
COSMOS 2509
1 40922U 15050C   25205.91325766  .00000034  00000-0  17660-3 0  9991
2 40922  82.4878 282.1167 0014806  41.9374 318.2837 12.42920656446227

              
import requests

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

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

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

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