STARLINK-30360 - AOE轨道数据

7小时前 2025-07-25T18:23:10+0000 2025-07-25T18:23:10+0000
STARLINK-30360
1 57776U 23134F   25206.76608967 -.00000580  00000-0 -27892-4 0  9996
2 57776  43.0042 350.7561 0000774 236.3970 123.6799 15.02535941105178
1天前 2025-07-24T16:51:31+0000 2025-07-24T16:51:31+0000
STARLINK-30360
1 57776U 23134F   25205.70244748 -.00000560  00000-0 -26364-4 0  9993
2 57776  43.0033 356.5355 0000916 269.1383  90.9354 15.02530241105017
2天前 2025-07-23T21:42:46+0000 2025-07-23T21:42:46+0000
STARLINK-30360
1 57776U 23134F   25204.90469979  .00000852  00000-0  78144-4 0  9994
2 57776  43.0041   0.8700 0001158 271.0612  89.0097 15.02545806105055

              
import requests

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

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

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

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