STARLINK-30149 - AOE轨道数据

12小时前 2025-07-25T23:00:00+0000 2025-07-25T23:00:00+0000
STARLINK-30149
1 57516U 23113Y   25206.95833333  .00000000  00000-0  29450-4 0 00000
2 57516 043.0039 169.2817 0000916 253.6591 142.8088 15.02536622000000
10天前 2025-07-16T03:00:00+0000 2025-07-16T03:00:00+0000
STARLINK-30149
1 57516U 23113Y   25197.12500000  .00000000  00000-0  19418-4 0 00000
2 57516 043.0013 222.7122 0006146 063.8866 001.7376 15.02547838000000
11天前 2025-07-15T03:00:00+0000 2025-07-15T03:00:00+0000
STARLINK-30149
1 57516U 23113Y   25196.12500000  .00000000  00000-0 -14761-4 0 00000
2 57516 043.0019 228.1450 0006033 086.8830 323.4359 15.02540542000000

              
import requests

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

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

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

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