YAOGAN 8 - AOE轨道数据

16小时前 2025-07-26T03:36:29+0000 2025-07-26T03:36:29+0000
YAOGAN 8
1 36121U 09072A   25207.15033920  .00000148  00000-0  58765-3 0  9997
2 36121 100.2556 103.3094 0020940 339.8643  20.1636 13.05065142746221
1天前 2025-07-25T11:02:58+0000 2025-07-25T11:02:58+0000
YAOGAN 8
1 36121U 09072A   25206.46038996  .00000215  00000-0  79486-3 0  9996
2 36121 100.2557 102.6535 0020954 341.4364  18.5977 13.05064836746057
2天前 2025-07-24T16:39:03+0000 2025-07-24T16:39:03+0000
YAOGAN 8
1 36121U 09072A   25205.69377943  .00000284  00000-0  10067-2 0  9993
2 36121 100.2558 101.9247 0020972 343.1724  16.8685 13.05064455746031

              
import requests

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

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

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

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