STARLINK-30335 - AOE轨道数据

2天前 2025-07-23T04:00:00+0000 2025-07-23T04:00:00+0000
STARLINK-30335
1 57710U 23129N   25204.16666667  .00000000  00000-0  58011-4 0 00000
2 57710 043.0039 287.6106 0001444 257.0378 207.3969 15.02535928000000
7天前 2025-07-18T23:00:00+0000 2025-07-18T23:00:00+0000
STARLINK-30335
1 57710U 23129N   25199.95833333  .00000000  00000-0  65883-5 0 00000
2 57710 043.0048 310.4742 0006039 101.3704 253.5105 15.02538015000000
24天前 2025-07-01T10:00:00+0000 2025-07-01T10:00:00+0000
STARLINK-30335
1 57710U 23129N   25182.41666667  .00000000  00000-0  32207-4 0 00000
2 57710 043.0074 045.7908 0001074 207.0863 193.7872 15.02541212000000

              
import requests

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

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

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

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