STARLINK-30374 - AOE轨道数据

3天前 2025-07-24T03:00:00+0000 2025-07-24T03:00:00+0000
STARLINK-30374
1 57809U 23138B   25205.12500000  .00000000  00000-0  34821-4 0 00000
2 57809 043.0049 038.3866 0001173 240.7531 344.6653 15.02538527000000
8天前 2025-07-19T10:00:00+0000 2025-07-19T10:00:00+0000
STARLINK-30374
1 57809U 23138B   25200.41666667  .00000000  00000-0 -53922-5 0 00000
2 57809 043.0047 063.9736 0000742 231.9057 056.2720 15.02565747000000
11天前 2025-07-16T04:00:00+0000 2025-07-16T04:00:00+0000
STARLINK-30374
1 57809U 23138B   25197.16666667  .00000000  00000-0  11122-4 0 00000
2 57809 043.0048 081.6301 0000017 155.5048 172.8587 15.02544700000000

              
import requests

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

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

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

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