STARLINK-3537 - AOE轨道数据

11小时前 2025-07-27T01:11:28+0000 2025-07-27T01:11:28+0000
STARLINK-3537
1 52088U 22029A   25208.04963295  .00286643  49398-4  36408-3 0  9993
2 52088  53.2002 221.8727 0000453 208.2639 245.8745 16.06928397188832
1天前 2025-07-26T12:01:07+0000 2025-07-26T12:01:07+0000
STARLINK-3537
1 52088U 22029A   25207.50077215  .00528077  14573-3  68869-3 0  9993
2 52088  53.2011 224.7266 0000622 297.9393 219.6534 16.06441929188748
1天前 2025-07-25T13:34:17+0000 2025-07-25T13:34:17+0000
STARLINK-3537
1 52088U 22029A   25206.56547285  .00411898  89949-4  56767-3 0  9993
2 52088  53.2040 229.5828 0000557 305.8928 201.0349 16.05568471188590

              
import requests

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

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

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

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