STARLINK-11370 - AOE轨道数据

1天前 2025-07-24T15:56:14+0000 2025-07-24T15:56:14+0000
STARLINK-11370
1 61584U 24187L   25205.66405637  .00000837  00000-0  11758-4 0  9991
2 61584  53.1591 340.5299 0000570  85.2825 274.8258 15.69715034 44931
2天前 2025-07-23T15:29:18+0000 2025-07-23T15:29:18+0000
STARLINK-11370
1 61584U 24187L   25204.64534355  .00001203  00000-0  14779-4 0  9992
2 61584  53.1585 345.5537 0000616  72.3303 287.7782 15.69715350 44771
2天前 2025-07-22T21:09:06+0000 2025-07-22T21:09:06+0000
STARLINK-11370
1 61584U 24187L   25203.88131788 -.00001591  00000-0 -82655-5 0  9991
2 61584  53.1585 349.3203 0001346  84.9795 275.1377 15.69727480 44653

              
import requests

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

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

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

print(response.text)
          

加载中...

查看目标详情