STARLINK-30089 - AOE轨道数据

3天前 2025-07-24T08:00:00+0000 2025-07-24T08:00:00+0000
STARLINK-30089
1 56296U 23056L   25205.33333333  .00000000  00000-0  28022-4 0 00000
2 56296 043.0031 332.2181 0001378 253.9254 318.7241 15.02535352000000
16天前 2025-07-11T09:00:00+0000 2025-07-11T09:00:00+0000
STARLINK-30089
1 56296U 23056L   25192.37500000  .00000000  00000-0 -19616-4 0 00000
2 56296 043.0053 042.6262 0001046 237.9424 000.9685 15.02541958000000
36天前 2025-06-21T09:00:00+0000 2025-06-21T09:00:00+0000
STARLINK-30089
1 56296U 23056L   25172.37500000  .00000000  00000-0  14672-3 0 00000
2 56296 043.0031 151.3038 0002562 267.0093 025.0743 15.02654057000000

              
import requests

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

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

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

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