USA 121 - AOE轨道数据

8小时前 2025-07-25T18:02:40+0000 2025-07-25T18:02:40+0000
USA 121
1 23908U 96029C   25206.75184675  .00000604  00000-0  13497-3 0  9993
2 23908  63.3263 324.7476 0834772  44.5193 321.9891 13.44997542 59440
1天前 2025-07-24T18:50:50+0000 2025-07-24T18:50:50+0000
USA 121
1 23908U 96029C   25205.78530492  .00000627  00000-0  13917-3 0  9999
2 23908  63.3263 327.2697 0834713  44.5058 322.0006 13.44996114 59318
2天前 2025-07-23T17:51:57+0000 2025-07-23T17:51:57+0000
USA 121
1 23908U 96029C   25204.74441268  .00000631  00000-0  13980-3 0  9991
2 23908  63.3263 329.9858 0834653  44.4914 322.0129 13.44994397 59170

              
import requests

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

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

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

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