NAVSTAR 35 (USA 96) - AOE轨道数据

1天前 2025-07-27T04:00:00+0000 2025-07-27T04:00:00+0000
NAVSTAR 35 (USA 96)
1 22877U 93068A   25208.16666667  .00000000  00000-0  99999-8 0 00000
2 22877 055.5399 348.6480 0009450 131.5657 198.7924 01.88541184000000
2天前 2025-07-26T04:00:00+0000 2025-07-26T04:00:00+0000
NAVSTAR 35 (USA 96)
1 22877U 93068A   25207.16666667  .00000000  00000-0  99999-8 0 00000
2 22877 055.5404 348.6828 0009459 131.5219 240.0728 01.88541264000000
4天前 2025-07-25T02:00:00+0000 2025-07-25T02:00:00+0000
NAVSTAR 35 (USA 96)
1 22877U 93068A   25206.08333333  .00000000  00000-0  99999-8 0 00000
2 22877 055.5405 348.7202 0009434 131.4087 224.8594 01.88541273000000

              
import requests

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

params = {
    'catId': 22877,
    'channel': 'KY',
    'format': 'TLE'
}

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

print(response.text)
          

加载中...

查看目标详情