STARLINK-3998 - AOE轨道数据

16小时前 2025-07-25T11:35:47+0000 2025-07-25T11:35:47+0000
STARLINK-3998
1 52610U 22052N   25206.48318309 -.00001120  00000-0 -52303-4 0  9999
2 52610  53.2171 224.0928 0001242  84.6507 275.4627 15.08836052176488
1天前 2025-07-24T08:34:13+0000 2025-07-24T08:34:13+0000
STARLINK-3998
1 52610U 22052N   25205.35709541  .00000085  00000-0  23444-4 0  9997
2 52610  53.2164 229.1459 0001152  75.0039 285.1081 15.08844051176311
2天前 2025-07-23T08:43:26+0000 2025-07-23T08:43:26+0000
STARLINK-3998
1 52610U 22052N   25204.36349783  .00000472  00000-0  47762-4 0  9994
2 52610  53.2164 233.6070 0001140  75.4949 284.6170 15.08842669176160

              
import requests

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

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

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

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