STARLINK-5137 - AOE轨道数据

1天前 2025-07-25T06:07:49+0000 2025-07-25T06:07:49+0000
STARLINK-5137
1 53975U 22125M   25206.25543133 -.00003275  00000-0 -18776-3 0  9993
2 53975  53.2172 159.6897 0001644  81.2986 278.8192 15.08842822155137
1天前 2025-07-24T14:13:58+0000 2025-07-24T14:13:58+0000
STARLINK-5137
1 53975U 22125M   25205.59303050 -.00001373  00000-0 -68227-4 0  9995
2 53975  53.2170 162.6629 0001511  80.1874 279.9289 15.08832940154968
2天前 2025-07-23T08:01:36+0000 2025-07-23T08:01:36+0000
STARLINK-5137
1 53975U 22125M   25204.33444632  .00002810  00000-0  19449-3 0  9994
2 53975  53.2170 168.3137 0001585  74.0364 286.0803 15.08859983154778

              
import requests

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

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

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

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